Skip to content
Failed

Console Output

06:00:30 Started by timer
06:00:30 Running as SYSTEM
06:00:30 Agent migration-agent-v0bll is provisioned from template Kubernetes Pod Template
06:00:30 ---
06:00:30 apiVersion: "v1"
06:00:30 kind: "Pod"
06:00:30 metadata:
06:00:30   annotations: {}
06:00:30   labels:
06:00:30     jenkins: "slave"
06:00:30     jenkins/label: "migration"
06:00:30   name: "migration-agent-v0bll"
06:00:30 spec:
06:00:30   containers:
06:00:30   - env:
06:00:30     - name: "MAVEN_OPTS"
06:00:30       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
06:00:30     - name: "JENKINS_SECRET"
06:00:30       value: "********"
06:00:30     - name: "JENKINS_TUNNEL"
06:00:30       value: "jenkins-discovery.jdt.svc.cluster.local:50000"
06:00:30     - name: "JENKINS_AGENT_NAME"
06:00:30       value: "migration-agent-v0bll"
06:00:30     - name: "MAVEN_CONFIG"
06:00:30       value: "-B -e"
06:00:30     - name: "JENKINS_NAME"
06:00:30       value: "migration-agent-v0bll"
06:00:30     - name: "JENKINS_AGENT_WORKDIR"
06:00:30       value: "/home/jenkins/agent"
06:00:30     - name: "JENKINS_URL"
06:00:30       value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/"
06:00:30     - name: "HOME"
06:00:30       value: "/home/jenkins"
06:00:30     image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f"
06:00:30     imagePullPolicy: "IfNotPresent"
06:00:30     name: "jnlp"
06:00:30     resources:
06:00:30       limits:
06:00:30         memory: "4096Mi"
06:00:30         cpu: "2000m"
06:00:30       requests:
06:00:30         memory: "4096Mi"
06:00:30         cpu: "1000m"
06:00:30     securityContext:
06:00:30       privileged: false
06:00:30     tty: true
06:00:30     volumeMounts:
06:00:30     - mountPath: "/home/jenkins/.m2/toolchains.xml"
06:00:30       name: "toolchains-xml"
06:00:30       readOnly: true
06:00:30       subPath: "toolchains.xml"
06:00:30     - mountPath: "/opt/tools"
06:00:30       name: "volume-0"
06:00:30       readOnly: false
06:00:30     - mountPath: "/home/jenkins"
06:00:30       name: "volume-2"
06:00:30       readOnly: false
06:00:30     - mountPath: "/home/jenkins/.m2/repository"
06:00:30       name: "volume-3"
06:00:30       readOnly: false
06:00:30     - mountPath: "/home/jenkins/.m2/settings-security.xml"
06:00:30       name: "settings-security-xml"
06:00:30       readOnly: true
06:00:30       subPath: "settings-security.xml"
06:00:30     - mountPath: "/home/jenkins/.m2/settings.xml"
06:00:30       name: "settings-xml"
06:00:30       readOnly: true
06:00:30       subPath: "settings.xml"
06:00:30     - mountPath: "/home/jenkins/.ssh"
06:00:30       name: "volume-1"
06:00:30       readOnly: false
06:00:30     - mountPath: "/home/jenkins/agent"
06:00:30       name: "workspace-volume"
06:00:30       readOnly: false
06:00:30     workingDir: "/home/jenkins/agent"
06:00:30   nodeSelector:
06:00:30     beta.kubernetes.io/os: "linux"
06:00:30   restartPolicy: "Never"
06:00:30   securityContext: {}
06:00:30   volumes:
06:00:30   - name: "settings-security-xml"
06:00:30     secret:
06:00:30       items:
06:00:30       - key: "settings-security.xml"
06:00:30         path: "settings-security.xml"
06:00:30       secretName: "m2-secret-dir"
06:00:30   - name: "volume-0"
06:00:30     persistentVolumeClaim:
06:00:30       claimName: "tools-claim-jiro-jdt"
06:00:30       readOnly: true
06:00:30   - configMap:
06:00:30       items:
06:00:30       - key: "toolchains.xml"
06:00:30         path: "toolchains.xml"
06:00:30       name: "m2-dir"
06:00:30     name: "toolchains-xml"
06:00:30   - emptyDir:
06:00:30       medium: ""
06:00:30     name: "volume-2"
06:00:30   - configMap:
06:00:30       name: "known-hosts"
06:00:30     name: "volume-1"
06:00:30   - name: "settings-xml"
06:00:30     secret:
06:00:30       items:
06:00:30       - key: "settings.xml"
06:00:30         path: "settings.xml"
06:00:30       secretName: "m2-secret-dir"
06:00:30   - emptyDir:
06:00:30       medium: ""
06:00:30     name: "workspace-volume"
06:00:30   - emptyDir:
06:00:30       medium: ""
06:00:30     name: "volume-3"
06:00:30 
06:00:30 Building remotely on migration-agent-v0bll (migration) in workspace /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12
06:00:30 [WS-CLEANUP] Deleting project workspace...
06:00:30 [WS-CLEANUP] Deferred wipeout is used...
06:00:32 No credentials specified
06:00:32 Cloning the remote Git repository
06:00:32 Cloning repository git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
06:00:32  > git init /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12 # timeout=10
06:00:32 Fetching upstream changes from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
06:00:32  > git --version # timeout=10
06:00:32  > git fetch --tags --progress git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:01:38  > git config remote.origin.url git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core # timeout=10
06:01:38  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
06:01:38  > git config remote.origin.url git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core # timeout=10
06:01:38 Fetching upstream changes from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
06:01:38  > git fetch --tags --progress git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:01:40  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:01:40  > git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10
06:01:40 Checking out Revision 2b6a1206266d3642885f54f48046c058af9f6bb2 (refs/remotes/origin/master)
06:01:40  > git config core.sparsecheckout # timeout=10
06:01:40  > git checkout -f 2b6a1206266d3642885f54f48046c058af9f6bb2 # timeout=10
06:01:46 Commit message: "Bug 560357 - Enable subword matching by default"
06:01:46  > git rev-list --no-walk 1228f1ca4ab16fa96b65bec99578ba70bdccab59 # timeout=10
06:01:46 [eclipse.jdt.core-run.javac-12] $ /bin/sh -xe /tmp/jenkins5536728250157652792.sh
06:01:46 + echo 'Path and version of jdk-12_x64-latest:'
06:01:46 Path and version of jdk-12_x64-latest:
06:01:46 + ls -ld /opt/tools/java/openjdk/jdk-12/latest
06:01:46 lrwxrwxrwx. 1 root root 2 Mar 27  2019 /opt/tools/java/openjdk/jdk-12/latest -> 12
06:01:46 + /opt/tools/java/openjdk/jdk-12/latest/bin/java -version
06:01:47 openjdk version "12" 2019-03-19
06:01:47 OpenJDK Runtime Environment (build 12+33)
06:01:47 OpenJDK 64-Bit Server VM (build 12+33, mixed mode, sharing)
06:01:47 [eclipse.jdt.core-run.javac-12] $ /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-12/.repository -U clean verify -Pbuild-individual-bundles -Pbree-libs -Ptest-on-javase-12 -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/openjdk/jdk-12/latest/ -Dcompliance=12"
06:01:49 [INFO] Scanning for projects...
06:01:49 Downloading from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.16.0-SNAPSHOT/maven-metadata.xml
06:01:50 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 1.3 kB/s)
06:01:50 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-20200313.230437-29.pom
06:01: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
                   
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-20200313.230437-29.pom (45 kB at 165 kB/s)
06:01:50 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
06:01:50 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
06:01:50 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
06:01:50 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
06:01:50 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
06:01:50 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 38 kB/s)
06:01:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
06:01:51 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
06:01:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
06:01:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
06:01:51 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
06:01:51 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 414 kB/s)
06:01:51 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
06:01:51 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
06:01:51 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
06:01:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom
06:01:51 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
06:01:51 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 80 kB/s)
06:01:51 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
06:01:51 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
06:01:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
06:01:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
06:01:51 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
06:01:51 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 237 kB/s)
06:01:51 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
06:01:51 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0/maven-3.0.pom
06:01:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
06:01:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom
06:01:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
06:01:51 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 755 kB/s)
06:01:51 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
06:01:51 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/15/maven-parent-15.pom
06:01:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
06:01:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom
06:01:51 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
06:01:51 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 400 kB/s)
06:01:51 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom
06:01:51 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom
06:01:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom
06:01:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom
06:01:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
06:01:52 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 328 kB/s)
06:01:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
06:01:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
06:01:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
06:01:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
06:01:52 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
06:01:52 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 144 kB/s)
06:01:52 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
06:01:52 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
06:01:52 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
06:01:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
06:01:52 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
06:01:52 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 123 kB/s)
06:01:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
06:01:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
06:01:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
06:01:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
06:01:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
06:01:52 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 536 kB/s)
06:01:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
06:01:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
06:01:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
06:01:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
06:01:52 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
06:01:52 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 78 kB/s)
06:01:52 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
06:01:52 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
06:01:52 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
06:01:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
06:01:52 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
06:01:52 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 97 kB/s)
06:01:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
06:01:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
06:01:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
06:01:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
06:01:52 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
06:01:52 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 35 kB/s)
06:01:52 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
06:01:53 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
06:01:53 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
06:01:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
06:01:53 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
06:01:53 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 149 kB/s)
06:01:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
06:01:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
06:01:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
06:01:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
06:01:53 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
06:01:54 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 17 kB/s)
06:01:54 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
06:01:54 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
06:01:54 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
06:01:54 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
06:01:54 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
06:01:54 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 3.1 kB/s)
06:01:54 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
06:01:54 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
06:01:54 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
06:01:54 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
06:01:54 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
06:01:54 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)
06:01:54 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
06:01:54 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
06:01:54 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
06:01:54 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
06:01:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
06:01:55 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 741 kB/s)
06:01:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
06:01:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
06:01:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
06:01:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
06:01:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
06:01:55 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 542 kB/s)
06:01:55 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
06:01:55 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
06:01:55 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
06:01:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
06:01:55 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
06:01:55 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 93 kB/s)
06:01:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
06:01:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
06:01:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
06:01:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
06:01:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
06:01:55 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 219 kB/s)
06:01:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
06:01:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
06:01:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
06:01:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
06:01:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
06:01:55 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 323 kB/s)
06:01:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
06:01:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
06:01:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
06:01:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
06:01:55 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
06:01:55 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 199 kB/s)
06:01:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
06:01:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
06:01:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
06:01:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
06:01:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
06:01:55 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 253 kB/s)
06:01:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
06:01:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
06:01:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
06:01:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
06:01:55 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
06:01:55 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 299 kB/s)
06:01:55 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
06:01:56 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
06:01:57 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
06:01:57 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
06:01:57 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
06:01:57 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 37 kB/s)
06:01:57 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
06:01:57 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
06:01:57 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
06:01:57 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
06:01:57 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
06:01:57 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 60 kB/s)
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
06:01:57 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
06:01:57 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 120 kB/s)
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 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 206 kB/s)
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 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 130 kB/s)
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 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 51 kB/s)
06:01:57 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
06:01:57 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
06:01:57 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
06:01:57 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
06:01:57 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
06:01:57 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 46 kB/s)
06:01:57 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
06:01:57 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
06:01:58 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
06:01:58 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
06:01:58 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
06:01:58 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)
06:01:58 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
06:01:58 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
06:01:58 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
06:01:58 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
06:01:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
06:01:58 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 307 kB/s)
06:01:58 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
06:01:58 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
06:01:58 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
06:01:58 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
06:01:58 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
06:01:58 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 160 kB/s)
06:01:58 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
06:01:58 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
06:01:58 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
06:01:58 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
06:01:58 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
06:01:58 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 578 kB/s)
06:01:58 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
06:01:58 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
06:01:58 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
06:01:58 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
06:01:58 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
06:01:58 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 171 kB/s)
06:01:58 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
06:01:58 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
06:01:58 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
06:01:58 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
06:01:58 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
06:01:58 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 410 kB/s)
06:01:58 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
06:01:58 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
06:01:59 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
06:01:59 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
06:01:59 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
06:01:59 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 86 kB/s)
06:01:59 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
06:01:59 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
06:01:59 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
06:01:59 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
06:01:59 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
06:01:59 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 112 kB/s)
06:01:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
06:01:59 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
06:01:59 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
06:01:59 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
06:01:59 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
06:01:59 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 60 kB/s)
06:01:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
06:01:59 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
06:01:59 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
06:01:59 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
06:01:59 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
06:01:59 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 386 kB/s)
06:01:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
06:01:59 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
06:01:59 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
06:01:59 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
06:01:59 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
06:01:59 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 103 kB/s)
06:01:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
06:01:59 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
06:01:59 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
06:01:59 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
06:01:59 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
06:01:59 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 115 kB/s)
06:01:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
06:01:59 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
06:01:59 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
06:01:59 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
06:01:59 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
06:01:59 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 40 kB/s)
06:01:59 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
06:02:00 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
06:02:00 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
06:02:00 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
06:02:00 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
06:02:00 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 20 kB/s)
06:02:00 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
06:02:00 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
06:02:00 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
06:02:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom
06:02:00 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
06:02:00 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 73 kB/s)
06:02:00 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
06:02:00 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
06:02:00 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
06:02:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
06:02:00 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
06:02:00 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 118 kB/s)
06:02:00 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
06:02:00 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
06:02:00 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
06:02:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
06:02:00 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
06:02:00 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 106 kB/s)
06:02:00 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
06:02:00 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.pom
06:02:00 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
06:02:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom
06:02:00 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
06:02:00 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 792 kB/s)
06:02:00 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
06:02:00 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/42/commons-parent-42.pom
06:02:01 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
06:02:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom
06:02:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
06:02:01 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.9 MB/s)
06:02:01 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom
06:02:01 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom
06:02:01 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom
06:02:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom
06:02:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
06:02:01 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 681 kB/s)
06:02:01 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
06:02:01 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
06:02:01 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
06:02:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
06:02:01 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
06:02:01 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 480 kB/s)
06:02:01 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
06:02:01 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/47/commons-parent-47.pom
06:02:01 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
06:02:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom
06:02:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
06:02:01 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 1.2 MB/s)
06:02:01 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom
06:02:01 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/19/apache-19.pom
06:02:01 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom
06:02:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom
06:02:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
06:02:01 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 620 kB/s)
06:02:01 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
06:02:01 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
06:02:01 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
06:02:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
06:02:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
06:02:01 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 415 kB/s)
06:02:01 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.pom
06:02:01 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.8/xz-1.8.pom
06:02:01 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.pom
06:02:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.pom
06:02:01 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
06:02:02 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 83 kB/s)
06:02:02 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
06:02:02 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
06:02:02 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
06:02:03 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
06:02:03 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
06:02:03 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 44 kB/s)
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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 52 kB/s)
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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 50 kB/s)
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom
06:02:03 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
06:02:03 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 29 kB/s)
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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 45 kB/s)
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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
06:02:03 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 26 kB/s)
06:02:03 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
06:02:03 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.pom
06:02:03 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
06:02:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom
06:02:04 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom
06:02:04 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 243 kB/s)
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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 53 kB/s)
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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 4.1 kB/s)
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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 23 kB/s)
06:02:04 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
06:02:04 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
06:02:04 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
06:02:04 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
06:02:04 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
06:02:04 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 237 kB/s)
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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
06:02:04 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 53 kB/s)
06:02:04 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
06:02:04 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
06:02:05 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
06:02:05 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
06:02:05 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
06:02:05 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 563 kB/s)
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
06:02:05 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/11/maven-parent-11.pom
06:02:05 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
06:02:05 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom
06:02:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
06:02:05 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)
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom
06:02:05 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom
06:02:05 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom
06:02:05 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom
06:02:05 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
06:02:05 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 205 kB/s)
06:02:05 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
06:02:05 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
06:02:05 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
06:02:05 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
06:02:05 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
06:02:05 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 58 kB/s)
06:02:05 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
06:02:05 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
06:02:05 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
06:02:05 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom
06:02:05 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
06:02:05 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 26 kB/s)
06:02:05 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
06:02:05 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
06:02:05 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
06:02:05 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
06:02:05 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
06:02:05 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 29 kB/s)
06:02:05 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
06:02:05 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
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
06:02:05 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
06:02:05 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
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
06:02:05 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
06:02:05 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
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
06:02:05 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
06:02:05 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
06:02:05 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
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
06:02:05 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
06:02:05 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
06:02:05 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
06:02:06 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
06:02:06 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
06:02:06 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.jar
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
06:02:06 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
06:02:06 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
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
06:02:06 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
06:02:06 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
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
06:02:06 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
06:02:06 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
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.jar
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.8/xz-1.8.jar
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.jar
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
06:02:06 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
06:02:06 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
06:02:06 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
06:02:06 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
06:02:10 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
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
06:02:10 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
06:02:10 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
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
06:02:10 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
06:02:10 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
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 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
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
06:02:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
06:02:11 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
06:02:11 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
06:02:11 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
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
06:02:11 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
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.jar
06:02:11 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
06:02:11 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
06:02:11 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
06:02:11 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
06:02:11 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
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar
06:02:11 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
06:02:11 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
06:02:11 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
06:02:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
06:02:11 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
06:02:11 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
06:02:11 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
06:02:11 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
06:02:12 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
06:02:12 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
06:02:12 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
06:02:12 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
06:02:12 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
06:02:12 Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 45/47 kB
Progress (1): 47 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 1.6 MB/s)
06:02:12 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
06:02:12 Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
Progress (2): 5.4 kB | 4.1/527 kB
Progress (2): 5.4 kB | 7.7/527 kB
Progress (3): 5.4 kB | 7.7/527 kB | 4.1/165 kB
Progress (3): 5.4 kB | 12/527 kB | 4.1/165 kB 
Progress (3): 5.4 kB | 12/527 kB | 7.7/165 kB
Progress (3): 5.4 kB | 16/527 kB | 7.7/165 kB
Progress (3): 5.4 kB | 16/527 kB | 12/165 kB 
Progress (3): 5.4 kB | 16/527 kB | 16/165 kB
Progress (3): 5.4 kB | 20/527 kB | 16/165 kB
Progress (3): 5.4 kB | 20/527 kB | 20/165 kB
Progress (3): 5.4 kB | 24/527 kB | 20/165 kB
Progress (3): 5.4 kB | 24/527 kB | 24/165 kB
Progress (3): 5.4 kB | 28/527 kB | 24/165 kB
Progress (3): 5.4 kB | 28/527 kB | 28/165 kB
Progress (3): 5.4 kB | 32/527 kB | 28/165 kB
Progress (3): 5.4 kB | 32/527 kB | 32/165 kB
Progress (3): 5.4 kB | 32/527 kB | 36/165 kB
Progress (3): 5.4 kB | 36/527 kB | 36/165 kB
Progress (3): 5.4 kB | 36/527 kB | 40/165 kB
Progress (3): 5.4 kB | 40/527 kB | 40/165 kB
Progress (3): 5.4 kB | 40/527 kB | 45/165 kB
Progress (3): 5.4 kB | 45/527 kB | 45/165 kB
Progress (3): 5.4 kB | 45/527 kB | 49/165 kB
Progress (3): 5.4 kB | 49/527 kB | 49/165 kB
Progress (3): 5.4 kB | 49/527 kB | 53/165 kB
Progress (3): 5.4 kB | 49/527 kB | 57/165 kB
Progress (3): 5.4 kB | 53/527 kB | 57/165 kB
Progress (3): 5.4 kB | 53/527 kB | 61/165 kB
Progress (3): 5.4 kB | 57/527 kB | 61/165 kB
Progress (3): 5.4 kB | 57/527 kB | 65/165 kB
Progress (3): 5.4 kB | 61/527 kB | 65/165 kB
Progress (3): 5.4 kB | 65/527 kB | 65/165 kB
Progress (3): 5.4 kB | 65/527 kB | 69/165 kB
Progress (3): 5.4 kB | 65/527 kB | 73/165 kB
Progress (3): 5.4 kB | 65/527 kB | 77/165 kB
Progress (3): 5.4 kB | 65/527 kB | 81/165 kB
Progress (3): 5.4 kB | 69/527 kB | 81/165 kB
Progress (3): 5.4 kB | 73/527 kB | 81/165 kB
Progress (3): 5.4 kB | 73/527 kB | 85/165 kB
Progress (3): 5.4 kB | 77/527 kB | 85/165 kB
Progress (3): 5.4 kB | 77/527 kB | 90/165 kB
Progress (3): 5.4 kB | 81/527 kB | 90/165 kB
Progress (3): 5.4 kB | 81/527 kB | 94/165 kB
Progress (3): 5.4 kB | 81/527 kB | 98/165 kB
Progress (3): 5.4 kB | 85/527 kB | 98/165 kB
Progress (3): 5.4 kB | 85/527 kB | 102/165 kB
Progress (3): 5.4 kB | 90/527 kB | 102/165 kB
Progress (3): 5.4 kB | 90/527 kB | 106/165 kB
Progress (3): 5.4 kB | 94/527 kB | 106/165 kB
Progress (3): 5.4 kB | 94/527 kB | 110/165 kB
Progress (3): 5.4 kB | 98/527 kB | 110/165 kB
Progress (3): 5.4 kB | 98/527 kB | 114/165 kB
Progress (3): 5.4 kB | 98/527 kB | 118/165 kB
Progress (3): 5.4 kB | 102/527 kB | 118/165 kB
Progress (3): 5.4 kB | 102/527 kB | 122/165 kB
Progress (3): 5.4 kB | 106/527 kB | 122/165 kB
Progress (3): 5.4 kB | 106/527 kB | 126/165 kB
Progress (3): 5.4 kB | 110/527 kB | 126/165 kB
Progress (3): 5.4 kB | 110/527 kB | 131/165 kB
Progress (3): 5.4 kB | 114/527 kB | 131/165 kB
Progress (3): 5.4 kB | 114/527 kB | 135/165 kB
Progress (3): 5.4 kB | 118/527 kB | 135/165 kB
Progress (3): 5.4 kB | 122/527 kB | 135/165 kB
Progress (3): 5.4 kB | 126/527 kB | 135/165 kB
Progress (3): 5.4 kB | 131/527 kB | 135/165 kB
Progress (3): 5.4 kB | 135/527 kB | 135/165 kB
Progress (3): 5.4 kB | 139/527 kB | 135/165 kB
Progress (3): 5.4 kB | 143/527 kB | 135/165 kB
Progress (3): 5.4 kB | 147/527 kB | 135/165 kB
Progress (3): 5.4 kB | 151/527 kB | 135/165 kB
Progress (3): 5.4 kB | 155/527 kB | 135/165 kB
Progress (3): 5.4 kB | 159/527 kB | 135/165 kB
Progress (3): 5.4 kB | 163/527 kB | 135/165 kB
Progress (3): 5.4 kB | 163/527 kB | 139/165 kB
Progress (3): 5.4 kB | 163/527 kB | 143/165 kB
Progress (3): 5.4 kB | 163/527 kB | 147/165 kB
Progress (3): 5.4 kB | 167/527 kB | 147/165 kB
Progress (3): 5.4 kB | 171/527 kB | 147/165 kB
Progress (3): 5.4 kB | 176/527 kB | 147/165 kB
Progress (3): 5.4 kB | 176/527 kB | 151/165 kB
Progress (4): 5.4 kB | 176/527 kB | 151/165 kB | 4.1/204 kB
Progress (4): 5.4 kB | 176/527 kB | 155/165 kB | 4.1/204 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 51 kB/s)
06:02:12 Progress (3): 180/527 kB | 155/165 kB | 4.1/204 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
06:02:12 Progress (4): 180/527 kB | 155/165 kB | 4.1/204 kB | 4.1/38 kB
Progress (4): 180/527 kB | 159/165 kB | 4.1/204 kB | 4.1/38 kB
Progress (4): 180/527 kB | 159/165 kB | 7.7/204 kB | 4.1/38 kB
Progress (4): 184/527 kB | 159/165 kB | 7.7/204 kB | 4.1/38 kB
Progress (4): 184/527 kB | 163/165 kB | 7.7/204 kB | 4.1/38 kB
Progress (4): 184/527 kB | 163/165 kB | 7.7/204 kB | 7.7/38 kB
Progress (4): 184/527 kB | 165 kB | 7.7/204 kB | 7.7/38 kB    
Progress (4): 188/527 kB | 165 kB | 7.7/204 kB | 7.7/38 kB
Progress (4): 188/527 kB | 165 kB | 12/204 kB | 7.7/38 kB 
Progress (4): 188/527 kB | 165 kB | 16/204 kB | 7.7/38 kB
Progress (4): 192/527 kB | 165 kB | 16/204 kB | 7.7/38 kB
Progress (4): 192/527 kB | 165 kB | 16/204 kB | 12/38 kB 
Progress (5): 192/527 kB | 165 kB | 16/204 kB | 12/38 kB | 4.1/30 kB
Progress (5): 196/527 kB | 165 kB | 16/204 kB | 12/38 kB | 4.1/30 kB
Progress (5): 196/527 kB | 165 kB | 16/204 kB | 12/38 kB | 7.7/30 kB
Progress (5): 196/527 kB | 165 kB | 20/204 kB | 12/38 kB | 7.7/30 kB
Progress (5): 196/527 kB | 165 kB | 20/204 kB | 16/38 kB | 7.7/30 kB
Progress (5): 196/527 kB | 165 kB | 24/204 kB | 16/38 kB | 7.7/30 kB
Progress (5): 196/527 kB | 165 kB | 24/204 kB | 16/38 kB | 12/30 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 1.5 MB/s)
06:02:12 Progress (4): 196/527 kB | 24/204 kB | 20/38 kB | 12/30 kB
Progress (4): 196/527 kB | 24/204 kB | 20/38 kB | 16/30 kB
Progress (4): 196/527 kB | 28/204 kB | 20/38 kB | 16/30 kB
Progress (4): 200/527 kB | 28/204 kB | 20/38 kB | 16/30 kB
Progress (4): 200/527 kB | 32/204 kB | 20/38 kB | 16/30 kB
Progress (4): 200/527 kB | 32/204 kB | 24/38 kB | 16/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
06:02:12 Progress (4): 200/527 kB | 36/204 kB | 24/38 kB | 16/30 kB
Progress (4): 200/527 kB | 36/204 kB | 28/38 kB | 16/30 kB
Progress (4): 200/527 kB | 36/204 kB | 28/38 kB | 20/30 kB
Progress (4): 204/527 kB | 36/204 kB | 28/38 kB | 20/30 kB
Progress (4): 204/527 kB | 36/204 kB | 28/38 kB | 24/30 kB
Progress (4): 204/527 kB | 36/204 kB | 32/38 kB | 24/30 kB
Progress (4): 204/527 kB | 40/204 kB | 32/38 kB | 24/30 kB
Progress (4): 204/527 kB | 40/204 kB | 32/38 kB | 28/30 kB
Progress (4): 208/527 kB | 40/204 kB | 32/38 kB | 28/30 kB
Progress (4): 208/527 kB | 40/204 kB | 32/38 kB | 30 kB   
Progress (4): 208/527 kB | 45/204 kB | 32/38 kB | 30 kB
Progress (4): 208/527 kB | 45/204 kB | 36/38 kB | 30 kB
Progress (5): 208/527 kB | 45/204 kB | 36/38 kB | 30 kB | 4.1/52 kB
Progress (5): 208/527 kB | 49/204 kB | 36/38 kB | 30 kB | 4.1/52 kB
Progress (5): 212/527 kB | 49/204 kB | 36/38 kB | 30 kB | 4.1/52 kB
Progress (5): 212/527 kB | 49/204 kB | 36/38 kB | 30 kB | 7.7/52 kB
Progress (5): 212/527 kB | 49/204 kB | 38 kB | 30 kB | 7.7/52 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 251 kB/s)
06:02:12 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
06:02:12 Progress (4): 212/527 kB | 53/204 kB | 38 kB | 7.7/52 kB
Progress (4): 212/527 kB | 53/204 kB | 38 kB | 12/52 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 310 kB/s)
06:02:12 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
06:02:12 Progress (3): 212/527 kB | 57/204 kB | 12/52 kB
Progress (3): 217/527 kB | 57/204 kB | 12/52 kB
Progress (3): 217/527 kB | 61/204 kB | 12/52 kB
Progress (3): 217/527 kB | 61/204 kB | 16/52 kB
Progress (3): 217/527 kB | 65/204 kB | 16/52 kB
Progress (3): 221/527 kB | 65/204 kB | 16/52 kB
Progress (4): 221/527 kB | 65/204 kB | 16/52 kB | 4.1/148 kB
Progress (4): 225/527 kB | 65/204 kB | 16/52 kB | 4.1/148 kB
Progress (4): 225/527 kB | 65/204 kB | 20/52 kB | 4.1/148 kB
Progress (4): 225/527 kB | 65/204 kB | 20/52 kB | 7.7/148 kB
Progress (4): 225/527 kB | 69/204 kB | 20/52 kB | 7.7/148 kB
Progress (5): 225/527 kB | 69/204 kB | 20/52 kB | 7.7/148 kB | 4.1/51 kB
Progress (5): 225/527 kB | 69/204 kB | 24/52 kB | 7.7/148 kB | 4.1/51 kB
Progress (5): 229/527 kB | 69/204 kB | 24/52 kB | 7.7/148 kB | 4.1/51 kB
Progress (5): 229/527 kB | 69/204 kB | 28/52 kB | 7.7/148 kB | 4.1/51 kB
Progress (5): 229/527 kB | 69/204 kB | 28/52 kB | 7.7/148 kB | 7.7/51 kB
Progress (5): 229/527 kB | 73/204 kB | 28/52 kB | 7.7/148 kB | 7.7/51 kB
Progress (5): 229/527 kB | 73/204 kB | 28/52 kB | 12/148 kB | 7.7/51 kB 
Progress (5): 229/527 kB | 77/204 kB | 28/52 kB | 12/148 kB | 7.7/51 kB
Progress (5): 229/527 kB | 77/204 kB | 28/52 kB | 12/148 kB | 12/51 kB 
Progress (5): 233/527 kB | 77/204 kB | 28/52 kB | 12/148 kB | 12/51 kB
Progress (5): 233/527 kB | 77/204 kB | 32/52 kB | 12/148 kB | 12/51 kB
Progress (5): 237/527 kB | 77/204 kB | 32/52 kB | 12/148 kB | 12/51 kB
Progress (5): 237/527 kB | 77/204 kB | 32/52 kB | 12/148 kB | 16/51 kB
Progress (5): 237/527 kB | 81/204 kB | 32/52 kB | 12/148 kB | 16/51 kB
Progress (5): 237/527 kB | 81/204 kB | 32/52 kB | 16/148 kB | 16/51 kB
Progress (5): 237/527 kB | 81/204 kB | 36/52 kB | 16/148 kB | 16/51 kB
Progress (5): 241/527 kB | 81/204 kB | 36/52 kB | 16/148 kB | 16/51 kB
Progress (5): 241/527 kB | 81/204 kB | 36/52 kB | 16/148 kB | 20/51 kB
Progress (5): 241/527 kB | 81/204 kB | 40/52 kB | 16/148 kB | 20/51 kB
Progress (5): 241/527 kB | 81/204 kB | 40/52 kB | 16/148 kB | 24/51 kB
Progress (5): 241/527 kB | 85/204 kB | 40/52 kB | 16/148 kB | 24/51 kB
Progress (5): 241/527 kB | 85/204 kB | 40/52 kB | 20/148 kB | 24/51 kB
Progress (5): 245/527 kB | 85/204 kB | 40/52 kB | 20/148 kB | 24/51 kB
Progress (5): 245/527 kB | 85/204 kB | 40/52 kB | 24/148 kB | 24/51 kB
Progress (5): 245/527 kB | 90/204 kB | 40/52 kB | 24/148 kB | 24/51 kB
Progress (5): 245/527 kB | 90/204 kB | 40/52 kB | 24/148 kB | 28/51 kB
Progress (5): 245/527 kB | 90/204 kB | 45/52 kB | 24/148 kB | 28/51 kB
Progress (5): 245/527 kB | 90/204 kB | 49/52 kB | 24/148 kB | 28/51 kB
Progress (5): 245/527 kB | 90/204 kB | 49/52 kB | 24/148 kB | 32/51 kB
Progress (5): 245/527 kB | 94/204 kB | 49/52 kB | 24/148 kB | 32/51 kB
Progress (5): 249/527 kB | 94/204 kB | 49/52 kB | 24/148 kB | 32/51 kB
Progress (5): 249/527 kB | 94/204 kB | 49/52 kB | 28/148 kB | 32/51 kB
Progress (5): 249/527 kB | 94/204 kB | 49/52 kB | 28/148 kB | 36/51 kB
Progress (5): 253/527 kB | 94/204 kB | 49/52 kB | 28/148 kB | 36/51 kB
Progress (5): 253/527 kB | 98/204 kB | 49/52 kB | 28/148 kB | 36/51 kB
Progress (5): 253/527 kB | 98/204 kB | 52 kB | 28/148 kB | 36/51 kB   
Progress (5): 258/527 kB | 98/204 kB | 52 kB | 28/148 kB | 36/51 kB
Progress (5): 258/527 kB | 98/204 kB | 52 kB | 28/148 kB | 40/51 kB
Progress (5): 258/527 kB | 98/204 kB | 52 kB | 32/148 kB | 40/51 kB
Progress (5): 258/527 kB | 98/204 kB | 52 kB | 32/148 kB | 45/51 kB
Progress (5): 258/527 kB | 102/204 kB | 52 kB | 32/148 kB | 45/51 kB
Progress (5): 262/527 kB | 102/204 kB | 52 kB | 32/148 kB | 45/51 kB
Progress (5): 262/527 kB | 102/204 kB | 52 kB | 36/148 kB | 45/51 kB
Progress (5): 262/527 kB | 106/204 kB | 52 kB | 36/148 kB | 45/51 kB
Progress (5): 262/527 kB | 106/204 kB | 52 kB | 36/148 kB | 49/51 kB
Progress (5): 266/527 kB | 106/204 kB | 52 kB | 36/148 kB | 49/51 kB
Progress (5): 266/527 kB | 106/204 kB | 52 kB | 36/148 kB | 51 kB   
Progress (5): 266/527 kB | 110/204 kB | 52 kB | 36/148 kB | 51 kB
Progress (5): 266/527 kB | 110/204 kB | 52 kB | 40/148 kB | 51 kB
Progress (5): 266/527 kB | 114/204 kB | 52 kB | 40/148 kB | 51 kB
Progress (5): 270/527 kB | 114/204 kB | 52 kB | 40/148 kB | 51 kB
Progress (5): 270/527 kB | 114/204 kB | 52 kB | 45/148 kB | 51 kB
Progress (5): 274/527 kB | 114/204 kB | 52 kB | 45/148 kB | 51 kB
Progress (5): 274/527 kB | 118/204 kB | 52 kB | 45/148 kB | 51 kB
Progress (5): 274/527 kB | 118/204 kB | 52 kB | 49/148 kB | 51 kB
Progress (5): 274/527 kB | 122/204 kB | 52 kB | 49/148 kB | 51 kB
Progress (5): 278/527 kB | 122/204 kB | 52 kB | 49/148 kB | 51 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 243 kB/s)
06:02:12 Progress (4): 278/527 kB | 126/204 kB | 52 kB | 49/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
06:02:12 Progress (4): 282/527 kB | 126/204 kB | 52 kB | 49/148 kB
Progress (4): 282/527 kB | 126/204 kB | 52 kB | 53/148 kB
Progress (4): 286/527 kB | 126/204 kB | 52 kB | 53/148 kB
Progress (4): 286/527 kB | 131/204 kB | 52 kB | 53/148 kB
Progress (4): 290/527 kB | 131/204 kB | 52 kB | 53/148 kB
Progress (4): 290/527 kB | 131/204 kB | 52 kB | 57/148 kB
Progress (4): 294/527 kB | 131/204 kB | 52 kB | 57/148 kB
Progress (4): 294/527 kB | 135/204 kB | 52 kB | 57/148 kB
Progress (4): 294/527 kB | 135/204 kB | 52 kB | 61/148 kB
Progress (4): 294/527 kB | 139/204 kB | 52 kB | 61/148 kB
Progress (4): 298/527 kB | 139/204 kB | 52 kB | 61/148 kB
Progress (4): 298/527 kB | 139/204 kB | 52 kB | 65/148 kB
Progress (4): 303/527 kB | 139/204 kB | 52 kB | 65/148 kB
Progress (4): 303/527 kB | 143/204 kB | 52 kB | 65/148 kB
Progress (4): 307/527 kB | 143/204 kB | 52 kB | 65/148 kB
Progress (4): 307/527 kB | 143/204 kB | 52 kB | 69/148 kB
Progress (4): 307/527 kB | 147/204 kB | 52 kB | 69/148 kB
Progress (4): 307/527 kB | 147/204 kB | 52 kB | 73/148 kB
Progress (4): 311/527 kB | 147/204 kB | 52 kB | 73/148 kB
Progress (4): 311/527 kB | 147/204 kB | 52 kB | 77/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 238 kB/s)
06:02:12 Progress (3): 315/527 kB | 147/204 kB | 77/148 kB
Progress (3): 315/527 kB | 147/204 kB | 81/148 kB
Progress (3): 315/527 kB | 151/204 kB | 81/148 kB
Progress (3): 319/527 kB | 151/204 kB | 81/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
06:02:12 Progress (3): 319/527 kB | 151/204 kB | 85/148 kB
Progress (3): 323/527 kB | 151/204 kB | 85/148 kB
Progress (3): 323/527 kB | 155/204 kB | 85/148 kB
Progress (3): 327/527 kB | 155/204 kB | 85/148 kB
Progress (3): 327/527 kB | 155/204 kB | 90/148 kB
Progress (3): 327/527 kB | 159/204 kB | 90/148 kB
Progress (3): 327/527 kB | 159/204 kB | 94/148 kB
Progress (3): 327/527 kB | 163/204 kB | 94/148 kB
Progress (3): 327/527 kB | 163/204 kB | 98/148 kB
Progress (3): 331/527 kB | 163/204 kB | 98/148 kB
Progress (3): 335/527 kB | 163/204 kB | 98/148 kB
Progress (3): 335/527 kB | 163/204 kB | 102/148 kB
Progress (3): 335/527 kB | 167/204 kB | 102/148 kB
Progress (3): 335/527 kB | 167/204 kB | 106/148 kB
Progress (3): 339/527 kB | 167/204 kB | 106/148 kB
Progress (4): 339/527 kB | 167/204 kB | 106/148 kB | 4.1/14 kB
Progress (4): 344/527 kB | 167/204 kB | 106/148 kB | 4.1/14 kB
Progress (4): 344/527 kB | 167/204 kB | 110/148 kB | 4.1/14 kB
Progress (4): 344/527 kB | 171/204 kB | 110/148 kB | 4.1/14 kB
Progress (4): 344/527 kB | 171/204 kB | 114/148 kB | 4.1/14 kB
Progress (5): 344/527 kB | 171/204 kB | 114/148 kB | 4.1/14 kB | 4.1/106 kB
Progress (5): 344/527 kB | 171/204 kB | 114/148 kB | 7.7/14 kB | 4.1/106 kB
Progress (5): 344/527 kB | 171/204 kB | 118/148 kB | 7.7/14 kB | 4.1/106 kB
Progress (5): 344/527 kB | 171/204 kB | 118/148 kB | 7.7/14 kB | 7.7/106 kB
Progress (5): 348/527 kB | 171/204 kB | 118/148 kB | 7.7/14 kB | 7.7/106 kB
Progress (5): 348/527 kB | 176/204 kB | 118/148 kB | 7.7/14 kB | 7.7/106 kB
Progress (5): 352/527 kB | 176/204 kB | 118/148 kB | 7.7/14 kB | 7.7/106 kB
Progress (5): 352/527 kB | 176/204 kB | 118/148 kB | 7.7/14 kB | 12/106 kB 
Progress (5): 352/527 kB | 176/204 kB | 122/148 kB | 7.7/14 kB | 12/106 kB
Progress (5): 352/527 kB | 176/204 kB | 122/148 kB | 12/14 kB | 12/106 kB 
Progress (5): 352/527 kB | 176/204 kB | 126/148 kB | 12/14 kB | 12/106 kB
Progress (5): 352/527 kB | 176/204 kB | 126/148 kB | 12/14 kB | 16/106 kB
Progress (5): 356/527 kB | 176/204 kB | 126/148 kB | 12/14 kB | 16/106 kB
Progress (5): 356/527 kB | 180/204 kB | 126/148 kB | 12/14 kB | 16/106 kB
Progress (5): 360/527 kB | 180/204 kB | 126/148 kB | 12/14 kB | 16/106 kB
Progress (5): 360/527 kB | 180/204 kB | 131/148 kB | 12/14 kB | 16/106 kB
Progress (5): 360/527 kB | 180/204 kB | 131/148 kB | 14 kB | 16/106 kB   
Progress (5): 360/527 kB | 184/204 kB | 131/148 kB | 14 kB | 16/106 kB
Progress (5): 360/527 kB | 184/204 kB | 131/148 kB | 14 kB | 20/106 kB
Progress (5): 360/527 kB | 188/204 kB | 131/148 kB | 14 kB | 20/106 kB
Progress (5): 360/527 kB | 188/204 kB | 135/148 kB | 14 kB | 20/106 kB
Progress (5): 364/527 kB | 188/204 kB | 135/148 kB | 14 kB | 20/106 kB
Progress (5): 364/527 kB | 188/204 kB | 139/148 kB | 14 kB | 20/106 kB
Progress (5): 364/527 kB | 192/204 kB | 139/148 kB | 14 kB | 20/106 kB
Progress (5): 364/527 kB | 192/204 kB | 139/148 kB | 14 kB | 24/106 kB
Progress (5): 364/527 kB | 196/204 kB | 139/148 kB | 14 kB | 24/106 kB
Progress (5): 364/527 kB | 200/204 kB | 139/148 kB | 14 kB | 24/106 kB
Progress (5): 364/527 kB | 200/204 kB | 143/148 kB | 14 kB | 24/106 kB
Progress (5): 368/527 kB | 200/204 kB | 143/148 kB | 14 kB | 24/106 kB
Progress (5): 368/527 kB | 200/204 kB | 147/148 kB | 14 kB | 24/106 kB
Progress (5): 368/527 kB | 204 kB | 147/148 kB | 14 kB | 24/106 kB    
Progress (5): 368/527 kB | 204 kB | 147/148 kB | 14 kB | 28/106 kB
Progress (5): 368/527 kB | 204 kB | 148 kB | 14 kB | 28/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 44 kB/s)
06:02:12 Progress (4): 372/527 kB | 204 kB | 148 kB | 28/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
06:02:12 Progress (4): 372/527 kB | 204 kB | 148 kB | 32/106 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 480 kB/s)
06:02:12 Progress (3): 376/527 kB | 204 kB | 32/106 kB
                                             
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
06:02:12 Progress (3): 376/527 kB | 204 kB | 36/106 kB
Progress (3): 380/527 kB | 204 kB | 36/106 kB
Progress (3): 380/527 kB | 204 kB | 40/106 kB
Progress (3): 384/527 kB | 204 kB | 40/106 kB
Progress (3): 384/527 kB | 204 kB | 45/106 kB
Progress (4): 384/527 kB | 204 kB | 45/106 kB | 4.1/74 kB
Progress (4): 389/527 kB | 204 kB | 45/106 kB | 4.1/74 kB
Progress (4): 389/527 kB | 204 kB | 45/106 kB | 7.7/74 kB
Progress (4): 389/527 kB | 204 kB | 49/106 kB | 7.7/74 kB
Progress (4): 389/527 kB | 204 kB | 49/106 kB | 12/74 kB 
Progress (4): 393/527 kB | 204 kB | 49/106 kB | 12/74 kB
Progress (4): 393/527 kB | 204 kB | 49/106 kB | 16/74 kB
Progress (4): 393/527 kB | 204 kB | 53/106 kB | 16/74 kB
Progress (4): 397/527 kB | 204 kB | 53/106 kB | 16/74 kB
Progress (5): 397/527 kB | 204 kB | 53/106 kB | 16/74 kB | 4.1/108 kB
Progress (5): 397/527 kB | 204 kB | 53/106 kB | 20/74 kB | 4.1/108 kB
Progress (5): 401/527 kB | 204 kB | 53/106 kB | 20/74 kB | 4.1/108 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 650 kB/s)
06:02:12 Progress (4): 401/527 kB | 57/106 kB | 20/74 kB | 4.1/108 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
06:02:12 Progress (4): 405/527 kB | 57/106 kB | 20/74 kB | 4.1/108 kB
Progress (4): 405/527 kB | 57/106 kB | 24/74 kB | 4.1/108 kB
Progress (4): 405/527 kB | 57/106 kB | 24/74 kB | 7.7/108 kB
Progress (4): 405/527 kB | 57/106 kB | 28/74 kB | 7.7/108 kB
Progress (4): 409/527 kB | 57/106 kB | 28/74 kB | 7.7/108 kB
Progress (4): 409/527 kB | 61/106 kB | 28/74 kB | 7.7/108 kB
Progress (4): 409/527 kB | 61/106 kB | 32/74 kB | 7.7/108 kB
Progress (4): 409/527 kB | 61/106 kB | 32/74 kB | 12/108 kB 
Progress (4): 413/527 kB | 61/106 kB | 32/74 kB | 12/108 kB
Progress (4): 413/527 kB | 65/106 kB | 32/74 kB | 12/108 kB
Progress (4): 413/527 kB | 65/106 kB | 36/74 kB | 12/108 kB
Progress (4): 417/527 kB | 65/106 kB | 36/74 kB | 12/108 kB
Progress (4): 417/527 kB | 65/106 kB | 36/74 kB | 16/108 kB
Progress (4): 421/527 kB | 65/106 kB | 36/74 kB | 16/108 kB
Progress (4): 421/527 kB | 65/106 kB | 40/74 kB | 16/108 kB
Progress (4): 425/527 kB | 65/106 kB | 40/74 kB | 16/108 kB
Progress (4): 425/527 kB | 69/106 kB | 40/74 kB | 16/108 kB
Progress (4): 425/527 kB | 69/106 kB | 40/74 kB | 20/108 kB
Progress (4): 425/527 kB | 69/106 kB | 45/74 kB | 20/108 kB
Progress (4): 430/527 kB | 69/106 kB | 45/74 kB | 20/108 kB
Progress (4): 430/527 kB | 69/106 kB | 45/74 kB | 24/108 kB
Progress (4): 430/527 kB | 73/106 kB | 45/74 kB | 24/108 kB
Progress (4): 430/527 kB | 73/106 kB | 45/74 kB | 28/108 kB
Progress (4): 434/527 kB | 73/106 kB | 45/74 kB | 28/108 kB
Progress (4): 434/527 kB | 73/106 kB | 49/74 kB | 28/108 kB
Progress (4): 438/527 kB | 73/106 kB | 49/74 kB | 28/108 kB
Progress (4): 438/527 kB | 73/106 kB | 49/74 kB | 32/108 kB
Progress (4): 438/527 kB | 77/106 kB | 49/74 kB | 32/108 kB
Progress (4): 438/527 kB | 77/106 kB | 53/74 kB | 32/108 kB
Progress (4): 442/527 kB | 77/106 kB | 53/74 kB | 32/108 kB
Progress (4): 442/527 kB | 77/106 kB | 57/74 kB | 32/108 kB
Progress (4): 442/527 kB | 81/106 kB | 57/74 kB | 32/108 kB
Progress (4): 442/527 kB | 81/106 kB | 61/74 kB | 32/108 kB
Progress (4): 442/527 kB | 81/106 kB | 61/74 kB | 36/108 kB
Progress (4): 442/527 kB | 81/106 kB | 65/74 kB | 36/108 kB
Progress (4): 446/527 kB | 81/106 kB | 65/74 kB | 36/108 kB
Progress (4): 446/527 kB | 85/106 kB | 65/74 kB | 36/108 kB
Progress (4): 446/527 kB | 85/106 kB | 65/74 kB | 40/108 kB
Progress (4): 446/527 kB | 90/106 kB | 65/74 kB | 40/108 kB
Progress (4): 446/527 kB | 90/106 kB | 69/74 kB | 40/108 kB
Progress (4): 450/527 kB | 90/106 kB | 69/74 kB | 40/108 kB
Progress (4): 450/527 kB | 90/106 kB | 73/74 kB | 40/108 kB
Progress (4): 450/527 kB | 94/106 kB | 73/74 kB | 40/108 kB
Progress (4): 450/527 kB | 94/106 kB | 73/74 kB | 45/108 kB
Progress (4): 450/527 kB | 98/106 kB | 73/74 kB | 45/108 kB
Progress (4): 450/527 kB | 98/106 kB | 74 kB | 45/108 kB   
Progress (4): 454/527 kB | 98/106 kB | 74 kB | 45/108 kB
Progress (4): 454/527 kB | 98/106 kB | 74 kB | 49/108 kB
Progress (4): 454/527 kB | 102/106 kB | 74 kB | 49/108 kB
Progress (4): 458/527 kB | 102/106 kB | 74 kB | 49/108 kB
Progress (4): 458/527 kB | 106/106 kB | 74 kB | 49/108 kB
Progress (4): 458/527 kB | 106/106 kB | 74 kB | 53/108 kB
Progress (4): 458/527 kB | 106 kB | 74 kB | 53/108 kB    
Progress (4): 462/527 kB | 106 kB | 74 kB | 53/108 kB
Progress (4): 462/527 kB | 106 kB | 74 kB | 57/108 kB
Progress (4): 466/527 kB | 106 kB | 74 kB | 57/108 kB
Progress (4): 466/527 kB | 106 kB | 74 kB | 61/108 kB
Progress (4): 471/527 kB | 106 kB | 74 kB | 61/108 kB
Progress (4): 471/527 kB | 106 kB | 74 kB | 65/108 kB
Progress (4): 475/527 kB | 106 kB | 74 kB | 65/108 kB
Progress (4): 475/527 kB | 106 kB | 74 kB | 69/108 kB
Progress (4): 479/527 kB | 106 kB | 74 kB | 69/108 kB
Progress (4): 479/527 kB | 106 kB | 74 kB | 73/108 kB
Progress (4): 483/527 kB | 106 kB | 74 kB | 73/108 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 322 kB/s)
06:02:12 Progress (4): 483/527 kB | 74 kB | 73/108 kB | 4.1/202 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 224 kB/s)
06:02:12 Progress (3): 487/527 kB | 73/108 kB | 4.1/202 kB
Progress (3): 487/527 kB | 77/108 kB | 4.1/202 kB
Progress (3): 491/527 kB | 77/108 kB | 4.1/202 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
06:02:12 Progress (3): 491/527 kB | 77/108 kB | 7.7/202 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
06:02:12 Progress (3): 491/527 kB | 77/108 kB | 12/202 kB
Progress (3): 495/527 kB | 77/108 kB | 12/202 kB
Progress (3): 495/527 kB | 81/108 kB | 12/202 kB
Progress (3): 499/527 kB | 81/108 kB | 12/202 kB
Progress (3): 503/527 kB | 81/108 kB | 12/202 kB
Progress (3): 507/527 kB | 81/108 kB | 12/202 kB
Progress (3): 507/527 kB | 85/108 kB | 12/202 kB
Progress (3): 507/527 kB | 90/108 kB | 12/202 kB
Progress (4): 507/527 kB | 90/108 kB | 12/202 kB | 4.1/472 kB
Progress (4): 507/527 kB | 90/108 kB | 12/202 kB | 7.7/472 kB
Progress (5): 507/527 kB | 90/108 kB | 12/202 kB | 7.7/472 kB | 4.1/153 kB
Progress (5): 507/527 kB | 90/108 kB | 12/202 kB | 7.7/472 kB | 7.7/153 kB
Progress (5): 507/527 kB | 90/108 kB | 16/202 kB | 7.7/472 kB | 7.7/153 kB
Progress (5): 507/527 kB | 90/108 kB | 16/202 kB | 7.7/472 kB | 12/153 kB 
Progress (5): 507/527 kB | 90/108 kB | 16/202 kB | 12/472 kB | 12/153 kB 
Progress (5): 511/527 kB | 90/108 kB | 16/202 kB | 12/472 kB | 12/153 kB
Progress (5): 511/527 kB | 94/108 kB | 16/202 kB | 12/472 kB | 12/153 kB
Progress (5): 516/527 kB | 94/108 kB | 16/202 kB | 12/472 kB | 12/153 kB
Progress (5): 516/527 kB | 94/108 kB | 16/202 kB | 16/472 kB | 12/153 kB
Progress (5): 516/527 kB | 94/108 kB | 20/202 kB | 16/472 kB | 12/153 kB
Progress (5): 516/527 kB | 94/108 kB | 20/202 kB | 16/472 kB | 16/153 kB
Progress (5): 516/527 kB | 94/108 kB | 24/202 kB | 16/472 kB | 16/153 kB
Progress (5): 520/527 kB | 94/108 kB | 24/202 kB | 16/472 kB | 16/153 kB
Progress (5): 520/527 kB | 98/108 kB | 24/202 kB | 16/472 kB | 16/153 kB
Progress (5): 524/527 kB | 98/108 kB | 24/202 kB | 16/472 kB | 16/153 kB
Progress (5): 524/527 kB | 98/108 kB | 28/202 kB | 16/472 kB | 16/153 kB
Progress (5): 524/527 kB | 98/108 kB | 28/202 kB | 20/472 kB | 16/153 kB
Progress (5): 524/527 kB | 98/108 kB | 32/202 kB | 20/472 kB | 16/153 kB
Progress (5): 527 kB | 98/108 kB | 32/202 kB | 20/472 kB | 16/153 kB    
Progress (5): 527 kB | 102/108 kB | 32/202 kB | 20/472 kB | 16/153 kB
Progress (5): 527 kB | 102/108 kB | 32/202 kB | 20/472 kB | 20/153 kB
Progress (5): 527 kB | 102/108 kB | 36/202 kB | 20/472 kB | 20/153 kB
Progress (5): 527 kB | 106/108 kB | 36/202 kB | 20/472 kB | 20/153 kB
Progress (5): 527 kB | 106/108 kB | 36/202 kB | 24/472 kB | 20/153 kB
Progress (5): 527 kB | 108 kB | 36/202 kB | 24/472 kB | 20/153 kB    
Progress (5): 527 kB | 108 kB | 40/202 kB | 24/472 kB | 20/153 kB
Progress (5): 527 kB | 108 kB | 40/202 kB | 24/472 kB | 24/153 kB
Progress (5): 527 kB | 108 kB | 45/202 kB | 24/472 kB | 24/153 kB
Progress (5): 527 kB | 108 kB | 45/202 kB | 28/472 kB | 24/153 kB
Progress (5): 527 kB | 108 kB | 49/202 kB | 28/472 kB | 24/153 kB
Progress (5): 527 kB | 108 kB | 49/202 kB | 28/472 kB | 28/153 kB
Progress (5): 527 kB | 108 kB | 49/202 kB | 32/472 kB | 28/153 kB
Progress (5): 527 kB | 108 kB | 49/202 kB | 32/472 kB | 32/153 kB
Progress (5): 527 kB | 108 kB | 53/202 kB | 32/472 kB | 32/153 kB
Progress (5): 527 kB | 108 kB | 57/202 kB | 32/472 kB | 32/153 kB
Progress (5): 527 kB | 108 kB | 57/202 kB | 36/472 kB | 32/153 kB
Progress (5): 527 kB | 108 kB | 61/202 kB | 36/472 kB | 32/153 kB
Progress (5): 527 kB | 108 kB | 61/202 kB | 40/472 kB | 32/153 kB
Progress (5): 527 kB | 108 kB | 61/202 kB | 40/472 kB | 36/153 kB
Progress (5): 527 kB | 108 kB | 61/202 kB | 45/472 kB | 36/153 kB
Progress (5): 527 kB | 108 kB | 65/202 kB | 45/472 kB | 36/153 kB
Progress (5): 527 kB | 108 kB | 65/202 kB | 49/472 kB | 36/153 kB
Progress (5): 527 kB | 108 kB | 65/202 kB | 49/472 kB | 40/153 kB
Progress (5): 527 kB | 108 kB | 69/202 kB | 49/472 kB | 40/153 kB
Progress (5): 527 kB | 108 kB | 69/202 kB | 49/472 kB | 45/153 kB
Progress (5): 527 kB | 108 kB | 73/202 kB | 49/472 kB | 45/153 kB
Progress (5): 527 kB | 108 kB | 73/202 kB | 53/472 kB | 45/153 kB
Progress (5): 527 kB | 108 kB | 77/202 kB | 53/472 kB | 45/153 kB
Progress (5): 527 kB | 108 kB | 77/202 kB | 53/472 kB | 49/153 kB
Progress (5): 527 kB | 108 kB | 81/202 kB | 53/472 kB | 49/153 kB
Progress (5): 527 kB | 108 kB | 81/202 kB | 57/472 kB | 49/153 kB
Progress (5): 527 kB | 108 kB | 81/202 kB | 61/472 kB | 49/153 kB
Progress (5): 527 kB | 108 kB | 81/202 kB | 65/472 kB | 49/153 kB
Progress (5): 527 kB | 108 kB | 81/202 kB | 65/472 kB | 53/153 kB
Progress (5): 527 kB | 108 kB | 85/202 kB | 65/472 kB | 53/153 kB
Progress (5): 527 kB | 108 kB | 85/202 kB | 65/472 kB | 57/153 kB
Progress (5): 527 kB | 108 kB | 85/202 kB | 69/472 kB | 57/153 kB
Progress (5): 527 kB | 108 kB | 90/202 kB | 69/472 kB | 57/153 kB
Progress (5): 527 kB | 108 kB | 90/202 kB | 73/472 kB | 57/153 kB
Progress (5): 527 kB | 108 kB | 90/202 kB | 73/472 kB | 61/153 kB
Progress (5): 527 kB | 108 kB | 90/202 kB | 77/472 kB | 61/153 kB
Progress (5): 527 kB | 108 kB | 94/202 kB | 77/472 kB | 61/153 kB
Progress (5): 527 kB | 108 kB | 94/202 kB | 81/472 kB | 61/153 kB
Progress (5): 527 kB | 108 kB | 94/202 kB | 81/472 kB | 65/153 kB
Progress (5): 527 kB | 108 kB | 98/202 kB | 81/472 kB | 65/153 kB
Progress (5): 527 kB | 108 kB | 98/202 kB | 85/472 kB | 65/153 kB
Progress (5): 527 kB | 108 kB | 102/202 kB | 85/472 kB | 65/153 kB
Progress (5): 527 kB | 108 kB | 102/202 kB | 85/472 kB | 69/153 kB
Progress (5): 527 kB | 108 kB | 106/202 kB | 85/472 kB | 69/153 kB
Progress (5): 527 kB | 108 kB | 106/202 kB | 90/472 kB | 69/153 kB
Progress (5): 527 kB | 108 kB | 110/202 kB | 90/472 kB | 69/153 kB
Progress (5): 527 kB | 108 kB | 110/202 kB | 90/472 kB | 73/153 kB
Progress (5): 527 kB | 108 kB | 114/202 kB | 90/472 kB | 73/153 kB
Progress (5): 527 kB | 108 kB | 114/202 kB | 94/472 kB | 73/153 kB
Progress (5): 527 kB | 108 kB | 114/202 kB | 94/472 kB | 77/153 kB
Progress (5): 527 kB | 108 kB | 114/202 kB | 98/472 kB | 77/153 kB
Progress (5): 527 kB | 108 kB | 118/202 kB | 98/472 kB | 77/153 kB
Progress (5): 527 kB | 108 kB | 118/202 kB | 98/472 kB | 81/153 kB
Progress (5): 527 kB | 108 kB | 122/202 kB | 98/472 kB | 81/153 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.jar (527 kB at 1.2 MB/s)
06:02:12 Progress (4): 108 kB | 122/202 kB | 98/472 kB | 85/153 kB
Progress (4): 108 kB | 122/202 kB | 102/472 kB | 85/153 kB
Progress (4): 108 kB | 126/202 kB | 102/472 kB | 85/153 kB
Progress (4): 108 kB | 126/202 kB | 106/472 kB | 85/153 kB
Progress (4): 108 kB | 126/202 kB | 106/472 kB | 90/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
06:02:12 Progress (4): 108 kB | 126/202 kB | 106/472 kB | 94/153 kB
Progress (4): 108 kB | 126/202 kB | 110/472 kB | 94/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 252 kB/s)
06:02:12 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
06:02:12 Progress (3): 131/202 kB | 110/472 kB | 94/153 kB
Progress (3): 131/202 kB | 114/472 kB | 94/153 kB
Progress (3): 131/202 kB | 114/472 kB | 98/153 kB
Progress (3): 135/202 kB | 114/472 kB | 98/153 kB
Progress (3): 135/202 kB | 118/472 kB | 98/153 kB
Progress (3): 139/202 kB | 118/472 kB | 98/153 kB
Progress (3): 139/202 kB | 122/472 kB | 98/153 kB
Progress (3): 143/202 kB | 122/472 kB | 98/153 kB
Progress (3): 143/202 kB | 122/472 kB | 102/153 kB
Progress (3): 147/202 kB | 122/472 kB | 102/153 kB
Progress (3): 147/202 kB | 126/472 kB | 102/153 kB
Progress (3): 147/202 kB | 126/472 kB | 106/153 kB
Progress (3): 147/202 kB | 131/472 kB | 106/153 kB
Progress (3): 147/202 kB | 131/472 kB | 110/153 kB
Progress (3): 151/202 kB | 131/472 kB | 110/153 kB
Progress (3): 151/202 kB | 131/472 kB | 114/153 kB
Progress (3): 155/202 kB | 131/472 kB | 114/153 kB
Progress (3): 155/202 kB | 135/472 kB | 114/153 kB
Progress (3): 159/202 kB | 135/472 kB | 114/153 kB
Progress (3): 159/202 kB | 139/472 kB | 114/153 kB
Progress (3): 163/202 kB | 139/472 kB | 114/153 kB
Progress (3): 163/202 kB | 143/472 kB | 114/153 kB
Progress (3): 163/202 kB | 143/472 kB | 118/153 kB
Progress (3): 163/202 kB | 147/472 kB | 118/153 kB
Progress (3): 163/202 kB | 147/472 kB | 122/153 kB
Progress (3): 167/202 kB | 147/472 kB | 122/153 kB
Progress (3): 167/202 kB | 147/472 kB | 126/153 kB
Progress (3): 171/202 kB | 147/472 kB | 126/153 kB
Progress (3): 171/202 kB | 151/472 kB | 126/153 kB
Progress (3): 171/202 kB | 151/472 kB | 131/153 kB
Progress (3): 171/202 kB | 155/472 kB | 131/153 kB
Progress (3): 176/202 kB | 155/472 kB | 131/153 kB
Progress (3): 176/202 kB | 159/472 kB | 131/153 kB
Progress (3): 180/202 kB | 159/472 kB | 131/153 kB
Progress (3): 180/202 kB | 163/472 kB | 131/153 kB
Progress (3): 180/202 kB | 163/472 kB | 135/153 kB
Progress (3): 180/202 kB | 163/472 kB | 139/153 kB
Progress (3): 180/202 kB | 163/472 kB | 143/153 kB
Progress (3): 180/202 kB | 163/472 kB | 147/153 kB
Progress (3): 180/202 kB | 163/472 kB | 151/153 kB
Progress (3): 180/202 kB | 163/472 kB | 153 kB    
Progress (3): 184/202 kB | 163/472 kB | 153 kB
Progress (3): 184/202 kB | 167/472 kB | 153 kB
Progress (3): 188/202 kB | 167/472 kB | 153 kB
Progress (3): 188/202 kB | 171/472 kB | 153 kB
Progress (3): 192/202 kB | 171/472 kB | 153 kB
Progress (3): 192/202 kB | 176/472 kB | 153 kB
Progress (3): 196/202 kB | 176/472 kB | 153 kB
Progress (3): 196/202 kB | 180/472 kB | 153 kB
Progress (3): 200/202 kB | 180/472 kB | 153 kB
Progress (3): 202 kB | 180/472 kB | 153 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 304 kB/s)
06:02:12 Progress (3): 202 kB | 180/472 kB | 4.1/46 kB
Progress (4): 202 kB | 180/472 kB | 4.1/46 kB | 4.1/61 kB
Progress (4): 202 kB | 184/472 kB | 4.1/46 kB | 4.1/61 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
06:02:12 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 399 kB/s)
06:02:12 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
06:02:12 Progress (3): 188/472 kB | 4.1/46 kB | 4.1/61 kB
Progress (3): 188/472 kB | 4.1/46 kB | 7.7/61 kB
Progress (3): 188/472 kB | 7.7/46 kB | 7.7/61 kB
Progress (3): 188/472 kB | 7.7/46 kB | 12/61 kB 
Progress (3): 192/472 kB | 7.7/46 kB | 12/61 kB
Progress (3): 192/472 kB | 7.7/46 kB | 16/61 kB
Progress (3): 192/472 kB | 12/46 kB | 16/61 kB 
Progress (3): 196/472 kB | 12/46 kB | 16/61 kB
Progress (3): 196/472 kB | 16/46 kB | 16/61 kB
Progress (3): 196/472 kB | 16/46 kB | 20/61 kB
Progress (3): 200/472 kB | 16/46 kB | 20/61 kB
Progress (4): 200/472 kB | 16/46 kB | 20/61 kB | 4.1/13 kB
Progress (4): 200/472 kB | 16/46 kB | 24/61 kB | 4.1/13 kB
Progress (4): 200/472 kB | 20/46 kB | 24/61 kB | 4.1/13 kB
Progress (4): 200/472 kB | 20/46 kB | 28/61 kB | 4.1/13 kB
Progress (4): 200/472 kB | 20/46 kB | 28/61 kB | 7.7/13 kB
Progress (4): 204/472 kB | 20/46 kB | 28/61 kB | 7.7/13 kB
Progress (4): 204/472 kB | 20/46 kB | 28/61 kB | 12/13 kB 
Progress (4): 204/472 kB | 20/46 kB | 32/61 kB | 12/13 kB
Progress (4): 204/472 kB | 24/46 kB | 32/61 kB | 12/13 kB
Progress (4): 204/472 kB | 24/46 kB | 32/61 kB | 13 kB   
Progress (4): 208/472 kB | 24/46 kB | 32/61 kB | 13 kB
Progress (4): 208/472 kB | 28/46 kB | 32/61 kB | 13 kB
Progress (4): 212/472 kB | 28/46 kB | 32/61 kB | 13 kB
Progress (4): 212/472 kB | 32/46 kB | 32/61 kB | 13 kB
Progress (4): 212/472 kB | 32/46 kB | 36/61 kB | 13 kB
Progress (4): 212/472 kB | 32/46 kB | 40/61 kB | 13 kB
Progress (4): 217/472 kB | 32/46 kB | 40/61 kB | 13 kB
Progress (4): 217/472 kB | 32/46 kB | 45/61 kB | 13 kB
Progress (4): 217/472 kB | 36/46 kB | 45/61 kB | 13 kB
Progress (4): 217/472 kB | 36/46 kB | 49/61 kB | 13 kB
Progress (4): 221/472 kB | 36/46 kB | 49/61 kB | 13 kB
Progress (4): 221/472 kB | 40/46 kB | 49/61 kB | 13 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 26 kB/s)
06:02:12 Progress (3): 221/472 kB | 40/46 kB | 53/61 kB
Progress (3): 221/472 kB | 45/46 kB | 53/61 kB
Progress (3): 225/472 kB | 45/46 kB | 53/61 kB
Progress (3): 225/472 kB | 46 kB | 53/61 kB   
Progress (3): 225/472 kB | 46 kB | 57/61 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
06:02:12 Progress (3): 225/472 kB | 46 kB | 61/61 kB
Progress (3): 229/472 kB | 46 kB | 61/61 kB
Progress (3): 229/472 kB | 46 kB | 61 kB   
Progress (3): 233/472 kB | 46 kB | 61 kB
Progress (3): 237/472 kB | 46 kB | 61 kB
Progress (4): 237/472 kB | 46 kB | 61 kB | 4.1/29 kB
Progress (4): 241/472 kB | 46 kB | 61 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 89 kB/s)
06:02:12 Progress (3): 241/472 kB | 61 kB | 7.7/29 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 118 kB/s)
06:02:12 Progress (3): 241/472 kB | 7.7/29 kB | 4.1/49 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
06:02:12 Progress (3): 245/472 kB | 7.7/29 kB | 4.1/49 kB
Progress (3): 245/472 kB | 7.7/29 kB | 7.7/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
06:02:12 Progress (3): 245/472 kB | 12/29 kB | 7.7/49 kB
Progress (3): 249/472 kB | 12/29 kB | 7.7/49 kB
Progress (3): 249/472 kB | 12/29 kB | 12/49 kB 
Progress (3): 253/472 kB | 12/29 kB | 12/49 kB
Progress (3): 253/472 kB | 16/29 kB | 12/49 kB
Progress (3): 258/472 kB | 16/29 kB | 12/49 kB
Progress (3): 258/472 kB | 16/29 kB | 16/49 kB
Progress (3): 262/472 kB | 16/29 kB | 16/49 kB
Progress (3): 262/472 kB | 20/29 kB | 16/49 kB
Progress (3): 262/472 kB | 24/29 kB | 16/49 kB
Progress (3): 262/472 kB | 24/29 kB | 20/49 kB
Progress (3): 266/472 kB | 24/29 kB | 20/49 kB
Progress (3): 266/472 kB | 28/29 kB | 20/49 kB
Progress (3): 270/472 kB | 28/29 kB | 20/49 kB
Progress (3): 270/472 kB | 28/29 kB | 24/49 kB
Progress (3): 274/472 kB | 28/29 kB | 24/49 kB
Progress (3): 274/472 kB | 29 kB | 24/49 kB   
Progress (3): 278/472 kB | 29 kB | 24/49 kB
Progress (3): 278/472 kB | 29 kB | 28/49 kB
Progress (3): 278/472 kB | 29 kB | 32/49 kB
Progress (3): 282/472 kB | 29 kB | 32/49 kB
Progress (3): 286/472 kB | 29 kB | 32/49 kB
Progress (3): 286/472 kB | 29 kB | 36/49 kB
Progress (3): 290/472 kB | 29 kB | 36/49 kB
Progress (3): 290/472 kB | 29 kB | 40/49 kB
Progress (3): 294/472 kB | 29 kB | 40/49 kB
Progress (3): 294/472 kB | 29 kB | 45/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 54 kB/s)
06:02:12 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
06:02:12 Progress (2): 294/472 kB | 49/49 kB
Progress (2): 294/472 kB | 49 kB   
Progress (3): 294/472 kB | 49 kB | 4.1/263 kB
Progress (3): 298/472 kB | 49 kB | 4.1/263 kB
Progress (3): 298/472 kB | 49 kB | 7.7/263 kB
Progress (4): 298/472 kB | 49 kB | 7.7/263 kB | 4.1/22 kB
Progress (5): 298/472 kB | 49 kB | 7.7/263 kB | 4.1/22 kB | 4.1/196 kB
Progress (5): 298/472 kB | 49 kB | 7.7/263 kB | 7.7/22 kB | 4.1/196 kB
Progress (5): 298/472 kB | 49 kB | 12/263 kB | 7.7/22 kB | 4.1/196 kB 
Progress (5): 303/472 kB | 49 kB | 12/263 kB | 7.7/22 kB | 4.1/196 kB
Progress (5): 303/472 kB | 49 kB | 16/263 kB | 7.7/22 kB | 4.1/196 kB
Progress (5): 303/472 kB | 49 kB | 16/263 kB | 12/22 kB | 4.1/196 kB 
Progress (5): 303/472 kB | 49 kB | 16/263 kB | 12/22 kB | 7.7/196 kB
Progress (5): 303/472 kB | 49 kB | 16/263 kB | 16/22 kB | 7.7/196 kB
Progress (5): 307/472 kB | 49 kB | 16/263 kB | 16/22 kB | 7.7/196 kB
Progress (5): 307/472 kB | 49 kB | 16/263 kB | 20/22 kB | 7.7/196 kB
Progress (5): 307/472 kB | 49 kB | 20/263 kB | 20/22 kB | 7.7/196 kB
Progress (5): 307/472 kB | 49 kB | 20/263 kB | 20/22 kB | 12/196 kB 
Progress (5): 307/472 kB | 49 kB | 24/263 kB | 20/22 kB | 12/196 kB
Progress (5): 307/472 kB | 49 kB | 24/263 kB | 22 kB | 12/196 kB   
Progress (5): 311/472 kB | 49 kB | 24/263 kB | 22 kB | 12/196 kB
Progress (5): 311/472 kB | 49 kB | 28/263 kB | 22 kB | 12/196 kB
Progress (5): 311/472 kB | 49 kB | 28/263 kB | 22 kB | 16/196 kB
Progress (5): 311/472 kB | 49 kB | 32/263 kB | 22 kB | 16/196 kB
Progress (5): 315/472 kB | 49 kB | 32/263 kB | 22 kB | 16/196 kB
Progress (5): 315/472 kB | 49 kB | 32/263 kB | 22 kB | 20/196 kB
Progress (5): 315/472 kB | 49 kB | 36/263 kB | 22 kB | 20/196 kB
Progress (5): 319/472 kB | 49 kB | 36/263 kB | 22 kB | 20/196 kB
Progress (5): 319/472 kB | 49 kB | 40/263 kB | 22 kB | 20/196 kB
Progress (5): 319/472 kB | 49 kB | 40/263 kB | 22 kB | 24/196 kB
Progress (5): 319/472 kB | 49 kB | 45/263 kB | 22 kB | 24/196 kB
Progress (5): 323/472 kB | 49 kB | 45/263 kB | 22 kB | 24/196 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 80 kB/s)
06:02:12 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
06:02:12 Progress (4): 323/472 kB | 49/263 kB | 22 kB | 24/196 kB
Progress (4): 323/472 kB | 49/263 kB | 22 kB | 28/196 kB
Progress (4): 327/472 kB | 49/263 kB | 22 kB | 28/196 kB
Progress (4): 327/472 kB | 49/263 kB | 22 kB | 32/196 kB
Progress (4): 327/472 kB | 53/263 kB | 22 kB | 32/196 kB
Progress (4): 327/472 kB | 57/263 kB | 22 kB | 32/196 kB
Progress (4): 331/472 kB | 57/263 kB | 22 kB | 32/196 kB
Progress (4): 331/472 kB | 61/263 kB | 22 kB | 32/196 kB
Progress (4): 335/472 kB | 61/263 kB | 22 kB | 32/196 kB
Progress (4): 335/472 kB | 61/263 kB | 22 kB | 36/196 kB
Progress (4): 335/472 kB | 65/263 kB | 22 kB | 36/196 kB
Progress (4): 335/472 kB | 65/263 kB | 22 kB | 40/196 kB
Progress (4): 339/472 kB | 65/263 kB | 22 kB | 40/196 kB
Progress (4): 339/472 kB | 65/263 kB | 22 kB | 45/196 kB
Progress (4): 339/472 kB | 69/263 kB | 22 kB | 45/196 kB
Progress (4): 344/472 kB | 69/263 kB | 22 kB | 45/196 kB
Progress (4): 344/472 kB | 73/263 kB | 22 kB | 45/196 kB
Progress (4): 344/472 kB | 73/263 kB | 22 kB | 49/196 kB
Progress (4): 344/472 kB | 77/263 kB | 22 kB | 49/196 kB
Progress (4): 348/472 kB | 77/263 kB | 22 kB | 49/196 kB
Progress (4): 348/472 kB | 81/263 kB | 22 kB | 49/196 kB
Progress (4): 352/472 kB | 81/263 kB | 22 kB | 49/196 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 35 kB/s)
06:02:12 Progress (3): 352/472 kB | 85/263 kB | 49/196 kB
Progress (3): 352/472 kB | 85/263 kB | 53/196 kB
Progress (3): 356/472 kB | 85/263 kB | 53/196 kB
Progress (3): 356/472 kB | 85/263 kB | 57/196 kB
Progress (3): 356/472 kB | 90/263 kB | 57/196 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
06:02:13 Progress (3): 356/472 kB | 94/263 kB | 57/196 kB
Progress (3): 356/472 kB | 94/263 kB | 61/196 kB
Progress (3): 360/472 kB | 94/263 kB | 61/196 kB
Progress (3): 360/472 kB | 94/263 kB | 65/196 kB
Progress (3): 360/472 kB | 98/263 kB | 65/196 kB
Progress (3): 364/472 kB | 98/263 kB | 65/196 kB
Progress (3): 364/472 kB | 102/263 kB | 65/196 kB
Progress (3): 364/472 kB | 102/263 kB | 69/196 kB
Progress (3): 364/472 kB | 106/263 kB | 69/196 kB
Progress (3): 368/472 kB | 106/263 kB | 69/196 kB
Progress (3): 368/472 kB | 110/263 kB | 69/196 kB
Progress (3): 368/472 kB | 110/263 kB | 73/196 kB
Progress (3): 368/472 kB | 114/263 kB | 73/196 kB
Progress (3): 372/472 kB | 114/263 kB | 73/196 kB
Progress (3): 372/472 kB | 114/263 kB | 77/196 kB
Progress (3): 376/472 kB | 114/263 kB | 77/196 kB
Progress (3): 376/472 kB | 114/263 kB | 81/196 kB
Progress (3): 376/472 kB | 118/263 kB | 81/196 kB
Progress (3): 376/472 kB | 122/263 kB | 81/196 kB
Progress (3): 376/472 kB | 126/263 kB | 81/196 kB
Progress (3): 376/472 kB | 131/263 kB | 81/196 kB
Progress (3): 380/472 kB | 131/263 kB | 81/196 kB
Progress (3): 380/472 kB | 131/263 kB | 85/196 kB
Progress (3): 384/472 kB | 131/263 kB | 85/196 kB
Progress (3): 384/472 kB | 131/263 kB | 90/196 kB
Progress (4): 384/472 kB | 131/263 kB | 90/196 kB | 4.1/76 kB
Progress (4): 384/472 kB | 131/263 kB | 94/196 kB | 4.1/76 kB
Progress (4): 389/472 kB | 131/263 kB | 94/196 kB | 4.1/76 kB
Progress (4): 389/472 kB | 135/263 kB | 94/196 kB | 4.1/76 kB
Progress (4): 393/472 kB | 135/263 kB | 94/196 kB | 4.1/76 kB
Progress (4): 393/472 kB | 135/263 kB | 98/196 kB | 4.1/76 kB
Progress (4): 393/472 kB | 135/263 kB | 98/196 kB | 7.7/76 kB
Progress (4): 393/472 kB | 139/263 kB | 98/196 kB | 7.7/76 kB
Progress (4): 393/472 kB | 139/263 kB | 98/196 kB | 12/76 kB 
Progress (4): 393/472 kB | 143/263 kB | 98/196 kB | 12/76 kB
Progress (4): 397/472 kB | 143/263 kB | 98/196 kB | 12/76 kB
Progress (4): 397/472 kB | 143/263 kB | 102/196 kB | 12/76 kB
Progress (4): 397/472 kB | 143/263 kB | 102/196 kB | 16/76 kB
Progress (4): 397/472 kB | 143/263 kB | 106/196 kB | 16/76 kB
Progress (4): 401/472 kB | 143/263 kB | 106/196 kB | 16/76 kB
Progress (4): 401/472 kB | 147/263 kB | 106/196 kB | 16/76 kB
Progress (4): 401/472 kB | 147/263 kB | 106/196 kB | 20/76 kB
Progress (4): 405/472 kB | 147/263 kB | 106/196 kB | 20/76 kB
Progress (4): 405/472 kB | 147/263 kB | 110/196 kB | 20/76 kB
Progress (4): 409/472 kB | 147/263 kB | 110/196 kB | 20/76 kB
Progress (4): 409/472 kB | 147/263 kB | 110/196 kB | 24/76 kB
Progress (4): 409/472 kB | 151/263 kB | 110/196 kB | 24/76 kB
Progress (4): 409/472 kB | 151/263 kB | 114/196 kB | 24/76 kB
Progress (4): 409/472 kB | 155/263 kB | 114/196 kB | 24/76 kB
Progress (4): 409/472 kB | 155/263 kB | 114/196 kB | 28/76 kB
Progress (4): 409/472 kB | 159/263 kB | 114/196 kB | 28/76 kB
Progress (4): 409/472 kB | 163/263 kB | 114/196 kB | 28/76 kB
Progress (4): 409/472 kB | 167/263 kB | 114/196 kB | 28/76 kB
Progress (4): 413/472 kB | 167/263 kB | 114/196 kB | 28/76 kB
Progress (5): 413/472 kB | 167/263 kB | 114/196 kB | 28/76 kB | 4.1/215 kB
Progress (5): 413/472 kB | 171/263 kB | 114/196 kB | 28/76 kB | 4.1/215 kB
Progress (5): 413/472 kB | 171/263 kB | 118/196 kB | 28/76 kB | 4.1/215 kB
Progress (5): 413/472 kB | 171/263 kB | 118/196 kB | 32/76 kB | 4.1/215 kB
Progress (5): 413/472 kB | 171/263 kB | 122/196 kB | 32/76 kB | 4.1/215 kB
Progress (5): 413/472 kB | 176/263 kB | 122/196 kB | 32/76 kB | 4.1/215 kB
Progress (5): 413/472 kB | 176/263 kB | 122/196 kB | 32/76 kB | 7.7/215 kB
Progress (5): 413/472 kB | 176/263 kB | 122/196 kB | 36/76 kB | 7.7/215 kB
Progress (5): 417/472 kB | 176/263 kB | 122/196 kB | 36/76 kB | 7.7/215 kB
Progress (5): 417/472 kB | 176/263 kB | 122/196 kB | 40/76 kB | 7.7/215 kB
Progress (5): 417/472 kB | 176/263 kB | 122/196 kB | 40/76 kB | 12/215 kB 
Progress (5): 417/472 kB | 180/263 kB | 122/196 kB | 40/76 kB | 12/215 kB
Progress (5): 417/472 kB | 180/263 kB | 126/196 kB | 40/76 kB | 12/215 kB
Progress (5): 417/472 kB | 180/263 kB | 126/196 kB | 40/76 kB | 16/215 kB
Progress (5): 417/472 kB | 180/263 kB | 126/196 kB | 45/76 kB | 16/215 kB
Progress (5): 421/472 kB | 180/263 kB | 126/196 kB | 45/76 kB | 16/215 kB
Progress (5): 421/472 kB | 180/263 kB | 126/196 kB | 49/76 kB | 16/215 kB
Progress (5): 421/472 kB | 184/263 kB | 126/196 kB | 49/76 kB | 16/215 kB
Progress (5): 421/472 kB | 184/263 kB | 131/196 kB | 49/76 kB | 16/215 kB
Progress (5): 421/472 kB | 188/263 kB | 131/196 kB | 49/76 kB | 16/215 kB
Progress (5): 421/472 kB | 188/263 kB | 131/196 kB | 49/76 kB | 20/215 kB
Progress (5): 425/472 kB | 188/263 kB | 131/196 kB | 49/76 kB | 20/215 kB
Progress (5): 425/472 kB | 188/263 kB | 131/196 kB | 49/76 kB | 24/215 kB
Progress (5): 425/472 kB | 188/263 kB | 135/196 kB | 49/76 kB | 24/215 kB
Progress (5): 425/472 kB | 192/263 kB | 135/196 kB | 49/76 kB | 24/215 kB
Progress (5): 425/472 kB | 192/263 kB | 135/196 kB | 53/76 kB | 24/215 kB
Progress (5): 430/472 kB | 192/263 kB | 135/196 kB | 53/76 kB | 24/215 kB
Progress (5): 430/472 kB | 196/263 kB | 135/196 kB | 53/76 kB | 24/215 kB
Progress (5): 430/472 kB | 196/263 kB | 139/196 kB | 53/76 kB | 24/215 kB
Progress (5): 430/472 kB | 196/263 kB | 139/196 kB | 53/76 kB | 28/215 kB
Progress (5): 430/472 kB | 196/263 kB | 143/196 kB | 53/76 kB | 28/215 kB
Progress (5): 434/472 kB | 196/263 kB | 143/196 kB | 53/76 kB | 28/215 kB
Progress (5): 434/472 kB | 196/263 kB | 143/196 kB | 57/76 kB | 28/215 kB
Progress (5): 438/472 kB | 196/263 kB | 143/196 kB | 57/76 kB | 28/215 kB
Progress (5): 438/472 kB | 196/263 kB | 147/196 kB | 57/76 kB | 28/215 kB
Progress (5): 438/472 kB | 200/263 kB | 147/196 kB | 57/76 kB | 28/215 kB
Progress (5): 438/472 kB | 200/263 kB | 147/196 kB | 57/76 kB | 32/215 kB
Progress (5): 438/472 kB | 200/263 kB | 151/196 kB | 57/76 kB | 32/215 kB
Progress (5): 438/472 kB | 204/263 kB | 151/196 kB | 57/76 kB | 32/215 kB
Progress (5): 442/472 kB | 204/263 kB | 151/196 kB | 57/76 kB | 32/215 kB
Progress (5): 442/472 kB | 204/263 kB | 151/196 kB | 61/76 kB | 32/215 kB
Progress (5): 442/472 kB | 208/263 kB | 151/196 kB | 61/76 kB | 32/215 kB
Progress (5): 442/472 kB | 208/263 kB | 155/196 kB | 61/76 kB | 32/215 kB
Progress (5): 442/472 kB | 212/263 kB | 155/196 kB | 61/76 kB | 32/215 kB
Progress (5): 442/472 kB | 212/263 kB | 155/196 kB | 61/76 kB | 36/215 kB
Progress (5): 442/472 kB | 212/263 kB | 155/196 kB | 65/76 kB | 36/215 kB
Progress (5): 442/472 kB | 212/263 kB | 155/196 kB | 65/76 kB | 40/215 kB
Progress (5): 446/472 kB | 212/263 kB | 155/196 kB | 65/76 kB | 40/215 kB
Progress (5): 446/472 kB | 212/263 kB | 159/196 kB | 65/76 kB | 40/215 kB
Progress (5): 450/472 kB | 212/263 kB | 159/196 kB | 65/76 kB | 40/215 kB
Progress (5): 450/472 kB | 212/263 kB | 159/196 kB | 69/76 kB | 40/215 kB
Progress (5): 450/472 kB | 212/263 kB | 159/196 kB | 69/76 kB | 45/215 kB
Progress (5): 450/472 kB | 217/263 kB | 159/196 kB | 69/76 kB | 45/215 kB
Progress (5): 450/472 kB | 217/263 kB | 159/196 kB | 69/76 kB | 49/215 kB
Progress (5): 450/472 kB | 217/263 kB | 159/196 kB | 73/76 kB | 49/215 kB
Progress (5): 454/472 kB | 217/263 kB | 159/196 kB | 73/76 kB | 49/215 kB
Progress (5): 454/472 kB | 217/263 kB | 163/196 kB | 73/76 kB | 49/215 kB
Progress (5): 458/472 kB | 217/263 kB | 163/196 kB | 73/76 kB | 49/215 kB
Progress (5): 458/472 kB | 217/263 kB | 163/196 kB | 76 kB | 49/215 kB   
Progress (5): 458/472 kB | 221/263 kB | 163/196 kB | 76 kB | 49/215 kB
Progress (5): 458/472 kB | 221/263 kB | 167/196 kB | 76 kB | 49/215 kB
Progress (5): 458/472 kB | 221/263 kB | 167/196 kB | 76 kB | 53/215 kB
Progress (5): 462/472 kB | 221/263 kB | 167/196 kB | 76 kB | 53/215 kB
Progress (5): 462/472 kB | 221/263 kB | 171/196 kB | 76 kB | 53/215 kB
Progress (5): 462/472 kB | 225/263 kB | 171/196 kB | 76 kB | 53/215 kB
Progress (5): 462/472 kB | 225/263 kB | 176/196 kB | 76 kB | 53/215 kB
Progress (5): 466/472 kB | 225/263 kB | 176/196 kB | 76 kB | 53/215 kB
Progress (5): 466/472 kB | 225/263 kB | 176/196 kB | 76 kB | 57/215 kB
Progress (5): 471/472 kB | 225/263 kB | 176/196 kB | 76 kB | 57/215 kB
Progress (5): 471/472 kB | 225/263 kB | 180/196 kB | 76 kB | 57/215 kB
Progress (5): 471/472 kB | 229/263 kB | 180/196 kB | 76 kB | 57/215 kB
Progress (5): 472 kB | 229/263 kB | 180/196 kB | 76 kB | 57/215 kB    
Progress (5): 472 kB | 229/263 kB | 180/196 kB | 76 kB | 61/215 kB
Progress (5): 472 kB | 229/263 kB | 184/196 kB | 76 kB | 61/215 kB
Progress (5): 472 kB | 229/263 kB | 184/196 kB | 76 kB | 65/215 kB
Progress (5): 472 kB | 233/263 kB | 184/196 kB | 76 kB | 65/215 kB
Progress (5): 472 kB | 233/263 kB | 188/196 kB | 76 kB | 65/215 kB
Progress (5): 472 kB | 237/263 kB | 188/196 kB | 76 kB | 65/215 kB
Progress (5): 472 kB | 237/263 kB | 192/196 kB | 76 kB | 65/215 kB
Progress (5): 472 kB | 241/263 kB | 192/196 kB | 76 kB | 65/215 kB
Progress (5): 472 kB | 241/263 kB | 192/196 kB | 76 kB | 69/215 kB
Progress (5): 472 kB | 241/263 kB | 196/196 kB | 76 kB | 69/215 kB
Progress (5): 472 kB | 241/263 kB | 196/196 kB | 76 kB | 73/215 kB
Progress (5): 472 kB | 245/263 kB | 196/196 kB | 76 kB | 73/215 kB
Progress (5): 472 kB | 245/263 kB | 196/196 kB | 76 kB | 77/215 kB
Progress (5): 472 kB | 245/263 kB | 196 kB | 76 kB | 77/215 kB    
Progress (5): 472 kB | 245/263 kB | 196 kB | 76 kB | 81/215 kB
Progress (5): 472 kB | 249/263 kB | 196 kB | 76 kB | 81/215 kB
Progress (5): 472 kB | 253/263 kB | 196 kB | 76 kB | 81/215 kB
Progress (5): 472 kB | 258/263 kB | 196 kB | 76 kB | 81/215 kB
Progress (5): 472 kB | 262/263 kB | 196 kB | 76 kB | 81/215 kB
Progress (5): 472 kB | 262/263 kB | 196 kB | 76 kB | 85/215 kB
Progress (5): 472 kB | 263 kB | 196 kB | 76 kB | 85/215 kB    
Progress (5): 472 kB | 263 kB | 196 kB | 76 kB | 90/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 104 kB/s)
06:02:13 Progress (4): 472 kB | 263 kB | 196 kB | 94/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
06:02:13 Progress (4): 472 kB | 263 kB | 196 kB | 98/215 kB
Progress (4): 472 kB | 263 kB | 196 kB | 102/215 kB
Progress (4): 472 kB | 263 kB | 196 kB | 106/215 kB
Progress (4): 472 kB | 263 kB | 196 kB | 110/215 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 245 kB/s)
06:02:13 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 588 kB/s)
06:02:13 Progress (3): 263 kB | 110/215 kB | 4.1/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
06:02:13 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 328 kB/s)
06:02:13 Progress (2): 114/215 kB | 4.1/592 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
06:02:13 Progress (2): 114/215 kB | 7.7/592 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
06:02:13 Progress (2): 118/215 kB | 7.7/592 kB
Progress (2): 118/215 kB | 12/592 kB 
Progress (2): 122/215 kB | 12/592 kB
Progress (3): 122/215 kB | 12/592 kB | 4.1/58 kB
Progress (3): 122/215 kB | 16/592 kB | 4.1/58 kB
Progress (3): 122/215 kB | 16/592 kB | 7.7/58 kB
Progress (3): 126/215 kB | 16/592 kB | 7.7/58 kB
Progress (3): 126/215 kB | 16/592 kB | 12/58 kB 
Progress (3): 131/215 kB | 16/592 kB | 12/58 kB
Progress (3): 131/215 kB | 16/592 kB | 16/58 kB
Progress (3): 131/215 kB | 20/592 kB | 16/58 kB
Progress (3): 131/215 kB | 24/592 kB | 16/58 kB
Progress (3): 131/215 kB | 28/592 kB | 16/58 kB
Progress (3): 131/215 kB | 28/592 kB | 20/58 kB
Progress (3): 131/215 kB | 32/592 kB | 20/58 kB
Progress (3): 131/215 kB | 32/592 kB | 24/58 kB
Progress (3): 135/215 kB | 32/592 kB | 24/58 kB
Progress (3): 135/215 kB | 32/592 kB | 28/58 kB
Progress (3): 139/215 kB | 32/592 kB | 28/58 kB
Progress (3): 139/215 kB | 36/592 kB | 28/58 kB
Progress (3): 139/215 kB | 36/592 kB | 32/58 kB
Progress (3): 139/215 kB | 40/592 kB | 32/58 kB
Progress (3): 143/215 kB | 40/592 kB | 32/58 kB
Progress (3): 143/215 kB | 45/592 kB | 32/58 kB
Progress (3): 147/215 kB | 45/592 kB | 32/58 kB
Progress (3): 147/215 kB | 45/592 kB | 36/58 kB
Progress (3): 147/215 kB | 49/592 kB | 36/58 kB
Progress (3): 147/215 kB | 49/592 kB | 40/58 kB
Progress (3): 147/215 kB | 49/592 kB | 45/58 kB
Progress (3): 147/215 kB | 49/592 kB | 49/58 kB
Progress (3): 151/215 kB | 49/592 kB | 49/58 kB
Progress (3): 151/215 kB | 53/592 kB | 49/58 kB
Progress (3): 155/215 kB | 53/592 kB | 49/58 kB
Progress (3): 155/215 kB | 53/592 kB | 53/58 kB
Progress (3): 159/215 kB | 53/592 kB | 53/58 kB
Progress (3): 159/215 kB | 57/592 kB | 53/58 kB
Progress (3): 163/215 kB | 57/592 kB | 53/58 kB
Progress (3): 163/215 kB | 57/592 kB | 57/58 kB
Progress (3): 163/215 kB | 61/592 kB | 57/58 kB
Progress (3): 163/215 kB | 61/592 kB | 58 kB   
Progress (3): 163/215 kB | 65/592 kB | 58 kB
Progress (3): 167/215 kB | 65/592 kB | 58 kB
Progress (3): 171/215 kB | 65/592 kB | 58 kB
Progress (3): 171/215 kB | 69/592 kB | 58 kB
Progress (3): 176/215 kB | 69/592 kB | 58 kB
Progress (3): 176/215 kB | 73/592 kB | 58 kB
Progress (3): 180/215 kB | 73/592 kB | 58 kB
Progress (3): 180/215 kB | 77/592 kB | 58 kB
Progress (3): 180/215 kB | 81/592 kB | 58 kB
Progress (3): 184/215 kB | 81/592 kB | 58 kB
Progress (3): 184/215 kB | 85/592 kB | 58 kB
Progress (3): 188/215 kB | 85/592 kB | 58 kB
Progress (3): 188/215 kB | 90/592 kB | 58 kB
Progress (3): 192/215 kB | 90/592 kB | 58 kB
Progress (3): 192/215 kB | 94/592 kB | 58 kB
Progress (3): 196/215 kB | 94/592 kB | 58 kB
Progress (3): 196/215 kB | 98/592 kB | 58 kB
Progress (3): 196/215 kB | 102/592 kB | 58 kB
Progress (3): 200/215 kB | 102/592 kB | 58 kB
Progress (3): 200/215 kB | 106/592 kB | 58 kB
Progress (3): 204/215 kB | 106/592 kB | 58 kB
Progress (3): 204/215 kB | 110/592 kB | 58 kB
Progress (3): 208/215 kB | 110/592 kB | 58 kB
Progress (3): 208/215 kB | 114/592 kB | 58 kB
Progress (3): 212/215 kB | 114/592 kB | 58 kB
Progress (3): 215 kB | 114/592 kB | 58 kB    
Progress (3): 215 kB | 118/592 kB | 58 kB
Progress (3): 215 kB | 122/592 kB | 58 kB
Progress (3): 215 kB | 126/592 kB | 58 kB
Progress (3): 215 kB | 131/592 kB | 58 kB
Progress (4): 215 kB | 131/592 kB | 58 kB | 4.1/109 kB
Progress (4): 215 kB | 135/592 kB | 58 kB | 4.1/109 kB
Progress (4): 215 kB | 135/592 kB | 58 kB | 7.7/109 kB
Progress (4): 215 kB | 139/592 kB | 58 kB | 7.7/109 kB
Progress (4): 215 kB | 139/592 kB | 58 kB | 12/109 kB 
Progress (4): 215 kB | 143/592 kB | 58 kB | 12/109 kB
Progress (4): 215 kB | 143/592 kB | 58 kB | 16/109 kB
Progress (4): 215 kB | 147/592 kB | 58 kB | 16/109 kB
Progress (4): 215 kB | 147/592 kB | 58 kB | 20/109 kB
Progress (4): 215 kB | 151/592 kB | 58 kB | 20/109 kB
Progress (4): 215 kB | 151/592 kB | 58 kB | 24/109 kB
Progress (4): 215 kB | 155/592 kB | 58 kB | 24/109 kB
Progress (4): 215 kB | 155/592 kB | 58 kB | 28/109 kB
Progress (4): 215 kB | 159/592 kB | 58 kB | 28/109 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 70 kB/s)
06:02:13 Progress (3): 215 kB | 159/592 kB | 32/109 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
06:02:13 Progress (3): 215 kB | 163/592 kB | 32/109 kB
Progress (3): 215 kB | 163/592 kB | 36/109 kB
Progress (3): 215 kB | 163/592 kB | 40/109 kB
Progress (3): 215 kB | 167/592 kB | 40/109 kB
Progress (3): 215 kB | 167/592 kB | 45/109 kB
Progress (3): 215 kB | 171/592 kB | 45/109 kB
Progress (3): 215 kB | 171/592 kB | 49/109 kB
Progress (3): 215 kB | 176/592 kB | 49/109 kB
Progress (3): 215 kB | 180/592 kB | 49/109 kB
Progress (4): 215 kB | 180/592 kB | 49/109 kB | 4.1/248 kB
Progress (4): 215 kB | 180/592 kB | 53/109 kB | 4.1/248 kB
Progress (5): 215 kB | 180/592 kB | 53/109 kB | 4.1/248 kB | 0/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 238 kB/s)
06:02:13 Progress (4): 184/592 kB | 53/109 kB | 4.1/248 kB | 0/1.5 MB
Progress (4): 184/592 kB | 53/109 kB | 7.7/248 kB | 0/1.5 MB
Progress (4): 188/592 kB | 53/109 kB | 7.7/248 kB | 0/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
06:02:13 Progress (4): 188/592 kB | 53/109 kB | 7.7/248 kB | 0/1.5 MB
Progress (4): 188/592 kB | 57/109 kB | 7.7/248 kB | 0/1.5 MB
Progress (4): 192/592 kB | 57/109 kB | 7.7/248 kB | 0/1.5 MB
Progress (4): 192/592 kB | 57/109 kB | 12/248 kB | 0/1.5 MB 
Progress (4): 196/592 kB | 57/109 kB | 12/248 kB | 0/1.5 MB
Progress (4): 196/592 kB | 61/109 kB | 12/248 kB | 0/1.5 MB
Progress (4): 196/592 kB | 61/109 kB | 12/248 kB | 0/1.5 MB
Progress (4): 196/592 kB | 61/109 kB | 16/248 kB | 0/1.5 MB
Progress (4): 200/592 kB | 61/109 kB | 16/248 kB | 0/1.5 MB
Progress (4): 200/592 kB | 61/109 kB | 16/248 kB | 0/1.5 MB
Progress (4): 200/592 kB | 65/109 kB | 16/248 kB | 0/1.5 MB
Progress (4): 200/592 kB | 65/109 kB | 20/248 kB | 0/1.5 MB
Progress (4): 204/592 kB | 65/109 kB | 20/248 kB | 0/1.5 MB
Progress (4): 204/592 kB | 65/109 kB | 24/248 kB | 0/1.5 MB
Progress (4): 204/592 kB | 65/109 kB | 24/248 kB | 0/1.5 MB
Progress (4): 208/592 kB | 65/109 kB | 24/248 kB | 0/1.5 MB
Progress (4): 208/592 kB | 65/109 kB | 24/248 kB | 0/1.5 MB
Progress (4): 208/592 kB | 69/109 kB | 24/248 kB | 0/1.5 MB
Progress (4): 208/592 kB | 69/109 kB | 28/248 kB | 0/1.5 MB
Progress (4): 208/592 kB | 73/109 kB | 28/248 kB | 0/1.5 MB
Progress (4): 212/592 kB | 73/109 kB | 28/248 kB | 0/1.5 MB
Progress (4): 212/592 kB | 77/109 kB | 28/248 kB | 0/1.5 MB
Progress (4): 212/592 kB | 77/109 kB | 32/248 kB | 0/1.5 MB
Progress (4): 212/592 kB | 81/109 kB | 32/248 kB | 0/1.5 MB
Progress (4): 212/592 kB | 81/109 kB | 32/248 kB | 0.1/1.5 MB
Progress (4): 217/592 kB | 81/109 kB | 32/248 kB | 0.1/1.5 MB
Progress (4): 217/592 kB | 81/109 kB | 32/248 kB | 0.1/1.5 MB
Progress (4): 217/592 kB | 81/109 kB | 36/248 kB | 0.1/1.5 MB
Progress (4): 217/592 kB | 85/109 kB | 36/248 kB | 0.1/1.5 MB
Progress (4): 221/592 kB | 85/109 kB | 36/248 kB | 0.1/1.5 MB
Progress (4): 221/592 kB | 90/109 kB | 36/248 kB | 0.1/1.5 MB
Progress (4): 221/592 kB | 90/109 kB | 40/248 kB | 0.1/1.5 MB
Progress (4): 221/592 kB | 90/109 kB | 40/248 kB | 0.1/1.5 MB
Progress (4): 221/592 kB | 94/109 kB | 40/248 kB | 0.1/1.5 MB
Progress (4): 225/592 kB | 94/109 kB | 40/248 kB | 0.1/1.5 MB
Progress (4): 225/592 kB | 98/109 kB | 40/248 kB | 0.1/1.5 MB
Progress (4): 225/592 kB | 98/109 kB | 40/248 kB | 0.1/1.5 MB
Progress (4): 225/592 kB | 98/109 kB | 45/248 kB | 0.1/1.5 MB
Progress (4): 229/592 kB | 98/109 kB | 45/248 kB | 0.1/1.5 MB
Progress (4): 229/592 kB | 102/109 kB | 45/248 kB | 0.1/1.5 MB
Progress (4): 229/592 kB | 102/109 kB | 49/248 kB | 0.1/1.5 MB
Progress (5): 229/592 kB | 102/109 kB | 49/248 kB | 0.1/1.5 MB | 4.1/13 kB
Progress (5): 233/592 kB | 102/109 kB | 49/248 kB | 0.1/1.5 MB | 4.1/13 kB
Progress (5): 233/592 kB | 106/109 kB | 49/248 kB | 0.1/1.5 MB | 4.1/13 kB
Progress (5): 233/592 kB | 106/109 kB | 49/248 kB | 0.1/1.5 MB | 4.1/13 kB
Progress (5): 233/592 kB | 109 kB | 49/248 kB | 0.1/1.5 MB | 4.1/13 kB    
Progress (5): 233/592 kB | 109 kB | 53/248 kB | 0.1/1.5 MB | 4.1/13 kB
Progress (5): 237/592 kB | 109 kB | 53/248 kB | 0.1/1.5 MB | 4.1/13 kB
Progress (5): 237/592 kB | 109 kB | 53/248 kB | 0.1/1.5 MB | 7.7/13 kB
Progress (5): 241/592 kB | 109 kB | 53/248 kB | 0.1/1.5 MB | 7.7/13 kB
Progress (5): 241/592 kB | 109 kB | 57/248 kB | 0.1/1.5 MB | 7.7/13 kB
Progress (5): 241/592 kB | 109 kB | 57/248 kB | 0.1/1.5 MB | 7.7/13 kB
Progress (5): 241/592 kB | 109 kB | 61/248 kB | 0.1/1.5 MB | 7.7/13 kB
Progress (5): 245/592 kB | 109 kB | 61/248 kB | 0.1/1.5 MB | 7.7/13 kB
Progress (5): 245/592 kB | 109 kB | 61/248 kB | 0.1/1.5 MB | 12/13 kB 
Progress (5): 245/592 kB | 109 kB | 65/248 kB | 0.1/1.5 MB | 12/13 kB
Progress (5): 245/592 kB | 109 kB | 65/248 kB | 0.1/1.5 MB | 13 kB   
Progress (5): 245/592 kB | 109 kB | 65/248 kB | 0.1/1.5 MB | 13 kB
Progress (5): 249/592 kB | 109 kB | 65/248 kB | 0.1/1.5 MB | 13 kB
Progress (5): 249/592 kB | 109 kB | 69/248 kB | 0.1/1.5 MB | 13 kB
Progress (5): 249/592 kB | 109 kB | 69/248 kB | 0.1/1.5 MB | 13 kB
Progress (5): 249/592 kB | 109 kB | 73/248 kB | 0.1/1.5 MB | 13 kB
Progress (5): 253/592 kB | 109 kB | 73/248 kB | 0.1/1.5 MB | 13 kB
Progress (5): 253/592 kB | 109 kB | 77/248 kB | 0.1/1.5 MB | 13 kB
                                                                  
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 118 kB/s)
06:02:13 Progress (4): 253/592 kB | 77/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 253/592 kB | 81/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 258/592 kB | 81/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 258/592 kB | 81/248 kB | 0.1/1.5 MB | 13 kB
                                                         
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
06:02:13 Progress (4): 258/592 kB | 85/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 262/592 kB | 85/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 262/592 kB | 85/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 262/592 kB | 85/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 266/592 kB | 85/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 270/592 kB | 85/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 274/592 kB | 85/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 278/592 kB | 85/248 kB | 0.1/1.5 MB | 13 kB
Progress (4): 282/592 kB | 85/248 kB | 0.1/1.5 MB | 13 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 14 kB/s)
06:02:13 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
06:02:13 Progress (3): 282/592 kB | 90/248 kB | 0.1/1.5 MB
Progress (3): 282/592 kB | 90/248 kB | 0.2/1.5 MB
Progress (3): 286/592 kB | 90/248 kB | 0.2/1.5 MB
Progress (3): 286/592 kB | 90/248 kB | 0.2/1.5 MB
Progress (3): 286/592 kB | 94/248 kB | 0.2/1.5 MB
Progress (3): 290/592 kB | 94/248 kB | 0.2/1.5 MB
Progress (4): 290/592 kB | 94/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 294/592 kB | 94/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 294/592 kB | 98/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 294/592 kB | 98/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 294/592 kB | 98/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 298/592 kB | 98/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 298/592 kB | 102/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 303/592 kB | 102/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 303/592 kB | 106/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 307/592 kB | 106/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 307/592 kB | 106/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 307/592 kB | 110/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 307/592 kB | 110/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 311/592 kB | 110/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 311/592 kB | 114/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 315/592 kB | 114/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 315/592 kB | 114/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 319/592 kB | 114/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 319/592 kB | 114/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 319/592 kB | 118/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 323/592 kB | 118/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 323/592 kB | 122/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 327/592 kB | 122/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 327/592 kB | 126/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 327/592 kB | 131/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 327/592 kB | 131/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 331/592 kB | 131/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 331/592 kB | 131/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 331/592 kB | 135/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 335/592 kB | 135/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 335/592 kB | 139/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 339/592 kB | 139/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 339/592 kB | 143/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 344/592 kB | 143/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 344/592 kB | 147/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 344/592 kB | 147/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 344/592 kB | 147/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 344/592 kB | 151/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 348/592 kB | 151/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 348/592 kB | 155/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 352/592 kB | 155/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 352/592 kB | 159/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 356/592 kB | 159/248 kB | 0.2/1.5 MB | 3.1 kB
Progress (4): 356/592 kB | 159/248 kB | 0.3/1.5 MB | 3.1 kB
Progress (4): 356/592 kB | 163/248 kB | 0.3/1.5 MB | 3.1 kB
Progress (4): 356/592 kB | 163/248 kB | 0.3/1.5 MB | 3.1 kB
Progress (5): 356/592 kB | 163/248 kB | 0.3/1.5 MB | 3.1 kB | 4.1/38 kB
Progress (5): 360/592 kB | 163/248 kB | 0.3/1.5 MB | 3.1 kB | 4.1/38 kB
Progress (5): 360/592 kB | 163/248 kB | 0.3/1.5 MB | 3.1 kB | 7.7/38 kB
Progress (5): 360/592 kB | 167/248 kB | 0.3/1.5 MB | 3.1 kB | 7.7/38 kB
Progress (5): 360/592 kB | 167/248 kB | 0.3/1.5 MB | 3.1 kB | 12/38 kB 
Progress (5): 364/592 kB | 167/248 kB | 0.3/1.5 MB | 3.1 kB | 12/38 kB
Progress (5): 364/592 kB | 167/248 kB | 0.3/1.5 MB | 3.1 kB | 12/38 kB
Progress (5): 364/592 kB | 171/248 kB | 0.3/1.5 MB | 3.1 kB | 12/38 kB
Progress (5): 364/592 kB | 171/248 kB | 0.3/1.5 MB | 3.1 kB | 12/38 kB
Progress (5): 368/592 kB | 171/248 kB | 0.3/1.5 MB | 3.1 kB | 12/38 kB
Progress (5): 368/592 kB | 171/248 kB | 0.3/1.5 MB | 3.1 kB | 16/38 kB
Progress (5): 372/592 kB | 171/248 kB | 0.3/1.5 MB | 3.1 kB | 16/38 kB
Progress (5): 372/592 kB | 176/248 kB | 0.3/1.5 MB | 3.1 kB | 16/38 kB
Progress (5): 376/592 kB | 176/248 kB | 0.3/1.5 MB | 3.1 kB | 16/38 kB
Progress (5): 376/592 kB | 176/248 kB | 0.3/1.5 MB | 3.1 kB | 16/38 kB
Progress (5): 376/592 kB | 180/248 kB | 0.3/1.5 MB | 3.1 kB | 16/38 kB
Progress (5): 376/592 kB | 180/248 kB | 0.3/1.5 MB | 3.1 kB | 16/38 kB
Progress (5): 376/592 kB | 180/248 kB | 0.3/1.5 MB | 3.1 kB | 20/38 kB
Progress (5): 380/592 kB | 180/248 kB | 0.3/1.5 MB | 3.1 kB | 20/38 kB
Progress (5): 380/592 kB | 184/248 kB | 0.3/1.5 MB | 3.1 kB | 20/38 kB
Progress (5): 380/592 kB | 184/248 kB | 0.3/1.5 MB | 3.1 kB | 24/38 kB
Progress (5): 380/592 kB | 188/248 kB | 0.3/1.5 MB | 3.1 kB | 24/38 kB
Progress (5): 384/592 kB | 188/248 kB | 0.3/1.5 MB | 3.1 kB | 24/38 kB
Progress (5): 384/592 kB | 188/248 kB | 0.3/1.5 MB | 3.1 kB | 24/38 kB
Progress (5): 384/592 kB | 192/248 kB | 0.3/1.5 MB | 3.1 kB | 24/38 kB
Progress (5): 384/592 kB | 192/248 kB | 0.3/1.5 MB | 3.1 kB | 28/38 kB
Progress (5): 384/592 kB | 196/248 kB | 0.3/1.5 MB | 3.1 kB | 28/38 kB
Progress (5): 384/592 kB | 196/248 kB | 0.3/1.5 MB | 3.1 kB | 28/38 kB
Progress (5): 389/592 kB | 196/248 kB | 0.3/1.5 MB | 3.1 kB | 28/38 kB
Progress (5): 389/592 kB | 200/248 kB | 0.3/1.5 MB | 3.1 kB | 28/38 kB
Progress (5): 389/592 kB | 200/248 kB | 0.3/1.5 MB | 3.1 kB | 32/38 kB
Progress (5): 389/592 kB | 204/248 kB | 0.3/1.5 MB | 3.1 kB | 32/38 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 3.1 kB/s)
06:02:13 Progress (4): 393/592 kB | 204/248 kB | 0.3/1.5 MB | 32/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
06:02:13 Progress (4): 393/592 kB | 204/248 kB | 0.3/1.5 MB | 36/38 kB
Progress (4): 393/592 kB | 208/248 kB | 0.3/1.5 MB | 36/38 kB
Progress (4): 393/592 kB | 208/248 kB | 0.3/1.5 MB | 36/38 kB
Progress (4): 393/592 kB | 212/248 kB | 0.3/1.5 MB | 36/38 kB
Progress (4): 397/592 kB | 212/248 kB | 0.3/1.5 MB | 36/38 kB
Progress (4): 397/592 kB | 212/248 kB | 0.3/1.5 MB | 38 kB   
Progress (4): 401/592 kB | 212/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 401/592 kB | 212/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 405/592 kB | 212/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 405/592 kB | 217/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 409/592 kB | 217/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 409/592 kB | 221/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 409/592 kB | 225/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 409/592 kB | 229/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 409/592 kB | 229/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 413/592 kB | 229/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 413/592 kB | 229/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 413/592 kB | 233/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 417/592 kB | 233/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 417/592 kB | 237/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 421/592 kB | 237/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 421/592 kB | 241/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 425/592 kB | 241/248 kB | 0.3/1.5 MB | 38 kB
Progress (4): 425/592 kB | 241/248 kB | 0.4/1.5 MB | 38 kB
Progress (4): 425/592 kB | 245/248 kB | 0.4/1.5 MB | 38 kB
Progress (4): 425/592 kB | 245/248 kB | 0.4/1.5 MB | 38 kB
Progress (4): 430/592 kB | 245/248 kB | 0.4/1.5 MB | 38 kB
Progress (4): 430/592 kB | 248 kB | 0.4/1.5 MB | 38 kB    
Progress (4): 430/592 kB | 248 kB | 0.4/1.5 MB | 38 kB
Progress (4): 430/592 kB | 248 kB | 0.4/1.5 MB | 38 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 37 kB/s)
06:02:13 Progress (3): 434/592 kB | 248 kB | 0.4/1.5 MB
                                              
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
06:02:13 Progress (3): 434/592 kB | 248 kB | 0.4/1.5 MB
Progress (3): 438/592 kB | 248 kB | 0.4/1.5 MB
Progress (3): 438/592 kB | 248 kB | 0.4/1.5 MB
Progress (4): 438/592 kB | 248 kB | 0.4/1.5 MB | 4.1/131 kB
Progress (4): 442/592 kB | 248 kB | 0.4/1.5 MB | 4.1/131 kB
Progress (4): 442/592 kB | 248 kB | 0.4/1.5 MB | 7.7/131 kB
Progress (4): 442/592 kB | 248 kB | 0.4/1.5 MB | 12/131 kB 
Progress (4): 442/592 kB | 248 kB | 0.4/1.5 MB | 12/131 kB
Progress (4): 442/592 kB | 248 kB | 0.4/1.5 MB | 16/131 kB
Progress (4): 442/592 kB | 248 kB | 0.4/1.5 MB | 16/131 kB
Progress (4): 446/592 kB | 248 kB | 0.4/1.5 MB | 16/131 kB
Progress (4): 450/592 kB | 248 kB | 0.4/1.5 MB | 16/131 kB
Progress (4): 454/592 kB | 248 kB | 0.4/1.5 MB | 16/131 kB
Progress (4): 454/592 kB | 248 kB | 0.4/1.5 MB | 20/131 kB
Progress (4): 454/592 kB | 248 kB | 0.4/1.5 MB | 20/131 kB
Progress (4): 458/592 kB | 248 kB | 0.4/1.5 MB | 20/131 kB
Progress (4): 458/592 kB | 248 kB | 0.4/1.5 MB | 20/131 kB
Progress (4): 458/592 kB | 248 kB | 0.4/1.5 MB | 24/131 kB
Progress (4): 458/592 kB | 248 kB | 0.4/1.5 MB | 28/131 kB
Progress (4): 458/592 kB | 248 kB | 0.4/1.5 MB | 32/131 kB
Progress (4): 462/592 kB | 248 kB | 0.4/1.5 MB | 32/131 kB
Progress (4): 462/592 kB | 248 kB | 0.4/1.5 MB | 32/131 kB
Progress (4): 466/592 kB | 248 kB | 0.4/1.5 MB | 32/131 kB
Progress (4): 466/592 kB | 248 kB | 0.4/1.5 MB | 32/131 kB
Progress (4): 466/592 kB | 248 kB | 0.4/1.5 MB | 36/131 kB
Progress (4): 471/592 kB | 248 kB | 0.4/1.5 MB | 36/131 kB
Progress (4): 471/592 kB | 248 kB | 0.4/1.5 MB | 40/131 kB
Progress (4): 475/592 kB | 248 kB | 0.4/1.5 MB | 40/131 kB
Progress (4): 475/592 kB | 248 kB | 0.5/1.5 MB | 40/131 kB
Progress (4): 475/592 kB | 248 kB | 0.5/1.5 MB | 45/131 kB
Progress (4): 475/592 kB | 248 kB | 0.5/1.5 MB | 45/131 kB
Progress (4): 475/592 kB | 248 kB | 0.5/1.5 MB | 49/131 kB
Progress (4): 479/592 kB | 248 kB | 0.5/1.5 MB | 49/131 kB
Progress (4): 483/592 kB | 248 kB | 0.5/1.5 MB | 49/131 kB
Progress (4): 487/592 kB | 248 kB | 0.5/1.5 MB | 49/131 kB
Progress (4): 487/592 kB | 248 kB | 0.5/1.5 MB | 49/131 kB
Progress (4): 491/592 kB | 248 kB | 0.5/1.5 MB | 49/131 kB
Progress (4): 491/592 kB | 248 kB | 0.5/1.5 MB | 53/131 kB
Progress (4): 491/592 kB | 248 kB | 0.5/1.5 MB | 53/131 kB
Progress (4): 491/592 kB | 248 kB | 0.5/1.5 MB | 57/131 kB
Progress (4): 491/592 kB | 248 kB | 0.5/1.5 MB | 61/131 kB
Progress (4): 495/592 kB | 248 kB | 0.5/1.5 MB | 61/131 kB
Progress (4): 495/592 kB | 248 kB | 0.5/1.5 MB | 65/131 kB
Progress (4): 495/592 kB | 248 kB | 0.5/1.5 MB | 65/131 kB
Progress (4): 499/592 kB | 248 kB | 0.5/1.5 MB | 65/131 kB
Progress (4): 499/592 kB | 248 kB | 0.5/1.5 MB | 65/131 kB
Progress (4): 503/592 kB | 248 kB | 0.5/1.5 MB | 65/131 kB
Progress (4): 503/592 kB | 248 kB | 0.5/1.5 MB | 69/131 kB
Progress (4): 507/592 kB | 248 kB | 0.5/1.5 MB | 69/131 kB
Progress (4): 507/592 kB | 248 kB | 0.5/1.5 MB | 73/131 kB
Progress (4): 507/592 kB | 248 kB | 0.5/1.5 MB | 73/131 kB
Progress (4): 507/592 kB | 248 kB | 0.5/1.5 MB | 77/131 kB
Progress (4): 507/592 kB | 248 kB | 0.5/1.5 MB | 77/131 kB
Progress (4): 511/592 kB | 248 kB | 0.5/1.5 MB | 77/131 kB
Progress (4): 511/592 kB | 248 kB | 0.5/1.5 MB | 81/131 kB
Progress (4): 516/592 kB | 248 kB | 0.5/1.5 MB | 81/131 kB
Progress (4): 520/592 kB | 248 kB | 0.5/1.5 MB | 81/131 kB
Progress (4): 520/592 kB | 248 kB | 0.5/1.5 MB | 81/131 kB
Progress (4): 524/592 kB | 248 kB | 0.5/1.5 MB | 81/131 kB
Progress (4): 524/592 kB | 248 kB | 0.5/1.5 MB | 81/131 kB
Progress (4): 524/592 kB | 248 kB | 0.5/1.5 MB | 85/131 kB
Progress (4): 524/592 kB | 248 kB | 0.5/1.5 MB | 90/131 kB
Progress (4): 524/592 kB | 248 kB | 0.5/1.5 MB | 94/131 kB
Progress (4): 528/592 kB | 248 kB | 0.5/1.5 MB | 94/131 kB
Progress (4): 528/592 kB | 248 kB | 0.5/1.5 MB | 94/131 kB
Progress (4): 528/592 kB | 248 kB | 0.5/1.5 MB | 98/131 kB
Progress (4): 528/592 kB | 248 kB | 0.5/1.5 MB | 98/131 kB
Progress (4): 532/592 kB | 248 kB | 0.5/1.5 MB | 98/131 kB
Progress (4): 536/592 kB | 248 kB | 0.5/1.5 MB | 98/131 kB
Progress (4): 536/592 kB | 248 kB | 0.5/1.5 MB | 102/131 kB
Progress (4): 540/592 kB | 248 kB | 0.5/1.5 MB | 102/131 kB
Progress (4): 540/592 kB | 248 kB | 0.5/1.5 MB | 102/131 kB
Progress (4): 540/592 kB | 248 kB | 0.5/1.5 MB | 106/131 kB
Progress (4): 540/592 kB | 248 kB | 0.6/1.5 MB | 106/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 221 kB/s)
06:02:13 Progress (3): 540/592 kB | 0.6/1.5 MB | 106/131 kB
Progress (3): 544/592 kB | 0.6/1.5 MB | 106/131 kB
Progress (3): 544/592 kB | 0.6/1.5 MB | 110/131 kB
Progress (3): 548/592 kB | 0.6/1.5 MB | 110/131 kB
Progress (3): 548/592 kB | 0.6/1.5 MB | 110/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
06:02:13 Progress (3): 552/592 kB | 0.6/1.5 MB | 110/131 kB
Progress (3): 552/592 kB | 0.6/1.5 MB | 114/131 kB
Progress (3): 557/592 kB | 0.6/1.5 MB | 114/131 kB
Progress (3): 557/592 kB | 0.6/1.5 MB | 114/131 kB
Progress (3): 557/592 kB | 0.6/1.5 MB | 114/131 kB
Progress (3): 557/592 kB | 0.6/1.5 MB | 118/131 kB
Progress (3): 561/592 kB | 0.6/1.5 MB | 118/131 kB
Progress (3): 561/592 kB | 0.6/1.5 MB | 122/131 kB
Progress (3): 565/592 kB | 0.6/1.5 MB | 122/131 kB
Progress (3): 565/592 kB | 0.6/1.5 MB | 122/131 kB
Progress (3): 565/592 kB | 0.6/1.5 MB | 126/131 kB
Progress (3): 565/592 kB | 0.6/1.5 MB | 126/131 kB
Progress (3): 569/592 kB | 0.6/1.5 MB | 126/131 kB
Progress (3): 569/592 kB | 0.6/1.5 MB | 131/131 kB
Progress (3): 573/592 kB | 0.6/1.5 MB | 131/131 kB
Progress (3): 573/592 kB | 0.6/1.5 MB | 131 kB    
Progress (3): 573/592 kB | 0.6/1.5 MB | 131 kB
Progress (3): 573/592 kB | 0.6/1.5 MB | 131 kB
Progress (3): 577/592 kB | 0.6/1.5 MB | 131 kB
Progress (3): 581/592 kB | 0.6/1.5 MB | 131 kB
Progress (3): 585/592 kB | 0.6/1.5 MB | 131 kB
Progress (3): 589/592 kB | 0.6/1.5 MB | 131 kB
Progress (3): 589/592 kB | 0.6/1.5 MB | 131 kB
Progress (3): 592 kB | 0.6/1.5 MB | 131 kB    
Progress (3): 592 kB | 0.6/1.5 MB | 131 kB
Progress (3): 592 kB | 0.6/1.5 MB | 131 kB
Progress (3): 592 kB | 0.7/1.5 MB | 131 kB
Progress (3): 592 kB | 0.7/1.5 MB | 131 kB
Progress (3): 592 kB | 0.7/1.5 MB | 131 kB
Progress (3): 592 kB | 0.7/1.5 MB | 131 kB
Progress (3): 592 kB | 0.7/1.5 MB | 131 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 116 kB/s)
06:02:13 Progress (2): 592 kB | 0.7/1.5 MB
                                 
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
06:02:13 Progress (2): 592 kB | 0.7/1.5 MB
Progress (3): 592 kB | 0.7/1.5 MB | 4.1/7.0 kB
Progress (3): 592 kB | 0.7/1.5 MB | 4.1/7.0 kB
Progress (3): 592 kB | 0.7/1.5 MB | 7.0 kB    
Progress (3): 592 kB | 0.7/1.5 MB | 7.0 kB
Progress (3): 592 kB | 0.7/1.5 MB | 7.0 kB
Progress (3): 592 kB | 0.7/1.5 MB | 7.0 kB
Progress (3): 592 kB | 0.7/1.5 MB | 7.0 kB
Progress (3): 592 kB | 0.8/1.5 MB | 7.0 kB
Progress (3): 592 kB | 0.8/1.5 MB | 7.0 kB
Progress (3): 592 kB | 0.8/1.5 MB | 7.0 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 519 kB/s)
06:02:13 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 5.8 kB/s)
06:02:13 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
06:02:13 Progress (1): 0.8/1.5 MB
Progress (2): 0.8/1.5 MB | 4.1/37 kB
Progress (3): 0.8/1.5 MB | 4.1/37 kB | 4.1/9.4 kB
Progress (3): 0.8/1.5 MB | 7.7/37 kB | 4.1/9.4 kB
Progress (3): 0.8/1.5 MB | 7.7/37 kB | 4.1/9.4 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
06:02:13 Progress (3): 0.8/1.5 MB | 12/37 kB | 4.1/9.4 kB
Progress (3): 0.8/1.5 MB | 12/37 kB | 7.7/9.4 kB
Progress (3): 0.8/1.5 MB | 16/37 kB | 7.7/9.4 kB
Progress (3): 0.8/1.5 MB | 16/37 kB | 9.4 kB    
Progress (3): 0.8/1.5 MB | 16/37 kB | 9.4 kB
Progress (4): 0.8/1.5 MB | 16/37 kB | 9.4 kB | 4.1/53 kB
Progress (4): 0.8/1.5 MB | 16/37 kB | 9.4 kB | 4.1/53 kB
Progress (4): 0.8/1.5 MB | 16/37 kB | 9.4 kB | 7.7/53 kB
Progress (4): 0.8/1.5 MB | 20/37 kB | 9.4 kB | 7.7/53 kB
Progress (5): 0.8/1.5 MB | 20/37 kB | 9.4 kB | 7.7/53 kB | 4.1/285 kB
Progress (5): 0.8/1.5 MB | 20/37 kB | 9.4 kB | 12/53 kB | 4.1/285 kB 
Progress (5): 0.8/1.5 MB | 20/37 kB | 9.4 kB | 12/53 kB | 4.1/285 kB
Progress (5): 0.8/1.5 MB | 20/37 kB | 9.4 kB | 12/53 kB | 7.7/285 kB
Progress (5): 0.8/1.5 MB | 24/37 kB | 9.4 kB | 12/53 kB | 7.7/285 kB
Progress (5): 0.8/1.5 MB | 24/37 kB | 9.4 kB | 12/53 kB | 12/285 kB 
Progress (5): 0.8/1.5 MB | 24/37 kB | 9.4 kB | 12/53 kB | 12/285 kB
Progress (5): 0.8/1.5 MB | 24/37 kB | 9.4 kB | 16/53 kB | 12/285 kB
Progress (5): 0.8/1.5 MB | 24/37 kB | 9.4 kB | 16/53 kB | 16/285 kB
Progress (5): 0.8/1.5 MB | 28/37 kB | 9.4 kB | 16/53 kB | 16/285 kB
Progress (5): 0.8/1.5 MB | 32/37 kB | 9.4 kB | 16/53 kB | 16/285 kB
Progress (5): 0.8/1.5 MB | 32/37 kB | 9.4 kB | 16/53 kB | 16/285 kB
Progress (5): 0.8/1.5 MB | 36/37 kB | 9.4 kB | 16/53 kB | 16/285 kB
Progress (5): 0.8/1.5 MB | 36/37 kB | 9.4 kB | 16/53 kB | 20/285 kB
Progress (5): 0.8/1.5 MB | 36/37 kB | 9.4 kB | 20/53 kB | 20/285 kB
Progress (5): 0.8/1.5 MB | 36/37 kB | 9.4 kB | 20/53 kB | 24/285 kB
Progress (5): 0.8/1.5 MB | 37 kB | 9.4 kB | 20/53 kB | 24/285 kB   
Progress (5): 0.8/1.5 MB | 37 kB | 9.4 kB | 20/53 kB | 24/285 kB
Progress (5): 0.8/1.5 MB | 37 kB | 9.4 kB | 20/53 kB | 28/285 kB
Progress (5): 0.8/1.5 MB | 37 kB | 9.4 kB | 24/53 kB | 28/285 kB
Progress (5): 0.8/1.5 MB | 37 kB | 9.4 kB | 24/53 kB | 32/285 kB
Progress (5): 0.8/1.5 MB | 37 kB | 9.4 kB | 28/53 kB | 32/285 kB
Progress (5): 0.8/1.5 MB | 37 kB | 9.4 kB | 32/53 kB | 32/285 kB
Progress (5): 0.8/1.5 MB | 37 kB | 9.4 kB | 32/53 kB | 32/285 kB
Progress (5): 0.8/1.5 MB | 37 kB | 9.4 kB | 32/53 kB | 36/285 kB
Progress (5): 0.9/1.5 MB | 37 kB | 9.4 kB | 32/53 kB | 36/285 kB
Progress (5): 0.9/1.5 MB | 37 kB | 9.4 kB | 36/53 kB | 36/285 kB
Progress (5): 0.9/1.5 MB | 37 kB | 9.4 kB | 36/53 kB | 40/285 kB
Progress (5): 0.9/1.5 MB | 37 kB | 9.4 kB | 40/53 kB | 40/285 kB
Progress (5): 0.9/1.5 MB | 37 kB | 9.4 kB | 40/53 kB | 45/285 kB
Progress (5): 0.9/1.5 MB | 37 kB | 9.4 kB | 40/53 kB | 45/285 kB
Progress (5): 0.9/1.5 MB | 37 kB | 9.4 kB | 45/53 kB | 45/285 kB
Progress (5): 0.9/1.5 MB | 37 kB | 9.4 kB | 45/53 kB | 45/285 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 7.7 kB/s)
06:02:13 Progress (4): 0.9/1.5 MB | 37 kB | 45/53 kB | 49/285 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
06:02:13 Progress (4): 0.9/1.5 MB | 37 kB | 49/53 kB | 49/285 kB
Progress (4): 0.9/1.5 MB | 37 kB | 49/53 kB | 49/285 kB
Progress (4): 0.9/1.5 MB | 37 kB | 53/53 kB | 49/285 kB
Progress (4): 0.9/1.5 MB | 37 kB | 53/53 kB | 53/285 kB
Progress (4): 0.9/1.5 MB | 37 kB | 53 kB | 53/285 kB   
Progress (4): 0.9/1.5 MB | 37 kB | 53 kB | 53/285 kB
Progress (4): 0.9/1.5 MB | 37 kB | 53 kB | 57/285 kB
Progress (4): 0.9/1.5 MB | 37 kB | 53 kB | 61/285 kB
Progress (4): 0.9/1.5 MB | 37 kB | 53 kB | 65/285 kB
Progress (4): 0.9/1.5 MB | 37 kB | 53 kB | 65/285 kB
Progress (4): 0.9/1.5 MB | 37 kB | 53 kB | 65/285 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 44 kB/s)
06:02:13 Progress (3): 0.9/1.5 MB | 37 kB | 69/285 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
06:02:13 Progress (3): 0.9/1.5 MB | 37 kB | 69/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 73/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 73/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 77/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 81/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 81/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 85/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 85/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 90/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 94/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 98/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 98/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 98/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 102/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 106/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 110/285 kB
Progress (3): 0.9/1.5 MB | 37 kB | 114/285 kB
Progress (3): 1.0/1.5 MB | 37 kB | 114/285 kB
Progress (3): 1.0/1.5 MB | 37 kB | 114/285 kB
Progress (3): 1.0/1.5 MB | 37 kB | 114/285 kB
Progress (3): 1.0/1.5 MB | 37 kB | 114/285 kB
Progress (3): 1.0/1.5 MB | 37 kB | 114/285 kB
Progress (3): 1.0/1.5 MB | 37 kB | 114/285 kB
Progress (4): 1.0/1.5 MB | 37 kB | 114/285 kB | 4.1/37 kB
Progress (4): 1.0/1.5 MB | 37 kB | 114/285 kB | 7.7/37 kB
Progress (4): 1.0/1.5 MB | 37 kB | 118/285 kB | 7.7/37 kB
Progress (4): 1.0/1.5 MB | 37 kB | 118/285 kB | 7.7/37 kB
Progress (4): 1.0/1.5 MB | 37 kB | 122/285 kB | 7.7/37 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar (37 kB at 29 kB/s)
06:02:13 Progress (3): 1.0/1.5 MB | 122/285 kB | 12/37 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
06:02:13 Progress (3): 1.0/1.5 MB | 126/285 kB | 12/37 kB
Progress (3): 1.0/1.5 MB | 126/285 kB | 12/37 kB
Progress (3): 1.0/1.5 MB | 131/285 kB | 12/37 kB
Progress (4): 1.0/1.5 MB | 131/285 kB | 12/37 kB | 4.1/4.3 kB
Progress (4): 1.0/1.5 MB | 131/285 kB | 16/37 kB | 4.1/4.3 kB
Progress (4): 1.0/1.5 MB | 131/285 kB | 16/37 kB | 4.3 kB    
Progress (4): 1.0/1.5 MB | 135/285 kB | 16/37 kB | 4.3 kB
Progress (4): 1.0/1.5 MB | 135/285 kB | 20/37 kB | 4.3 kB
Progress (4): 1.0/1.5 MB | 135/285 kB | 20/37 kB | 4.3 kB
Progress (4): 1.0/1.5 MB | 135/285 kB | 24/37 kB | 4.3 kB
Progress (4): 1.0/1.5 MB | 139/285 kB | 24/37 kB | 4.3 kB
Progress (4): 1.0/1.5 MB | 139/285 kB | 28/37 kB | 4.3 kB
Progress (4): 1.0/1.5 MB | 139/285 kB | 28/37 kB | 4.3 kB
Progress (4): 1.0/1.5 MB | 139/285 kB | 32/37 kB | 4.3 kB
Progress (4): 1.0/1.5 MB | 143/285 kB | 32/37 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 3.3 kB/s)
06:02:13 Progress (3): 1.0/1.5 MB | 143/285 kB | 32/37 kB
Progress (3): 1.0/1.5 MB | 143/285 kB | 36/37 kB
Progress (3): 1.0/1.5 MB | 147/285 kB | 36/37 kB
Progress (3): 1.0/1.5 MB | 147/285 kB | 37 kB   
Progress (3): 1.0/1.5 MB | 147/285 kB | 37 kB
Progress (3): 1.0/1.5 MB | 151/285 kB | 37 kB
Progress (3): 1.0/1.5 MB | 155/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 155/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 159/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 159/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 163/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 163/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 167/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 167/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 171/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 176/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 180/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 180/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 180/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 184/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 188/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 192/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 196/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 196/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 196/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 200/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 204/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 208/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 208/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 212/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 212/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 217/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 221/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 221/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 225/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 225/285 kB | 37 kB
Progress (3): 1.1/1.5 MB | 229/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 229/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 233/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 233/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 237/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 241/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 245/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 245/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 245/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 249/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 253/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 258/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 258/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 262/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 262/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 266/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 270/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 270/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 274/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 274/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 278/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 282/285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 285 kB | 37 kB    
Progress (3): 1.2/1.5 MB | 285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 285 kB | 37 kB
Progress (3): 1.2/1.5 MB | 285 kB | 37 kB
Progress (3): 1.3/1.5 MB | 285 kB | 37 kB
Progress (3): 1.3/1.5 MB | 285 kB | 37 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 215 kB/s)
06:02:13 Progress (2): 1.3/1.5 MB | 37 kB
Progress (2): 1.3/1.5 MB | 37 kB
Progress (2): 1.3/1.5 MB | 37 kB
Progress (2): 1.3/1.5 MB | 37 kB
Progress (2): 1.3/1.5 MB | 37 kB
Progress (2): 1.3/1.5 MB | 37 kB
Progress (2): 1.3/1.5 MB | 37 kB
Progress (2): 1.3/1.5 MB | 37 kB
Progress (2): 1.3/1.5 MB | 37 kB
Progress (2): 1.3/1.5 MB | 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 28 kB/s)
06:02:13 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 (2): 1.4/1.5 MB | 4.1/29 kB
Progress (2): 1.4/1.5 MB | 7.7/29 kB
Progress (2): 1.4/1.5 MB | 12/29 kB 
Progress (2): 1.4/1.5 MB | 16/29 kB
Progress (2): 1.4/1.5 MB | 16/29 kB
Progress (2): 1.4/1.5 MB | 16/29 kB
Progress (2): 1.4/1.5 MB | 16/29 kB
Progress (2): 1.4/1.5 MB | 16/29 kB
Progress (2): 1.4/1.5 MB | 20/29 kB
Progress (2): 1.4/1.5 MB | 24/29 kB
Progress (2): 1.4/1.5 MB | 28/29 kB
Progress (2): 1.4/1.5 MB | 29 kB   
Progress (2): 1.4/1.5 MB | 29 kB
Progress (2): 1.5/1.5 MB | 29 kB
Progress (2): 1.5 MB | 29 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.jar (1.5 MB at 1.0 MB/s)
06:02:13 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 20 kB/s)
06:02:14 Downloading from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-sdk-prereqs/4.16.0-SNAPSHOT/maven-metadata.xml
06:02:14 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 14 kB/s)
06:02:16 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-20200313.222428-29.target
06:02:16 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-20200313.222428-29.target (15 kB at 761 kB/s)
06:02:18 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
06:02:18 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
06:02:18 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
06:02:18 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
06:02:18 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
06:02:18 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 13 MB/s)
06:02:18 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
06:02:18 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
06:02:18 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
06:02:18 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
06:02:18 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
06:02:19 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.8 MB/s)
06:02:19 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
06:02:19 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
06:02:19 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
06:02:19 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
06:02:19 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
06:02:19 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 2.4 MB/s)
06:02:19 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
06:02:19 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
06:02:19 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
06:02:19 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
06:02:19 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
06:02:19 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 296 kB/s)
06:02:20 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
06:02:20 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
06:02:20 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
06:02:20 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
06:02:20 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
06:02:20 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 34 kB/s)
06:02:20 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
06:02:20 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
06:02:20 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
06:02:21 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
06:02:21 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
06:02:21 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 97 kB/s)
06:02:21 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
06:02:21 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
06:02:21 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
06:02:21 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
06:02:21 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
06:02:21 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 64 kB/s)
06:02:21 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
06:02:21 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
06:02:21 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
06:02:21 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
06:02:21 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
06:02:21 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 358 kB/s)
06:02:21 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
06:02:21 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
06:02:21 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
06:02:21 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
06:02:21 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
06:02:21 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 193 kB/s)
06:02:21 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
06:02:21 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
06:02:22 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
06:02:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
06:02:22 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
06:02:22 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 421 kB/s)
06:02:22 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
06:02:22 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
06:02:22 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
06:02:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
06:02:22 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
06:02:22 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 117 kB/s)
06:02:22 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
06:02:22 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
06:02:22 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
06:02:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
06:02:22 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
06:02:22 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 318 kB/s)
06:02:22 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom
06:02:22 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/33/maven-parent-33.pom
06:02:22 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom
06:02:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/33/maven-parent-33.pom
06:02:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
06:02:22 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 157 kB/s)
06:02:22 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/21/apache-21.pom
06:02:22 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/21/apache-21.pom
06:02:22 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/21/apache-21.pom
06:02:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/21/apache-21.pom
06:02:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
06:02:23 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 398 kB/s)
06:02:23 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
06:02:23 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
06:02:23 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
06:02:23 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
06:02:23 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
06:02:23 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 134 kB/s)
06:02:23 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
06:02:23 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
06:02:23 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
06:02:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
06:02:23 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
06:02:23 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 208 kB/s)
06:02:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
06:02:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/30/maven-parent-30.pom
06:02:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
06:02:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom
06:02:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
06:02: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): 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.3 MB/s)
06:02:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
06:02:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.pom
06:02:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
06:02:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom
06:02:23 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
06:02:23 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 492 kB/s)
06:02:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
06:02:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/39/commons-parent-39.pom
06:02:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
06:02:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom
06:02:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
06:02: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): 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.6 MB/s)
06:02:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/16/apache-16.pom
06:02:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/16/apache-16.pom
06:02:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom
06:02:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom
06:02:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
06:02:23 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 592 kB/s)
06:02:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
06:02:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
06:02:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
06:02:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
06:02:23 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
06:02:23 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 72 kB/s)
06:02:23 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
06:02:23 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
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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 74 kB/s)
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.jar
06:02:24 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
06:02:24 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
06:02:24 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
06:02:24 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 Progress (1): 4.1/209 kB
Progress (1): 7.7/209 kB
Progress (1): 12/209 kB 
Progress (1): 16/209 kB
Progress (1): 20/209 kB
Progress (1): 24/209 kB
Progress (1): 28/209 kB
Progress (1): 32/209 kB
Progress (1): 36/209 kB
Progress (1): 40/209 kB
Progress (1): 45/209 kB
Progress (1): 49/209 kB
Progress (1): 53/209 kB
Progress (1): 57/209 kB
Progress (1): 61/209 kB
Progress (1): 65/209 kB
Progress (1): 69/209 kB
Progress (1): 73/209 kB
Progress (1): 77/209 kB
Progress (1): 81/209 kB
Progress (1): 85/209 kB
Progress (1): 90/209 kB
Progress (1): 94/209 kB
Progress (1): 98/209 kB
Progress (1): 102/209 kB
Progress (1): 106/209 kB
Progress (1): 110/209 kB
Progress (1): 114/209 kB
Progress (1): 118/209 kB
Progress (1): 122/209 kB
Progress (1): 126/209 kB
Progress (1): 131/209 kB
Progress (1): 135/209 kB
Progress (1): 139/209 kB
Progress (1): 143/209 kB
Progress (1): 147/209 kB
Progress (1): 151/209 kB
Progress (1): 155/209 kB
Progress (1): 159/209 kB
Progress (1): 163/209 kB
Progress (1): 167/209 kB
Progress (1): 171/209 kB
Progress (1): 176/209 kB
Progress (1): 180/209 kB
Progress (1): 184/209 kB
Progress (1): 188/209 kB
Progress (1): 192/209 kB
Progress (1): 196/209 kB
Progress (1): 200/209 kB
Progress (1): 204/209 kB
Progress (1): 208/209 kB
Progress (1): 209 kB    
Progress (2): 209 kB | 4.1/129 kB
Progress (2): 209 kB | 7.7/129 kB
Progress (2): 209 kB | 12/129 kB 
Progress (2): 209 kB | 16/129 kB
Progress (2): 209 kB | 20/129 kB
Progress (2): 209 kB | 24/129 kB
Progress (2): 209 kB | 28/129 kB
Progress (2): 209 kB | 32/129 kB
Progress (2): 209 kB | 36/129 kB
Progress (2): 209 kB | 40/129 kB
Progress (2): 209 kB | 45/129 kB
Progress (2): 209 kB | 49/129 kB
Progress (2): 209 kB | 53/129 kB
Progress (2): 209 kB | 57/129 kB
Progress (2): 209 kB | 61/129 kB
Progress (2): 209 kB | 65/129 kB
Progress (2): 209 kB | 69/129 kB
Progress (2): 209 kB | 73/129 kB
Progress (2): 209 kB | 77/129 kB
Progress (2): 209 kB | 81/129 kB
Progress (2): 209 kB | 85/129 kB
Progress (2): 209 kB | 90/129 kB
Progress (2): 209 kB | 94/129 kB
Progress (2): 209 kB | 98/129 kB
Progress (3): 209 kB | 98/129 kB | 4.1/24 kB
Progress (3): 209 kB | 98/129 kB | 7.7/24 kB
Progress (3): 209 kB | 98/129 kB | 12/24 kB 
Progress (3): 209 kB | 98/129 kB | 16/24 kB
Progress (3): 209 kB | 98/129 kB | 20/24 kB
Progress (3): 209 kB | 98/129 kB | 24 kB   
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 302 kB/s)
06:02:24 Progress (3): 209 kB | 98/129 kB | 4.1/26 kB
Progress (3): 209 kB | 98/129 kB | 7.7/26 kB
Progress (3): 209 kB | 98/129 kB | 12/26 kB 
Progress (3): 209 kB | 98/129 kB | 16/26 kB
Progress (4): 209 kB | 98/129 kB | 16/26 kB | 4.1/167 kB
Progress (4): 209 kB | 98/129 kB | 20/26 kB | 4.1/167 kB
Progress (4): 209 kB | 98/129 kB | 20/26 kB | 7.7/167 kB
Progress (4): 209 kB | 98/129 kB | 24/26 kB | 7.7/167 kB
Progress (4): 209 kB | 98/129 kB | 24/26 kB | 12/167 kB 
Progress (4): 209 kB | 98/129 kB | 26 kB | 12/167 kB   
Progress (4): 209 kB | 98/129 kB | 26 kB | 16/167 kB
Progress (4): 209 kB | 98/129 kB | 26 kB | 20/167 kB
Progress (4): 209 kB | 98/129 kB | 26 kB | 24/167 kB
Progress (4): 209 kB | 98/129 kB | 26 kB | 28/167 kB
Progress (4): 209 kB | 98/129 kB | 26 kB | 32/167 kB
Progress (4): 209 kB | 98/129 kB | 26 kB | 36/167 kB
Progress (4): 209 kB | 98/129 kB | 26 kB | 40/167 kB
Progress (4): 209 kB | 98/129 kB | 26 kB | 45/167 kB
Progress (4): 209 kB | 98/129 kB | 26 kB | 49/167 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 245 kB/s)
06:02:24 Progress (3): 209 kB | 98/129 kB | 53/167 kB
Progress (3): 209 kB | 98/129 kB | 57/167 kB
Progress (3): 209 kB | 98/129 kB | 61/167 kB
Progress (3): 209 kB | 98/129 kB | 65/167 kB
Progress (3): 209 kB | 98/129 kB | 69/167 kB
Progress (3): 209 kB | 98/129 kB | 73/167 kB
Progress (3): 209 kB | 98/129 kB | 77/167 kB
Progress (3): 209 kB | 98/129 kB | 81/167 kB
Progress (3): 209 kB | 98/129 kB | 85/167 kB
Progress (3): 209 kB | 98/129 kB | 90/167 kB
Progress (3): 209 kB | 98/129 kB | 94/167 kB
Progress (3): 209 kB | 98/129 kB | 98/167 kB
Progress (3): 209 kB | 98/129 kB | 102/167 kB
Progress (3): 209 kB | 98/129 kB | 106/167 kB
Progress (3): 209 kB | 98/129 kB | 110/167 kB
Progress (3): 209 kB | 98/129 kB | 114/167 kB
Progress (3): 209 kB | 98/129 kB | 118/167 kB
Progress (3): 209 kB | 98/129 kB | 122/167 kB
Progress (3): 209 kB | 98/129 kB | 126/167 kB
Progress (3): 209 kB | 98/129 kB | 131/167 kB
Progress (3): 209 kB | 98/129 kB | 135/167 kB
Progress (3): 209 kB | 98/129 kB | 139/167 kB
Progress (3): 209 kB | 98/129 kB | 143/167 kB
Progress (3): 209 kB | 98/129 kB | 147/167 kB
Progress (3): 209 kB | 98/129 kB | 151/167 kB
Progress (3): 209 kB | 98/129 kB | 155/167 kB
Progress (3): 209 kB | 98/129 kB | 159/167 kB
Progress (3): 209 kB | 98/129 kB | 163/167 kB
Progress (3): 209 kB | 98/129 kB | 167 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 1.2 MB/s)
06:02:24 Progress (2): 209 kB | 102/129 kB
Progress (2): 209 kB | 106/129 kB
Progress (2): 209 kB | 110/129 kB
Progress (2): 209 kB | 114/129 kB
Progress (2): 209 kB | 118/129 kB
Progress (2): 209 kB | 122/129 kB
Progress (2): 209 kB | 126/129 kB
Progress (2): 209 kB | 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 779 kB/s)
06:02:24 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 465 kB/s)
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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
06:02:24 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 133 kB/s)
06:02:24 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
06:02:24 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
06:02:24 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
06:02:24 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
06:02:25 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
06:02:25 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 219 kB/s)
06:02:25 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
06:02:25 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/26/maven-parent-26.pom
06:02:25 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
06:02:25 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom
06:02:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
06:02: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): 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.5 MB/s)
06:02:25 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
06:02:25 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
06:02:25 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
06:02:25 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
06:02:25 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
06:02:25 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 621 kB/s)
06:02:25 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
06:02:25 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
06:02:25 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
06:02:25 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
06:02:25 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
06:02:25 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 156 kB/s)
06:02:25 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
06:02:25 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
06:02:25 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
06:02:25 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
06:02:25 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
06:02:25 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 165 kB/s)
06:02:25 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
06:02:25 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/31/maven-parent-31.pom
06:02:25 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
06:02:25 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom
06:02:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
06:02: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): 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.2 MB/s)
06:02:25 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
06:02:25 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
06:02:25 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
06:02:25 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
06:02:26 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
06:02:26 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 619 kB/s)
06:02:26 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
06:02:26 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
06:02:26 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
06:02:26 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
06:02:27 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
06:02:27 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 127 kB/s)
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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 260 kB/s)
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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 435 kB/s)
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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 160 kB/s)
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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
06:02:27 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
06:02:28 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 14 kB/s)
06:02:28 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
06:02:28 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
06:02:28 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
06:02:28 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
06:02:28 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
06:02:28 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 396 kB/s)
06:02:28 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
06:02:28 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
06:02:28 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
06:02:28 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
06:02:28 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
06:02:28 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 16 kB/s)
06:02:28 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
06:02:28 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
06:02:28 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
06:02:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
06:02:28 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
06:02:28 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 137 kB/s)
06:02:28 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
06:02:28 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
06:02:28 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
06:02:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom
06:02:28 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
06:02:28 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 35 kB/s)
06:02:28 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
06:02:28 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
06:02:28 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
06:02:29 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
06:02:29 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
06:02:29 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 76 kB/s)
06:02:29 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom
06:02:29 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/ow2/1.5/ow2-1.5.pom
06:02:29 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom
06:02:29 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/ow2/1.5/ow2-1.5.pom
06:02:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
06:02:29 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 468 kB/s)
06:02:29 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
06:02:29 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.pom
06:02:29 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
06:02:29 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.pom
06:02:29 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom
06:02:29 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 54 kB/s)
06:02:29 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
06:02:29 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
06:02:29 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
06:02:29 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
06:02:29 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
06:02:29 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 96 kB/s)
06:02:29 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
06:02:29 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
06:02:29 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
06:02:29 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
06:02:29 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
06:02:29 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 77 kB/s)
06:02:29 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
06:02:29 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
06:02:29 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
06:02:29 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
06:02:29 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
06:02:29 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 75 kB/s)
06:02:29 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
06:02:29 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
06:02:29 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
06:02:29 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
06:02:29 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
06:02:29 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 234 kB/s)
06:02:29 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
06:02:29 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/35/commons-parent-35.pom
06:02:29 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
06:02:30 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom
06:02:30 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom
06:02:30 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 1.1 MB/s)
06:02:30 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom
06:02:31 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom
06:02:31 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom
06:02:31 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom
06:02:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
06:02:31 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 381 kB/s)
06:02:31 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
06:02:31 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
06:02:31 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
06:02:31 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
06:02:31 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
06:02:31 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
06:02:31 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
06:02:31 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
06:02:31 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
06:02:31 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
06:02:31 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
06:02:31 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.jar
06:02:31 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
06:02:31 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
06:02:31 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
06:02:31 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
06:02:31 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
06:02:31 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
06:02:31 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
06:02:31 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
06:02:31 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
06:02:31 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
06:02:31 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
06:02:31 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
06:02:31 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
06:02:31 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
06:02:31 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
06:02:31 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.jar
06:02:31 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar
06:02:31 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
06:02:31 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
06:02:31 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
06:02:31 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
06:02:31 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar
06:02:31 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
06:02:31 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
06:02:31 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
06:02:31 Progress (1): 4.1/50 kB
Progress (1): 7.7/50 kB
Progress (1): 12/50 kB 
Progress (1): 16/50 kB
Progress (2): 16/50 kB | 4.1/81 kB
Progress (2): 16/50 kB | 7.7/81 kB
Progress (2): 20/50 kB | 7.7/81 kB
Progress (2): 20/50 kB | 12/81 kB 
Progress (2): 24/50 kB | 12/81 kB
Progress (2): 24/50 kB | 16/81 kB
Progress (2): 28/50 kB | 16/81 kB
Progress (2): 32/50 kB | 16/81 kB
Progress (2): 32/50 kB | 20/81 kB
Progress (2): 32/50 kB | 24/81 kB
Progress (2): 36/50 kB | 24/81 kB
Progress (2): 36/50 kB | 28/81 kB
Progress (2): 40/50 kB | 28/81 kB
Progress (2): 40/50 kB | 32/81 kB
Progress (2): 45/50 kB | 32/81 kB
Progress (2): 49/50 kB | 32/81 kB
Progress (2): 50 kB | 32/81 kB   
Progress (2): 50 kB | 36/81 kB
Progress (2): 50 kB | 40/81 kB
Progress (2): 50 kB | 45/81 kB
Progress (2): 50 kB | 49/81 kB
Progress (2): 50 kB | 53/81 kB
Progress (2): 50 kB | 57/81 kB
Progress (2): 50 kB | 61/81 kB
Progress (2): 50 kB | 65/81 kB
Progress (2): 50 kB | 69/81 kB
Progress (2): 50 kB | 73/81 kB
Progress (2): 50 kB | 77/81 kB
Progress (2): 50 kB | 81 kB   
Progress (3): 50 kB | 81 kB | 4.1/115 kB
Progress (3): 50 kB | 81 kB | 7.7/115 kB
Progress (3): 50 kB | 81 kB | 12/115 kB 
Progress (3): 50 kB | 81 kB | 16/115 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 949 kB/s)
06:02:31 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
06:02:31 Progress (2): 81 kB | 20/115 kB
Progress (2): 81 kB | 24/115 kB
Progress (2): 81 kB | 28/115 kB
Progress (2): 81 kB | 32/115 kB
Progress (2): 81 kB | 36/115 kB
Progress (2): 81 kB | 40/115 kB
Progress (2): 81 kB | 45/115 kB
Progress (2): 81 kB | 49/115 kB
Progress (2): 81 kB | 53/115 kB
Progress (2): 81 kB | 57/115 kB
Progress (2): 81 kB | 61/115 kB
Progress (2): 81 kB | 65/115 kB
Progress (2): 81 kB | 69/115 kB
Progress (2): 81 kB | 73/115 kB
Progress (2): 81 kB | 77/115 kB
Progress (2): 81 kB | 81/115 kB
Progress (2): 81 kB | 85/115 kB
Progress (2): 81 kB | 90/115 kB
Progress (2): 81 kB | 94/115 kB
Progress (2): 81 kB | 98/115 kB
Progress (2): 81 kB | 102/115 kB
Progress (2): 81 kB | 106/115 kB
Progress (2): 81 kB | 110/115 kB
Progress (2): 81 kB | 114/115 kB
Progress (2): 81 kB | 115 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.3 MB/s)
06:02:31 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
06:02:31 Progress (2): 115 kB | 4.1/33 kB
Progress (3): 115 kB | 4.1/33 kB | 4.1/4.2 kB
Progress (3): 115 kB | 7.7/33 kB | 4.1/4.2 kB
Progress (3): 115 kB | 7.7/33 kB | 4.2 kB    
Progress (3): 115 kB | 12/33 kB | 4.2 kB 
Progress (3): 115 kB | 16/33 kB | 4.2 kB
Progress (3): 115 kB | 20/33 kB | 4.2 kB
Progress (3): 115 kB | 24/33 kB | 4.2 kB
Progress (3): 115 kB | 28/33 kB | 4.2 kB
Progress (3): 115 kB | 32/33 kB | 4.2 kB
Progress (3): 115 kB | 33 kB | 4.2 kB   
Progress (4): 115 kB | 33 kB | 4.2 kB | 4.1/20 kB
Progress (4): 115 kB | 33 kB | 4.2 kB | 7.7/20 kB
Progress (4): 115 kB | 33 kB | 4.2 kB | 12/20 kB 
Progress (4): 115 kB | 33 kB | 4.2 kB | 16/20 kB
Progress (4): 115 kB | 33 kB | 4.2 kB | 20/20 kB
Progress (4): 115 kB | 33 kB | 4.2 kB | 20 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 52 kB/s)
06:02:31 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
06:02:31 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.2 MB/s)
06:02:31 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 319 kB/s)
06:02:31 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 191 kB/s)
06:02:31 Progress (1): 4.1/28 kB
Progress (2): 4.1/28 kB | 4.1/54 kB
Progress (2): 7.7/28 kB | 4.1/54 kB
Progress (2): 7.7/28 kB | 7.7/54 kB
Progress (2): 12/28 kB | 7.7/54 kB 
Progress (2): 12/28 kB | 12/54 kB 
Progress (2): 16/28 kB | 12/54 kB
Progress (2): 16/28 kB | 16/54 kB
Progress (2): 20/28 kB | 16/54 kB
Progress (2): 24/28 kB | 16/54 kB
Progress (2): 24/28 kB | 20/54 kB
Progress (2): 28 kB | 20/54 kB   
Progress (2): 28 kB | 24/54 kB
Progress (2): 28 kB | 28/54 kB
Progress (2): 28 kB | 32/54 kB
Progress (2): 28 kB | 36/54 kB
Progress (2): 28 kB | 40/54 kB
Progress (2): 28 kB | 45/54 kB
Progress (2): 28 kB | 49/54 kB
Progress (2): 28 kB | 53/54 kB
Progress (2): 28 kB | 54 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.jar (28 kB at 235 kB/s)
06:02:31 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 403 kB/s)
06:02:31 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
06:02:31 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
06:02:31 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
06:02:31 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
06:02:32 Progress (1): 1.0 kB
Progress (2): 1.0 kB | 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 18 kB/s)
06:02:32 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 17 kB/s)
06:02:32 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
06:02:32 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
06:02:32 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
06:02:32 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 42 kB/s)
06:02:32 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
06:02:32 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
06:02:32 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
06:02:32 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
06:02:32 Progress (1): 627 B
Progress (2): 627 B | 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)
06:02:32 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 13 kB/s)
06:02:33 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
06:02:33 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 91 kB/s)
06:02:33 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml
06:02:33 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml
06:02:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml
06:02:33 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml
06:02:33 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
06:02:33 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)
06:02:33 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 10 kB/s)
06:02:33 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.2 kB/s)
06:02:33 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
06:02:33 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 465 kB/s)
06:02:33 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
06:02:33 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.3 MB/s)
06:02:33 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
06:02:33 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
06:02:33 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
06:02:33 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
06:02:33 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
06:02:33 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 46 kB/s)
06:02:33 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
06:02:33 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
06:02:34 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
06:02:34 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
06:02:34 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
06:02:34 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 189 kB/s)
06:02:34 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
06:02:34 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
06:02:34 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
06:02:34 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
06:02:34 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
06:02:34 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 38 kB/s)
06:02:34 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
06:02:34 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
06:02:34 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
06:02:34 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
06:02:34 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
06:02:34 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 132 kB/s)
06:02:34 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
06:02:34 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
06:02:35 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
06:02:35 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
06:02:35 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
06:02:35 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 65 kB/s)
06:02:35 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
06:02:35 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
06:02:35 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
06:02:35 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
06:02:35 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
06:02:35 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 376 kB/s)
06:02:35 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
06:02:36 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
06:02:36 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
06:02:36 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
06:02:36 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
06:02:36 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 157 kB/s)
06:02:36 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
06:02:36 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
06:02:36 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
06:02:38 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
06:02: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
06:02: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 500 kB/s)
06:02: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
06:02: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
06:02: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
06:02: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
06:02: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
06:02: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 81 kB/s)
06:02: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
06:02: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
06:02: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
06:02: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.jar
06:02: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.jar
06:02:39 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 469 kB/s)
06:02:39 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
06:02:39 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
06:02:39 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
06:02:39 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
06:02:39 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
06:02:39 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 136 kB/s)
06:02:39 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
06:02:39 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
06:02:39 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
06:02:39 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
06:02:39 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
06:02:39 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 260 kB/s)
06:02:39 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
06:02:39 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/16/maven-parent-16.pom
06:02:39 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
06:02:39 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom
06:02:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
06:02:39 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 665 kB/s)
06:02:39 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom
06:02:39 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom
06:02:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom
06:02:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom
06:02:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
06: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/org/apache/apache/7/apache-7.pom (14 kB at 344 kB/s)
06:02: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
06:02: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
06:02: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
06:02: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
06:02: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
06:02: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 361 kB/s)
06:02: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
06:02: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
06:02: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
06:02: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
06:02: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
06:02: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 139 kB/s)
06:02:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
06:02:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
06:02:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
06:02:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
06:02: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
06:02:41 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 301 kB/s)
06:02:41 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
06:02:41 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
06:02:41 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
06:02:41 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
06:02:41 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
06:02:41 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 391 kB/s)
06:02: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.pom
06:02: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.pom
06:02: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
06:02: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
06:02: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
06:02: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 408 kB/s)
06:02:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
06:02:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
06:02:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
06:02:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
06:02: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
06:02: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)
06:02:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
06:02:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/23/maven-parent-23.pom
06:02:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
06:02:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom
06:02: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
06:02: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.7 MB/s)
06:02:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom
06:02:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom
06:02:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom
06:02:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom
06:02:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
06:02: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 537 kB/s)
06:02: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
06:02: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
06:02: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
06:02:42 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
06:02:42 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
06:02:42 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 1.6 MB/s)
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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 132 kB/s)
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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 885 kB/s)
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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
06:02: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.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom (3.3 kB at 89 kB/s)
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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
06:02:42 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
06:02:44 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 1.4 kB/s)
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom
06:02:44 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
06:02:44 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 75 kB/s)
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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 4.7 kB/s)
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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 53 kB/s)
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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 58 kB/s)
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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
06:02:44 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
06:02:45 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 45 kB/s)
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 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 177 kB/s)
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom
06:02:45 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
06: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): 27 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 854 kB/s)
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 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 73 kB/s)
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 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
06: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/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 568 kB/s)
06:02:45 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
06:02:45 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
06:02:45 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
06:02:45 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
06:02:46 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
06:02:46 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 5.3 kB/s)
06:02:46 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
06:02:46 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
06:02:46 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
06:02:46 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
06:02:46 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
06:02:46 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 309 kB/s)
06:02: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.pom
06:02: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.pom
06:02: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.pom
06:02: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.pom
06:02:46 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
06:02:46 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 320 kB/s)
06:02:46 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
06:02:46 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
06:02:46 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
06:02:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
06:02:46 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
06:02:46 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 79 kB/s)
06:02:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
06:02:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
06:02:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
06:02:47 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
06:02:47 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
06:02:47 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)
06:02:47 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
06:02:47 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
06:02:47 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
06:02:47 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
06:02: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.pom
06:02:47 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 34 kB/s)
06:02:47 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
06:02:47 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
06:02:47 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
06:02:47 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
06:02:47 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
06:02:47 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 96 kB/s)
06:02:47 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
06:02:47 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
06:02:47 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
06:02:47 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
06:02:47 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
06:02:47 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 31 kB/s)
06:02:47 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
06:02:47 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
06:02:47 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
06:02:47 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
06:02:47 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
06:02:47 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 261 kB/s)
06:02:47 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.13/junit-4.13.pom
06:02:47 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.13/junit-4.13.pom
06:02:47 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.13/junit-4.13.pom
06:02:47 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.13/junit-4.13.pom
06:02:47 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom
06:02:47 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 570 kB/s)
06:02:47 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
06:02:48 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
06:02:48 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
06:02:48 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
06:02:48 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
06:02:48 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 23 kB/s)
06:02:48 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
06:02:48 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
06:02:48 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
06:02:48 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
06:02:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
06:02:48 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 23 kB/s)
06:02:48 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
06:02:48 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
06:02:48 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
06:02:48 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
06:02:48 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
06:02:48 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 174 kB/s)
06:02:48 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
06:02:48 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
06:02:48 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
06:02:48 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
06:02:48 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
06:02:48 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 79 kB/s)
06:02:48 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
06:02:48 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
06:02:48 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
06:02:48 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
06:02:48 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
06:02:48 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 145 kB/s)
06:02:48 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
06:02:48 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
06:02:48 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
06:02:48 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
06:02:48 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
06:02:49 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)
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
06:02:49 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
06:02:49 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 278 kB/s)
06:02:49 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
06:02:49 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
06:02:49 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
06:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
06:02:49 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
06:02:49 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 645 kB/s)
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 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 141 kB/s)
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 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 45 kB/s)
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
06:02:49 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
06:02:49 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 34 kB/s)
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 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 129 kB/s)
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
06:02:49 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
06:02:49 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 152 kB/s)
06:02:49 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
06:02:49 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
06:02:49 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
06:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
06:02:49 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
06:02:50 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)
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
06:02:50 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
06:02:50 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)
06:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
06:02:50 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
06:02:50 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
06:02:50 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
06:02:50 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
06:02:50 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 155 kB/s)
06:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
06:02:50 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
06:02:50 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
06:02:50 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
06:02:50 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
06:02:50 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 880 kB/s)
06:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
06:02:50 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
06:02:50 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
06:02:50 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
06:02:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
06:02:50 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 313 kB/s)
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
06:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 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
06:02:50 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
06:02:50 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
06:02:51 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
06:02:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
06:02:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
06:02:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
06:02:51 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
06:02:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
06:02:51 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
06:02:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
06:02:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
06:02:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
06:02:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 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
06:02:51 Progress (1): 4.1/65 kB
Progress (1): 7.7/65 kB
Progress (1): 12/65 kB 
Progress (1): 16/65 kB
Progress (1): 20/65 kB
Progress (1): 24/65 kB
Progress (1): 28/65 kB
Progress (1): 32/65 kB
Progress (1): 36/65 kB
Progress (1): 40/65 kB
Progress (1): 45/65 kB
Progress (1): 49/65 kB
Progress (1): 53/65 kB
Progress (1): 57/65 kB
Progress (1): 61/65 kB
Progress (1): 65 kB   
Progress (2): 65 kB | 4.1/25 kB
Progress (2): 65 kB | 7.7/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 1.5 MB/s)
06:02:51 Progress (1): 12/25 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
06:02:51 Progress (2): 12/25 kB | 7.7/927 kB
Progress (2): 16/25 kB | 7.7/927 kB
Progress (2): 16/25 kB | 16/927 kB 
Progress (2): 20/25 kB | 16/927 kB
Progress (2): 24/25 kB | 16/927 kB
Progress (2): 25 kB | 16/927 kB   
Progress (2): 25 kB | 24/927 kB
Progress (2): 25 kB | 32/927 kB
Progress (3): 25 kB | 32/927 kB | 4.1/424 kB
Progress (3): 25 kB | 32/927 kB | 7.7/424 kB
Progress (3): 25 kB | 32/927 kB | 12/424 kB 
Progress (3): 25 kB | 32/927 kB | 16/424 kB
Progress (3): 25 kB | 32/927 kB | 20/424 kB
Progress (3): 25 kB | 32/927 kB | 24/424 kB
Progress (3): 25 kB | 32/927 kB | 28/424 kB
Progress (3): 25 kB | 32/927 kB | 32/424 kB
Progress (3): 25 kB | 32/927 kB | 36/424 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 488 kB/s)
06:02:51 Progress (2): 32/927 kB | 40/424 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
06:02:51 Progress (2): 32/927 kB | 45/424 kB
Progress (2): 40/927 kB | 45/424 kB
Progress (2): 40/927 kB | 49/424 kB
Progress (2): 49/927 kB | 49/424 kB
Progress (2): 49/927 kB | 53/424 kB
Progress (2): 49/927 kB | 57/424 kB
Progress (2): 49/927 kB | 61/424 kB
Progress (2): 49/927 kB | 65/424 kB
Progress (2): 57/927 kB | 65/424 kB
Progress (2): 65/927 kB | 65/424 kB
Progress (2): 65/927 kB | 69/424 kB
Progress (2): 65/927 kB | 73/424 kB
Progress (3): 65/927 kB | 73/424 kB | 4.1/186 kB
Progress (3): 65/927 kB | 77/424 kB | 4.1/186 kB
Progress (3): 73/927 kB | 77/424 kB | 4.1/186 kB
Progress (3): 73/927 kB | 77/424 kB | 7.7/186 kB
Progress (3): 73/927 kB | 81/424 kB | 7.7/186 kB
Progress (3): 73/927 kB | 81/424 kB | 12/186 kB 
Progress (3): 81/927 kB | 81/424 kB | 12/186 kB
Progress (3): 81/927 kB | 81/424 kB | 16/186 kB
Progress (3): 81/927 kB | 85/424 kB | 16/186 kB
Progress (3): 81/927 kB | 90/424 kB | 16/186 kB
Progress (3): 81/927 kB | 94/424 kB | 16/186 kB
Progress (3): 81/927 kB | 98/424 kB | 16/186 kB
Progress (3): 81/927 kB | 98/424 kB | 20/186 kB
Progress (3): 81/927 kB | 98/424 kB | 24/186 kB
Progress (3): 81/927 kB | 98/424 kB | 28/186 kB
Progress (3): 90/927 kB | 98/424 kB | 28/186 kB
Progress (3): 90/927 kB | 98/424 kB | 32/186 kB
Progress (3): 90/927 kB | 102/424 kB | 32/186 kB
Progress (3): 98/927 kB | 102/424 kB | 32/186 kB
Progress (3): 98/927 kB | 106/424 kB | 32/186 kB
Progress (3): 98/927 kB | 110/424 kB | 32/186 kB
Progress (3): 98/927 kB | 110/424 kB | 36/186 kB
Progress (3): 98/927 kB | 114/424 kB | 36/186 kB
Progress (3): 98/927 kB | 114/424 kB | 40/186 kB
Progress (3): 98/927 kB | 114/424 kB | 45/186 kB
Progress (3): 106/927 kB | 114/424 kB | 45/186 kB
Progress (3): 106/927 kB | 114/424 kB | 49/186 kB
Progress (3): 106/927 kB | 118/424 kB | 49/186 kB
Progress (3): 114/927 kB | 118/424 kB | 49/186 kB
Progress (3): 114/927 kB | 122/424 kB | 49/186 kB
Progress (3): 114/927 kB | 126/424 kB | 49/186 kB
Progress (3): 114/927 kB | 126/424 kB | 53/186 kB
Progress (3): 114/927 kB | 131/424 kB | 53/186 kB
Progress (3): 114/927 kB | 131/424 kB | 57/186 kB
Progress (3): 114/927 kB | 131/424 kB | 61/186 kB
Progress (3): 122/927 kB | 131/424 kB | 61/186 kB
Progress (3): 122/927 kB | 131/424 kB | 65/186 kB
Progress (3): 131/927 kB | 131/424 kB | 65/186 kB
Progress (3): 131/927 kB | 135/424 kB | 65/186 kB
Progress (3): 131/927 kB | 139/424 kB | 65/186 kB
Progress (3): 131/927 kB | 139/424 kB | 69/186 kB
Progress (3): 131/927 kB | 143/424 kB | 69/186 kB
Progress (3): 131/927 kB | 143/424 kB | 73/186 kB
Progress (3): 131/927 kB | 147/424 kB | 73/186 kB
Progress (3): 131/927 kB | 147/424 kB | 77/186 kB
Progress (3): 131/927 kB | 147/424 kB | 81/186 kB
Progress (3): 139/927 kB | 147/424 kB | 81/186 kB
Progress (3): 147/927 kB | 147/424 kB | 81/186 kB
Progress (3): 147/927 kB | 151/424 kB | 81/186 kB
Progress (3): 147/927 kB | 151/424 kB | 85/186 kB
Progress (3): 147/927 kB | 155/424 kB | 85/186 kB
Progress (3): 147/927 kB | 155/424 kB | 90/186 kB
Progress (3): 147/927 kB | 159/424 kB | 90/186 kB
Progress (3): 147/927 kB | 159/424 kB | 94/186 kB
Progress (3): 147/927 kB | 163/424 kB | 94/186 kB
Progress (3): 155/927 kB | 163/424 kB | 94/186 kB
Progress (3): 155/927 kB | 163/424 kB | 98/186 kB
Progress (3): 163/927 kB | 163/424 kB | 98/186 kB
Progress (3): 163/927 kB | 167/424 kB | 98/186 kB
Progress (3): 163/927 kB | 167/424 kB | 102/186 kB
Progress (3): 171/927 kB | 167/424 kB | 102/186 kB
Progress (3): 171/927 kB | 167/424 kB | 106/186 kB
Progress (3): 180/927 kB | 167/424 kB | 106/186 kB
Progress (3): 180/927 kB | 167/424 kB | 110/186 kB
Progress (3): 180/927 kB | 167/424 kB | 114/186 kB
Progress (4): 180/927 kB | 167/424 kB | 114/186 kB | 4.1/185 kB
Progress (4): 180/927 kB | 167/424 kB | 114/186 kB | 7.7/185 kB
Progress (4): 180/927 kB | 167/424 kB | 114/186 kB | 12/185 kB 
Progress (4): 180/927 kB | 167/424 kB | 114/186 kB | 16/185 kB
Progress (4): 180/927 kB | 167/424 kB | 118/186 kB | 16/185 kB
Progress (4): 188/927 kB | 167/424 kB | 118/186 kB | 16/185 kB
Progress (4): 188/927 kB | 171/424 kB | 118/186 kB | 16/185 kB
Progress (4): 196/927 kB | 171/424 kB | 118/186 kB | 16/185 kB
Progress (4): 196/927 kB | 171/424 kB | 122/186 kB | 16/185 kB
Progress (4): 196/927 kB | 171/424 kB | 122/186 kB | 20/185 kB
Progress (4): 196/927 kB | 176/424 kB | 122/186 kB | 20/185 kB
Progress (4): 196/927 kB | 176/424 kB | 122/186 kB | 24/185 kB
Progress (4): 196/927 kB | 176/424 kB | 126/186 kB | 24/185 kB
Progress (4): 196/927 kB | 176/424 kB | 126/186 kB | 28/185 kB
Progress (4): 196/927 kB | 180/424 kB | 126/186 kB | 28/185 kB
Progress (4): 196/927 kB | 180/424 kB | 126/186 kB | 32/185 kB
Progress (4): 204/927 kB | 180/424 kB | 126/186 kB | 32/185 kB
Progress (4): 204/927 kB | 180/424 kB | 131/186 kB | 32/185 kB
Progress (4): 212/927 kB | 180/424 kB | 131/186 kB | 32/185 kB
Progress (4): 212/927 kB | 184/424 kB | 131/186 kB | 32/185 kB
Progress (4): 212/927 kB | 184/424 kB | 131/186 kB | 36/185 kB
Progress (4): 212/927 kB | 188/424 kB | 131/186 kB | 36/185 kB
Progress (4): 212/927 kB | 188/424 kB | 135/186 kB | 36/185 kB
Progress (4): 212/927 kB | 188/424 kB | 135/186 kB | 40/185 kB
Progress (4): 212/927 kB | 188/424 kB | 139/186 kB | 40/185 kB
Progress (4): 212/927 kB | 192/424 kB | 139/186 kB | 40/185 kB
Progress (4): 221/927 kB | 192/424 kB | 139/186 kB | 40/185 kB
Progress (4): 221/927 kB | 192/424 kB | 143/186 kB | 40/185 kB
Progress (4): 221/927 kB | 192/424 kB | 143/186 kB | 45/185 kB
Progress (4): 221/927 kB | 192/424 kB | 147/186 kB | 45/185 kB
Progress (4): 229/927 kB | 192/424 kB | 147/186 kB | 45/185 kB
Progress (4): 229/927 kB | 196/424 kB | 147/186 kB | 45/185 kB
Progress (4): 229/927 kB | 196/424 kB | 147/186 kB | 49/185 kB
Progress (4): 229/927 kB | 196/424 kB | 151/186 kB | 49/185 kB
Progress (4): 229/927 kB | 196/424 kB | 155/186 kB | 49/185 kB
Progress (4): 229/927 kB | 200/424 kB | 155/186 kB | 49/185 kB
Progress (4): 229/927 kB | 200/424 kB | 159/186 kB | 49/185 kB
Progress (4): 237/927 kB | 200/424 kB | 159/186 kB | 49/185 kB
Progress (4): 237/927 kB | 204/424 kB | 159/186 kB | 49/185 kB
Progress (4): 245/927 kB | 204/424 kB | 159/186 kB | 49/185 kB
Progress (4): 245/927 kB | 204/424 kB | 159/186 kB | 53/185 kB
Progress (4): 245/927 kB | 208/424 kB | 159/186 kB | 53/185 kB
Progress (4): 245/927 kB | 208/424 kB | 163/186 kB | 53/185 kB
Progress (4): 245/927 kB | 212/424 kB | 163/186 kB | 53/185 kB
Progress (4): 245/927 kB | 212/424 kB | 163/186 kB | 57/185 kB
Progress (4): 245/927 kB | 212/424 kB | 163/186 kB | 61/185 kB
Progress (4): 245/927 kB | 212/424 kB | 163/186 kB | 65/185 kB
Progress (4): 253/927 kB | 212/424 kB | 163/186 kB | 65/185 kB
Progress (4): 253/927 kB | 212/424 kB | 167/186 kB | 65/185 kB
Progress (4): 262/927 kB | 212/424 kB | 167/186 kB | 65/185 kB
Progress (4): 262/927 kB | 217/424 kB | 167/186 kB | 65/185 kB
Progress (4): 262/927 kB | 217/424 kB | 171/186 kB | 65/185 kB
Progress (4): 262/927 kB | 217/424 kB | 171/186 kB | 69/185 kB
Progress (4): 262/927 kB | 221/424 kB | 171/186 kB | 69/185 kB
Progress (4): 262/927 kB | 221/424 kB | 171/186 kB | 73/185 kB
Progress (4): 262/927 kB | 221/424 kB | 176/186 kB | 73/185 kB
Progress (4): 270/927 kB | 221/424 kB | 176/186 kB | 73/185 kB
Progress (4): 270/927 kB | 221/424 kB | 176/186 kB | 77/185 kB
Progress (4): 270/927 kB | 225/424 kB | 176/186 kB | 77/185 kB
Progress (4): 270/927 kB | 225/424 kB | 176/186 kB | 81/185 kB
Progress (4): 278/927 kB | 225/424 kB | 176/186 kB | 81/185 kB
Progress (4): 278/927 kB | 225/424 kB | 180/186 kB | 81/185 kB
Progress (4): 278/927 kB | 229/424 kB | 180/186 kB | 81/185 kB
Progress (4): 278/927 kB | 229/424 kB | 180/186 kB | 85/185 kB
Progress (4): 278/927 kB | 229/424 kB | 180/186 kB | 90/185 kB
Progress (4): 278/927 kB | 229/424 kB | 184/186 kB | 90/185 kB
Progress (4): 278/927 kB | 229/424 kB | 184/186 kB | 94/185 kB
Progress (4): 278/927 kB | 229/424 kB | 186 kB | 94/185 kB    
Progress (4): 286/927 kB | 229/424 kB | 186 kB | 94/185 kB
Progress (4): 286/927 kB | 233/424 kB | 186 kB | 94/185 kB
Progress (4): 294/927 kB | 233/424 kB | 186 kB | 94/185 kB
Progress (4): 294/927 kB | 233/424 kB | 186 kB | 98/185 kB
Progress (4): 294/927 kB | 237/424 kB | 186 kB | 98/185 kB
Progress (4): 294/927 kB | 241/424 kB | 186 kB | 98/185 kB
Progress (4): 294/927 kB | 245/424 kB | 186 kB | 98/185 kB
Progress (4): 294/927 kB | 245/424 kB | 186 kB | 102/185 kB
Progress (5): 294/927 kB | 245/424 kB | 186 kB | 102/185 kB | 4.1/110 kB
Progress (5): 294/927 kB | 245/424 kB | 186 kB | 106/185 kB | 4.1/110 kB
Progress (5): 303/927 kB | 245/424 kB | 186 kB | 106/185 kB | 4.1/110 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 1.8 MB/s)
06:02:51 Progress (4): 303/927 kB | 245/424 kB | 110/185 kB | 4.1/110 kB
Progress (4): 303/927 kB | 249/424 kB | 110/185 kB | 4.1/110 kB
Progress (4): 303/927 kB | 249/424 kB | 110/185 kB | 7.7/110 kB
Progress (4): 303/927 kB | 253/424 kB | 110/185 kB | 7.7/110 kB
Progress (4): 303/927 kB | 253/424 kB | 114/185 kB | 7.7/110 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
06:02:51 Progress (4): 311/927 kB | 253/424 kB | 114/185 kB | 7.7/110 kB
Progress (4): 311/927 kB | 253/424 kB | 118/185 kB | 7.7/110 kB
Progress (4): 311/927 kB | 258/424 kB | 118/185 kB | 7.7/110 kB
Progress (4): 311/927 kB | 258/424 kB | 118/185 kB | 12/110 kB 
Progress (4): 311/927 kB | 262/424 kB | 118/185 kB | 12/110 kB
Progress (4): 311/927 kB | 262/424 kB | 122/185 kB | 12/110 kB
Progress (4): 311/927 kB | 262/424 kB | 122/185 kB | 16/110 kB
Progress (4): 319/927 kB | 262/424 kB | 122/185 kB | 16/110 kB
Progress (4): 319/927 kB | 266/424 kB | 122/185 kB | 16/110 kB
Progress (4): 327/927 kB | 266/424 kB | 122/185 kB | 16/110 kB
Progress (4): 327/927 kB | 266/424 kB | 126/185 kB | 16/110 kB
Progress (4): 327/927 kB | 266/424 kB | 126/185 kB | 20/110 kB
Progress (4): 327/927 kB | 270/424 kB | 126/185 kB | 20/110 kB
Progress (4): 335/927 kB | 270/424 kB | 126/185 kB | 20/110 kB
Progress (4): 335/927 kB | 270/424 kB | 126/185 kB | 24/110 kB
Progress (4): 344/927 kB | 270/424 kB | 126/185 kB | 24/110 kB
Progress (4): 344/927 kB | 270/424 kB | 131/185 kB | 24/110 kB
Progress (4): 344/927 kB | 270/424 kB | 131/185 kB | 28/110 kB
Progress (4): 344/927 kB | 274/424 kB | 131/185 kB | 28/110 kB
Progress (4): 344/927 kB | 274/424 kB | 131/185 kB | 32/110 kB
Progress (4): 344/927 kB | 278/424 kB | 131/185 kB | 32/110 kB
Progress (4): 344/927 kB | 278/424 kB | 135/185 kB | 32/110 kB
Progress (4): 344/927 kB | 278/424 kB | 139/185 kB | 32/110 kB
Progress (4): 352/927 kB | 278/424 kB | 139/185 kB | 32/110 kB
Progress (4): 352/927 kB | 278/424 kB | 139/185 kB | 36/110 kB
Progress (4): 352/927 kB | 278/424 kB | 143/185 kB | 36/110 kB
Progress (4): 352/927 kB | 278/424 kB | 143/185 kB | 40/110 kB
Progress (4): 360/927 kB | 278/424 kB | 143/185 kB | 40/110 kB
Progress (4): 360/927 kB | 282/424 kB | 143/185 kB | 40/110 kB
Progress (4): 360/927 kB | 282/424 kB | 143/185 kB | 45/110 kB
Progress (4): 360/927 kB | 282/424 kB | 147/185 kB | 45/110 kB
Progress (4): 360/927 kB | 282/424 kB | 147/185 kB | 49/110 kB
Progress (4): 360/927 kB | 286/424 kB | 147/185 kB | 49/110 kB
Progress (4): 360/927 kB | 290/424 kB | 147/185 kB | 49/110 kB
Progress (4): 368/927 kB | 290/424 kB | 147/185 kB | 49/110 kB
Progress (4): 368/927 kB | 290/424 kB | 147/185 kB | 53/110 kB
Progress (4): 376/927 kB | 290/424 kB | 147/185 kB | 53/110 kB
Progress (4): 376/927 kB | 290/424 kB | 151/185 kB | 53/110 kB
Progress (4): 376/927 kB | 294/424 kB | 151/185 kB | 53/110 kB
Progress (4): 376/927 kB | 294/424 kB | 155/185 kB | 53/110 kB
Progress (4): 376/927 kB | 294/424 kB | 155/185 kB | 57/110 kB
Progress (4): 376/927 kB | 294/424 kB | 159/185 kB | 57/110 kB
Progress (4): 376/927 kB | 294/424 kB | 159/185 kB | 61/110 kB
Progress (4): 376/927 kB | 294/424 kB | 163/185 kB | 61/110 kB
Progress (4): 384/927 kB | 294/424 kB | 163/185 kB | 61/110 kB
Progress (4): 384/927 kB | 294/424 kB | 163/185 kB | 65/110 kB
Progress (4): 384/927 kB | 298/424 kB | 163/185 kB | 65/110 kB
Progress (4): 393/927 kB | 298/424 kB | 163/185 kB | 65/110 kB
Progress (4): 393/927 kB | 298/424 kB | 167/185 kB | 65/110 kB
Progress (4): 393/927 kB | 303/424 kB | 167/185 kB | 65/110 kB
Progress (4): 393/927 kB | 303/424 kB | 171/185 kB | 65/110 kB
Progress (4): 393/927 kB | 303/424 kB | 171/185 kB | 69/110 kB
Progress (4): 393/927 kB | 303/424 kB | 176/185 kB | 69/110 kB
Progress (4): 393/927 kB | 307/424 kB | 176/185 kB | 69/110 kB
Progress (4): 393/927 kB | 307/424 kB | 180/185 kB | 69/110 kB
Progress (4): 393/927 kB | 307/424 kB | 180/185 kB | 73/110 kB
Progress (4): 393/927 kB | 311/424 kB | 180/185 kB | 73/110 kB
Progress (4): 393/927 kB | 315/424 kB | 180/185 kB | 73/110 kB
Progress (4): 393/927 kB | 315/424 kB | 180/185 kB | 77/110 kB
Progress (4): 393/927 kB | 315/424 kB | 180/185 kB | 81/110 kB
Progress (4): 393/927 kB | 315/424 kB | 180/185 kB | 85/110 kB
Progress (4): 393/927 kB | 315/424 kB | 180/185 kB | 90/110 kB
Progress (4): 393/927 kB | 315/424 kB | 180/185 kB | 94/110 kB
Progress (4): 393/927 kB | 315/424 kB | 180/185 kB | 98/110 kB
Progress (4): 393/927 kB | 315/424 kB | 184/185 kB | 98/110 kB
Progress (5): 393/927 kB | 315/424 kB | 184/185 kB | 98/110 kB | 4.1/13 kB
Progress (5): 393/927 kB | 315/424 kB | 184/185 kB | 102/110 kB | 4.1/13 kB
Progress (5): 401/927 kB | 315/424 kB | 184/185 kB | 102/110 kB | 4.1/13 kB
Progress (5): 401/927 kB | 319/424 kB | 184/185 kB | 102/110 kB | 4.1/13 kB
Progress (5): 409/927 kB | 319/424 kB | 184/185 kB | 102/110 kB | 4.1/13 kB
Progress (5): 409/927 kB | 319/424 kB | 184/185 kB | 106/110 kB | 4.1/13 kB
Progress (5): 409/927 kB | 319/424 kB | 184/185 kB | 106/110 kB | 7.7/13 kB
Progress (5): 409/927 kB | 319/424 kB | 185 kB | 106/110 kB | 7.7/13 kB    
Progress (5): 409/927 kB | 319/424 kB | 185 kB | 106/110 kB | 12/13 kB 
Progress (5): 409/927 kB | 319/424 kB | 185 kB | 110/110 kB | 12/13 kB
Progress (5): 409/927 kB | 323/424 kB | 185 kB | 110/110 kB | 12/13 kB
Progress (5): 409/927 kB | 323/424 kB | 185 kB | 110 kB | 12/13 kB    
Progress (5): 409/927 kB | 323/424 kB | 185 kB | 110 kB | 13 kB   
Progress (5): 417/927 kB | 323/424 kB | 185 kB | 110 kB | 13 kB
Progress (5): 417/927 kB | 327/424 kB | 185 kB | 110 kB | 13 kB
Progress (5): 425/927 kB | 327/424 kB | 185 kB | 110 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 69 kB/s)
06:02:51 Progress (4): 434/927 kB | 327/424 kB | 185 kB | 110 kB
Progress (4): 434/927 kB | 331/424 kB | 185 kB | 110 kB
Progress (4): 442/927 kB | 331/424 kB | 185 kB | 110 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
06:02:51 Progress (4): 442/927 kB | 335/424 kB | 185 kB | 110 kB
Progress (4): 450/927 kB | 335/424 kB | 185 kB | 110 kB
Progress (4): 450/927 kB | 339/424 kB | 185 kB | 110 kB
Progress (4): 458/927 kB | 339/424 kB | 185 kB | 110 kB
Progress (4): 458/927 kB | 344/424 kB | 185 kB | 110 kB
Progress (4): 466/927 kB | 344/424 kB | 185 kB | 110 kB
Progress (4): 466/927 kB | 348/424 kB | 185 kB | 110 kB
Progress (5): 466/927 kB | 348/424 kB | 185 kB | 110 kB | 4.1/524 kB
Progress (5): 475/927 kB | 348/424 kB | 185 kB | 110 kB | 4.1/524 kB
Progress (5): 475/927 kB | 348/424 kB | 185 kB | 110 kB | 7.7/524 kB
Progress (5): 475/927 kB | 352/424 kB | 185 kB | 110 kB | 7.7/524 kB
Progress (5): 475/927 kB | 352/424 kB | 185 kB | 110 kB | 12/524 kB 
Progress (5): 483/927 kB | 352/424 kB | 185 kB | 110 kB | 12/524 kB
Progress (5): 483/927 kB | 356/424 kB | 185 kB | 110 kB | 12/524 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 555 kB/s)
06:02:51 Progress (4): 491/927 kB | 356/424 kB | 185 kB | 12/524 kB
Progress (4): 491/927 kB | 356/424 kB | 185 kB | 16/524 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
06:02:51 Progress (4): 491/927 kB | 360/424 kB | 185 kB | 16/524 kB
Progress (4): 499/927 kB | 360/424 kB | 185 kB | 16/524 kB
Progress (4): 499/927 kB | 360/424 kB | 185 kB | 20/524 kB
Progress (4): 507/927 kB | 360/424 kB | 185 kB | 20/524 kB
Progress (4): 507/927 kB | 360/424 kB | 185 kB | 24/524 kB
Progress (4): 507/927 kB | 360/424 kB | 185 kB | 28/524 kB
Progress (4): 507/927 kB | 364/424 kB | 185 kB | 28/524 kB
Progress (4): 507/927 kB | 364/424 kB | 185 kB | 32/524 kB
Progress (4): 507/927 kB | 368/424 kB | 185 kB | 32/524 kB
Progress (4): 516/927 kB | 368/424 kB | 185 kB | 32/524 kB
Progress (4): 516/927 kB | 372/424 kB | 185 kB | 32/524 kB
Progress (4): 524/927 kB | 372/424 kB | 185 kB | 32/524 kB
Progress (4): 524/927 kB | 376/424 kB | 185 kB | 32/524 kB
Progress (4): 524/927 kB | 376/424 kB | 185 kB | 36/524 kB
Progress (4): 524/927 kB | 376/424 kB | 185 kB | 40/524 kB
Progress (4): 524/927 kB | 376/424 kB | 185 kB | 45/524 kB
Progress (4): 524/927 kB | 376/424 kB | 185 kB | 49/524 kB
Progress (4): 532/927 kB | 376/424 kB | 185 kB | 49/524 kB
Progress (4): 532/927 kB | 380/424 kB | 185 kB | 49/524 kB
Progress (4): 540/927 kB | 380/424 kB | 185 kB | 49/524 kB
Progress (4): 540/927 kB | 384/424 kB | 185 kB | 49/524 kB
Progress (4): 540/927 kB | 384/424 kB | 185 kB | 53/524 kB
Progress (4): 540/927 kB | 389/424 kB | 185 kB | 53/524 kB
Progress (4): 540/927 kB | 389/424 kB | 185 kB | 57/524 kB
Progress (4): 540/927 kB | 393/424 kB | 185 kB | 57/524 kB
Progress (4): 548/927 kB | 393/424 kB | 185 kB | 57/524 kB
Progress (4): 548/927 kB | 393/424 kB | 185 kB | 61/524 kB
Progress (4): 557/927 kB | 393/424 kB | 185 kB | 61/524 kB
Progress (4): 557/927 kB | 393/424 kB | 185 kB | 65/524 kB
Progress (4): 557/927 kB | 397/424 kB | 185 kB | 65/524 kB
Progress (4): 557/927 kB | 401/424 kB | 185 kB | 65/524 kB
Progress (4): 557/927 kB | 401/424 kB | 185 kB | 69/524 kB
Progress (4): 557/927 kB | 405/424 kB | 185 kB | 69/524 kB
Progress (4): 557/927 kB | 405/424 kB | 185 kB | 73/524 kB
Progress (4): 565/927 kB | 405/424 kB | 185 kB | 73/524 kB
Progress (4): 565/927 kB | 405/424 kB | 185 kB | 77/524 kB
Progress (4): 565/927 kB | 409/424 kB | 185 kB | 77/524 kB
Progress (4): 565/927 kB | 409/424 kB | 185 kB | 81/524 kB
Progress (4): 573/927 kB | 409/424 kB | 185 kB | 81/524 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 884 kB/s)
06:02:51 Progress (3): 581/927 kB | 409/424 kB | 81/524 kB
Progress (3): 581/927 kB | 409/424 kB | 85/524 kB
Progress (3): 581/927 kB | 413/424 kB | 85/524 kB
Progress (3): 581/927 kB | 413/424 kB | 90/524 kB
Progress (3): 589/927 kB | 413/424 kB | 90/524 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
06:02:52 Progress (3): 597/927 kB | 413/424 kB | 90/524 kB
Progress (3): 597/927 kB | 413/424 kB | 94/524 kB
Progress (3): 597/927 kB | 417/424 kB | 94/524 kB
Progress (3): 597/927 kB | 417/424 kB | 98/524 kB
Progress (3): 606/927 kB | 417/424 kB | 98/524 kB
Progress (3): 606/927 kB | 421/424 kB | 98/524 kB
Progress (3): 606/927 kB | 424 kB | 98/524 kB    
Progress (3): 606/927 kB | 424 kB | 102/524 kB
Progress (3): 606/927 kB | 424 kB | 106/524 kB
Progress (3): 606/927 kB | 424 kB | 110/524 kB
Progress (3): 606/927 kB | 424 kB | 114/524 kB
Progress (3): 614/927 kB | 424 kB | 114/524 kB
Progress (3): 622/927 kB | 424 kB | 114/524 kB
Progress (3): 622/927 kB | 424 kB | 118/524 kB
Progress (4): 622/927 kB | 424 kB | 118/524 kB | 4.1/39 kB
Progress (5): 622/927 kB | 424 kB | 118/524 kB | 4.1/39 kB | 4.1/273 kB
Progress (5): 622/927 kB | 424 kB | 122/524 kB | 4.1/39 kB | 4.1/273 kB
Progress (5): 622/927 kB | 424 kB | 122/524 kB | 4.1/39 kB | 7.7/273 kB
Progress (5): 622/927 kB | 424 kB | 122/524 kB | 7.7/39 kB | 7.7/273 kB
Progress (5): 630/927 kB | 424 kB | 122/524 kB | 7.7/39 kB | 7.7/273 kB
Progress (5): 630/927 kB | 424 kB | 122/524 kB | 12/39 kB | 7.7/273 kB 
Progress (5): 630/927 kB | 424 kB | 122/524 kB | 12/39 kB | 12/273 kB 
Progress (5): 630/927 kB | 424 kB | 126/524 kB | 12/39 kB | 12/273 kB
Progress (5): 630/927 kB | 424 kB | 126/524 kB | 12/39 kB | 16/273 kB
Progress (5): 630/927 kB | 424 kB | 126/524 kB | 16/39 kB | 16/273 kB
Progress (5): 638/927 kB | 424 kB | 126/524 kB | 16/39 kB | 16/273 kB
Progress (5): 638/927 kB | 424 kB | 131/524 kB | 16/39 kB | 16/273 kB
Progress (5): 638/927 kB | 424 kB | 131/524 kB | 16/39 kB | 20/273 kB
Progress (5): 647/927 kB | 424 kB | 131/524 kB | 16/39 kB | 20/273 kB
Progress (5): 647/927 kB | 424 kB | 131/524 kB | 16/39 kB | 24/273 kB
Progress (5): 647/927 kB | 424 kB | 135/524 kB | 16/39 kB | 24/273 kB
Progress (5): 655/927 kB | 424 kB | 135/524 kB | 16/39 kB | 24/273 kB
Progress (5): 655/927 kB | 424 kB | 135/524 kB | 20/39 kB | 24/273 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.jar (424 kB at 1.5 MB/s)
06:02:52 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
06:02:52 Progress (4): 655/927 kB | 139/524 kB | 20/39 kB | 24/273 kB
Progress (4): 655/927 kB | 139/524 kB | 20/39 kB | 28/273 kB
Progress (4): 655/927 kB | 143/524 kB | 20/39 kB | 28/273 kB
Progress (4): 663/927 kB | 143/524 kB | 20/39 kB | 28/273 kB
Progress (4): 663/927 kB | 143/524 kB | 24/39 kB | 28/273 kB
Progress (4): 671/927 kB | 143/524 kB | 24/39 kB | 28/273 kB
Progress (4): 671/927 kB | 147/524 kB | 24/39 kB | 28/273 kB
Progress (4): 671/927 kB | 147/524 kB | 24/39 kB | 32/273 kB
Progress (4): 671/927 kB | 147/524 kB | 28/39 kB | 32/273 kB
Progress (4): 671/927 kB | 147/524 kB | 32/39 kB | 32/273 kB
Progress (4): 671/927 kB | 151/524 kB | 32/39 kB | 32/273 kB
Progress (4): 679/927 kB | 151/524 kB | 32/39 kB | 32/273 kB
Progress (4): 679/927 kB | 155/524 kB | 32/39 kB | 32/273 kB
Progress (4): 679/927 kB | 155/524 kB | 32/39 kB | 36/273 kB
Progress (4): 679/927 kB | 159/524 kB | 32/39 kB | 36/273 kB
Progress (4): 679/927 kB | 159/524 kB | 36/39 kB | 36/273 kB
Progress (4): 688/927 kB | 159/524 kB | 36/39 kB | 36/273 kB
Progress (4): 688/927 kB | 159/524 kB | 39 kB | 36/273 kB   
Progress (4): 688/927 kB | 163/524 kB | 39 kB | 36/273 kB
Progress (4): 688/927 kB | 163/524 kB | 39 kB | 40/273 kB
Progress (5): 688/927 kB | 163/524 kB | 39 kB | 40/273 kB | 4.1/194 kB
Progress (5): 688/927 kB | 163/524 kB | 39 kB | 45/273 kB | 4.1/194 kB
Progress (5): 688/927 kB | 163/524 kB | 39 kB | 45/273 kB | 7.7/194 kB
Progress (5): 696/927 kB | 163/524 kB | 39 kB | 45/273 kB | 7.7/194 kB
Progress (5): 696/927 kB | 163/524 kB | 39 kB | 45/273 kB | 12/194 kB 
Progress (5): 696/927 kB | 167/524 kB | 39 kB | 45/273 kB | 12/194 kB
Progress (5): 696/927 kB | 167/524 kB | 39 kB | 49/273 kB | 12/194 kB
Progress (5): 696/927 kB | 171/524 kB | 39 kB | 49/273 kB | 12/194 kB
Progress (5): 696/927 kB | 171/524 kB | 39 kB | 49/273 kB | 16/194 kB
Progress (5): 704/927 kB | 171/524 kB | 39 kB | 49/273 kB | 16/194 kB
Progress (5): 704/927 kB | 176/524 kB | 39 kB | 49/273 kB | 16/194 kB
Progress (5): 704/927 kB | 176/524 kB | 39 kB | 53/273 kB | 16/194 kB
Progress (5): 704/927 kB | 180/524 kB | 39 kB | 53/273 kB | 16/194 kB
Progress (5): 704/927 kB | 180/524 kB | 39 kB | 53/273 kB | 20/194 kB
Progress (5): 704/927 kB | 180/524 kB | 39 kB | 57/273 kB | 20/194 kB
Progress (5): 704/927 kB | 180/524 kB | 39 kB | 57/273 kB | 24/194 kB
Progress (5): 712/927 kB | 180/524 kB | 39 kB | 57/273 kB | 24/194 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 132 kB/s)
06:02:52 Progress (4): 720/927 kB | 180/524 kB | 57/273 kB | 24/194 kB
Progress (4): 720/927 kB | 180/524 kB | 57/273 kB | 28/194 kB
Progress (4): 720/927 kB | 184/524 kB | 57/273 kB | 28/194 kB
Progress (4): 720/927 kB | 184/524 kB | 61/273 kB | 28/194 kB
Progress (4): 720/927 kB | 188/524 kB | 61/273 kB | 28/194 kB
Progress (4): 720/927 kB | 188/524 kB | 61/273 kB | 32/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
06:02:52 Progress (4): 720/927 kB | 192/524 kB | 61/273 kB | 32/194 kB
Progress (4): 729/927 kB | 192/524 kB | 61/273 kB | 32/194 kB
Progress (4): 729/927 kB | 192/524 kB | 65/273 kB | 32/194 kB
Progress (4): 737/927 kB | 192/524 kB | 65/273 kB | 32/194 kB
Progress (4): 737/927 kB | 196/524 kB | 65/273 kB | 32/194 kB
Progress (4): 737/927 kB | 196/524 kB | 65/273 kB | 36/194 kB
Progress (4): 737/927 kB | 196/524 kB | 69/273 kB | 36/194 kB
Progress (4): 737/927 kB | 196/524 kB | 69/273 kB | 40/194 kB
Progress (4): 737/927 kB | 196/524 kB | 73/273 kB | 40/194 kB
Progress (4): 745/927 kB | 196/524 kB | 73/273 kB | 40/194 kB
Progress (4): 745/927 kB | 196/524 kB | 73/273 kB | 45/194 kB
Progress (4): 753/927 kB | 196/524 kB | 73/273 kB | 45/194 kB
Progress (4): 753/927 kB | 200/524 kB | 73/273 kB | 45/194 kB
Progress (4): 753/927 kB | 200/524 kB | 77/273 kB | 45/194 kB
Progress (4): 753/927 kB | 204/524 kB | 77/273 kB | 45/194 kB
Progress (4): 753/927 kB | 204/524 kB | 77/273 kB | 49/194 kB
Progress (4): 753/927 kB | 208/524 kB | 77/273 kB | 49/194 kB
Progress (4): 753/927 kB | 208/524 kB | 81/273 kB | 49/194 kB
Progress (4): 753/927 kB | 212/524 kB | 81/273 kB | 49/194 kB
Progress (4): 761/927 kB | 212/524 kB | 81/273 kB | 49/194 kB
Progress (5): 761/927 kB | 212/524 kB | 81/273 kB | 49/194 kB | 4.1/38 kB
Progress (5): 770/927 kB | 212/524 kB | 81/273 kB | 49/194 kB | 4.1/38 kB
Progress (5): 770/927 kB | 212/524 kB | 81/273 kB | 53/194 kB | 4.1/38 kB
Progress (5): 770/927 kB | 217/524 kB | 81/273 kB | 53/194 kB | 4.1/38 kB
Progress (5): 770/927 kB | 217/524 kB | 81/273 kB | 53/194 kB | 7.7/38 kB
Progress (5): 770/927 kB | 217/524 kB | 85/273 kB | 53/194 kB | 7.7/38 kB
Progress (5): 770/927 kB | 217/524 kB | 85/273 kB | 53/194 kB | 12/38 kB 
Progress (5): 778/927 kB | 217/524 kB | 85/273 kB | 53/194 kB | 12/38 kB
Progress (5): 778/927 kB | 221/524 kB | 85/273 kB | 53/194 kB | 12/38 kB
Progress (5): 778/927 kB | 221/524 kB | 85/273 kB | 57/194 kB | 12/38 kB
Progress (5): 778/927 kB | 225/524 kB | 85/273 kB | 57/194 kB | 12/38 kB
Progress (5): 786/927 kB | 225/524 kB | 85/273 kB | 57/194 kB | 12/38 kB
Progress (5): 786/927 kB | 225/524 kB | 85/273 kB | 57/194 kB | 16/38 kB
Progress (5): 786/927 kB | 225/524 kB | 90/273 kB | 57/194 kB | 16/38 kB
Progress (5): 786/927 kB | 229/524 kB | 90/273 kB | 57/194 kB | 16/38 kB
Progress (5): 786/927 kB | 229/524 kB | 90/273 kB | 61/194 kB | 16/38 kB
Progress (5): 794/927 kB | 229/524 kB | 90/273 kB | 61/194 kB | 16/38 kB
Progress (5): 794/927 kB | 229/524 kB | 94/273 kB | 61/194 kB | 16/38 kB
Progress (5): 802/927 kB | 229/524 kB | 94/273 kB | 61/194 kB | 16/38 kB
Progress (5): 802/927 kB | 229/524 kB | 94/273 kB | 61/194 kB | 20/38 kB
Progress (5): 802/927 kB | 229/524 kB | 94/273 kB | 65/194 kB | 20/38 kB
Progress (5): 802/927 kB | 229/524 kB | 94/273 kB | 65/194 kB | 24/38 kB
Progress (5): 802/927 kB | 233/524 kB | 94/273 kB | 65/194 kB | 24/38 kB
Progress (5): 802/927 kB | 233/524 kB | 98/273 kB | 65/194 kB | 24/38 kB
Progress (5): 802/927 kB | 237/524 kB | 98/273 kB | 65/194 kB | 24/38 kB
Progress (5): 802/927 kB | 237/524 kB | 98/273 kB | 65/194 kB | 28/38 kB
Progress (5): 810/927 kB | 237/524 kB | 98/273 kB | 65/194 kB | 28/38 kB
Progress (5): 810/927 kB | 237/524 kB | 98/273 kB | 65/194 kB | 32/38 kB
Progress (5): 810/927 kB | 241/524 kB | 98/273 kB | 65/194 kB | 32/38 kB
Progress (5): 810/927 kB | 241/524 kB | 98/273 kB | 69/194 kB | 32/38 kB
Progress (5): 810/927 kB | 241/524 kB | 98/273 kB | 69/194 kB | 36/38 kB
Progress (5): 810/927 kB | 245/524 kB | 98/273 kB | 69/194 kB | 36/38 kB
Progress (5): 819/927 kB | 245/524 kB | 98/273 kB | 69/194 kB | 36/38 kB
Progress (5): 819/927 kB | 245/524 kB | 102/273 kB | 69/194 kB | 36/38 kB
Progress (5): 819/927 kB | 245/524 kB | 102/273 kB | 69/194 kB | 38 kB   
Progress (5): 819/927 kB | 245/524 kB | 102/273 kB | 73/194 kB | 38 kB
Progress (5): 819/927 kB | 249/524 kB | 102/273 kB | 73/194 kB | 38 kB
Progress (5): 819/927 kB | 249/524 kB | 106/273 kB | 73/194 kB | 38 kB
Progress (5): 819/927 kB | 253/524 kB | 106/273 kB | 73/194 kB | 38 kB
Progress (5): 827/927 kB | 253/524 kB | 106/273 kB | 73/194 kB | 38 kB
Progress (5): 827/927 kB | 253/524 kB | 106/273 kB | 77/194 kB | 38 kB
Progress (5): 835/927 kB | 253/524 kB | 106/273 kB | 77/194 kB | 38 kB
Progress (5): 835/927 kB | 258/524 kB | 106/273 kB | 77/194 kB | 38 kB
Progress (5): 835/927 kB | 258/524 kB | 110/273 kB | 77/194 kB | 38 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.jar (38 kB at 119 kB/s)
06:02:52 Progress (4): 835/927 kB | 262/524 kB | 110/273 kB | 77/194 kB
Progress (4): 835/927 kB | 262/524 kB | 110/273 kB | 81/194 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
06:02:52 Progress (4): 843/927 kB | 262/524 kB | 110/273 kB | 81/194 kB
Progress (4): 843/927 kB | 262/524 kB | 114/273 kB | 81/194 kB
Progress (4): 851/927 kB | 262/524 kB | 114/273 kB | 81/194 kB
Progress (4): 851/927 kB | 262/524 kB | 114/273 kB | 85/194 kB
Progress (4): 851/927 kB | 266/524 kB | 114/273 kB | 85/194 kB
Progress (4): 851/927 kB | 266/524 kB | 114/273 kB | 90/194 kB
Progress (4): 851/927 kB | 266/524 kB | 118/273 kB | 90/194 kB
Progress (4): 851/927 kB | 270/524 kB | 118/273 kB | 90/194 kB
Progress (4): 851/927 kB | 270/524 kB | 122/273 kB | 90/194 kB
Progress (4): 860/927 kB | 270/524 kB | 122/273 kB | 90/194 kB
Progress (4): 860/927 kB | 270/524 kB | 122/273 kB | 94/194 kB
Progress (4): 868/927 kB | 270/524 kB | 122/273 kB | 94/194 kB
Progress (4): 868/927 kB | 270/524 kB | 126/273 kB | 94/194 kB
Progress (4): 868/927 kB | 274/524 kB | 126/273 kB | 94/194 kB
Progress (4): 868/927 kB | 274/524 kB | 131/273 kB | 94/194 kB
Progress (5): 868/927 kB | 274/524 kB | 131/273 kB | 94/194 kB | 4.1/156 kB
Progress (5): 868/927 kB | 274/524 kB | 131/273 kB | 98/194 kB | 4.1/156 kB
Progress (5): 868/927 kB | 274/524 kB | 131/273 kB | 98/194 kB | 7.7/156 kB
Progress (5): 876/927 kB | 274/524 kB | 131/273 kB | 98/194 kB | 7.7/156 kB
Progress (5): 876/927 kB | 278/524 kB | 131/273 kB | 98/194 kB | 7.7/156 kB
Progress (5): 884/927 kB | 278/524 kB | 131/273 kB | 98/194 kB | 7.7/156 kB
Progress (5): 884/927 kB | 278/524 kB | 131/273 kB | 98/194 kB | 12/156 kB 
Progress (5): 884/927 kB | 278/524 kB | 135/273 kB | 98/194 kB | 12/156 kB
Progress (5): 884/927 kB | 278/524 kB | 135/273 kB | 98/194 kB | 16/156 kB
Progress (5): 892/927 kB | 278/524 kB | 135/273 kB | 98/194 kB | 16/156 kB
Progress (5): 892/927 kB | 282/524 kB | 135/273 kB | 98/194 kB | 16/156 kB
Progress (5): 892/927 kB | 282/524 kB | 135/273 kB | 102/194 kB | 16/156 kB
Progress (5): 892/927 kB | 286/524 kB | 135/273 kB | 102/194 kB | 16/156 kB
Progress (5): 901/927 kB | 286/524 kB | 135/273 kB | 102/194 kB | 16/156 kB
Progress (5): 901/927 kB | 286/524 kB | 139/273 kB | 102/194 kB | 16/156 kB
Progress (5): 901/927 kB | 290/524 kB | 139/273 kB | 102/194 kB | 16/156 kB
Progress (5): 901/927 kB | 290/524 kB | 139/273 kB | 102/194 kB | 20/156 kB
Progress (5): 901/927 kB | 290/524 kB | 139/273 kB | 106/194 kB | 20/156 kB
Progress (5): 901/927 kB | 290/524 kB | 139/273 kB | 106/194 kB | 24/156 kB
Progress (5): 909/927 kB | 290/524 kB | 139/273 kB | 106/194 kB | 24/156 kB
Progress (5): 909/927 kB | 294/524 kB | 139/273 kB | 106/194 kB | 24/156 kB
Progress (5): 909/927 kB | 294/524 kB | 143/273 kB | 106/194 kB | 24/156 kB
Progress (5): 917/927 kB | 294/524 kB | 143/273 kB | 106/194 kB | 24/156 kB
Progress (5): 917/927 kB | 294/524 kB | 143/273 kB | 106/194 kB | 28/156 kB
Progress (5): 917/927 kB | 294/524 kB | 143/273 kB | 110/194 kB | 28/156 kB
Progress (5): 917/927 kB | 294/524 kB | 143/273 kB | 110/194 kB | 32/156 kB
Progress (5): 917/927 kB | 298/524 kB | 143/273 kB | 110/194 kB | 32/156 kB
Progress (5): 917/927 kB | 298/524 kB | 147/273 kB | 110/194 kB | 32/156 kB
Progress (5): 917/927 kB | 303/524 kB | 147/273 kB | 110/194 kB | 32/156 kB
Progress (5): 925/927 kB | 303/524 kB | 147/273 kB | 110/194 kB | 32/156 kB
Progress (5): 925/927 kB | 303/524 kB | 147/273 kB | 114/194 kB | 32/156 kB
Progress (5): 925/927 kB | 303/524 kB | 147/273 kB | 114/194 kB | 36/156 kB
Progress (5): 927 kB | 303/524 kB | 147/273 kB | 114/194 kB | 36/156 kB    
Progress (5): 927 kB | 307/524 kB | 147/273 kB | 114/194 kB | 36/156 kB
Progress (5): 927 kB | 307/524 kB | 147/273 kB | 118/194 kB | 36/156 kB
Progress (5): 927 kB | 307/524 kB | 147/273 kB | 118/194 kB | 40/156 kB
Progress (5): 927 kB | 307/524 kB | 151/273 kB | 118/194 kB | 40/156 kB
Progress (5): 927 kB | 307/524 kB | 151/273 kB | 118/194 kB | 45/156 kB
Progress (5): 927 kB | 307/524 kB | 151/273 kB | 122/194 kB | 45/156 kB
Progress (5): 927 kB | 311/524 kB | 151/273 kB | 122/194 kB | 45/156 kB
Progress (5): 927 kB | 311/524 kB | 151/273 kB | 126/194 kB | 45/156 kB
Progress (5): 927 kB | 311/524 kB | 151/273 kB | 126/194 kB | 49/156 kB
Progress (5): 927 kB | 311/524 kB | 155/273 kB | 126/194 kB | 49/156 kB
Progress (5): 927 kB | 311/524 kB | 159/273 kB | 126/194 kB | 49/156 kB
Progress (5): 927 kB | 315/524 kB | 159/273 kB | 126/194 kB | 49/156 kB
Progress (5): 927 kB | 315/524 kB | 159/273 kB | 131/194 kB | 49/156 kB
Progress (5): 927 kB | 319/524 kB | 159/273 kB | 131/194 kB | 49/156 kB
Progress (5): 927 kB | 319/524 kB | 163/273 kB | 131/194 kB | 49/156 kB
Progress (5): 927 kB | 323/524 kB | 163/273 kB | 131/194 kB | 49/156 kB
Progress (5): 927 kB | 323/524 kB | 163/273 kB | 131/194 kB | 53/156 kB
Progress (5): 927 kB | 323/524 kB | 163/273 kB | 135/194 kB | 53/156 kB
Progress (5): 927 kB | 327/524 kB | 163/273 kB | 135/194 kB | 53/156 kB
Progress (5): 927 kB | 327/524 kB | 163/273 kB | 139/194 kB | 53/156 kB
Progress (5): 927 kB | 327/524 kB | 167/273 kB | 139/194 kB | 53/156 kB
Progress (5): 927 kB | 327/524 kB | 167/273 kB | 139/194 kB | 57/156 kB
Progress (5): 927 kB | 331/524 kB | 167/273 kB | 139/194 kB | 57/156 kB
Progress (5): 927 kB | 331/524 kB | 171/273 kB | 139/194 kB | 57/156 kB
Progress (5): 927 kB | 331/524 kB | 171/273 kB | 143/194 kB | 57/156 kB
Progress (5): 927 kB | 331/524 kB | 176/273 kB | 143/194 kB | 57/156 kB
Progress (5): 927 kB | 335/524 kB | 176/273 kB | 143/194 kB | 57/156 kB
Progress (5): 927 kB | 335/524 kB | 176/273 kB | 143/194 kB | 61/156 kB
Progress (5): 927 kB | 339/524 kB | 176/273 kB | 143/194 kB | 61/156 kB
Progress (5): 927 kB | 339/524 kB | 180/273 kB | 143/194 kB | 61/156 kB
Progress (5): 927 kB | 339/524 kB | 180/273 kB | 147/194 kB | 61/156 kB
Progress (5): 927 kB | 344/524 kB | 180/273 kB | 147/194 kB | 61/156 kB
Progress (5): 927 kB | 344/524 kB | 180/273 kB | 147/194 kB | 65/156 kB
Progress (5): 927 kB | 344/524 kB | 184/273 kB | 147/194 kB | 65/156 kB
Progress (5): 927 kB | 344/524 kB | 184/273 kB | 151/194 kB | 65/156 kB
Progress (5): 927 kB | 348/524 kB | 184/273 kB | 151/194 kB | 65/156 kB
Progress (5): 927 kB | 348/524 kB | 188/273 kB | 151/194 kB | 65/156 kB
Progress (5): 927 kB | 348/524 kB | 188/273 kB | 151/194 kB | 69/156 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 2.3 MB/s)
06:02:52 Progress (4): 352/524 kB | 188/273 kB | 151/194 kB | 69/156 kB
Progress (4): 352/524 kB | 188/273 kB | 155/194 kB | 69/156 kB
Progress (4): 356/524 kB | 188/273 kB | 155/194 kB | 69/156 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
06:02:52 Progress (4): 356/524 kB | 188/273 kB | 155/194 kB | 73/156 kB
Progress (4): 356/524 kB | 192/273 kB | 155/194 kB | 73/156 kB
Progress (4): 356/524 kB | 192/273 kB | 155/194 kB | 77/156 kB
Progress (4): 360/524 kB | 192/273 kB | 155/194 kB | 77/156 kB
Progress (4): 360/524 kB | 192/273 kB | 159/194 kB | 77/156 kB
Progress (4): 360/524 kB | 192/273 kB | 159/194 kB | 81/156 kB
Progress (4): 360/524 kB | 196/273 kB | 159/194 kB | 81/156 kB
Progress (4): 364/524 kB | 196/273 kB | 159/194 kB | 81/156 kB
Progress (4): 364/524 kB | 196/273 kB | 163/194 kB | 81/156 kB
Progress (4): 368/524 kB | 196/273 kB | 163/194 kB | 81/156 kB
Progress (5): 368/524 kB | 196/273 kB | 163/194 kB | 81/156 kB | 4.1/35 kB
Progress (5): 368/524 kB | 196/273 kB | 163/194 kB | 85/156 kB | 4.1/35 kB
Progress (5): 368/524 kB | 200/273 kB | 163/194 kB | 85/156 kB | 4.1/35 kB
Progress (5): 372/524 kB | 200/273 kB | 163/194 kB | 85/156 kB | 4.1/35 kB
Progress (5): 372/524 kB | 204/273 kB | 163/194 kB | 85/156 kB | 4.1/35 kB
Progress (5): 372/524 kB | 204/273 kB | 163/194 kB | 90/156 kB | 4.1/35 kB
Progress (5): 372/524 kB | 204/273 kB | 167/194 kB | 90/156 kB | 4.1/35 kB
Progress (5): 372/524 kB | 204/273 kB | 167/194 kB | 90/156 kB | 7.7/35 kB
Progress (5): 372/524 kB | 204/273 kB | 171/194 kB | 90/156 kB | 7.7/35 kB
Progress (5): 372/524 kB | 204/273 kB | 171/194 kB | 94/156 kB | 7.7/35 kB
Progress (5): 372/524 kB | 208/273 kB | 171/194 kB | 94/156 kB | 7.7/35 kB
Progress (5): 376/524 kB | 208/273 kB | 171/194 kB | 94/156 kB | 7.7/35 kB
Progress (5): 376/524 kB | 212/273 kB | 171/194 kB | 94/156 kB | 7.7/35 kB
Progress (5): 376/524 kB | 212/273 kB | 171/194 kB | 98/156 kB | 7.7/35 kB
Progress (5): 376/524 kB | 212/273 kB | 176/194 kB | 98/156 kB | 7.7/35 kB
Progress (5): 376/524 kB | 212/273 kB | 176/194 kB | 98/156 kB | 12/35 kB 
Progress (5): 376/524 kB | 217/273 kB | 176/194 kB | 98/156 kB | 12/35 kB
Progress (5): 376/524 kB | 217/273 kB | 180/194 kB | 98/156 kB | 12/35 kB
Progress (5): 380/524 kB | 217/273 kB | 180/194 kB | 98/156 kB | 12/35 kB
Progress (5): 380/524 kB | 217/273 kB | 180/194 kB | 102/156 kB | 12/35 kB
Progress (5): 380/524 kB | 221/273 kB | 180/194 kB | 102/156 kB | 12/35 kB
Progress (5): 380/524 kB | 221/273 kB | 180/194 kB | 102/156 kB | 16/35 kB
Progress (5): 380/524 kB | 225/273 kB | 180/194 kB | 102/156 kB | 16/35 kB
Progress (5): 380/524 kB | 225/273 kB | 184/194 kB | 102/156 kB | 16/35 kB
Progress (5): 380/524 kB | 225/273 kB | 184/194 kB | 106/156 kB | 16/35 kB
Progress (5): 384/524 kB | 225/273 kB | 184/194 kB | 106/156 kB | 16/35 kB
Progress (5): 384/524 kB | 225/273 kB | 184/194 kB | 110/156 kB | 16/35 kB
Progress (5): 384/524 kB | 225/273 kB | 184/194 kB | 110/156 kB | 20/35 kB
Progress (5): 384/524 kB | 225/273 kB | 188/194 kB | 110/156 kB | 20/35 kB
Progress (5): 384/524 kB | 229/273 kB | 188/194 kB | 110/156 kB | 20/35 kB
Progress (5): 384/524 kB | 229/273 kB | 192/194 kB | 110/156 kB | 20/35 kB
Progress (5): 384/524 kB | 229/273 kB | 194 kB | 110/156 kB | 20/35 kB    
Progress (5): 384/524 kB | 229/273 kB | 194 kB | 110/156 kB | 24/35 kB
Progress (5): 384/524 kB | 229/273 kB | 194 kB | 114/156 kB | 24/35 kB
Progress (5): 389/524 kB | 229/273 kB | 194 kB | 114/156 kB | 24/35 kB
Progress (5): 389/524 kB | 229/273 kB | 194 kB | 114/156 kB | 28/35 kB
Progress (5): 389/524 kB | 233/273 kB | 194 kB | 114/156 kB | 28/35 kB
Progress (5): 389/524 kB | 233/273 kB | 194 kB | 114/156 kB | 32/35 kB
Progress (5): 393/524 kB | 233/273 kB | 194 kB | 114/156 kB | 32/35 kB
Progress (5): 393/524 kB | 233/273 kB | 194 kB | 114/156 kB | 35 kB   
Progress (5): 393/524 kB | 233/273 kB | 194 kB | 118/156 kB | 35 kB
Progress (5): 393/524 kB | 237/273 kB | 194 kB | 118/156 kB | 35 kB
Progress (5): 397/524 kB | 237/273 kB | 194 kB | 118/156 kB | 35 kB
Progress (5): 397/524 kB | 237/273 kB | 194 kB | 122/156 kB | 35 kB
Progress (5): 401/524 kB | 237/273 kB | 194 kB | 122/156 kB | 35 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 395 kB/s)
06:02:52 Progress (4): 401/524 kB | 241/273 kB | 122/156 kB | 35 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
06:02:52 Progress (4): 405/524 kB | 241/273 kB | 122/156 kB | 35 kB
Progress (4): 405/524 kB | 241/273 kB | 126/156 kB | 35 kB
Progress (4): 409/524 kB | 241/273 kB | 126/156 kB | 35 kB
Progress (4): 409/524 kB | 245/273 kB | 126/156 kB | 35 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 71 kB/s)
06:02:52 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
06:02:52 Progress (3): 413/524 kB | 245/273 kB | 126/156 kB
Progress (3): 413/524 kB | 245/273 kB | 131/156 kB
Progress (3): 417/524 kB | 245/273 kB | 131/156 kB
Progress (3): 417/524 kB | 249/273 kB | 131/156 kB
Progress (3): 421/524 kB | 249/273 kB | 131/156 kB
Progress (4): 421/524 kB | 249/273 kB | 131/156 kB | 4.1/68 kB
Progress (4): 425/524 kB | 249/273 kB | 131/156 kB | 4.1/68 kB
Progress (4): 425/524 kB | 253/273 kB | 131/156 kB | 4.1/68 kB
Progress (4): 425/524 kB | 253/273 kB | 135/156 kB | 4.1/68 kB
Progress (4): 425/524 kB | 253/273 kB | 135/156 kB | 7.7/68 kB
Progress (4): 430/524 kB | 253/273 kB | 135/156 kB | 7.7/68 kB
Progress (4): 430/524 kB | 253/273 kB | 139/156 kB | 7.7/68 kB
Progress (4): 430/524 kB | 258/273 kB | 139/156 kB | 7.7/68 kB
Progress (4): 430/524 kB | 258/273 kB | 143/156 kB | 7.7/68 kB
Progress (4): 434/524 kB | 258/273 kB | 143/156 kB | 7.7/68 kB
Progress (4): 434/524 kB | 258/273 kB | 143/156 kB | 12/68 kB 
Progress (4): 438/524 kB | 258/273 kB | 143/156 kB | 12/68 kB
Progress (4): 438/524 kB | 258/273 kB | 147/156 kB | 12/68 kB
Progress (4): 438/524 kB | 262/273 kB | 147/156 kB | 12/68 kB
Progress (4): 442/524 kB | 262/273 kB | 147/156 kB | 12/68 kB
Progress (4): 442/524 kB | 262/273 kB | 147/156 kB | 16/68 kB
Progress (4): 442/524 kB | 262/273 kB | 151/156 kB | 16/68 kB
Progress (4): 442/524 kB | 266/273 kB | 151/156 kB | 16/68 kB
Progress (4): 446/524 kB | 266/273 kB | 151/156 kB | 16/68 kB
Progress (4): 446/524 kB | 266/273 kB | 155/156 kB | 16/68 kB
Progress (4): 446/524 kB | 266/273 kB | 155/156 kB | 20/68 kB
Progress (4): 450/524 kB | 266/273 kB | 155/156 kB | 20/68 kB
Progress (4): 450/524 kB | 270/273 kB | 155/156 kB | 20/68 kB
Progress (4): 454/524 kB | 270/273 kB | 155/156 kB | 20/68 kB
Progress (4): 454/524 kB | 270/273 kB | 155/156 kB | 24/68 kB
Progress (4): 454/524 kB | 270/273 kB | 156 kB | 24/68 kB    
Progress (4): 454/524 kB | 270/273 kB | 156 kB | 28/68 kB
Progress (4): 458/524 kB | 270/273 kB | 156 kB | 28/68 kB
Progress (4): 458/524 kB | 273 kB | 156 kB | 28/68 kB    
Progress (4): 458/524 kB | 273 kB | 156 kB | 32/68 kB
Progress (4): 462/524 kB | 273 kB | 156 kB | 32/68 kB
Progress (4): 462/524 kB | 273 kB | 156 kB | 36/68 kB
Progress (4): 466/524 kB | 273 kB | 156 kB | 36/68 kB
Progress (4): 466/524 kB | 273 kB | 156 kB | 40/68 kB
Progress (4): 471/524 kB | 273 kB | 156 kB | 40/68 kB
Progress (4): 471/524 kB | 273 kB | 156 kB | 45/68 kB
Progress (4): 475/524 kB | 273 kB | 156 kB | 45/68 kB
Progress (4): 475/524 kB | 273 kB | 156 kB | 49/68 kB
Progress (4): 479/524 kB | 273 kB | 156 kB | 49/68 kB
Progress (4): 483/524 kB | 273 kB | 156 kB | 49/68 kB
Progress (4): 483/524 kB | 273 kB | 156 kB | 53/68 kB
Progress (4): 487/524 kB | 273 kB | 156 kB | 53/68 kB
Progress (4): 487/524 kB | 273 kB | 156 kB | 57/68 kB
Progress (4): 491/524 kB | 273 kB | 156 kB | 57/68 kB
Progress (4): 491/524 kB | 273 kB | 156 kB | 61/68 kB
Progress (4): 491/524 kB | 273 kB | 156 kB | 65/68 kB
Progress (4): 491/524 kB | 273 kB | 156 kB | 68 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 307 kB/s)
06:02:52 Progress (3): 495/524 kB | 273 kB | 68 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
06:02:52 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 132 kB/s)
06:02:52 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
06:02:52 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 535 kB/s)
06:02:52 Progress (1): 499/524 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
06:02:52 Progress (2): 499/524 kB | 4.1/332 kB
Progress (2): 503/524 kB | 4.1/332 kB
Progress (3): 503/524 kB | 4.1/332 kB | 4.1/30 kB
Progress (3): 503/524 kB | 7.7/332 kB | 4.1/30 kB
Progress (3): 503/524 kB | 7.7/332 kB | 7.7/30 kB
Progress (3): 507/524 kB | 7.7/332 kB | 7.7/30 kB
Progress (3): 507/524 kB | 7.7/332 kB | 12/30 kB 
Progress (3): 507/524 kB | 12/332 kB | 12/30 kB 
Progress (3): 507/524 kB | 12/332 kB | 16/30 kB
Progress (3): 507/524 kB | 16/332 kB | 16/30 kB
Progress (3): 511/524 kB | 16/332 kB | 16/30 kB
Progress (3): 516/524 kB | 16/332 kB | 16/30 kB
Progress (3): 520/524 kB | 16/332 kB | 16/30 kB
Progress (4): 520/524 kB | 16/332 kB | 16/30 kB | 4.1/35 kB
Progress (4): 520/524 kB | 16/332 kB | 20/30 kB | 4.1/35 kB
Progress (4): 520/524 kB | 20/332 kB | 20/30 kB | 4.1/35 kB
Progress (4): 524/524 kB | 20/332 kB | 20/30 kB | 4.1/35 kB
Progress (4): 524/524 kB | 24/332 kB | 20/30 kB | 4.1/35 kB
Progress (4): 524/524 kB | 24/332 kB | 24/30 kB | 4.1/35 kB
Progress (4): 524/524 kB | 24/332 kB | 24/30 kB | 7.7/35 kB
Progress (4): 524/524 kB | 24/332 kB | 28/30 kB | 7.7/35 kB
Progress (4): 524/524 kB | 28/332 kB | 28/30 kB | 7.7/35 kB
Progress (4): 524 kB | 28/332 kB | 28/30 kB | 7.7/35 kB    
Progress (4): 524 kB | 32/332 kB | 28/30 kB | 7.7/35 kB
Progress (4): 524 kB | 32/332 kB | 30 kB | 7.7/35 kB   
Progress (4): 524 kB | 32/332 kB | 30 kB | 12/35 kB 
Progress (4): 524 kB | 32/332 kB | 30 kB | 16/35 kB
Progress (4): 524 kB | 36/332 kB | 30 kB | 16/35 kB
Progress (4): 524 kB | 40/332 kB | 30 kB | 16/35 kB
Progress (4): 524 kB | 45/332 kB | 30 kB | 16/35 kB
Progress (4): 524 kB | 45/332 kB | 30 kB | 20/35 kB
Progress (4): 524 kB | 49/332 kB | 30 kB | 20/35 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.0 MB/s)
06:02:52 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
06:02:52 Progress (3): 49/332 kB | 30 kB | 24/35 kB
Progress (3): 53/332 kB | 30 kB | 24/35 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 57 kB/s)
06:02:52 Progress (2): 57/332 kB | 24/35 kB
Progress (2): 57/332 kB | 28/35 kB
Progress (2): 61/332 kB | 28/35 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
06:02:52 Progress (2): 65/332 kB | 28/35 kB
Progress (2): 65/332 kB | 32/35 kB
Progress (3): 65/332 kB | 32/35 kB | 4.1/108 kB
Progress (4): 65/332 kB | 32/35 kB | 4.1/108 kB | 4.1/38 kB
Progress (4): 69/332 kB | 32/35 kB | 4.1/108 kB | 4.1/38 kB
Progress (4): 69/332 kB | 35 kB | 4.1/108 kB | 4.1/38 kB   
Progress (4): 73/332 kB | 35 kB | 4.1/108 kB | 4.1/38 kB
Progress (4): 73/332 kB | 35 kB | 4.1/108 kB | 7.7/38 kB
Progress (4): 73/332 kB | 35 kB | 7.7/108 kB | 7.7/38 kB
Progress (4): 73/332 kB | 35 kB | 7.7/108 kB | 12/38 kB 
Progress (4): 77/332 kB | 35 kB | 7.7/108 kB | 12/38 kB
Progress (4): 77/332 kB | 35 kB | 7.7/108 kB | 16/38 kB
Progress (4): 77/332 kB | 35 kB | 12/108 kB | 16/38 kB 
Progress (4): 81/332 kB | 35 kB | 12/108 kB | 16/38 kB
Progress (5): 81/332 kB | 35 kB | 12/108 kB | 16/38 kB | 4.1/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 59 kB/s)
06:02:52 Progress (4): 81/332 kB | 16/108 kB | 16/38 kB | 4.1/315 kB
Progress (4): 85/332 kB | 16/108 kB | 16/38 kB | 4.1/315 kB
Progress (4): 85/332 kB | 16/108 kB | 16/38 kB | 7.7/315 kB
Progress (4): 85/332 kB | 16/108 kB | 20/38 kB | 7.7/315 kB
Progress (4): 85/332 kB | 16/108 kB | 20/38 kB | 12/315 kB 
Progress (4): 90/332 kB | 16/108 kB | 20/38 kB | 12/315 kB
Progress (4): 90/332 kB | 16/108 kB | 20/38 kB | 16/315 kB
Progress (4): 90/332 kB | 20/108 kB | 20/38 kB | 16/315 kB
Progress (4): 90/332 kB | 20/108 kB | 24/38 kB | 16/315 kB
Progress (4): 90/332 kB | 24/108 kB | 24/38 kB | 16/315 kB
Progress (4): 94/332 kB | 24/108 kB | 24/38 kB | 16/315 kB
Progress (4): 94/332 kB | 28/108 kB | 24/38 kB | 16/315 kB
Progress (4): 94/332 kB | 28/108 kB | 28/38 kB | 16/315 kB
Progress (4): 94/332 kB | 32/108 kB | 28/38 kB | 16/315 kB
Progress (4): 98/332 kB | 32/108 kB | 28/38 kB | 16/315 kB
Progress (4): 98/332 kB | 32/108 kB | 28/38 kB | 20/315 kB
Progress (4): 98/332 kB | 32/108 kB | 32/38 kB | 20/315 kB
Progress (4): 98/332 kB | 32/108 kB | 32/38 kB | 24/315 kB
Progress (4): 98/332 kB | 36/108 kB | 32/38 kB | 24/315 kB
Progress (4): 102/332 kB | 36/108 kB | 32/38 kB | 24/315 kB
Progress (4): 102/332 kB | 36/108 kB | 32/38 kB | 28/315 kB
Progress (4): 102/332 kB | 36/108 kB | 36/38 kB | 28/315 kB
Progress (4): 102/332 kB | 36/108 kB | 36/38 kB | 32/315 kB
Progress (4): 106/332 kB | 36/108 kB | 36/38 kB | 32/315 kB
Progress (4): 106/332 kB | 40/108 kB | 36/38 kB | 32/315 kB
Progress (4): 110/332 kB | 40/108 kB | 36/38 kB | 32/315 kB
Progress (4): 110/332 kB | 40/108 kB | 38 kB | 32/315 kB   
Progress (4): 114/332 kB | 40/108 kB | 38 kB | 32/315 kB
Progress (4): 114/332 kB | 45/108 kB | 38 kB | 32/315 kB
Progress (4): 114/332 kB | 45/108 kB | 38 kB | 36/315 kB
Progress (4): 114/332 kB | 49/108 kB | 38 kB | 36/315 kB
Progress (4): 114/332 kB | 49/108 kB | 38 kB | 40/315 kB
Progress (4): 114/332 kB | 49/108 kB | 38 kB | 45/315 kB
Progress (4): 118/332 kB | 49/108 kB | 38 kB | 45/315 kB
Progress (4): 118/332 kB | 49/108 kB | 38 kB | 49/315 kB
Progress (4): 122/332 kB | 49/108 kB | 38 kB | 49/315 kB
Progress (4): 122/332 kB | 53/108 kB | 38 kB | 49/315 kB
Progress (4): 126/332 kB | 53/108 kB | 38 kB | 49/315 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 63 kB/s)
06:02:52 Progress (3): 126/332 kB | 53/108 kB | 53/315 kB
Progress (3): 131/332 kB | 53/108 kB | 53/315 kB
Progress (3): 131/332 kB | 57/108 kB | 53/315 kB
Progress (3): 131/332 kB | 57/108 kB | 57/315 kB
Progress (3): 131/332 kB | 61/108 kB | 57/315 kB
Progress (3): 131/332 kB | 61/108 kB | 61/315 kB
Progress (3): 131/332 kB | 65/108 kB | 61/315 kB
Progress (3): 135/332 kB | 65/108 kB | 61/315 kB
Progress (3): 135/332 kB | 65/108 kB | 65/315 kB
Progress (3): 139/332 kB | 65/108 kB | 65/315 kB
Progress (3): 143/332 kB | 65/108 kB | 65/315 kB
Progress (3): 143/332 kB | 69/108 kB | 65/315 kB
Progress (3): 147/332 kB | 69/108 kB | 65/315 kB
Progress (3): 147/332 kB | 69/108 kB | 69/315 kB
Progress (3): 147/332 kB | 73/108 kB | 69/315 kB
Progress (3): 147/332 kB | 73/108 kB | 73/315 kB
Progress (3): 147/332 kB | 77/108 kB | 73/315 kB
Progress (3): 147/332 kB | 77/108 kB | 77/315 kB
Progress (3): 147/332 kB | 81/108 kB | 77/315 kB
Progress (3): 147/332 kB | 81/108 kB | 81/315 kB
Progress (3): 151/332 kB | 81/108 kB | 81/315 kB
Progress (3): 155/332 kB | 81/108 kB | 81/315 kB
Progress (3): 159/332 kB | 81/108 kB | 81/315 kB
Progress (3): 159/332 kB | 85/108 kB | 81/315 kB
Progress (3): 163/332 kB | 85/108 kB | 81/315 kB
Progress (3): 163/332 kB | 85/108 kB | 85/315 kB
Progress (3): 163/332 kB | 90/108 kB | 85/315 kB
Progress (3): 163/332 kB | 90/108 kB | 90/315 kB
Progress (3): 163/332 kB | 94/108 kB | 90/315 kB
Progress (3): 163/332 kB | 94/108 kB | 94/315 kB
Progress (3): 163/332 kB | 98/108 kB | 94/315 kB
Progress (3): 167/332 kB | 98/108 kB | 94/315 kB
Progress (3): 167/332 kB | 98/108 kB | 98/315 kB
Progress (3): 171/332 kB | 98/108 kB | 98/315 kB
Progress (3): 176/332 kB | 98/108 kB | 98/315 kB
Progress (3): 176/332 kB | 102/108 kB | 98/315 kB
Progress (3): 180/332 kB | 102/108 kB | 98/315 kB
Progress (3): 180/332 kB | 106/108 kB | 98/315 kB
Progress (3): 180/332 kB | 106/108 kB | 102/315 kB
Progress (3): 180/332 kB | 108 kB | 102/315 kB    
Progress (3): 180/332 kB | 108 kB | 106/315 kB
Progress (3): 180/332 kB | 108 kB | 110/315 kB
Progress (3): 184/332 kB | 108 kB | 110/315 kB
Progress (3): 184/332 kB | 108 kB | 114/315 kB
Progress (3): 188/332 kB | 108 kB | 114/315 kB
Progress (3): 192/332 kB | 108 kB | 114/315 kB
Progress (3): 196/332 kB | 108 kB | 114/315 kB
Progress (3): 196/332 kB | 108 kB | 118/315 kB
Progress (3): 196/332 kB | 108 kB | 122/315 kB
Progress (3): 196/332 kB | 108 kB | 126/315 kB
Progress (3): 200/332 kB | 108 kB | 126/315 kB
Progress (3): 200/332 kB | 108 kB | 131/315 kB
Progress (3): 204/332 kB | 108 kB | 131/315 kB
Progress (3): 208/332 kB | 108 kB | 131/315 kB
Progress (3): 212/332 kB | 108 kB | 131/315 kB
Progress (3): 212/332 kB | 108 kB | 135/315 kB
Progress (3): 212/332 kB | 108 kB | 139/315 kB
Progress (3): 212/332 kB | 108 kB | 143/315 kB
Progress (3): 212/332 kB | 108 kB | 147/315 kB
Progress (3): 217/332 kB | 108 kB | 147/315 kB
Progress (3): 221/332 kB | 108 kB | 147/315 kB
Progress (3): 225/332 kB | 108 kB | 147/315 kB
Progress (3): 225/332 kB | 108 kB | 151/315 kB
Progress (3): 229/332 kB | 108 kB | 151/315 kB
Progress (3): 229/332 kB | 108 kB | 155/315 kB
Progress (3): 229/332 kB | 108 kB | 159/315 kB
Progress (3): 229/332 kB | 108 kB | 163/315 kB
Progress (3): 233/332 kB | 108 kB | 163/315 kB
Progress (3): 237/332 kB | 108 kB | 163/315 kB
Progress (3): 237/332 kB | 108 kB | 167/315 kB
Progress (3): 241/332 kB | 108 kB | 167/315 kB
Progress (3): 241/332 kB | 108 kB | 171/315 kB
Progress (3): 245/332 kB | 108 kB | 171/315 kB
Progress (3): 245/332 kB | 108 kB | 176/315 kB
Progress (3): 245/332 kB | 108 kB | 180/315 kB
Progress (3): 249/332 kB | 108 kB | 180/315 kB
Progress (3): 249/332 kB | 108 kB | 184/315 kB
Progress (3): 253/332 kB | 108 kB | 184/315 kB
Progress (3): 253/332 kB | 108 kB | 188/315 kB
Progress (3): 258/332 kB | 108 kB | 188/315 kB
Progress (3): 258/332 kB | 108 kB | 192/315 kB
Progress (3): 262/332 kB | 108 kB | 192/315 kB
Progress (3): 262/332 kB | 108 kB | 196/315 kB
Progress (3): 266/332 kB | 108 kB | 196/315 kB
Progress (3): 266/332 kB | 108 kB | 200/315 kB
Progress (3): 270/332 kB | 108 kB | 200/315 kB
Progress (3): 270/332 kB | 108 kB | 204/315 kB
Progress (3): 274/332 kB | 108 kB | 204/315 kB
Progress (3): 274/332 kB | 108 kB | 208/315 kB
Progress (3): 278/332 kB | 108 kB | 208/315 kB
Progress (3): 278/332 kB | 108 kB | 212/315 kB
Progress (3): 282/332 kB | 108 kB | 212/315 kB
Progress (3): 282/332 kB | 108 kB | 217/315 kB
Progress (3): 286/332 kB | 108 kB | 217/315 kB
Progress (3): 286/332 kB | 108 kB | 221/315 kB
Progress (3): 290/332 kB | 108 kB | 221/315 kB
Progress (3): 290/332 kB | 108 kB | 225/315 kB
Progress (3): 294/332 kB | 108 kB | 225/315 kB
Progress (3): 294/332 kB | 108 kB | 229/315 kB
Progress (3): 298/332 kB | 108 kB | 229/315 kB
Progress (3): 298/332 kB | 108 kB | 233/315 kB
Progress (3): 303/332 kB | 108 kB | 233/315 kB
Progress (3): 303/332 kB | 108 kB | 237/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 176 kB/s)
06:02:52 Progress (2): 307/332 kB | 237/315 kB
Progress (2): 307/332 kB | 241/315 kB
Progress (2): 311/332 kB | 241/315 kB
Progress (2): 311/332 kB | 245/315 kB
Progress (2): 315/332 kB | 245/315 kB
Progress (2): 315/332 kB | 249/315 kB
Progress (2): 319/332 kB | 249/315 kB
Progress (2): 319/332 kB | 253/315 kB
Progress (2): 323/332 kB | 253/315 kB
Progress (2): 327/332 kB | 253/315 kB
Progress (2): 327/332 kB | 258/315 kB
Progress (2): 327/332 kB | 262/315 kB
Progress (2): 331/332 kB | 262/315 kB
Progress (2): 332 kB | 262/315 kB    
Progress (2): 332 kB | 266/315 kB
Progress (2): 332 kB | 270/315 kB
Progress (2): 332 kB | 274/315 kB
Progress (2): 332 kB | 278/315 kB
Progress (2): 332 kB | 282/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 481 kB/s)
06:02:52 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 451 kB/s)
06:02:52 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
06:02:52 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
06:02:52 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
06:02:52 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
06:02:52 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
06:02:52 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 197 kB/s)
06:02:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom
06:02:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom
06:02:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom
06:02:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom
06:02:52 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
06:02:52 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 307 kB/s)
06:02:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
06:02:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/25/maven-parent-25.pom
06:02:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
06:02:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom
06:02:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
06:02:52 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.0 MB/s)
06:02:52 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
06:02:52 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
06:02:53 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
06:02:53 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
06:02:53 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
06:02:53 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 410 kB/s)
06:02:53 [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-12/org.eclipse.jdt.core/pom.xml
06:02:53 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/
06:02:53 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository
06:02:53 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/
06:02:53 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
06:02:54 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/
06:02:54 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/
06:02:54 [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.21/
06:02:55 [INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.21
06:02:55 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.21/
06:02:55 [INFO] Adding repository https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.27.v20200227
06:02:55 [INFO] Fetching content.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.27.v20200227/ (19.47kB)
06:02:55 [INFO] Fetching p2.index from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/
06:02:55 [INFO] Adding repository https://download.eclipse.org/rt/ecf/3.14.7/site.p2
06:02:55 [INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/
06:02:55 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
06:02:55 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210
06:02:56 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
06:02:56 [INFO] Fetching p2.index from https://download.eclipse.org/egit/updates-5.6/
06:02:56 [INFO] Adding repository https://download.eclipse.org/egit/updates-5.6
06:02:56 [INFO] Fetching content.xml.xz from https://download.eclipse.org/egit/updates-5.6/
06:02:56 [INFO] Fetching p2.index from https://download.eclipse.org/reddeer/releases/2.8.0/
06:02:56 [INFO] Adding repository https://download.eclipse.org/reddeer/releases/2.8.0
06:02:56 [INFO] Fetching content.xml.xz from https://download.eclipse.org/reddeer/releases/2.8.0/
06:02:56 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/
06:02:56 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.16-I-builds
06:02:57 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/ (458B)
06:02:57 [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/categories/ (1.46kB)
06:02:57 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/
06:02:57 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/
06:02:57 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/
06:02:57 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/
06:02:58 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/
06:02:58 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/
06:02:58 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200313-1800/
06:02:58 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200313-1800/
06:02:59 [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-12/org.eclipse.jdt.core/pom.xml
06:03:03 [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)
06:03:09 [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)
06:03:10 [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)
06:03:10 [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)
06:03:11 [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)
06:03:11 [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)
06:03:11 [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)
06:03:11 [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)
06:03:11 [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)
06:03:11 [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)
06:03:12 [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)
06:03:12 [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)
06:03:12 [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)
06:03:12 [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)
06:03:12 [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)
06:03:12 [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)
06:03:13 [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)
06:03:13 [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-12/org.eclipse.jdt.core/pom.xml
06:03:13 [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-12/org.eclipse.jdt.core.tests.compiler/pom.xml
06:03:13 [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-12/org.eclipse.jdt.core.tests.compiler/pom.xml
06:03:13 [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)
06:03:13 [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)
06:03:14 [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)
06:03:14 [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)
06:03:14 [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)
06:03:14 [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)
06:03:15 [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)
06:03:15 [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)
06:03:15 [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)
06:03:15 [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)
06:03:15 [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)
06:03:15 [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)
06:03:16 [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)
06:03:16 [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)
06:03:17 [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)
06:03:17 [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)
06:03:17 [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)
06:03:18 [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)
06:03:19 [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)
06:03:19 [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)
06:03:19 [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)
06:03:20 [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)
06:03:20 [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)
06:03:20 [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)
06:03:20 [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)
06:03:20 [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)
06:03:21 [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)
06:03:21 [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)
06:03:21 [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)
06:03:21 [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)
06:03:21 [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)
06:03:21 [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)
06:03:21 [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)
06:03:22 [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)
06:03:22 [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)
06:03:22 [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)
06:03:22 [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)
06:03:22 [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)
06:03:22 [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)
06:03:22 [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)
06:03:23 [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)
06:03:23 [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)
06:03:23 [INFO] Fetching org.eclipse.swt_3.114.100.v20200312-1824.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (16.02kB)
06:03:23 [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)
06:03:24 [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)
06:03:24 [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)
06:03:24 [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)
06:03:25 [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)
06:03:25 [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)
06:03:25 [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)
06:03:25 [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)
06:03:25 [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)
06:03:25 [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)
06:03:25 [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)
06:03:26 [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)
06:03:26 [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)
06:03:26 [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)
06:03:26 [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)
06:03:26 [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)
06:03:27 [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)
06:03:27 [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)
06:03:27 [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)
06:03:27 [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)
06:03:27 [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)
06:03:27 [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)
06:03:28 [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)
06:03:28 [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)
06:03:28 [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)
06:03:28 [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)
06:03:28 [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)
06:03:28 [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)
06:03:29 [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)
06:03:29 [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)
06:03:29 [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)
06:03:29 [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)
06:03:29 [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)
06:03:30 [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)
06:03:30 [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)
06:03:30 [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)
06:03:30 [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)
06:03:31 [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)
06:03:31 [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)
06:03:32 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200312-1824.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (954.11kB)
06:03:32 [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)
06:03:34 [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)
06:03:34 [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)
06:03:34 [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)
06:03:34 [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)
06:03:35 [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)
06:03:35 [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)
06:03:35 [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.114.100.v20200312-1824.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (972.19kB)
06:03:36 Mar 14, 2020 10:03:36 AM org.apache.http.impl.execchain.RetryExec execute
06:03:36 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
06:03:36 Mar 14, 2020 10:03:36 AM org.apache.http.impl.execchain.RetryExec execute
06:03:36 INFO: Retrying request to {s}->https://download.eclipse.org:443
06:03:36 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200312-1824.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (1.13MB)
06:03:38 Mar 14, 2020 10:03:38 AM org.apache.http.impl.execchain.RetryExec execute
06:03:38 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
06:03:38 Mar 14, 2020 10:03:38 AM org.apache.http.impl.execchain.RetryExec execute
06:03:38 INFO: Retrying request to {s}->https://download.eclipse.org:443
06:03:38 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200312-1824.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (830.23kB)
06:03:39 [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-12/org.eclipse.jdt.core.tests.compiler/pom.xml
06:03:39 [INFO] ------------------------------------------------------------------------
06:03:39 [INFO] Reactor Build Order:
06:03:39 [INFO] 
06:03:39 [INFO] org.eclipse.jdt.core                                    [eclipse-plugin]
06:03:39 [INFO] org.eclipse.jdt.core.tests.compiler                [eclipse-test-plugin]
06:03:39 [INFO] 
06:03:39 [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >----------------
06:03:39 [INFO] Building org.eclipse.jdt.core 3.21.100-SNAPSHOT                    [1/2]
06:03:39 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
06:03:39 [INFO] 
06:03:39 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core ---
06:03:39 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
06:03:39 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
06:03:39 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
06:03:39 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
06:03:39 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
06:03:39 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 85 kB/s)
06:03:39 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
06:03:39 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
06:03:39 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
06:03:39 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
06:03:40 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
06:03:40 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 115 kB/s)
06:03:41 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
06:03:41 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
06:03:41 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
06:03:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
06:03:41 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
06:03:41 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.2 MB/s)
06:03:41 [INFO] 
06:03:41 [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core ---
06:03:41 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
06:03:41 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
06:03:41 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
06:03:41 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
06:03:41 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
06:03:42 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 1.5 kB/s)
06:03:42 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
06:03:42 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
06:03:42 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
06:03:42 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
06:03:43 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
06:03:44 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 28 kB/s)
06:03:44 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
06:03:44 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
06:03:44 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
06:03:44 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
06:03:44 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
06:03: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): 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 726 kB/s)
06:03:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
06:03:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
06:03:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
06:03:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
06:03:44 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
06:03:44 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 77 kB/s)
06:03:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
06:03:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
06:03:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
06:03:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
06:03:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
06:03:44 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 179 kB/s)
06:03:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
06:03:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
06:03:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
06:03:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
06:03:44 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
06:03:45 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 220 kB/s)
06:03:45 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
06:03:45 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
06:03:45 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
06:03:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
06:03:45 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
06:03:45 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 188 kB/s)
06:03:45 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
06:03:45 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
06:03:45 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
06:03:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
06:03:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
06:03:45 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 272 kB/s)
06:03:45 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
06:03:45 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
06:03:45 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
06:03:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
06:03:45 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
06:03:45 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 168 kB/s)
06:03:45 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
06:03:45 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
06:03:45 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
06:03:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
06:03:45 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
06:03: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/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 590 kB/s)
06:03:45 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
06:03:45 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
06:03:45 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
06:03:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
06:03:45 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
06:03:45 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 48 kB/s)
06:03:45 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
06:03:45 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
06:03:45 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
06:03:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
06:03:45 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
06:03:45 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 31 kB/s)
06:03:45 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
06:03:45 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
06:03:45 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
06:03:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
06:03:45 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
06:03:45 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 65 kB/s)
06:03:45 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
06:03:45 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
06:03:45 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
06:03:46 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
06:03:46 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
06:03:46 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 32 kB/s)
06:03:46 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
06:03:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
06:03:46 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
06:03:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
06:03:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
06:03:46 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
06:03:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
06:03:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
06:03:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
06:03:46 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
06:03:46 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
06:03:46 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
06:03:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
06:03:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
06:03:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
06:03:46 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
06:03:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
06:03:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
06:03:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
06:03:46 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
06:03:46 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
06:03:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
06:03:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
06:03:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
06:03:46 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
06:03:46 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
06:03:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
06:03:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
06:03:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
06:03:46 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
06:03:46 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
06:03:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
06:03:46 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
06:03:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
06:03:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
06:03:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
06:03:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
06:03:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
06:03:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
06:03:46 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
06:03:46 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
06:03:46 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
06:03:46 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
06:03:46 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
06:03:46 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
06:03:46 Progress (1): 4.1/70 kB
Progress (1): 7.7/70 kB
Progress (1): 12/70 kB 
Progress (1): 16/70 kB
Progress (1): 20/70 kB
Progress (1): 24/70 kB
Progress (1): 28/70 kB
Progress (1): 32/70 kB
Progress (1): 36/70 kB
Progress (1): 40/70 kB
Progress (1): 45/70 kB
Progress (1): 49/70 kB
Progress (1): 53/70 kB
Progress (1): 57/70 kB
Progress (1): 61/70 kB
Progress (1): 65/70 kB
Progress (1): 69/70 kB
Progress (1): 70 kB   
Progress (2): 70 kB | 4.1/166 kB
Progress (2): 70 kB | 7.7/166 kB
Progress (2): 70 kB | 12/166 kB 
Progress (2): 70 kB | 16/166 kB
Progress (2): 70 kB | 20/166 kB
Progress (2): 70 kB | 24/166 kB
Progress (2): 70 kB | 28/166 kB
Progress (2): 70 kB | 32/166 kB
Progress (2): 70 kB | 36/166 kB
Progress (2): 70 kB | 40/166 kB
Progress (2): 70 kB | 45/166 kB
Progress (2): 70 kB | 49/166 kB
Progress (2): 70 kB | 53/166 kB
Progress (2): 70 kB | 57/166 kB
Progress (2): 70 kB | 61/166 kB
Progress (2): 70 kB | 65/166 kB
Progress (2): 70 kB | 69/166 kB
Progress (2): 70 kB | 73/166 kB
Progress (2): 70 kB | 77/166 kB
Progress (2): 70 kB | 81/166 kB
Progress (2): 70 kB | 85/166 kB
Progress (2): 70 kB | 90/166 kB
Progress (2): 70 kB | 94/166 kB
Progress (2): 70 kB | 98/166 kB
Progress (3): 70 kB | 98/166 kB | 4.1/12 kB
Progress (3): 70 kB | 98/166 kB | 7.7/12 kB
Progress (3): 70 kB | 98/166 kB | 12 kB    
Progress (3): 70 kB | 102/166 kB | 12 kB
Progress (3): 70 kB | 106/166 kB | 12 kB
Progress (3): 70 kB | 110/166 kB | 12 kB
Progress (3): 70 kB | 114/166 kB | 12 kB
Progress (3): 70 kB | 118/166 kB | 12 kB
Progress (3): 70 kB | 122/166 kB | 12 kB
Progress (3): 70 kB | 126/166 kB | 12 kB
Progress (3): 70 kB | 131/166 kB | 12 kB
Progress (3): 70 kB | 135/166 kB | 12 kB
Progress (3): 70 kB | 139/166 kB | 12 kB
Progress (3): 70 kB | 143/166 kB | 12 kB
Progress (3): 70 kB | 147/166 kB | 12 kB
Progress (3): 70 kB | 151/166 kB | 12 kB
Progress (3): 70 kB | 155/166 kB | 12 kB
Progress (3): 70 kB | 159/166 kB | 12 kB
Progress (3): 70 kB | 163/166 kB | 12 kB
Progress (3): 70 kB | 166 kB | 12 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 140 kB/s)
06:03:46 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 2.0 MB/s)
06:03:46 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
06:03:46 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
06:03:46 Progress (2): 70 kB | 4.1/26 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 809 kB/s)
06:03:46 Progress (1): 7.7/26 kB
                       
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
06:03:46 Progress (1): 12/26 kB
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
Progress (2): 26 kB | 4.1/283 kB
Progress (2): 26 kB | 7.7/283 kB
Progress (2): 26 kB | 12/283 kB 
Progress (2): 26 kB | 16/283 kB
Progress (2): 26 kB | 20/283 kB
Progress (2): 26 kB | 24/283 kB
Progress (2): 26 kB | 28/283 kB
Progress (2): 26 kB | 32/283 kB
Progress (2): 26 kB | 36/283 kB
Progress (2): 26 kB | 40/283 kB
Progress (2): 26 kB | 45/283 kB
Progress (2): 26 kB | 49/283 kB
Progress (2): 26 kB | 53/283 kB
Progress (2): 26 kB | 57/283 kB
Progress (2): 26 kB | 61/283 kB
Progress (2): 26 kB | 65/283 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 272 kB/s)
06:03:46 Progress (1): 69/283 kB
                       
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
06:03:47 Progress (1): 73/283 kB
Progress (1): 77/283 kB
Progress (1): 81/283 kB
Progress (2): 81/283 kB | 0/2.8 MB
Progress (2): 85/283 kB | 0/2.8 MB
Progress (2): 90/283 kB | 0/2.8 MB
Progress (2): 90/283 kB | 0/2.8 MB
Progress (2): 94/283 kB | 0/2.8 MB
Progress (2): 98/283 kB | 0/2.8 MB
Progress (2): 98/283 kB | 0/2.8 MB
Progress (2): 102/283 kB | 0/2.8 MB
Progress (2): 106/283 kB | 0/2.8 MB
Progress (2): 106/283 kB | 0.1/2.8 MB
Progress (2): 110/283 kB | 0.1/2.8 MB
Progress (2): 114/283 kB | 0.1/2.8 MB
Progress (2): 114/283 kB | 0.1/2.8 MB
Progress (2): 118/283 kB | 0.1/2.8 MB
Progress (2): 122/283 kB | 0.1/2.8 MB
Progress (2): 122/283 kB | 0.1/2.8 MB
Progress (2): 126/283 kB | 0.1/2.8 MB
Progress (2): 131/283 kB | 0.1/2.8 MB
Progress (2): 131/283 kB | 0.1/2.8 MB
Progress (2): 135/283 kB | 0.1/2.8 MB
Progress (2): 139/283 kB | 0.1/2.8 MB
Progress (2): 143/283 kB | 0.1/2.8 MB
Progress (2): 147/283 kB | 0.1/2.8 MB
Progress (2): 147/283 kB | 0.1/2.8 MB
Progress (2): 151/283 kB | 0.1/2.8 MB
Progress (2): 155/283 kB | 0.1/2.8 MB
Progress (2): 159/283 kB | 0.1/2.8 MB
Progress (2): 159/283 kB | 0.1/2.8 MB
Progress (2): 163/283 kB | 0.1/2.8 MB
Progress (2): 163/283 kB | 0.2/2.8 MB
Progress (2): 167/283 kB | 0.2/2.8 MB
Progress (2): 171/283 kB | 0.2/2.8 MB
Progress (2): 176/283 kB | 0.2/2.8 MB
Progress (2): 180/283 kB | 0.2/2.8 MB
Progress (2): 180/283 kB | 0.2/2.8 MB
Progress (3): 180/283 kB | 0.2/2.8 MB | 4.1/329 kB
Progress (3): 184/283 kB | 0.2/2.8 MB | 4.1/329 kB
Progress (3): 184/283 kB | 0.2/2.8 MB | 7.7/329 kB
Progress (3): 188/283 kB | 0.2/2.8 MB | 7.7/329 kB
Progress (3): 188/283 kB | 0.2/2.8 MB | 7.7/329 kB
Progress (3): 192/283 kB | 0.2/2.8 MB | 7.7/329 kB
Progress (3): 192/283 kB | 0.2/2.8 MB | 12/329 kB 
Progress (3): 196/283 kB | 0.2/2.8 MB | 12/329 kB
Progress (3): 196/283 kB | 0.2/2.8 MB | 16/329 kB
Progress (3): 196/283 kB | 0.2/2.8 MB | 16/329 kB
Progress (3): 196/283 kB | 0.2/2.8 MB | 20/329 kB
Progress (3): 200/283 kB | 0.2/2.8 MB | 20/329 kB
Progress (3): 200/283 kB | 0.2/2.8 MB | 20/329 kB
Progress (3): 200/283 kB | 0.2/2.8 MB | 24/329 kB
Progress (3): 204/283 kB | 0.2/2.8 MB | 24/329 kB
Progress (3): 204/283 kB | 0.2/2.8 MB | 28/329 kB
Progress (3): 208/283 kB | 0.2/2.8 MB | 28/329 kB
Progress (3): 208/283 kB | 0.2/2.8 MB | 32/329 kB
Progress (3): 208/283 kB | 0.2/2.8 MB | 32/329 kB
Progress (3): 212/283 kB | 0.2/2.8 MB | 32/329 kB
Progress (3): 212/283 kB | 0.2/2.8 MB | 36/329 kB
Progress (3): 212/283 kB | 0.3/2.8 MB | 36/329 kB
Progress (3): 212/283 kB | 0.3/2.8 MB | 40/329 kB
Progress (3): 212/283 kB | 0.3/2.8 MB | 45/329 kB
Progress (3): 217/283 kB | 0.3/2.8 MB | 45/329 kB
Progress (3): 217/283 kB | 0.3/2.8 MB | 49/329 kB
Progress (4): 217/283 kB | 0.3/2.8 MB | 49/329 kB | 0/4.8 MB
Progress (4): 217/283 kB | 0.3/2.8 MB | 49/329 kB | 0/4.8 MB
Progress (4): 221/283 kB | 0.3/2.8 MB | 49/329 kB | 0/4.8 MB
Progress (4): 225/283 kB | 0.3/2.8 MB | 49/329 kB | 0/4.8 MB
Progress (4): 225/283 kB | 0.3/2.8 MB | 53/329 kB | 0/4.8 MB
Progress (4): 229/283 kB | 0.3/2.8 MB | 53/329 kB | 0/4.8 MB
Progress (4): 229/283 kB | 0.3/2.8 MB | 57/329 kB | 0/4.8 MB
Progress (4): 229/283 kB | 0.3/2.8 MB | 61/329 kB | 0/4.8 MB
Progress (4): 229/283 kB | 0.3/2.8 MB | 61/329 kB | 0/4.8 MB
Progress (4): 229/283 kB | 0.3/2.8 MB | 61/329 kB | 0/4.8 MB
Progress (5): 229/283 kB | 0.3/2.8 MB | 61/329 kB | 0/4.8 MB | 7.7/878 kB
Progress (5): 229/283 kB | 0.3/2.8 MB | 65/329 kB | 0/4.8 MB | 7.7/878 kB
Progress (5): 233/283 kB | 0.3/2.8 MB | 65/329 kB | 0/4.8 MB | 7.7/878 kB
Progress (5): 233/283 kB | 0.3/2.8 MB | 65/329 kB | 0/4.8 MB | 16/878 kB 
Progress (5): 237/283 kB | 0.3/2.8 MB | 65/329 kB | 0/4.8 MB | 16/878 kB
Progress (5): 237/283 kB | 0.3/2.8 MB | 65/329 kB | 0/4.8 MB | 16/878 kB
Progress (5): 241/283 kB | 0.3/2.8 MB | 65/329 kB | 0/4.8 MB | 16/878 kB
Progress (5): 241/283 kB | 0.3/2.8 MB | 65/329 kB | 0.1/4.8 MB | 16/878 kB
Progress (5): 241/283 kB | 0.3/2.8 MB | 69/329 kB | 0.1/4.8 MB | 16/878 kB
Progress (5): 245/283 kB | 0.3/2.8 MB | 69/329 kB | 0.1/4.8 MB | 16/878 kB
Progress (5): 245/283 kB | 0.3/2.8 MB | 69/329 kB | 0.1/4.8 MB | 24/878 kB
Progress (5): 245/283 kB | 0.3/2.8 MB | 69/329 kB | 0.1/4.8 MB | 24/878 kB
Progress (5): 245/283 kB | 0.3/2.8 MB | 69/329 kB | 0.1/4.8 MB | 32/878 kB
Progress (5): 245/283 kB | 0.3/2.8 MB | 73/329 kB | 0.1/4.8 MB | 32/878 kB
Progress (5): 249/283 kB | 0.3/2.8 MB | 73/329 kB | 0.1/4.8 MB | 32/878 kB
Progress (5): 249/283 kB | 0.3/2.8 MB | 73/329 kB | 0.1/4.8 MB | 32/878 kB
Progress (5): 249/283 kB | 0.3/2.8 MB | 73/329 kB | 0.1/4.8 MB | 32/878 kB
Progress (5): 253/283 kB | 0.3/2.8 MB | 73/329 kB | 0.1/4.8 MB | 32/878 kB
Progress (5): 253/283 kB | 0.3/2.8 MB | 77/329 kB | 0.1/4.8 MB | 32/878 kB
Progress (5): 258/283 kB | 0.3/2.8 MB | 77/329 kB | 0.1/4.8 MB | 32/878 kB
Progress (5): 258/283 kB | 0.3/2.8 MB | 77/329 kB | 0.1/4.8 MB | 40/878 kB
Progress (5): 258/283 kB | 0.4/2.8 MB | 77/329 kB | 0.1/4.8 MB | 40/878 kB
Progress (5): 262/283 kB | 0.4/2.8 MB | 77/329 kB | 0.1/4.8 MB | 40/878 kB
Progress (5): 262/283 kB | 0.4/2.8 MB | 81/329 kB | 0.1/4.8 MB | 40/878 kB
Progress (5): 262/283 kB | 0.4/2.8 MB | 81/329 kB | 0.1/4.8 MB | 40/878 kB
Progress (5): 262/283 kB | 0.4/2.8 MB | 81/329 kB | 0.1/4.8 MB | 49/878 kB
Progress (5): 266/283 kB | 0.4/2.8 MB | 81/329 kB | 0.1/4.8 MB | 49/878 kB
Progress (5): 266/283 kB | 0.4/2.8 MB | 81/329 kB | 0.1/4.8 MB | 49/878 kB
Progress (5): 270/283 kB | 0.4/2.8 MB | 81/329 kB | 0.1/4.8 MB | 49/878 kB
Progress (5): 270/283 kB | 0.4/2.8 MB | 85/329 kB | 0.1/4.8 MB | 49/878 kB
Progress (5): 274/283 kB | 0.4/2.8 MB | 85/329 kB | 0.1/4.8 MB | 49/878 kB
Progress (5): 274/283 kB | 0.4/2.8 MB | 85/329 kB | 0.1/4.8 MB | 49/878 kB
Progress (5): 274/283 kB | 0.4/2.8 MB | 85/329 kB | 0.1/4.8 MB | 49/878 kB
Progress (5): 278/283 kB | 0.4/2.8 MB | 85/329 kB | 0.1/4.8 MB | 49/878 kB
Progress (5): 278/283 kB | 0.4/2.8 MB | 85/329 kB | 0.1/4.8 MB | 57/878 kB
Progress (5): 278/283 kB | 0.4/2.8 MB | 90/329 kB | 0.1/4.8 MB | 57/878 kB
Progress (5): 278/283 kB | 0.4/2.8 MB | 90/329 kB | 0.1/4.8 MB | 65/878 kB
Progress (5): 282/283 kB | 0.4/2.8 MB | 90/329 kB | 0.1/4.8 MB | 65/878 kB
Progress (5): 282/283 kB | 0.4/2.8 MB | 90/329 kB | 0.1/4.8 MB | 65/878 kB
Progress (5): 282/283 kB | 0.4/2.8 MB | 94/329 kB | 0.1/4.8 MB | 65/878 kB
Progress (5): 282/283 kB | 0.4/2.8 MB | 94/329 kB | 0.2/4.8 MB | 65/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 94/329 kB | 0.2/4.8 MB | 65/878 kB    
Progress (5): 283 kB | 0.4/2.8 MB | 94/329 kB | 0.2/4.8 MB | 73/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 94/329 kB | 0.2/4.8 MB | 73/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 98/329 kB | 0.2/4.8 MB | 73/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 98/329 kB | 0.2/4.8 MB | 81/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 98/329 kB | 0.2/4.8 MB | 81/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 98/329 kB | 0.2/4.8 MB | 81/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 102/329 kB | 0.2/4.8 MB | 81/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 102/329 kB | 0.2/4.8 MB | 90/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 106/329 kB | 0.2/4.8 MB | 90/878 kB
Progress (5): 283 kB | 0.4/2.8 MB | 106/329 kB | 0.2/4.8 MB | 98/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 106/329 kB | 0.2/4.8 MB | 98/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 110/329 kB | 0.2/4.8 MB | 98/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 110/329 kB | 0.2/4.8 MB | 98/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 114/329 kB | 0.2/4.8 MB | 98/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 114/329 kB | 0.2/4.8 MB | 106/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 114/329 kB | 0.2/4.8 MB | 106/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 114/329 kB | 0.2/4.8 MB | 114/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 114/329 kB | 0.2/4.8 MB | 114/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 118/329 kB | 0.2/4.8 MB | 114/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 122/329 kB | 0.2/4.8 MB | 114/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 122/329 kB | 0.2/4.8 MB | 114/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 122/329 kB | 0.2/4.8 MB | 122/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 126/329 kB | 0.2/4.8 MB | 122/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 126/329 kB | 0.2/4.8 MB | 131/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 131/329 kB | 0.2/4.8 MB | 131/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 131/329 kB | 0.3/4.8 MB | 131/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 131/329 kB | 0.3/4.8 MB | 131/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 131/329 kB | 0.3/4.8 MB | 139/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 131/329 kB | 0.3/4.8 MB | 147/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 135/329 kB | 0.3/4.8 MB | 147/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 135/329 kB | 0.3/4.8 MB | 147/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 139/329 kB | 0.3/4.8 MB | 147/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 139/329 kB | 0.3/4.8 MB | 147/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 139/329 kB | 0.3/4.8 MB | 155/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 143/329 kB | 0.3/4.8 MB | 155/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 143/329 kB | 0.3/4.8 MB | 163/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 147/329 kB | 0.3/4.8 MB | 163/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 147/329 kB | 0.3/4.8 MB | 163/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 147/329 kB | 0.3/4.8 MB | 171/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 151/329 kB | 0.3/4.8 MB | 171/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 151/329 kB | 0.3/4.8 MB | 180/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 151/329 kB | 0.3/4.8 MB | 180/878 kB
Progress (5): 283 kB | 0.5/2.8 MB | 155/329 kB | 0.3/4.8 MB | 180/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 155/329 kB | 0.3/4.8 MB | 180/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 159/329 kB | 0.3/4.8 MB | 180/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 159/329 kB | 0.3/4.8 MB | 188/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 163/329 kB | 0.3/4.8 MB | 188/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 163/329 kB | 0.3/4.8 MB | 196/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 163/329 kB | 0.3/4.8 MB | 196/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 163/329 kB | 0.3/4.8 MB | 196/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 167/329 kB | 0.3/4.8 MB | 196/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 167/329 kB | 0.3/4.8 MB | 204/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 171/329 kB | 0.3/4.8 MB | 204/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 171/329 kB | 0.3/4.8 MB | 204/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 171/329 kB | 0.3/4.8 MB | 212/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 176/329 kB | 0.3/4.8 MB | 212/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 176/329 kB | 0.4/4.8 MB | 212/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 180/329 kB | 0.4/4.8 MB | 212/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 180/329 kB | 0.4/4.8 MB | 221/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 180/329 kB | 0.4/4.8 MB | 221/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 180/329 kB | 0.4/4.8 MB | 229/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 184/329 kB | 0.4/4.8 MB | 229/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 188/329 kB | 0.4/4.8 MB | 229/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 192/329 kB | 0.4/4.8 MB | 229/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 192/329 kB | 0.4/4.8 MB | 237/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 192/329 kB | 0.4/4.8 MB | 237/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 192/329 kB | 0.4/4.8 MB | 245/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 196/329 kB | 0.4/4.8 MB | 245/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 196/329 kB | 0.4/4.8 MB | 245/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 196/329 kB | 0.4/4.8 MB | 253/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 196/329 kB | 0.4/4.8 MB | 262/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 200/329 kB | 0.4/4.8 MB | 262/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 200/329 kB | 0.4/4.8 MB | 262/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 200/329 kB | 0.4/4.8 MB | 262/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 204/329 kB | 0.4/4.8 MB | 262/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 204/329 kB | 0.4/4.8 MB | 270/878 kB
Progress (5): 283 kB | 0.6/2.8 MB | 208/329 kB | 0.4/4.8 MB | 270/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 208/329 kB | 0.4/4.8 MB | 270/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 208/329 kB | 0.4/4.8 MB | 278/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 208/329 kB | 0.4/4.8 MB | 278/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 212/329 kB | 0.4/4.8 MB | 278/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 212/329 kB | 0.4/4.8 MB | 278/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 212/329 kB | 0.4/4.8 MB | 286/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 212/329 kB | 0.4/4.8 MB | 294/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 217/329 kB | 0.4/4.8 MB | 294/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 217/329 kB | 0.4/4.8 MB | 294/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 217/329 kB | 0.5/4.8 MB | 294/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 221/329 kB | 0.5/4.8 MB | 294/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 221/329 kB | 0.5/4.8 MB | 303/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 225/329 kB | 0.5/4.8 MB | 303/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 225/329 kB | 0.5/4.8 MB | 311/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 229/329 kB | 0.5/4.8 MB | 311/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 229/329 kB | 0.5/4.8 MB | 311/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 229/329 kB | 0.5/4.8 MB | 311/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 229/329 kB | 0.5/4.8 MB | 319/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 233/329 kB | 0.5/4.8 MB | 319/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 233/329 kB | 0.5/4.8 MB | 327/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 233/329 kB | 0.5/4.8 MB | 327/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 237/329 kB | 0.5/4.8 MB | 327/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 241/329 kB | 0.5/4.8 MB | 327/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 241/329 kB | 0.5/4.8 MB | 335/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 241/329 kB | 0.5/4.8 MB | 335/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 241/329 kB | 0.5/4.8 MB | 335/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 241/329 kB | 0.5/4.8 MB | 344/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 245/329 kB | 0.5/4.8 MB | 344/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 245/329 kB | 0.5/4.8 MB | 344/878 kB
Progress (5): 283 kB | 0.7/2.8 MB | 245/329 kB | 0.5/4.8 MB | 352/878 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 981 kB/s)
06:03:47 Progress (4): 0.8/2.8 MB | 245/329 kB | 0.5/4.8 MB | 352/878 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
06:03:47 Progress (4): 0.8/2.8 MB | 249/329 kB | 0.5/4.8 MB | 352/878 kB
Progress (4): 0.8/2.8 MB | 249/329 kB | 0.5/4.8 MB | 360/878 kB
Progress (4): 0.8/2.8 MB | 253/329 kB | 0.5/4.8 MB | 360/878 kB
Progress (4): 0.8/2.8 MB | 253/329 kB | 0.6/4.8 MB | 360/878 kB
Progress (4): 0.8/2.8 MB | 258/329 kB | 0.6/4.8 MB | 360/878 kB
Progress (4): 0.8/2.8 MB | 258/329 kB | 0.6/4.8 MB | 360/878 kB
Progress (4): 0.8/2.8 MB | 262/329 kB | 0.6/4.8 MB | 360/878 kB
Progress (4): 0.8/2.8 MB | 262/329 kB | 0.6/4.8 MB | 368/878 kB
Progress (4): 0.8/2.8 MB | 262/329 kB | 0.6/4.8 MB | 368/878 kB
Progress (4): 0.8/2.8 MB | 262/329 kB | 0.6/4.8 MB | 376/878 kB
Progress (4): 0.8/2.8 MB | 262/329 kB | 0.6/4.8 MB | 376/878 kB
Progress (4): 0.8/2.8 MB | 266/329 kB | 0.6/4.8 MB | 376/878 kB
Progress (4): 0.8/2.8 MB | 266/329 kB | 0.6/4.8 MB | 384/878 kB
Progress (4): 0.8/2.8 MB | 270/329 kB | 0.6/4.8 MB | 384/878 kB
Progress (4): 0.8/2.8 MB | 270/329 kB | 0.6/4.8 MB | 393/878 kB
Progress (4): 0.8/2.8 MB | 274/329 kB | 0.6/4.8 MB | 393/878 kB
Progress (4): 0.8/2.8 MB | 274/329 kB | 0.6/4.8 MB | 393/878 kB
Progress (4): 0.8/2.8 MB | 278/329 kB | 0.6/4.8 MB | 393/878 kB
Progress (4): 0.8/2.8 MB | 278/329 kB | 0.6/4.8 MB | 393/878 kB
Progress (4): 0.8/2.8 MB | 278/329 kB | 0.6/4.8 MB | 401/878 kB
Progress (4): 0.8/2.8 MB | 278/329 kB | 0.6/4.8 MB | 409/878 kB
Progress (4): 0.8/2.8 MB | 278/329 kB | 0.6/4.8 MB | 409/878 kB
Progress (4): 0.8/2.8 MB | 282/329 kB | 0.6/4.8 MB | 409/878 kB
Progress (4): 0.8/2.8 MB | 282/329 kB | 0.6/4.8 MB | 409/878 kB
Progress (4): 0.8/2.8 MB | 282/329 kB | 0.6/4.8 MB | 417/878 kB
Progress (4): 0.8/2.8 MB | 286/329 kB | 0.6/4.8 MB | 417/878 kB
Progress (4): 0.8/2.8 MB | 286/329 kB | 0.6/4.8 MB | 425/878 kB
Progress (4): 0.8/2.8 MB | 290/329 kB | 0.6/4.8 MB | 425/878 kB
Progress (4): 0.8/2.8 MB | 290/329 kB | 0.7/4.8 MB | 425/878 kB
Progress (4): 0.8/2.8 MB | 294/329 kB | 0.7/4.8 MB | 425/878 kB
Progress (4): 0.8/2.8 MB | 294/329 kB | 0.7/4.8 MB | 434/878 kB
Progress (4): 0.8/2.8 MB | 294/329 kB | 0.7/4.8 MB | 434/878 kB
Progress (4): 0.8/2.8 MB | 294/329 kB | 0.7/4.8 MB | 442/878 kB
Progress (4): 0.8/2.8 MB | 294/329 kB | 0.7/4.8 MB | 442/878 kB
Progress (4): 0.8/2.8 MB | 298/329 kB | 0.7/4.8 MB | 442/878 kB
Progress (4): 0.8/2.8 MB | 303/329 kB | 0.7/4.8 MB | 442/878 kB
Progress (4): 0.9/2.8 MB | 303/329 kB | 0.7/4.8 MB | 442/878 kB
Progress (4): 0.9/2.8 MB | 303/329 kB | 0.7/4.8 MB | 450/878 kB
Progress (4): 0.9/2.8 MB | 307/329 kB | 0.7/4.8 MB | 450/878 kB
Progress (4): 0.9/2.8 MB | 307/329 kB | 0.7/4.8 MB | 458/878 kB
Progress (4): 0.9/2.8 MB | 311/329 kB | 0.7/4.8 MB | 458/878 kB
Progress (4): 0.9/2.8 MB | 311/329 kB | 0.7/4.8 MB | 458/878 kB
Progress (4): 0.9/2.8 MB | 311/329 kB | 0.7/4.8 MB | 458/878 kB
Progress (4): 0.9/2.8 MB | 311/329 kB | 0.7/4.8 MB | 466/878 kB
Progress (4): 0.9/2.8 MB | 311/329 kB | 0.7/4.8 MB | 475/878 kB
Progress (4): 0.9/2.8 MB | 315/329 kB | 0.7/4.8 MB | 475/878 kB
Progress (4): 0.9/2.8 MB | 315/329 kB | 0.7/4.8 MB | 475/878 kB
Progress (4): 0.9/2.8 MB | 319/329 kB | 0.7/4.8 MB | 475/878 kB
Progress (4): 0.9/2.8 MB | 319/329 kB | 0.7/4.8 MB | 483/878 kB
Progress (4): 0.9/2.8 MB | 319/329 kB | 0.7/4.8 MB | 483/878 kB
Progress (5): 0.9/2.8 MB | 319/329 kB | 0.7/4.8 MB | 483/878 kB | 4.1/6.0 kB
Progress (5): 0.9/2.8 MB | 319/329 kB | 0.7/4.8 MB | 491/878 kB | 4.1/6.0 kB
Progress (5): 0.9/2.8 MB | 323/329 kB | 0.7/4.8 MB | 491/878 kB | 4.1/6.0 kB
Progress (5): 0.9/2.8 MB | 323/329 kB | 0.8/4.8 MB | 491/878 kB | 4.1/6.0 kB
Progress (5): 0.9/2.8 MB | 323/329 kB | 0.8/4.8 MB | 499/878 kB | 4.1/6.0 kB
Progress (5): 0.9/2.8 MB | 323/329 kB | 0.8/4.8 MB | 499/878 kB | 4.1/6.0 kB
Progress (5): 0.9/2.8 MB | 327/329 kB | 0.8/4.8 MB | 499/878 kB | 4.1/6.0 kB
Progress (5): 0.9/2.8 MB | 327/329 kB | 0.8/4.8 MB | 507/878 kB | 4.1/6.0 kB
Progress (5): 0.9/2.8 MB | 327/329 kB | 0.8/4.8 MB | 507/878 kB | 6.0 kB    
Progress (5): 0.9/2.8 MB | 327/329 kB | 0.8/4.8 MB | 507/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 327/329 kB | 0.8/4.8 MB | 507/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 507/878 kB | 6.0 kB    
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 516/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 524/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 524/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 524/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 532/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 540/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 540/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 540/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 548/878 kB | 6.0 kB
Progress (5): 0.9/2.8 MB | 329 kB | 0.8/4.8 MB | 557/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.8/4.8 MB | 557/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.8/4.8 MB | 565/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.8/4.8 MB | 573/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 573/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 573/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 581/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 589/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 589/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 589/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 597/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 606/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 606/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 606/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 614/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 622/878 kB | 6.0 kB
Progress (5): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 622/878 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 16 kB/s)
06:03:47 Progress (4): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 630/878 kB
Progress (4): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 630/878 kB
Progress (4): 1.0/2.8 MB | 329 kB | 0.9/4.8 MB | 638/878 kB
Progress (4): 1.0/2.8 MB | 329 kB | 1.0/4.8 MB | 638/878 kB
Progress (4): 1.0/2.8 MB | 329 kB | 1.0/4.8 MB | 638/878 kB
Progress (4): 1.0/2.8 MB | 329 kB | 1.0/4.8 MB | 647/878 kB
Progress (4): 1.0/2.8 MB | 329 kB | 1.0/4.8 MB | 647/878 kB
Progress (4): 1.0/2.8 MB | 329 kB | 1.0/4.8 MB | 655/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 655/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 663/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 671/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 671/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 671/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 679/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 688/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 688/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 688/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 696/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 704/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.0/4.8 MB | 704/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.1/4.8 MB | 704/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.1/4.8 MB | 712/878 kB
Progress (4): 1.1/2.8 MB | 329 kB | 1.1/4.8 MB | 720/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 833 kB/s)
06:03:47 Progress (3): 1.1/2.8 MB | 1.1/4.8 MB | 729/878 kB
Progress (3): 1.1/2.8 MB | 1.1/4.8 MB | 729/878 kB
Progress (3): 1.1/2.8 MB | 1.1/4.8 MB | 729/878 kB
Progress (3): 1.1/2.8 MB | 1.1/4.8 MB | 737/878 kB
Progress (3): 1.1/2.8 MB | 1.1/4.8 MB | 737/878 kB
Progress (3): 1.1/2.8 MB | 1.1/4.8 MB | 745/878 kB
Progress (3): 1.1/2.8 MB | 1.1/4.8 MB | 745/878 kB
Progress (3): 1.1/2.8 MB | 1.1/4.8 MB | 753/878 kB
Progress (3): 1.2/2.8 MB | 1.1/4.8 MB | 753/878 kB
Progress (3): 1.2/2.8 MB | 1.1/4.8 MB | 753/878 kB
Progress (3): 1.2/2.8 MB | 1.1/4.8 MB | 761/878 kB
Progress (3): 1.2/2.8 MB | 1.1/4.8 MB | 770/878 kB
Progress (3): 1.2/2.8 MB | 1.1/4.8 MB | 770/878 kB
Progress (3): 1.2/2.8 MB | 1.1/4.8 MB | 778/878 kB
Progress (3): 1.2/2.8 MB | 1.1/4.8 MB | 786/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 786/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 786/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 794/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 802/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 802/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 802/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 810/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 819/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 819/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 819/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 827/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 835/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 835/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 843/878 kB
Progress (3): 1.2/2.8 MB | 1.2/4.8 MB | 851/878 kB
Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 851/878 kB
Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 851/878 kB
Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 851/878 kB
Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 860/878 kB
Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 868/878 kB
Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 868/878 kB
Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 868/878 kB
Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 876/878 kB
Progress (3): 1.2/2.8 MB | 1.3/4.8 MB | 878 kB    
Progress (3): 1.3/2.8 MB | 1.3/4.8 MB | 878 kB
Progress (3): 1.3/2.8 MB | 1.3/4.8 MB | 878 kB
Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.3/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.4/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.4/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.5/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB
Progress (3): 1.5/2.8 MB | 1.6/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.6/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.6/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.7/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.7/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.8/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.8/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 1.9/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 1.9/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.0/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.0/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.1/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.2/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.2/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.2/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.2/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.2/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.2/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.2/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.2/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.2/4.8 MB | 878 kB
Progress (3): 2.1/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.3/4.8 MB | 878 kB
Progress (3): 2.2/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.4/4.8 MB | 878 kB
Progress (3): 2.3/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.5/4.8 MB | 878 kB
Progress (3): 2.4/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.6/4.8 MB | 878 kB
Progress (3): 2.5/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.7/4.8 MB | 878 kB
Progress (3): 2.6/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.8/4.8 MB | 878 kB
Progress (3): 2.7/2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8/2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8/2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8/2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8/2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8/2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8/2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8/2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8/2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8 MB | 2.9/4.8 MB | 878 kB    
Progress (3): 2.8 MB | 2.9/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.0/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.0/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.0/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.0/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.1/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.1/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.1/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.1/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.2/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.2/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.2/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.2/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.3/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.3/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.3/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.3/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.4/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.4/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.4/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.4/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.5/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.5/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.5/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.5/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.6/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.6/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.6/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.6/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.7/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.7/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.7/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.7/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.8/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.8/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.8/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.8/4.8 MB | 878 kB
Progress (3): 2.8 MB | 3.9/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 1.2 MB/s)
06:03:47 Progress (2): 2.8 MB | 3.9/4.8 MB
Progress (2): 2.8 MB | 3.9/4.8 MB
Progress (2): 2.8 MB | 3.9/4.8 MB
Progress (2): 2.8 MB | 4.0/4.8 MB
Progress (2): 2.8 MB | 4.0/4.8 MB
Progress (2): 2.8 MB | 4.0/4.8 MB
Progress (2): 2.8 MB | 4.0/4.8 MB
Progress (2): 2.8 MB | 4.1/4.8 MB
Progress (2): 2.8 MB | 4.1/4.8 MB
Progress (2): 2.8 MB | 4.1/4.8 MB
Progress (2): 2.8 MB | 4.1/4.8 MB
Progress (2): 2.8 MB | 4.2/4.8 MB
Progress (2): 2.8 MB | 4.2/4.8 MB
Progress (2): 2.8 MB | 4.2/4.8 MB
Progress (2): 2.8 MB | 4.2/4.8 MB
Progress (2): 2.8 MB | 4.3/4.8 MB
Progress (2): 2.8 MB | 4.3/4.8 MB
Progress (2): 2.8 MB | 4.3/4.8 MB
Progress (2): 2.8 MB | 4.3/4.8 MB
Progress (2): 2.8 MB | 4.3/4.8 MB
Progress (2): 2.8 MB | 4.4/4.8 MB
Progress (2): 2.8 MB | 4.4/4.8 MB
Progress (2): 2.8 MB | 4.4/4.8 MB
Progress (2): 2.8 MB | 4.4/4.8 MB
Progress (2): 2.8 MB | 4.5/4.8 MB
Progress (2): 2.8 MB | 4.5/4.8 MB
Progress (2): 2.8 MB | 4.5/4.8 MB
Progress (2): 2.8 MB | 4.5/4.8 MB
Progress (2): 2.8 MB | 4.6/4.8 MB
Progress (2): 2.8 MB | 4.6/4.8 MB
Progress (2): 2.8 MB | 4.6/4.8 MB
Progress (2): 2.8 MB | 4.6/4.8 MB
Progress (2): 2.8 MB | 4.7/4.8 MB
Progress (2): 2.8 MB | 4.7/4.8 MB
Progress (2): 2.8 MB | 4.7/4.8 MB
Progress (2): 2.8 MB | 4.7/4.8 MB
Progress (2): 2.8 MB | 4.8/4.8 MB
Progress (2): 2.8 MB | 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 6.1 MB/s)
06:03:47 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 3.4 MB/s)
06:03:51 [INFO] The project's OSGi version is 3.21.100.v20200312-1918
06:03:51 [INFO] 
06:03:51 [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.jdt.core ---
06:03:51 [INFO] 
06:03:51 [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.jdt.core ---
06:03:51 [INFO] 
06:03:51 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (saveproperties) @ org.eclipse.jdt.core ---
06:03:51 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
06:03:51 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
06:03:51 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
06:03:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
06:03:51 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
06:03:51 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 23 kB/s)
06:03:51 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
06:03:51 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
06:03:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
06:03:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
06:03:51 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
06:03:51 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 33 kB/s)
06:03:51 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
06:03:51 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
06:03:51 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
06:03:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
06:03:51 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
06:03:51 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 79 kB/s)
06:03:51 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
06:03:51 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
06:03:51 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
06:03:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
06:03:51 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
06:03:52 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 194 kB/s)
06:03:52 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
06:03:52 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
06:03:52 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
06:03:52 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
06:03:52 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
06:03:52 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 109 kB/s)
06:03:52 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
06:03:52 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
06:03:52 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
06:03:52 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
06:03:52 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
06:03:52 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 147 kB/s)
06:03:52 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
06:03:52 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
06:03:52 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
06:03:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
06:03:52 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
06:03:52 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 134 kB/s)
06:03:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
06:03:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.pom
06:03:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
06:03:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom
06:03:52 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
06:03:52 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 261 kB/s)
06:03:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
06:03:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/25/commons-parent-25.pom
06:03:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
06:03:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom
06:03:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
06:03:52 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 819 kB/s)
06:03:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom
06:03:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/9/apache-9.pom
06:03:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom
06:03:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom
06:03:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
06:03:52 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 758 kB/s)
06:03:52 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
06:03:52 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
06:03:52 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
06:03:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
06:03:52 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
06:03:52 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 48 kB/s)
06:03:52 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
06:03:52 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
06:03: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.pom
06:03:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
06:03:53 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
06:03:53 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 121 kB/s)
06:03:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
06:03:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
06:03:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
06:03:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
06:03:53 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
06:03:53 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 47 kB/s)
06:03:53 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
06:03:53 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
06:03:53 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
06:03:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
06:03:53 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
06:03:53 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 204 kB/s)
06:03:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
06:03:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
06:03:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
06:03:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
06:03:53 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
06:03:53 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 757 kB/s)
06:03:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
06:03:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
06:03:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
06:03:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
06:03:53 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
06:03:53 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 30 kB/s)
06:03:53 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
06:03:53 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
06:03:53 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
06:03:53 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
06:03:53 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
06:03:53 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 71 kB/s)
06:03:53 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
06:03:53 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
06:03:54 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
06:03:54 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
06:03:54 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
06:03:54 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 504 kB/s)
06:03:54 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
06:03:54 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
06:03:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
06:03:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
06:03:55 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
06:03:55 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 77 kB/s)
06:03:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
06:03:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
06:03:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
06:03:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
06:03:55 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
06:03:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
06:03:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
06:03:55 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
06:03:55 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
06:03:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 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
06:03:55 Progress (1): 4.1/262 kB
Progress (1): 7.7/262 kB
Progress (2): 7.7/262 kB | 4.1/13 kB
Progress (3): 7.7/262 kB | 4.1/13 kB | 4.1/32 kB
Progress (3): 7.7/262 kB | 7.7/13 kB | 4.1/32 kB
Progress (3): 7.7/262 kB | 7.7/13 kB | 7.7/32 kB
Progress (3): 12/262 kB | 7.7/13 kB | 7.7/32 kB 
Progress (3): 12/262 kB | 7.7/13 kB | 12/32 kB 
Progress (3): 12/262 kB | 12/13 kB | 12/32 kB 
Progress (3): 12/262 kB | 12/13 kB | 16/32 kB
Progress (3): 16/262 kB | 12/13 kB | 16/32 kB
Progress (3): 16/262 kB | 13 kB | 16/32 kB   
Progress (3): 16/262 kB | 13 kB | 20/32 kB
Progress (3): 16/262 kB | 13 kB | 24/32 kB
Progress (3): 16/262 kB | 13 kB | 28/32 kB
Progress (3): 20/262 kB | 13 kB | 28/32 kB
Progress (3): 20/262 kB | 13 kB | 32 kB   
Progress (3): 24/262 kB | 13 kB | 32 kB
Progress (3): 28/262 kB | 13 kB | 32 kB
Progress (3): 32/262 kB | 13 kB | 32 kB
Progress (3): 36/262 kB | 13 kB | 32 kB
Progress (3): 40/262 kB | 13 kB | 32 kB
Progress (3): 45/262 kB | 13 kB | 32 kB
Progress (3): 49/262 kB | 13 kB | 32 kB
Progress (3): 53/262 kB | 13 kB | 32 kB
Progress (3): 57/262 kB | 13 kB | 32 kB
Progress (3): 61/262 kB | 13 kB | 32 kB
Progress (3): 65/262 kB | 13 kB | 32 kB
Progress (3): 69/262 kB | 13 kB | 32 kB
Progress (3): 73/262 kB | 13 kB | 32 kB
Progress (3): 77/262 kB | 13 kB | 32 kB
Progress (3): 81/262 kB | 13 kB | 32 kB
Progress (3): 85/262 kB | 13 kB | 32 kB
Progress (3): 90/262 kB | 13 kB | 32 kB
Progress (3): 94/262 kB | 13 kB | 32 kB
Progress (3): 98/262 kB | 13 kB | 32 kB
Progress (3): 102/262 kB | 13 kB | 32 kB
Progress (3): 106/262 kB | 13 kB | 32 kB
Progress (3): 110/262 kB | 13 kB | 32 kB
Progress (3): 114/262 kB | 13 kB | 32 kB
Progress (3): 118/262 kB | 13 kB | 32 kB
Progress (3): 122/262 kB | 13 kB | 32 kB
Progress (3): 126/262 kB | 13 kB | 32 kB
Progress (3): 131/262 kB | 13 kB | 32 kB
Progress (3): 135/262 kB | 13 kB | 32 kB
Progress (3): 139/262 kB | 13 kB | 32 kB
Progress (3): 143/262 kB | 13 kB | 32 kB
Progress (3): 147/262 kB | 13 kB | 32 kB
Progress (3): 151/262 kB | 13 kB | 32 kB
Progress (3): 155/262 kB | 13 kB | 32 kB
Progress (3): 159/262 kB | 13 kB | 32 kB
Progress (3): 163/262 kB | 13 kB | 32 kB
Progress (3): 167/262 kB | 13 kB | 32 kB
Progress (3): 171/262 kB | 13 kB | 32 kB
Progress (3): 176/262 kB | 13 kB | 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 797 kB/s)
06:03:55 Progress (2): 180/262 kB | 13 kB
                                
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
06:03:55 Progress (2): 184/262 kB | 13 kB
Progress (2): 188/262 kB | 13 kB
Progress (2): 192/262 kB | 13 kB
Progress (2): 196/262 kB | 13 kB
Progress (2): 200/262 kB | 13 kB
Progress (2): 204/262 kB | 13 kB
Progress (2): 208/262 kB | 13 kB
Progress (2): 212/262 kB | 13 kB
Progress (2): 217/262 kB | 13 kB
Progress (2): 221/262 kB | 13 kB
Progress (2): 225/262 kB | 13 kB
Progress (2): 229/262 kB | 13 kB
Progress (2): 233/262 kB | 13 kB
Progress (2): 237/262 kB | 13 kB
Progress (2): 241/262 kB | 13 kB
Progress (2): 245/262 kB | 13 kB
Progress (2): 249/262 kB | 13 kB
Progress (2): 253/262 kB | 13 kB
Progress (2): 258/262 kB | 13 kB
Progress (2): 262/262 kB | 13 kB
Progress (2): 262 kB | 13 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 237 kB/s)
06:03:55 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
06:03:55 Progress (2): 262 kB | 4.1/155 kB
Progress (2): 262 kB | 7.7/155 kB
Progress (2): 262 kB | 12/155 kB 
Progress (2): 262 kB | 16/155 kB
Progress (3): 262 kB | 16/155 kB | 4.1/79 kB
Progress (3): 262 kB | 16/155 kB | 7.7/79 kB
Progress (4): 262 kB | 16/155 kB | 7.7/79 kB | 4.1/51 kB
Progress (4): 262 kB | 20/155 kB | 7.7/79 kB | 4.1/51 kB
Progress (4): 262 kB | 20/155 kB | 12/79 kB | 4.1/51 kB 
Progress (4): 262 kB | 24/155 kB | 12/79 kB | 4.1/51 kB
Progress (4): 262 kB | 24/155 kB | 12/79 kB | 7.7/51 kB
Progress (4): 262 kB | 28/155 kB | 12/79 kB | 7.7/51 kB
Progress (4): 262 kB | 28/155 kB | 16/79 kB | 7.7/51 kB
Progress (4): 262 kB | 32/155 kB | 16/79 kB | 7.7/51 kB
Progress (4): 262 kB | 32/155 kB | 16/79 kB | 12/51 kB 
Progress (4): 262 kB | 32/155 kB | 16/79 kB | 16/51 kB
Progress (4): 262 kB | 32/155 kB | 20/79 kB | 16/51 kB
Progress (4): 262 kB | 36/155 kB | 20/79 kB | 16/51 kB
Progress (4): 262 kB | 36/155 kB | 24/79 kB | 16/51 kB
Progress (4): 262 kB | 40/155 kB | 24/79 kB | 16/51 kB
Progress (4): 262 kB | 40/155 kB | 28/79 kB | 16/51 kB
Progress (4): 262 kB | 45/155 kB | 28/79 kB | 16/51 kB
Progress (4): 262 kB | 45/155 kB | 28/79 kB | 20/51 kB
Progress (4): 262 kB | 49/155 kB | 28/79 kB | 20/51 kB
Progress (4): 262 kB | 49/155 kB | 32/79 kB | 20/51 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 2.9 MB/s)
06:03:55 Progress (3): 49/155 kB | 32/79 kB | 24/51 kB
Progress (3): 49/155 kB | 36/79 kB | 24/51 kB
Progress (3): 53/155 kB | 36/79 kB | 24/51 kB
Progress (3): 53/155 kB | 40/79 kB | 24/51 kB
Progress (3): 53/155 kB | 40/79 kB | 28/51 kB
Progress (3): 53/155 kB | 45/79 kB | 28/51 kB
Progress (3): 57/155 kB | 45/79 kB | 28/51 kB
Progress (3): 57/155 kB | 49/79 kB | 28/51 kB
Progress (3): 57/155 kB | 49/79 kB | 32/51 kB
Progress (3): 61/155 kB | 49/79 kB | 32/51 kB
Progress (3): 65/155 kB | 49/79 kB | 32/51 kB
Progress (3): 65/155 kB | 53/79 kB | 32/51 kB
Progress (3): 65/155 kB | 53/79 kB | 36/51 kB
Progress (3): 69/155 kB | 53/79 kB | 36/51 kB
Progress (3): 69/155 kB | 53/79 kB | 40/51 kB
Progress (3): 69/155 kB | 57/79 kB | 40/51 kB
Progress (3): 69/155 kB | 57/79 kB | 45/51 kB
Progress (3): 73/155 kB | 57/79 kB | 45/51 kB
Progress (3): 73/155 kB | 57/79 kB | 49/51 kB
Progress (3): 73/155 kB | 61/79 kB | 49/51 kB
Progress (3): 77/155 kB | 61/79 kB | 49/51 kB
Progress (3): 77/155 kB | 65/79 kB | 49/51 kB
Progress (3): 77/155 kB | 65/79 kB | 51 kB   
Progress (3): 81/155 kB | 65/79 kB | 51 kB
Progress (3): 81/155 kB | 69/79 kB | 51 kB
Progress (3): 85/155 kB | 69/79 kB | 51 kB
Progress (3): 85/155 kB | 73/79 kB | 51 kB
Progress (3): 90/155 kB | 73/79 kB | 51 kB
Progress (3): 90/155 kB | 77/79 kB | 51 kB
Progress (3): 94/155 kB | 77/79 kB | 51 kB
Progress (3): 94/155 kB | 79 kB | 51 kB   
Progress (3): 98/155 kB | 79 kB | 51 kB
Progress (3): 102/155 kB | 79 kB | 51 kB
Progress (3): 106/155 kB | 79 kB | 51 kB
Progress (3): 110/155 kB | 79 kB | 51 kB
Progress (3): 114/155 kB | 79 kB | 51 kB
Progress (3): 118/155 kB | 79 kB | 51 kB
Progress (3): 122/155 kB | 79 kB | 51 kB
Progress (3): 126/155 kB | 79 kB | 51 kB
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/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 484 kB/s)
06:03:55 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 758 kB/s)
06:03:55 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 1.4 MB/s)
06:03:55 Progress (1): 4.1/8.5 kB
Progress (1): 7.7/8.5 kB
Progress (1): 8.5 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 68 kB/s)
06:03:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:03:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/saveproperties
06:03:55 [INFO] 
06:03:55 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core ---
06:03:55 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
06:03:55 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
06:03:55 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
06:03:56 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
06:03:56 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
06:03:56 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 88 kB/s)
06:03:56 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
06:03:56 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
06:03:56 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
06:03:56 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
06:03:56 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
06:03:56 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 33 kB/s)
06:03:56 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.pom
06:03:56 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.11/junit-4.11.pom
06:03:56 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.11/junit-4.11.pom
06:03:56 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.pom
06:03:56 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
06:03:56 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 90 kB/s)
06:03:56 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
06:03:56 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
06:03:56 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
06:03:56 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
06:03:56 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
06:03:56 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 17 kB/s)
06:03:56 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
06:03:56 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
06:03:56 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
06:03:56 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
06:03:56 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
06:03:56 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 55 kB/s)
06:03:56 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
06:03:56 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
06:03:56 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
06:03:56 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
06:03:56 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
06:03:57 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 17 kB/s)
06:03:57 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
06:03:57 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
06:03:57 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
06:03:57 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
06:03:57 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
06:03:57 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 93 kB/s)
06:03:57 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
06:03:57 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
06:03:57 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
06:03:57 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
06:03:57 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
06:03:57 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 178 kB/s)
06:03:57 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
06:03:57 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
06:03:57 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
06:03:57 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
06:03:57 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
06:03:57 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 481 kB/s)
06:03:57 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
06:03:57 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
06:03:57 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
06:03:57 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
06:03:57 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
06:03:57 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 385 kB/s)
06:03:57 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
06:03:57 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
06:03:57 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
06:03:57 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
06:03:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
06:03:57 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 85 kB/s)
06:03:57 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
06:03:57 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
06:03:57 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
06:03:57 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
06:03:57 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
06:03:57 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 59 kB/s)
06:03:57 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
06:03:57 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
06:03:57 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
06:03:58 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
06:03:58 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
06:03:58 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 346 kB/s)
06:03:58 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
06:03:58 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
06:03:58 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
06:03:58 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
06:03:58 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
06:03:58 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 300 kB/s)
06:03:58 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
06:03:58 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/24/maven-parent-24.pom
06:03:58 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
06:03:58 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/24/maven-parent-24.pom
06:03:58 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
06:03:59 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 35 kB/s)
06:03:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom
06:03:59 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/14/apache-14.pom
06:03:59 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom
06:03:59 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/14/apache-14.pom
06:03:59 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
06:03:59 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 249 kB/s)
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 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 85 kB/s)
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 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 466 kB/s)
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 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 61 kB/s)
06:03:59 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
06:03:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.jar
06:03:59 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
06:03:59 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
06:03:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
06:03:59 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
06:03:59 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
06:03:59 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
06:03:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
06:03:59 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
06:03:59 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
06:03:59 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
06:03:59 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
06:04:00 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
06:04:00 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.11/junit-4.11.jar
06:04:00 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
06:04:00 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
06:04:00 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
06:04:00 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
06:04:00 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.11/junit-4.11.jar
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
06:04:00 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.jar
06:04:00 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
06:04:00 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
06:04:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
06:04:00 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
06:04:00 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
06:04:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
06:04:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
06:04:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 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
06:04:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar
06:04:00 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
06:04:00 Progress (1): 4.1/245 kB
Progress (1): 7.7/245 kB
Progress (1): 12/245 kB 
Progress (1): 16/245 kB
Progress (1): 20/245 kB
Progress (1): 24/245 kB
Progress (1): 28/245 kB
Progress (1): 32/245 kB
Progress (1): 36/245 kB
Progress (1): 40/245 kB
Progress (2): 40/245 kB | 4.1/45 kB
Progress (2): 45/245 kB | 4.1/45 kB
Progress (2): 45/245 kB | 7.7/45 kB
Progress (2): 49/245 kB | 7.7/45 kB
Progress (2): 49/245 kB | 12/45 kB 
Progress (2): 49/245 kB | 16/45 kB
Progress (2): 53/245 kB | 16/45 kB
Progress (2): 57/245 kB | 16/45 kB
Progress (2): 57/245 kB | 20/45 kB
Progress (2): 61/245 kB | 20/45 kB
Progress (2): 61/245 kB | 24/45 kB
Progress (2): 65/245 kB | 24/45 kB
Progress (2): 65/245 kB | 28/45 kB
Progress (2): 65/245 kB | 32/45 kB
Progress (2): 69/245 kB | 32/45 kB
Progress (2): 69/245 kB | 36/45 kB
Progress (2): 73/245 kB | 36/45 kB
Progress (2): 73/245 kB | 40/45 kB
Progress (2): 77/245 kB | 40/45 kB
Progress (2): 77/245 kB | 45/45 kB
Progress (2): 81/245 kB | 45/45 kB
Progress (2): 81/245 kB | 45 kB   
Progress (2): 85/245 kB | 45 kB
Progress (2): 90/245 kB | 45 kB
Progress (2): 94/245 kB | 45 kB
Progress (2): 98/245 kB | 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.3 MB/s)
06:04:00 Progress (1): 102/245 kB
                        
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
06:04:00 Progress (1): 106/245 kB
Progress (1): 110/245 kB
Progress (1): 114/245 kB
Progress (1): 118/245 kB
Progress (1): 122/245 kB
Progress (1): 126/245 kB
Progress (1): 131/245 kB
Progress (1): 135/245 kB
Progress (1): 139/245 kB
Progress (1): 143/245 kB
Progress (1): 147/245 kB
Progress (1): 151/245 kB
Progress (1): 155/245 kB
Progress (1): 159/245 kB
Progress (1): 163/245 kB
Progress (1): 167/245 kB
Progress (1): 171/245 kB
Progress (1): 176/245 kB
Progress (1): 180/245 kB
Progress (1): 184/245 kB
Progress (1): 188/245 kB
Progress (1): 192/245 kB
Progress (1): 196/245 kB
Progress (1): 200/245 kB
Progress (1): 204/245 kB
Progress (1): 208/245 kB
Progress (1): 212/245 kB
Progress (2): 212/245 kB | 4.1/107 kB
Progress (2): 212/245 kB | 7.7/107 kB
Progress (2): 217/245 kB | 7.7/107 kB
Progress (2): 217/245 kB | 12/107 kB 
Progress (2): 221/245 kB | 12/107 kB
Progress (2): 221/245 kB | 16/107 kB
Progress (2): 225/245 kB | 16/107 kB
Progress (2): 229/245 kB | 16/107 kB
Progress (2): 229/245 kB | 20/107 kB
Progress (2): 229/245 kB | 24/107 kB
Progress (2): 233/245 kB | 24/107 kB
Progress (2): 233/245 kB | 28/107 kB
Progress (2): 237/245 kB | 28/107 kB
Progress (2): 237/245 kB | 32/107 kB
Progress (2): 241/245 kB | 32/107 kB
Progress (2): 245 kB | 32/107 kB    
Progress (2): 245 kB | 36/107 kB
Progress (2): 245 kB | 40/107 kB
Progress (2): 245 kB | 45/107 kB
Progress (2): 245 kB | 49/107 kB
Progress (2): 245 kB | 53/107 kB
Progress (2): 245 kB | 57/107 kB
Progress (2): 245 kB | 61/107 kB
Progress (2): 245 kB | 65/107 kB
Progress (2): 245 kB | 69/107 kB
Progress (2): 245 kB | 73/107 kB
Progress (2): 245 kB | 77/107 kB
Progress (2): 245 kB | 81/107 kB
Progress (2): 245 kB | 85/107 kB
Progress (2): 245 kB | 90/107 kB
Progress (2): 245 kB | 94/107 kB
Progress (2): 245 kB | 98/107 kB
Progress (2): 245 kB | 102/107 kB
Progress (2): 245 kB | 106/107 kB
Progress (2): 245 kB | 107 kB    
Progress (3): 245 kB | 107 kB | 4.1/195 kB
Progress (3): 245 kB | 107 kB | 7.7/195 kB
Progress (3): 245 kB | 107 kB | 12/195 kB 
Progress (3): 245 kB | 107 kB | 16/195 kB
Progress (3): 245 kB | 107 kB | 20/195 kB
Progress (3): 245 kB | 107 kB | 24/195 kB
Progress (3): 245 kB | 107 kB | 28/195 kB
Progress (3): 245 kB | 107 kB | 32/195 kB
Progress (3): 245 kB | 107 kB | 36/195 kB
Progress (3): 245 kB | 107 kB | 40/195 kB
Progress (3): 245 kB | 107 kB | 45/195 kB
Progress (3): 245 kB | 107 kB | 49/195 kB
Progress (4): 245 kB | 107 kB | 49/195 kB | 4.1/12 kB
Progress (4): 245 kB | 107 kB | 53/195 kB | 4.1/12 kB
Progress (4): 245 kB | 107 kB | 53/195 kB | 7.7/12 kB
Progress (4): 245 kB | 107 kB | 57/195 kB | 7.7/12 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 1.9 MB/s)
06:04:00 Progress (3): 245 kB | 57/195 kB | 12 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
06:04:00 Progress (3): 245 kB | 61/195 kB | 12 kB
Progress (3): 245 kB | 65/195 kB | 12 kB
Progress (3): 245 kB | 69/195 kB | 12 kB
Progress (3): 245 kB | 73/195 kB | 12 kB
Progress (3): 245 kB | 77/195 kB | 12 kB
Progress (3): 245 kB | 81/195 kB | 12 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 4.2 MB/s)
06:04:00 Progress (3): 81/195 kB | 12 kB | 4.1/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
06:04:00 Progress (3): 85/195 kB | 12 kB | 4.1/164 kB
Progress (3): 85/195 kB | 12 kB | 7.7/164 kB
Progress (3): 90/195 kB | 12 kB | 7.7/164 kB
Progress (3): 90/195 kB | 12 kB | 12/164 kB 
Progress (3): 94/195 kB | 12 kB | 12/164 kB
Progress (3): 94/195 kB | 12 kB | 16/164 kB
Progress (3): 98/195 kB | 12 kB | 16/164 kB
Progress (3): 98/195 kB | 12 kB | 20/164 kB
Progress (3): 102/195 kB | 12 kB | 20/164 kB
Progress (3): 102/195 kB | 12 kB | 24/164 kB
Progress (3): 106/195 kB | 12 kB | 24/164 kB
Progress (3): 106/195 kB | 12 kB | 28/164 kB
Progress (3): 110/195 kB | 12 kB | 28/164 kB
Progress (3): 110/195 kB | 12 kB | 32/164 kB
Progress (3): 114/195 kB | 12 kB | 32/164 kB
Progress (3): 114/195 kB | 12 kB | 36/164 kB
Progress (3): 118/195 kB | 12 kB | 36/164 kB
Progress (3): 118/195 kB | 12 kB | 40/164 kB
Progress (3): 122/195 kB | 12 kB | 40/164 kB
Progress (4): 122/195 kB | 12 kB | 40/164 kB | 4.1/61 kB
Progress (4): 122/195 kB | 12 kB | 45/164 kB | 4.1/61 kB
Progress (4): 122/195 kB | 12 kB | 45/164 kB | 7.7/61 kB
Progress (4): 126/195 kB | 12 kB | 45/164 kB | 7.7/61 kB
Progress (4): 126/195 kB | 12 kB | 45/164 kB | 12/61 kB 
Progress (4): 126/195 kB | 12 kB | 49/164 kB | 12/61 kB
Progress (4): 126/195 kB | 12 kB | 49/164 kB | 16/61 kB
Progress (4): 131/195 kB | 12 kB | 49/164 kB | 16/61 kB
Progress (4): 131/195 kB | 12 kB | 53/164 kB | 16/61 kB
Progress (4): 131/195 kB | 12 kB | 53/164 kB | 20/61 kB
Progress (4): 131/195 kB | 12 kB | 57/164 kB | 20/61 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 177 kB/s)
06:04:00 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
06:04:00 Progress (3): 131/195 kB | 57/164 kB | 24/61 kB
Progress (3): 135/195 kB | 57/164 kB | 24/61 kB
Progress (3): 135/195 kB | 57/164 kB | 28/61 kB
Progress (3): 135/195 kB | 61/164 kB | 28/61 kB
Progress (3): 135/195 kB | 65/164 kB | 28/61 kB
Progress (3): 135/195 kB | 65/164 kB | 32/61 kB
Progress (3): 139/195 kB | 65/164 kB | 32/61 kB
Progress (3): 143/195 kB | 65/164 kB | 32/61 kB
Progress (3): 147/195 kB | 65/164 kB | 32/61 kB
Progress (3): 147/195 kB | 65/164 kB | 36/61 kB
Progress (3): 147/195 kB | 69/164 kB | 36/61 kB
Progress (3): 147/195 kB | 69/164 kB | 40/61 kB
Progress (3): 147/195 kB | 73/164 kB | 40/61 kB
Progress (3): 147/195 kB | 77/164 kB | 40/61 kB
Progress (3): 147/195 kB | 81/164 kB | 40/61 kB
Progress (3): 147/195 kB | 85/164 kB | 40/61 kB
Progress (3): 147/195 kB | 90/164 kB | 40/61 kB
Progress (3): 147/195 kB | 94/164 kB | 40/61 kB
Progress (3): 147/195 kB | 98/164 kB | 40/61 kB
Progress (3): 147/195 kB | 98/164 kB | 45/61 kB
Progress (3): 147/195 kB | 98/164 kB | 49/61 kB
Progress (3): 151/195 kB | 98/164 kB | 49/61 kB
Progress (3): 151/195 kB | 98/164 kB | 53/61 kB
Progress (4): 151/195 kB | 98/164 kB | 53/61 kB | 4.1/340 kB
Progress (4): 155/195 kB | 98/164 kB | 53/61 kB | 4.1/340 kB
Progress (4): 155/195 kB | 98/164 kB | 53/61 kB | 7.7/340 kB
Progress (4): 155/195 kB | 98/164 kB | 57/61 kB | 7.7/340 kB
Progress (4): 155/195 kB | 98/164 kB | 57/61 kB | 12/340 kB 
Progress (4): 155/195 kB | 102/164 kB | 57/61 kB | 12/340 kB
Progress (4): 159/195 kB | 102/164 kB | 57/61 kB | 12/340 kB
Progress (4): 159/195 kB | 106/164 kB | 57/61 kB | 12/340 kB
Progress (4): 159/195 kB | 106/164 kB | 57/61 kB | 16/340 kB
Progress (4): 159/195 kB | 106/164 kB | 61/61 kB | 16/340 kB
Progress (4): 159/195 kB | 110/164 kB | 61/61 kB | 16/340 kB
Progress (4): 163/195 kB | 110/164 kB | 61/61 kB | 16/340 kB
Progress (4): 163/195 kB | 114/164 kB | 61/61 kB | 16/340 kB
Progress (4): 163/195 kB | 114/164 kB | 61 kB | 16/340 kB   
Progress (4): 163/195 kB | 114/164 kB | 61 kB | 20/340 kB
Progress (4): 163/195 kB | 114/164 kB | 61 kB | 24/340 kB
Progress (4): 167/195 kB | 114/164 kB | 61 kB | 24/340 kB
Progress (4): 167/195 kB | 118/164 kB | 61 kB | 24/340 kB
Progress (4): 167/195 kB | 118/164 kB | 61 kB | 28/340 kB
Progress (4): 167/195 kB | 122/164 kB | 61 kB | 28/340 kB
Progress (4): 171/195 kB | 122/164 kB | 61 kB | 28/340 kB
Progress (4): 171/195 kB | 126/164 kB | 61 kB | 28/340 kB
Progress (4): 171/195 kB | 126/164 kB | 61 kB | 32/340 kB
Progress (4): 171/195 kB | 131/164 kB | 61 kB | 32/340 kB
Progress (4): 176/195 kB | 131/164 kB | 61 kB | 32/340 kB
Progress (4): 180/195 kB | 131/164 kB | 61 kB | 32/340 kB
Progress (4): 180/195 kB | 131/164 kB | 61 kB | 36/340 kB
Progress (4): 180/195 kB | 135/164 kB | 61 kB | 36/340 kB
Progress (4): 180/195 kB | 135/164 kB | 61 kB | 40/340 kB
Progress (4): 184/195 kB | 135/164 kB | 61 kB | 40/340 kB
Progress (4): 184/195 kB | 139/164 kB | 61 kB | 40/340 kB
Progress (4): 188/195 kB | 139/164 kB | 61 kB | 40/340 kB
Progress (4): 188/195 kB | 139/164 kB | 61 kB | 45/340 kB
Progress (4): 192/195 kB | 139/164 kB | 61 kB | 45/340 kB
Progress (4): 192/195 kB | 143/164 kB | 61 kB | 45/340 kB
Progress (4): 195 kB | 143/164 kB | 61 kB | 45/340 kB    
Progress (4): 195 kB | 143/164 kB | 61 kB | 49/340 kB
Progress (4): 195 kB | 147/164 kB | 61 kB | 49/340 kB
Progress (4): 195 kB | 147/164 kB | 61 kB | 53/340 kB
Progress (4): 195 kB | 151/164 kB | 61 kB | 53/340 kB
Progress (4): 195 kB | 151/164 kB | 61 kB | 57/340 kB
Progress (4): 195 kB | 155/164 kB | 61 kB | 57/340 kB
Progress (4): 195 kB | 155/164 kB | 61 kB | 61/340 kB
Progress (4): 195 kB | 159/164 kB | 61 kB | 61/340 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.jar (195 kB at 2.0 MB/s)
06:04:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
06:04:00 Progress (3): 159/164 kB | 61 kB | 65/340 kB
Progress (3): 163/164 kB | 61 kB | 65/340 kB
Progress (3): 164 kB | 61 kB | 65/340 kB    
Progress (3): 164 kB | 61 kB | 69/340 kB
Progress (3): 164 kB | 61 kB | 73/340 kB
Progress (3): 164 kB | 61 kB | 77/340 kB
Progress (3): 164 kB | 61 kB | 81/340 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.6 MB/s)
06:04:00 Progress (3): 61 kB | 81/340 kB | 4.1/282 kB
Progress (3): 61 kB | 85/340 kB | 4.1/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
06:04:00 Progress (3): 61 kB | 90/340 kB | 4.1/282 kB
Progress (3): 61 kB | 90/340 kB | 7.7/282 kB
Progress (3): 61 kB | 94/340 kB | 7.7/282 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 600 kB/s)
06:04:00 Progress (2): 94/340 kB | 12/282 kB
                                   
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
06:04:00 Progress (2): 98/340 kB | 12/282 kB
Progress (2): 98/340 kB | 16/282 kB
Progress (2): 102/340 kB | 16/282 kB
Progress (2): 102/340 kB | 20/282 kB
Progress (2): 106/340 kB | 20/282 kB
Progress (2): 106/340 kB | 24/282 kB
Progress (2): 110/340 kB | 24/282 kB
Progress (2): 110/340 kB | 28/282 kB
Progress (2): 114/340 kB | 28/282 kB
Progress (2): 114/340 kB | 32/282 kB
Progress (2): 118/340 kB | 32/282 kB
Progress (2): 118/340 kB | 36/282 kB
Progress (2): 122/340 kB | 36/282 kB
Progress (2): 122/340 kB | 40/282 kB
Progress (2): 126/340 kB | 40/282 kB
Progress (2): 126/340 kB | 45/282 kB
Progress (2): 131/340 kB | 45/282 kB
Progress (2): 131/340 kB | 49/282 kB
Progress (2): 135/340 kB | 49/282 kB
Progress (2): 135/340 kB | 53/282 kB
Progress (2): 139/340 kB | 53/282 kB
Progress (2): 139/340 kB | 57/282 kB
Progress (2): 143/340 kB | 57/282 kB
Progress (2): 143/340 kB | 61/282 kB
Progress (2): 147/340 kB | 61/282 kB
Progress (2): 147/340 kB | 65/282 kB
Progress (3): 147/340 kB | 65/282 kB | 4.1/502 kB
Progress (3): 147/340 kB | 65/282 kB | 7.7/502 kB
Progress (3): 147/340 kB | 65/282 kB | 12/502 kB 
Progress (3): 151/340 kB | 65/282 kB | 12/502 kB
Progress (3): 151/340 kB | 69/282 kB | 12/502 kB
Progress (3): 155/340 kB | 69/282 kB | 12/502 kB
Progress (3): 155/340 kB | 69/282 kB | 16/502 kB
Progress (3): 159/340 kB | 69/282 kB | 16/502 kB
Progress (3): 159/340 kB | 73/282 kB | 16/502 kB
Progress (3): 163/340 kB | 73/282 kB | 16/502 kB
Progress (3): 163/340 kB | 77/282 kB | 16/502 kB
Progress (3): 163/340 kB | 81/282 kB | 16/502 kB
Progress (3): 163/340 kB | 81/282 kB | 20/502 kB
Progress (3): 163/340 kB | 81/282 kB | 24/502 kB
Progress (3): 167/340 kB | 81/282 kB | 24/502 kB
Progress (3): 167/340 kB | 81/282 kB | 28/502 kB
Progress (3): 171/340 kB | 81/282 kB | 28/502 kB
Progress (3): 171/340 kB | 81/282 kB | 32/502 kB
Progress (3): 171/340 kB | 85/282 kB | 32/502 kB
Progress (3): 176/340 kB | 85/282 kB | 32/502 kB
Progress (3): 176/340 kB | 90/282 kB | 32/502 kB
Progress (3): 180/340 kB | 90/282 kB | 32/502 kB
Progress (3): 180/340 kB | 94/282 kB | 32/502 kB
Progress (3): 180/340 kB | 98/282 kB | 32/502 kB
Progress (3): 180/340 kB | 98/282 kB | 36/502 kB
Progress (3): 180/340 kB | 98/282 kB | 40/502 kB
Progress (3): 180/340 kB | 98/282 kB | 45/502 kB
Progress (3): 184/340 kB | 98/282 kB | 45/502 kB
Progress (3): 184/340 kB | 98/282 kB | 49/502 kB
Progress (3): 188/340 kB | 98/282 kB | 49/502 kB
Progress (3): 188/340 kB | 102/282 kB | 49/502 kB
Progress (3): 192/340 kB | 102/282 kB | 49/502 kB
Progress (3): 192/340 kB | 106/282 kB | 49/502 kB
Progress (3): 196/340 kB | 106/282 kB | 49/502 kB
Progress (3): 196/340 kB | 110/282 kB | 49/502 kB
Progress (3): 196/340 kB | 110/282 kB | 53/502 kB
Progress (3): 196/340 kB | 114/282 kB | 53/502 kB
Progress (3): 196/340 kB | 114/282 kB | 57/502 kB
Progress (3): 196/340 kB | 114/282 kB | 61/502 kB
Progress (3): 200/340 kB | 114/282 kB | 61/502 kB
Progress (3): 200/340 kB | 114/282 kB | 65/502 kB
Progress (3): 204/340 kB | 114/282 kB | 65/502 kB
Progress (3): 204/340 kB | 118/282 kB | 65/502 kB
Progress (3): 208/340 kB | 118/282 kB | 65/502 kB
Progress (3): 208/340 kB | 122/282 kB | 65/502 kB
Progress (3): 212/340 kB | 122/282 kB | 65/502 kB
Progress (3): 212/340 kB | 126/282 kB | 65/502 kB
Progress (3): 212/340 kB | 126/282 kB | 69/502 kB
Progress (3): 212/340 kB | 131/282 kB | 69/502 kB
Progress (3): 212/340 kB | 131/282 kB | 73/502 kB
Progress (3): 212/340 kB | 131/282 kB | 77/502 kB
Progress (3): 217/340 kB | 131/282 kB | 77/502 kB
Progress (3): 217/340 kB | 131/282 kB | 81/502 kB
Progress (3): 221/340 kB | 131/282 kB | 81/502 kB
Progress (3): 221/340 kB | 135/282 kB | 81/502 kB
Progress (3): 225/340 kB | 135/282 kB | 81/502 kB
Progress (3): 225/340 kB | 139/282 kB | 81/502 kB
Progress (3): 229/340 kB | 139/282 kB | 81/502 kB
Progress (3): 229/340 kB | 143/282 kB | 81/502 kB
Progress (3): 229/340 kB | 147/282 kB | 81/502 kB
Progress (3): 233/340 kB | 147/282 kB | 81/502 kB
Progress (3): 237/340 kB | 147/282 kB | 81/502 kB
Progress (3): 237/340 kB | 151/282 kB | 81/502 kB
Progress (3): 241/340 kB | 151/282 kB | 81/502 kB
Progress (3): 241/340 kB | 155/282 kB | 81/502 kB
Progress (3): 245/340 kB | 155/282 kB | 81/502 kB
Progress (3): 245/340 kB | 159/282 kB | 81/502 kB
Progress (3): 245/340 kB | 163/282 kB | 81/502 kB
Progress (3): 249/340 kB | 163/282 kB | 81/502 kB
Progress (3): 253/340 kB | 163/282 kB | 81/502 kB
Progress (3): 253/340 kB | 167/282 kB | 81/502 kB
Progress (3): 258/340 kB | 167/282 kB | 81/502 kB
Progress (3): 258/340 kB | 171/282 kB | 81/502 kB
Progress (3): 262/340 kB | 171/282 kB | 81/502 kB
Progress (3): 262/340 kB | 176/282 kB | 81/502 kB
Progress (3): 262/340 kB | 180/282 kB | 81/502 kB
Progress (3): 266/340 kB | 180/282 kB | 81/502 kB
Progress (3): 266/340 kB | 184/282 kB | 81/502 kB
Progress (3): 270/340 kB | 184/282 kB | 81/502 kB
Progress (3): 270/340 kB | 188/282 kB | 81/502 kB
Progress (3): 274/340 kB | 188/282 kB | 81/502 kB
Progress (3): 274/340 kB | 192/282 kB | 81/502 kB
Progress (3): 278/340 kB | 192/282 kB | 81/502 kB
Progress (3): 278/340 kB | 196/282 kB | 81/502 kB
Progress (3): 282/340 kB | 196/282 kB | 81/502 kB
Progress (3): 282/340 kB | 200/282 kB | 81/502 kB
Progress (3): 286/340 kB | 200/282 kB | 81/502 kB
Progress (3): 286/340 kB | 204/282 kB | 81/502 kB
Progress (3): 290/340 kB | 204/282 kB | 81/502 kB
Progress (3): 290/340 kB | 208/282 kB | 81/502 kB
Progress (3): 294/340 kB | 208/282 kB | 81/502 kB
Progress (3): 294/340 kB | 212/282 kB | 81/502 kB
Progress (3): 298/340 kB | 212/282 kB | 81/502 kB
Progress (3): 298/340 kB | 217/282 kB | 81/502 kB
Progress (3): 303/340 kB | 217/282 kB | 81/502 kB
Progress (3): 303/340 kB | 221/282 kB | 81/502 kB
Progress (3): 307/340 kB | 221/282 kB | 81/502 kB
Progress (3): 307/340 kB | 225/282 kB | 81/502 kB
Progress (3): 311/340 kB | 225/282 kB | 81/502 kB
Progress (3): 311/340 kB | 229/282 kB | 81/502 kB
Progress (3): 315/340 kB | 229/282 kB | 81/502 kB
Progress (3): 315/340 kB | 233/282 kB | 81/502 kB
Progress (3): 319/340 kB | 233/282 kB | 81/502 kB
Progress (3): 319/340 kB | 237/282 kB | 81/502 kB
Progress (3): 323/340 kB | 237/282 kB | 81/502 kB
Progress (3): 323/340 kB | 241/282 kB | 81/502 kB
Progress (3): 327/340 kB | 241/282 kB | 81/502 kB
Progress (3): 327/340 kB | 245/282 kB | 81/502 kB
Progress (3): 331/340 kB | 245/282 kB | 81/502 kB
Progress (3): 335/340 kB | 245/282 kB | 81/502 kB
Progress (3): 335/340 kB | 249/282 kB | 81/502 kB
Progress (3): 339/340 kB | 249/282 kB | 81/502 kB
Progress (3): 339/340 kB | 253/282 kB | 81/502 kB
Progress (3): 340 kB | 253/282 kB | 81/502 kB    
Progress (3): 340 kB | 258/282 kB | 81/502 kB
Progress (3): 340 kB | 262/282 kB | 81/502 kB
Progress (3): 340 kB | 266/282 kB | 81/502 kB
Progress (3): 340 kB | 270/282 kB | 81/502 kB
Progress (3): 340 kB | 274/282 kB | 81/502 kB
Progress (3): 340 kB | 278/282 kB | 81/502 kB
Progress (3): 340 kB | 282 kB | 81/502 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 1.3 MB/s)
06:04:00 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.6 MB/s)
06:04:00 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
06:04:00 Progress (2): 81/502 kB | 4.1/149 kB
Progress (2): 81/502 kB | 7.7/149 kB
Progress (2): 81/502 kB | 12/149 kB 
Progress (2): 81/502 kB | 16/149 kB
Progress (2): 81/502 kB | 20/149 kB
Progress (2): 81/502 kB | 24/149 kB
Progress (2): 81/502 kB | 28/149 kB
Progress (2): 81/502 kB | 32/149 kB
Progress (2): 81/502 kB | 36/149 kB
Progress (2): 81/502 kB | 40/149 kB
Progress (2): 81/502 kB | 45/149 kB
Progress (2): 81/502 kB | 49/149 kB
Progress (2): 81/502 kB | 53/149 kB
Progress (2): 81/502 kB | 57/149 kB
Progress (2): 81/502 kB | 61/149 kB
Progress (2): 81/502 kB | 65/149 kB
Progress (2): 81/502 kB | 69/149 kB
Progress (2): 81/502 kB | 73/149 kB
Progress (2): 81/502 kB | 77/149 kB
Progress (2): 81/502 kB | 81/149 kB
Progress (2): 81/502 kB | 85/149 kB
Progress (2): 81/502 kB | 90/149 kB
Progress (2): 81/502 kB | 94/149 kB
Progress (2): 81/502 kB | 98/149 kB
Progress (2): 81/502 kB | 102/149 kB
Progress (2): 81/502 kB | 106/149 kB
Progress (2): 81/502 kB | 110/149 kB
Progress (2): 81/502 kB | 114/149 kB
Progress (2): 81/502 kB | 118/149 kB
Progress (2): 81/502 kB | 122/149 kB
Progress (2): 81/502 kB | 126/149 kB
Progress (2): 81/502 kB | 131/149 kB
Progress (2): 81/502 kB | 135/149 kB
Progress (2): 81/502 kB | 139/149 kB
Progress (2): 81/502 kB | 143/149 kB
Progress (2): 81/502 kB | 147/149 kB
Progress (2): 81/502 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 601 kB/s)
06:04:00 Progress (1): 85/502 kB
Progress (1): 90/502 kB
Progress (1): 94/502 kB
Progress (1): 98/502 kB
Progress (1): 102/502 kB
Progress (1): 106/502 kB
Progress (1): 110/502 kB
Progress (1): 114/502 kB
Progress (1): 118/502 kB
Progress (1): 122/502 kB
Progress (1): 126/502 kB
Progress (1): 131/502 kB
Progress (1): 135/502 kB
Progress (1): 139/502 kB
Progress (1): 143/502 kB
Progress (1): 147/502 kB
Progress (1): 151/502 kB
Progress (1): 155/502 kB
Progress (1): 159/502 kB
Progress (1): 163/502 kB
Progress (1): 167/502 kB
Progress (1): 171/502 kB
Progress (1): 176/502 kB
Progress (1): 180/502 kB
Progress (2): 180/502 kB | 4.1/64 kB
Progress (2): 180/502 kB | 7.7/64 kB
Progress (2): 180/502 kB | 12/64 kB 
Progress (2): 180/502 kB | 16/64 kB
Progress (2): 180/502 kB | 20/64 kB
Progress (2): 180/502 kB | 24/64 kB
Progress (2): 180/502 kB | 28/64 kB
Progress (2): 180/502 kB | 32/64 kB
Progress (2): 180/502 kB | 36/64 kB
Progress (2): 180/502 kB | 40/64 kB
Progress (2): 180/502 kB | 45/64 kB
Progress (2): 180/502 kB | 49/64 kB
Progress (2): 184/502 kB | 49/64 kB
Progress (2): 184/502 kB | 53/64 kB
Progress (2): 188/502 kB | 53/64 kB
Progress (2): 188/502 kB | 57/64 kB
Progress (2): 192/502 kB | 57/64 kB
Progress (2): 192/502 kB | 61/64 kB
Progress (2): 196/502 kB | 61/64 kB
Progress (2): 196/502 kB | 64 kB   
Progress (2): 200/502 kB | 64 kB
Progress (2): 204/502 kB | 64 kB
Progress (2): 208/502 kB | 64 kB
Progress (2): 212/502 kB | 64 kB
Progress (2): 217/502 kB | 64 kB
Progress (2): 221/502 kB | 64 kB
Progress (2): 225/502 kB | 64 kB
Progress (2): 229/502 kB | 64 kB
Progress (2): 233/502 kB | 64 kB
Progress (2): 237/502 kB | 64 kB
Progress (2): 241/502 kB | 64 kB
Progress (2): 245/502 kB | 64 kB
Progress (2): 249/502 kB | 64 kB
Progress (2): 253/502 kB | 64 kB
Progress (2): 258/502 kB | 64 kB
Progress (2): 262/502 kB | 64 kB
Progress (2): 266/502 kB | 64 kB
Progress (2): 270/502 kB | 64 kB
Progress (2): 274/502 kB | 64 kB
Progress (2): 278/502 kB | 64 kB
Progress (2): 282/502 kB | 64 kB
Progress (2): 286/502 kB | 64 kB
Progress (2): 290/502 kB | 64 kB
Progress (2): 294/502 kB | 64 kB
Progress (2): 298/502 kB | 64 kB
Progress (2): 303/502 kB | 64 kB
Progress (2): 307/502 kB | 64 kB
Progress (2): 311/502 kB | 64 kB
Progress (2): 315/502 kB | 64 kB
Progress (2): 319/502 kB | 64 kB
Progress (2): 323/502 kB | 64 kB
Progress (2): 327/502 kB | 64 kB
Progress (2): 331/502 kB | 64 kB
Progress (2): 335/502 kB | 64 kB
Progress (2): 339/502 kB | 64 kB
Progress (2): 344/502 kB | 64 kB
Progress (3): 344/502 kB | 64 kB | 4.1/168 kB
Progress (3): 344/502 kB | 64 kB | 7.7/168 kB
Progress (3): 344/502 kB | 64 kB | 12/168 kB 
Progress (3): 344/502 kB | 64 kB | 16/168 kB
Progress (3): 344/502 kB | 64 kB | 20/168 kB
Progress (3): 344/502 kB | 64 kB | 24/168 kB
Progress (3): 344/502 kB | 64 kB | 28/168 kB
Progress (3): 344/502 kB | 64 kB | 32/168 kB
Progress (3): 344/502 kB | 64 kB | 36/168 kB
Progress (3): 344/502 kB | 64 kB | 40/168 kB
Progress (3): 344/502 kB | 64 kB | 45/168 kB
Progress (3): 344/502 kB | 64 kB | 49/168 kB
Progress (3): 344/502 kB | 64 kB | 53/168 kB
Progress (3): 344/502 kB | 64 kB | 57/168 kB
Progress (3): 344/502 kB | 64 kB | 61/168 kB
Progress (3): 344/502 kB | 64 kB | 65/168 kB
Progress (3): 344/502 kB | 64 kB | 69/168 kB
Progress (3): 344/502 kB | 64 kB | 73/168 kB
Progress (3): 344/502 kB | 64 kB | 77/168 kB
Progress (3): 344/502 kB | 64 kB | 81/168 kB
Progress (3): 344/502 kB | 64 kB | 85/168 kB
Progress (3): 344/502 kB | 64 kB | 90/168 kB
Progress (3): 344/502 kB | 64 kB | 94/168 kB
Progress (3): 344/502 kB | 64 kB | 98/168 kB
Progress (3): 344/502 kB | 64 kB | 102/168 kB
Progress (3): 344/502 kB | 64 kB | 106/168 kB
Progress (3): 344/502 kB | 64 kB | 110/168 kB
Progress (3): 344/502 kB | 64 kB | 114/168 kB
Progress (3): 344/502 kB | 64 kB | 118/168 kB
Progress (3): 344/502 kB | 64 kB | 122/168 kB
Progress (3): 344/502 kB | 64 kB | 126/168 kB
Progress (3): 344/502 kB | 64 kB | 131/168 kB
Progress (3): 344/502 kB | 64 kB | 135/168 kB
Progress (3): 344/502 kB | 64 kB | 139/168 kB
Progress (3): 344/502 kB | 64 kB | 143/168 kB
Progress (3): 344/502 kB | 64 kB | 147/168 kB
Progress (3): 344/502 kB | 64 kB | 151/168 kB
Progress (3): 344/502 kB | 64 kB | 155/168 kB
Progress (3): 344/502 kB | 64 kB | 159/168 kB
Progress (3): 344/502 kB | 64 kB | 163/168 kB
Progress (3): 344/502 kB | 64 kB | 167/168 kB
Progress (3): 344/502 kB | 64 kB | 168 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.jar (168 kB at 450 kB/s)
06:04:01 Progress (2): 348/502 kB | 64 kB
Progress (2): 352/502 kB | 64 kB
Progress (2): 356/502 kB | 64 kB
Progress (2): 360/502 kB | 64 kB
Progress (2): 364/502 kB | 64 kB
Progress (2): 368/502 kB | 64 kB
Progress (2): 372/502 kB | 64 kB
Progress (2): 376/502 kB | 64 kB
Progress (2): 380/502 kB | 64 kB
Progress (2): 384/502 kB | 64 kB
Progress (2): 389/502 kB | 64 kB
Progress (2): 393/502 kB | 64 kB
Progress (2): 397/502 kB | 64 kB
Progress (2): 401/502 kB | 64 kB
Progress (2): 405/502 kB | 64 kB
Progress (2): 409/502 kB | 64 kB
Progress (2): 413/502 kB | 64 kB
Progress (2): 417/502 kB | 64 kB
Progress (2): 421/502 kB | 64 kB
Progress (2): 425/502 kB | 64 kB
Progress (2): 430/502 kB | 64 kB
Progress (2): 434/502 kB | 64 kB
Progress (2): 438/502 kB | 64 kB
Progress (2): 442/502 kB | 64 kB
Progress (2): 446/502 kB | 64 kB
Progress (2): 450/502 kB | 64 kB
Progress (2): 454/502 kB | 64 kB
Progress (2): 458/502 kB | 64 kB
Progress (2): 462/502 kB | 64 kB
Progress (2): 466/502 kB | 64 kB
Progress (2): 471/502 kB | 64 kB
Progress (2): 475/502 kB | 64 kB
Progress (2): 479/502 kB | 64 kB
Progress (2): 483/502 kB | 64 kB
Progress (2): 487/502 kB | 64 kB
Progress (2): 491/502 kB | 64 kB
Progress (2): 495/502 kB | 64 kB
Progress (2): 499/502 kB | 64 kB
Progress (2): 502 kB | 64 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.jar (502 kB at 885 kB/s)
06:04:01 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 86 kB/s)
06:04:01 [INFO] 
06:04:01 [INFO] --- eclipse-cbi-plugin:1.1.8-SNAPSHOT:generate-api-build-xml (default) @ org.eclipse.jdt.core ---
06:04:01 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
06:04:01 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
06:04:01 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
06:04:01 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
06:04:01 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
06:04:01 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 169 kB/s)
06:04:01 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
06:04:01 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
06:04:01 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
06:04:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
06:04:01 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
06:04:01 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 519 kB/s)
06:04:01 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
06:04:01 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
06:04:01 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
06:04:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
06:04:01 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
06:04:01 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 15 kB/s)
06:04:01 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
06:04:01 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
06:04:01 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
06:04:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
06:04:01 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
06:04:02 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 73 kB/s)
06:04:02 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
06:04:02 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
06:04:02 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
06:04:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
06:04:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
06:04:02 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 642 kB/s)
06:04:02 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
06:04:02 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
06:04:02 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
06:04:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
06:04:02 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
06:04:02 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 37 kB/s)
06:04:02 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
06:04:02 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
06:04:02 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
06:04:02 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
06:04:02 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
06:04:02 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 111 kB/s)
06:04:02 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
06:04:02 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
06:04:02 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
06:04:02 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
06:04:02 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
06:04:02 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 240 kB/s)
06:04:02 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
06:04:02 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
06:04:02 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
06:04:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
06:04:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
06:04:02 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 241 kB/s)
06:04:02 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
06:04:02 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
06:04:02 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
06:04:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
06:04:02 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
06:04:02 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 65 kB/s)
06:04:02 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
06:04:02 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
06:04:02 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
06:04:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
06:04:02 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
06:04:02 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 131 kB/s)
06:04:02 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
06:04:02 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
06:04:03 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
06:04:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
06:04:03 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
06:04:03 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 226 kB/s)
06:04:03 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
06:04:03 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom
06:04:03 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
06:04:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom
06:04:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
06:04:03 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 941 kB/s)
06:04:03 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
06:04:03 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
06:04:03 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
06:04:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
06:04:03 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
06:04:03 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 49 kB/s)
06:04:03 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
06:04:03 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom
06:04:03 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
06:04:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom
06:04:03 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
06:04:03 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 24 kB/s)
06:04:03 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
06:04:03 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
06:04:03 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
06:04:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
06:04:03 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
06:04:03 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 229 kB/s)
06:04:03 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
06:04:03 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
06:04:03 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
06:04:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom
06:04:03 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
06:04:03 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 378 kB/s)
06:04:03 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
06:04:03 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
06:04:03 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
06:04:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
06:04:03 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
06:04:03 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 57 kB/s)
06:04:03 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
06:04:03 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
06:04:03 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
06:04:03 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
06:04:03 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
06:04:03 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 275 kB/s)
06:04:04 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
06:04:04 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
06:04:04 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
06:04:04 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
06:04:04 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
06:04:04 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 46 kB/s)
06:04:04 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
06:04:04 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
06:04:04 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
06:04:04 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
06:04:04 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
06:04:04 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 138 kB/s)
06:04:04 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
06:04:04 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
06:04:04 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
06:04:04 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
06:04:04 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
06:04:05 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 2.3 kB/s)
06:04:05 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
06:04:05 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
06:04:05 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
06:04:05 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
06:04:05 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
06:04:05 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 5.4 kB/s)
06:04:05 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
06:04:05 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
06:04:05 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
06:04:05 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
06:04:06 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
06:04:06 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)
06:04:06 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
06:04:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
06:04:06 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
06:04:06 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
06:04:06 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
06:04:06 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 79 kB/s)
06:04:06 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
06:04:06 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
06:04:06 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
06:04:06 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom
06:04:06 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
06:04:06 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 36 kB/s)
06:04:06 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
06:04:06 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
06:04:06 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
06:04:06 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom
06:04:06 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
06:04:06 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 36 kB/s)
06:04:06 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
06:04:06 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
06:04:06 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
06:04:06 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
06:04:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
06:04:07 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 758 kB/s)
06:04:07 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
06:04:07 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
06:04:07 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
06:04:07 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
06:04:07 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
06:04:07 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 423 kB/s)
06:04:07 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
06:04:07 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
06:04:07 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
06:04:07 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
06:04:07 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
06:04:07 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 223 kB/s)
06:04:07 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
06:04:07 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
06:04:07 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
06:04:07 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
06:04:07 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
06:04:07 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 24 kB/s)
06:04:07 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
06:04:07 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
06:04:08 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
06:04:08 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
06:04:08 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
06:04:08 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)
06:04:08 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
06:04:08 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
06:04:08 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
06:04:08 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
06:04:08 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
06:04:08 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 137 kB/s)
06:04:08 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.pom
06:04:08 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.pom
06:04:08 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.pom
06:04:08 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.pom
06:04:08 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
06:04:08 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 5.5 kB/s)
06:04:08 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
06:04:08 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
06:04:08 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
06:04:08 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
06:04:08 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
06:04:08 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 131 kB/s)
06:04:08 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
06:04:08 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
06:04:08 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
06:04:08 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
06:04:08 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
06:04:08 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 18 kB/s)
06:04:08 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
06:04:08 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
06:04:08 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
06:04:08 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
06:04:08 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
06:04:08 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 177 kB/s)
06:04:08 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
06:04:08 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
06:04:08 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
06:04:08 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
06:04:09 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
06:04:09 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 176 kB/s)
06:04:09 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
06:04:09 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
06:04:09 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
06:04:09 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
06:04:09 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
06:04:09 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 115 kB/s)
06:04:09 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
06:04:09 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
06:04:09 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
06:04:09 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
06:04:09 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
06:04:09 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 492 kB/s)
06:04:09 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
06:04:09 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
06:04:09 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
06:04:09 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom
06:04:09 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
06:04:09 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 105 kB/s)
06:04:09 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
06:04:09 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
06:04:09 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
06:04:09 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
06:04:09 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
06:04:09 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 320 kB/s)
06:04:09 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
06:04:09 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
06:04:09 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
06:04:09 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
06:04:09 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
06:04:09 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 169 kB/s)
06:04:09 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
06:04:09 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
06:04:09 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
06:04:09 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
06:04:09 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
06:04:09 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 47 kB/s)
06:04:09 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
06:04:09 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
06:04:09 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
06:04:09 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
06:04:09 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
06:04:10 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 63 kB/s)
06:04:10 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
06:04:10 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
06:04:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
06:04:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
06:04:10 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
06:04:10 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 31 kB/s)
06:04:10 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
06:04:10 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
06:04:10 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
06:04:10 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
06:04:10 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
06:04:10 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 39 kB/s)
06:04:10 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
06:04:10 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
06:04:10 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
06:04:10 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
06:04:10 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
06:04:10 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 22 kB/s)
06:04:10 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
06:04:10 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
06:04:10 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
06:04:10 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
06:04:10 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
06:04:10 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 62 kB/s)
06:04:10 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
06:04:10 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
06:04:10 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
06:04:10 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
06:04:10 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
06:04:10 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 77 kB/s)
06:04:10 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
06:04:10 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
06:04:11 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
06:04:11 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
06:04:11 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
06:04:11 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 7.7 kB/s)
06:04:11 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
06:04:11 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
06:04:11 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
06:04:11 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
06:04:11 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
06:04:11 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 1.1 MB/s)
06:04:11 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
06:04:11 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
06:04:11 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
06:04:11 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
06:04:11 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
06:04:11 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 80 kB/s)
06:04:11 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
06:04:11 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
06:04:11 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
06:04:11 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
06:04:11 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
06:04:11 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 81 kB/s)
06:04:12 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
06:04:12 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
06:04:12 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
06:04:12 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
06:04:12 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
06:04:12 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 140 kB/s)
06:04:12 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
06:04:12 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
06:04:12 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
06:04:12 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
06:04:12 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
06:04:12 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 52 kB/s)
06:04:12 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
06:04:12 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
06:04:12 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
06:04:12 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
06:04:12 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
06:04:12 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 931 kB/s)
06:04:12 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
06:04:12 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
06:04:12 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
06:04:12 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
06:04:12 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
06:04:12 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 10 kB/s)
06:04:12 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
06:04:12 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
06:04:12 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
06:04:12 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom
06:04:12 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
06:04:12 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 52 kB/s)
06:04:12 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
06:04:12 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
06:04:12 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
06:04:12 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
06:04:12 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
06:04:12 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)
06:04:12 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
06:04:12 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
06:04:13 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
06:04:13 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
06:04:13 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
06:04:13 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 117 kB/s)
06:04:13 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
06:04:13 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
06:04:13 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
06:04:13 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
06:04:13 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
06:04:13 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 167 kB/s)
06:04:13 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
06:04:13 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
06:04:13 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
06:04:13 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
06:04:13 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
06:04:14 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 4.3 kB/s)
06:04:14 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
06:04:14 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.2/commons-io-2.2.pom
06:04:14 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
06:04:14 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.pom
06:04:14 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
06:04:14 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 290 kB/s)
06:04:14 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
06:04:14 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/24/commons-parent-24.pom
06:04:14 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
06:04:14 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/24/commons-parent-24.pom
06:04:14 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
06:04:14 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.1 MB/s)
06:04:14 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
06:04:14 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
06:04:14 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
06:04:14 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
06:04:14 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
06:04:14 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 467 kB/s)
06:04:14 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom
06:04:14 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/48/commons-parent-48.pom
06:04:14 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom
06:04:15 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/48/commons-parent-48.pom
06:04:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom
06:04: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
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 1.8 MB/s)
06:04:15 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.pom
06:04:15 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.5/xz-1.5.pom
06:04:15 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.pom
06:04:15 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.5/xz-1.5.pom
06:04:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
06:04:15 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 38 kB/s)
06:04:15 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
06:04:15 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
06:04:15 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
06:04:15 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
06:04:15 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
06:04:15 Progress (1): 713 B
                   
Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
06:04:15 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 14 kB/s)
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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 90 kB/s)
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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 101 kB/s)
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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 122 kB/s)
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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 90 kB/s)
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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
06:04:15 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 107 kB/s)
06:04:15 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
06:04:15 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
06:04:15 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
06:04:16 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
06:04:16 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
06:04:16 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 69 kB/s)
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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 64 kB/s)
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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 79 kB/s)
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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 42 kB/s)
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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 54 kB/s)
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom
06:04:16 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
06:04:16 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 31 kB/s)
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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 54 kB/s)
06:04:16 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
06:04:16 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
06:04:16 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
06:04:16 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
06:04:17 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
06:04:17 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 34 kB/s)
06:04:17 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom
06:04:17 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.3/decentxml-1.3.pom
06:04:17 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom
06:04:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.3/decentxml-1.3.pom
06:04:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
06:04:17 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 103 kB/s)
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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 40 kB/s)
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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 23 kB/s)
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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 19 kB/s)
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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
06:04:17 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 26 kB/s)
06:04:17 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
06:04:17 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
06:04:17 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
06:04:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
06:04:18 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
06:04:18 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 212 kB/s)
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
06:04:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
06:04:18 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
06:04: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.5/plexus-2.0.5.pom (17 kB at 1.1 MB/s)
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
06:04:18 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
06:04:18 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 56 kB/s)
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
06:04:18 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
06:04:18 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
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
06:04:18 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
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.jar
06:04:18 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
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
06:04:18 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
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
06:04:18 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
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
06:04:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.jar
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
06:04:18 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
06:04:18 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
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
06:04:18 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
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.jar
06:04:18 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
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
06:04:18 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
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
06:04:18 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
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
06:04:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.5/xz-1.5.jar
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
06:04:18 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
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 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
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
06:04:18 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
06:04:18 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
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
06:04:18 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
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.jar
06:04:18 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
06:04:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
06:04:18 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
06:04:18 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
06:04:19 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
06:04:19 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
06:04:19 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
06:04:19 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
06:04:19 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.jar
06:04:19 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
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
06:04:19 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
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
06:04:19 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
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar
06:04:19 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
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.jar
06:04:19 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
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
06:04:19 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
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.jar
06:04:19 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
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 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
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
06:04:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.5/xz-1.5.jar
06:04:20 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
06:04:20 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
06:04:20 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
06:04:20 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
06:04:20 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
06:04:20 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   
Progress (2): 45 kB | 4.1/52 kB
Progress (2): 45 kB | 7.7/52 kB
Progress (2): 45 kB | 12/52 kB 
Progress (2): 45 kB | 16/52 kB
Progress (2): 45 kB | 20/52 kB
Progress (2): 45 kB | 24/52 kB
Progress (2): 45 kB | 28/52 kB
Progress (2): 45 kB | 32/52 kB
Progress (2): 45 kB | 36/52 kB
Progress (2): 45 kB | 40/52 kB
Progress (2): 45 kB | 45/52 kB
Progress (2): 45 kB | 49/52 kB
Progress (2): 45 kB | 52 kB   
Progress (3): 45 kB | 52 kB | 4.1/164 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 1.2 MB/s)
06:04:20 Progress (2): 52 kB | 7.7/164 kB
                                
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
06:04:20 Progress (2): 52 kB | 12/164 kB
Progress (2): 52 kB | 16/164 kB
Progress (2): 52 kB | 20/164 kB
Progress (2): 52 kB | 24/164 kB
Progress (2): 52 kB | 28/164 kB
Progress (2): 52 kB | 32/164 kB
Progress (2): 52 kB | 36/164 kB
Progress (2): 52 kB | 40/164 kB
Progress (2): 52 kB | 45/164 kB
Progress (2): 52 kB | 49/164 kB
Progress (2): 52 kB | 53/164 kB
Progress (2): 52 kB | 57/164 kB
Progress (2): 52 kB | 61/164 kB
Progress (2): 52 kB | 65/164 kB
Progress (2): 52 kB | 69/164 kB
Progress (2): 52 kB | 73/164 kB
Progress (2): 52 kB | 77/164 kB
Progress (2): 52 kB | 81/164 kB
Progress (2): 52 kB | 85/164 kB
Progress (2): 52 kB | 90/164 kB
Progress (2): 52 kB | 94/164 kB
Progress (2): 52 kB | 98/164 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 1.1 MB/s)
06:04:20 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
06:04:20 Progress (1): 102/164 kB
Progress (1): 106/164 kB
Progress (1): 110/164 kB
Progress (1): 114/164 kB
Progress (2): 114/164 kB | 2.5 kB
Progress (2): 118/164 kB | 2.5 kB
Progress (2): 122/164 kB | 2.5 kB
Progress (2): 126/164 kB | 2.5 kB
Progress (2): 131/164 kB | 2.5 kB
Progress (2): 135/164 kB | 2.5 kB
Progress (2): 139/164 kB | 2.5 kB
Progress (2): 143/164 kB | 2.5 kB
Progress (2): 147/164 kB | 2.5 kB
Progress (2): 151/164 kB | 2.5 kB
Progress (2): 155/164 kB | 2.5 kB
Progress (2): 159/164 kB | 2.5 kB
Progress (2): 163/164 kB | 2.5 kB
Progress (2): 164 kB | 2.5 kB    
Progress (3): 164 kB | 2.5 kB | 4.1/50 kB
Progress (3): 164 kB | 2.5 kB | 7.7/50 kB
Progress (3): 164 kB | 2.5 kB | 12/50 kB 
Progress (3): 164 kB | 2.5 kB | 16/50 kB
Progress (3): 164 kB | 2.5 kB | 20/50 kB
Progress (3): 164 kB | 2.5 kB | 24/50 kB
Progress (3): 164 kB | 2.5 kB | 28/50 kB
Progress (3): 164 kB | 2.5 kB | 32/50 kB
Progress (3): 164 kB | 2.5 kB | 36/50 kB
Progress (3): 164 kB | 2.5 kB | 40/50 kB
Progress (3): 164 kB | 2.5 kB | 45/50 kB
Progress (3): 164 kB | 2.5 kB | 49/50 kB
Progress (3): 164 kB | 2.5 kB | 50 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.6 MB/s)
06:04:20 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
06:04:20 Progress (3): 2.5 kB | 50 kB | 4.1/5.8 kB
Progress (3): 2.5 kB | 50 kB | 5.8 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 733 kB/s)
06:04:20 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
06:04:20 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 35 kB/s)
06:04:20 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
06:04:20 Progress (2): 5.8 kB | 0/2.8 MB
Progress (2): 5.8 kB | 0/2.8 MB
Progress (2): 5.8 kB | 0/2.8 MB
Progress (3): 5.8 kB | 0/2.8 MB | 4.1/202 kB
Progress (3): 5.8 kB | 0/2.8 MB | 7.7/202 kB
Progress (3): 5.8 kB | 0.1/2.8 MB | 7.7/202 kB
Progress (3): 5.8 kB | 0.1/2.8 MB | 12/202 kB 
Progress (3): 5.8 kB | 0.1/2.8 MB | 16/202 kB
Progress (3): 5.8 kB | 0.1/2.8 MB | 20/202 kB
Progress (3): 5.8 kB | 0.1/2.8 MB | 20/202 kB
Progress (3): 5.8 kB | 0.1/2.8 MB | 24/202 kB
Progress (3): 5.8 kB | 0.1/2.8 MB | 28/202 kB
Progress (3): 5.8 kB | 0.1/2.8 MB | 32/202 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 72 kB/s)
06:04:20 Progress (2): 0.1/2.8 MB | 36/202 kB
Progress (2): 0.1/2.8 MB | 36/202 kB
Progress (2): 0.1/2.8 MB | 40/202 kB
                                    
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
06:04:20 Progress (2): 0.1/2.8 MB | 45/202 kB
Progress (2): 0.1/2.8 MB | 49/202 kB
Progress (2): 0.1/2.8 MB | 49/202 kB
Progress (2): 0.1/2.8 MB | 53/202 kB
Progress (2): 0.1/2.8 MB | 57/202 kB
Progress (2): 0.1/2.8 MB | 61/202 kB
Progress (2): 0.1/2.8 MB | 65/202 kB
Progress (2): 0.1/2.8 MB | 65/202 kB
Progress (2): 0.1/2.8 MB | 69/202 kB
Progress (2): 0.1/2.8 MB | 73/202 kB
Progress (2): 0.1/2.8 MB | 77/202 kB
Progress (2): 0.1/2.8 MB | 81/202 kB
Progress (2): 0.1/2.8 MB | 81/202 kB
Progress (2): 0.1/2.8 MB | 85/202 kB
Progress (2): 0.1/2.8 MB | 90/202 kB
Progress (2): 0.1/2.8 MB | 94/202 kB
Progress (2): 0.1/2.8 MB | 98/202 kB
Progress (3): 0.1/2.8 MB | 98/202 kB | 4.1/4.6 kB
Progress (3): 0.1/2.8 MB | 98/202 kB | 4.6 kB    
Progress (3): 0.1/2.8 MB | 102/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 102/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 106/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 110/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 114/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 114/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 118/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 122/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 126/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 131/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 131/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 135/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 139/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 143/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 147/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 147/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 151/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 155/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 159/202 kB | 4.6 kB
Progress (3): 0.2/2.8 MB | 163/202 kB | 4.6 kB
Progress (4): 0.2/2.8 MB | 163/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 163/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 167/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 171/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 176/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 180/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 180/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 184/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 188/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 192/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 196/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.2/2.8 MB | 200/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.3/2.8 MB | 200/202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.3/2.8 MB | 202 kB | 4.6 kB | 2.2 kB    
Progress (4): 0.3/2.8 MB | 202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.3/2.8 MB | 202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.3/2.8 MB | 202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.3/2.8 MB | 202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.3/2.8 MB | 202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.4/2.8 MB | 202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.4/2.8 MB | 202 kB | 4.6 kB | 2.2 kB
Progress (4): 0.4/2.8 MB | 202 kB | 4.6 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 21 kB/s)
06:04:20 Progress (3): 0.4/2.8 MB | 202 kB | 4.6 kB
                                          
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
06:04:20 Progress (3): 0.4/2.8 MB | 202 kB | 4.6 kB
Progress (3): 0.4/2.8 MB | 202 kB | 4.6 kB
Progress (3): 0.5/2.8 MB | 202 kB | 4.6 kB
Progress (3): 0.5/2.8 MB | 202 kB | 4.6 kB
Progress (3): 0.5/2.8 MB | 202 kB | 4.6 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.jar (4.6 kB at 34 kB/s)
06:04:20 Progress (3): 0.5/2.8 MB | 202 kB | 4.1/20 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
06:04:20 Progress (3): 0.5/2.8 MB | 202 kB | 4.1/20 kB
Progress (4): 0.5/2.8 MB | 202 kB | 4.1/20 kB | 4.1/201 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 1.5 MB/s)
06:04:20 Progress (3): 0.5/2.8 MB | 7.7/20 kB | 4.1/201 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
06:04:20 Progress (3): 0.5/2.8 MB | 7.7/20 kB | 4.1/201 kB
Progress (3): 0.5/2.8 MB | 7.7/20 kB | 7.7/201 kB
Progress (3): 0.5/2.8 MB | 12/20 kB | 7.7/201 kB 
Progress (3): 0.5/2.8 MB | 12/20 kB | 12/201 kB 
Progress (3): 0.5/2.8 MB | 16/20 kB | 12/201 kB
Progress (3): 0.5/2.8 MB | 16/20 kB | 16/201 kB
Progress (3): 0.5/2.8 MB | 16/20 kB | 16/201 kB
Progress (3): 0.5/2.8 MB | 20 kB | 16/201 kB   
Progress (3): 0.6/2.8 MB | 20 kB | 16/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 20/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 24/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 28/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 28/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 32/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 32/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 36/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 40/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 45/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 45/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 49/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 49/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 53/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 57/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 61/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 61/201 kB
Progress (3): 0.6/2.8 MB | 20 kB | 65/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 65/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 69/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 73/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 77/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 81/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 81/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 85/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 85/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 90/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 94/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 98/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 98/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 102/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 102/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 106/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 110/201 kB
Progress (3): 0.7/2.8 MB | 20 kB | 114/201 kB
Progress (4): 0.7/2.8 MB | 20 kB | 114/201 kB | 4.1/13 kB
Progress (4): 0.7/2.8 MB | 20 kB | 114/201 kB | 4.1/13 kB
Progress (5): 0.7/2.8 MB | 20 kB | 114/201 kB | 4.1/13 kB | 4.1/8.8 kB
Progress (5): 0.7/2.8 MB | 20 kB | 114/201 kB | 7.7/13 kB | 4.1/8.8 kB
Progress (5): 0.7/2.8 MB | 20 kB | 114/201 kB | 7.7/13 kB | 7.7/8.8 kB
Progress (5): 0.7/2.8 MB | 20 kB | 114/201 kB | 12/13 kB | 7.7/8.8 kB 
Progress (5): 0.7/2.8 MB | 20 kB | 118/201 kB | 12/13 kB | 7.7/8.8 kB
Progress (5): 0.7/2.8 MB | 20 kB | 118/201 kB | 13 kB | 7.7/8.8 kB   
Progress (5): 0.8/2.8 MB | 20 kB | 118/201 kB | 13 kB | 7.7/8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 118/201 kB | 13 kB | 8.8 kB    
Progress (5): 0.8/2.8 MB | 20 kB | 122/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 126/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 131/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 131/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 135/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 135/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 139/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 143/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 147/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 147/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 151/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 155/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 155/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 159/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 163/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 163/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 167/201 kB | 13 kB | 8.8 kB
Progress (5): 0.8/2.8 MB | 20 kB | 171/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 171/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 176/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 180/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 180/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 184/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 188/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 188/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 192/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 196/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 200/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 200/201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 201 kB | 13 kB | 8.8 kB    
Progress (5): 0.9/2.8 MB | 20 kB | 201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 201 kB | 13 kB | 8.8 kB
Progress (5): 0.9/2.8 MB | 20 kB | 201 kB | 13 kB | 8.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.jar (8.8 kB at 53 kB/s)
06:04:20 Progress (4): 1.0/2.8 MB | 20 kB | 201 kB | 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
06:04:20 Progress (4): 1.0/2.8 MB | 20 kB | 201 kB | 13 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 119 kB/s)
06:04:20 Progress (3): 1.0/2.8 MB | 201 kB | 13 kB
                                         
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
06:04:20 Progress (3): 1.0/2.8 MB | 201 kB | 13 kB
Progress (3): 1.0/2.8 MB | 201 kB | 13 kB
Progress (3): 1.0/2.8 MB | 201 kB | 13 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 77 kB/s)
06:04:20 Progress (2): 1.1/2.8 MB | 201 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
06:04:20 Progress (2): 1.1/2.8 MB | 201 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.jar (201 kB at 857 kB/s)
06:04:20 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
06:04:20 Progress (2): 1.1/2.8 MB | 4.1/4.5 kB
Progress (3): 1.1/2.8 MB | 4.1/4.5 kB | 3.5 kB
Progress (3): 1.1/2.8 MB | 4.1/4.5 kB | 3.5 kB
Progress (3): 1.1/2.8 MB | 4.5 kB | 3.5 kB    
Progress (3): 1.1/2.8 MB | 4.5 kB | 3.5 kB
Progress (3): 1.1/2.8 MB | 4.5 kB | 3.5 kB
Progress (3): 1.1/2.8 MB | 4.5 kB | 3.5 kB
Progress (3): 1.2/2.8 MB | 4.5 kB | 3.5 kB
Progress (3): 1.2/2.8 MB | 4.5 kB | 3.5 kB
Progress (3): 1.2/2.8 MB | 4.5 kB | 3.5 kB
Progress (3): 1.2/2.8 MB | 4.5 kB | 3.5 kB
Progress (3): 1.2/2.8 MB | 4.5 kB | 3.5 kB
Progress (3): 1.2/2.8 MB | 4.5 kB | 3.5 kB
Progress (3): 1.3/2.8 MB | 4.5 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 14 kB/s)
06:04:20 Progress (2): 1.3/2.8 MB | 4.5 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
06:04:20 Progress (2): 1.3/2.8 MB | 4.5 kB
Progress (2): 1.3/2.8 MB | 4.5 kB
Progress (2): 1.3/2.8 MB | 4.5 kB
Progress (3): 1.3/2.8 MB | 4.5 kB | 4.1/202 kB
Progress (3): 1.3/2.8 MB | 4.5 kB | 4.1/202 kB
Progress (3): 1.3/2.8 MB | 4.5 kB | 7.7/202 kB
Progress (3): 1.3/2.8 MB | 4.5 kB | 12/202 kB 
Progress (3): 1.3/2.8 MB | 4.5 kB | 16/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 16/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 20/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 24/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 24/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 28/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 32/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 32/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 36/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 40/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 45/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 45/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 49/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 53/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 53/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 57/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 61/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 65/202 kB
Progress (3): 1.4/2.8 MB | 4.5 kB | 65/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 17 kB/s)
06:04:20 Progress (2): 1.4/2.8 MB | 69/202 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
06:04:20 Progress (2): 1.4/2.8 MB | 73/202 kB
Progress (2): 1.5/2.8 MB | 73/202 kB
Progress (2): 1.5/2.8 MB | 77/202 kB
Progress (2): 1.5/2.8 MB | 81/202 kB
Progress (2): 1.5/2.8 MB | 81/202 kB
Progress (2): 1.5/2.8 MB | 85/202 kB
Progress (2): 1.5/2.8 MB | 90/202 kB
Progress (3): 1.5/2.8 MB | 90/202 kB | 4.1/4.2 kB
Progress (3): 1.5/2.8 MB | 94/202 kB | 4.1/4.2 kB
Progress (3): 1.5/2.8 MB | 94/202 kB | 4.2 kB    
Progress (3): 1.5/2.8 MB | 98/202 kB | 4.2 kB
Progress (3): 1.5/2.8 MB | 98/202 kB | 4.2 kB
Progress (3): 1.5/2.8 MB | 102/202 kB | 4.2 kB
Progress (3): 1.5/2.8 MB | 106/202 kB | 4.2 kB
Progress (3): 1.5/2.8 MB | 106/202 kB | 4.2 kB
Progress (3): 1.5/2.8 MB | 110/202 kB | 4.2 kB
Progress (3): 1.5/2.8 MB | 114/202 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 16 kB/s)
06:04:20 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
06:04:20 Progress (3): 1.5/2.8 MB | 114/202 kB | 4.1/44 kB
Progress (3): 1.5/2.8 MB | 118/202 kB | 4.1/44 kB
Progress (3): 1.5/2.8 MB | 118/202 kB | 4.1/44 kB
Progress (3): 1.5/2.8 MB | 122/202 kB | 4.1/44 kB
Progress (3): 1.5/2.8 MB | 122/202 kB | 7.7/44 kB
Progress (3): 1.5/2.8 MB | 126/202 kB | 7.7/44 kB
Progress (3): 1.5/2.8 MB | 126/202 kB | 12/44 kB 
Progress (3): 1.5/2.8 MB | 131/202 kB | 12/44 kB
Progress (3): 1.5/2.8 MB | 131/202 kB | 16/44 kB
Progress (3): 1.5/2.8 MB | 131/202 kB | 16/44 kB
Progress (3): 1.5/2.8 MB | 135/202 kB | 16/44 kB
Progress (3): 1.5/2.8 MB | 139/202 kB | 16/44 kB
Progress (3): 1.5/2.8 MB | 143/202 kB | 16/44 kB
Progress (3): 1.5/2.8 MB | 143/202 kB | 20/44 kB
Progress (3): 1.6/2.8 MB | 143/202 kB | 20/44 kB
Progress (3): 1.6/2.8 MB | 147/202 kB | 20/44 kB
Progress (3): 1.6/2.8 MB | 147/202 kB | 24/44 kB
Progress (3): 1.6/2.8 MB | 147/202 kB | 28/44 kB
Progress (3): 1.6/2.8 MB | 147/202 kB | 32/44 kB
Progress (3): 1.6/2.8 MB | 147/202 kB | 32/44 kB
Progress (3): 1.6/2.8 MB | 151/202 kB | 32/44 kB
Progress (3): 1.6/2.8 MB | 155/202 kB | 32/44 kB
Progress (3): 1.6/2.8 MB | 159/202 kB | 32/44 kB
Progress (3): 1.6/2.8 MB | 163/202 kB | 32/44 kB
Progress (3): 1.6/2.8 MB | 163/202 kB | 36/44 kB
Progress (3): 1.6/2.8 MB | 163/202 kB | 36/44 kB
Progress (3): 1.6/2.8 MB | 163/202 kB | 40/44 kB
Progress (3): 1.6/2.8 MB | 163/202 kB | 44 kB   
Progress (3): 1.6/2.8 MB | 167/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 171/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 171/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 176/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 180/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 180/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 184/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 188/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 192/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 196/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 196/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 200/202 kB | 44 kB
Progress (3): 1.6/2.8 MB | 202 kB | 44 kB    
Progress (3): 1.7/2.8 MB | 202 kB | 44 kB
Progress (3): 1.7/2.8 MB | 202 kB | 44 kB
Progress (3): 1.7/2.8 MB | 202 kB | 44 kB
Progress (3): 1.7/2.8 MB | 202 kB | 44 kB
Progress (3): 1.7/2.8 MB | 202 kB | 44 kB
Progress (3): 1.7/2.8 MB | 202 kB | 44 kB
Progress (3): 1.8/2.8 MB | 202 kB | 44 kB
Progress (3): 1.8/2.8 MB | 202 kB | 44 kB
Progress (3): 1.8/2.8 MB | 202 kB | 44 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 730 kB/s)
06:04:20 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
06:04:20 Progress (3): 1.8/2.8 MB | 44 kB | 4.1/47 kB
                                            
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 130 kB/s)
06:04:20 Progress (2): 1.8/2.8 MB | 4.1/47 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
06:04:20 Progress (2): 1.8/2.8 MB | 7.7/47 kB
Progress (2): 1.8/2.8 MB | 12/47 kB 
Progress (2): 1.8/2.8 MB | 16/47 kB
Progress (2): 1.8/2.8 MB | 16/47 kB
Progress (2): 1.8/2.8 MB | 20/47 kB
Progress (2): 1.8/2.8 MB | 24/47 kB
Progress (2): 1.8/2.8 MB | 24/47 kB
Progress (2): 1.8/2.8 MB | 28/47 kB
Progress (2): 1.8/2.8 MB | 32/47 kB
Progress (2): 1.9/2.8 MB | 32/47 kB
Progress (2): 1.9/2.8 MB | 36/47 kB
Progress (2): 1.9/2.8 MB | 40/47 kB
Progress (2): 1.9/2.8 MB | 45/47 kB
Progress (2): 1.9/2.8 MB | 47 kB   
Progress (2): 1.9/2.8 MB | 47 kB
Progress (2): 1.9/2.8 MB | 47 kB
Progress (2): 1.9/2.8 MB | 47 kB
Progress (2): 1.9/2.8 MB | 47 kB
Progress (2): 1.9/2.8 MB | 47 kB
Progress (2): 1.9/2.8 MB | 47 kB
Progress (2): 2.0/2.8 MB | 47 kB
Progress (2): 2.0/2.8 MB | 47 kB
Progress (2): 2.0/2.8 MB | 47 kB
Progress (2): 2.0/2.8 MB | 47 kB
Progress (2): 2.0/2.8 MB | 47 kB
Progress (3): 2.0/2.8 MB | 47 kB | 4.1/47 kB
Progress (3): 2.0/2.8 MB | 47 kB | 7.7/47 kB
Progress (3): 2.0/2.8 MB | 47 kB | 12/47 kB 
Progress (3): 2.0/2.8 MB | 47 kB | 16/47 kB
Progress (3): 2.0/2.8 MB | 47 kB | 16/47 kB
Progress (3): 2.0/2.8 MB | 47 kB | 20/47 kB
Progress (3): 2.0/2.8 MB | 47 kB | 24/47 kB
Progress (3): 2.0/2.8 MB | 47 kB | 28/47 kB
Progress (3): 2.1/2.8 MB | 47 kB | 28/47 kB
Progress (3): 2.1/2.8 MB | 47 kB | 32/47 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.jar (47 kB at 134 kB/s)
06:04:20 Progress (2): 2.1/2.8 MB | 32/47 kB
Progress (2): 2.1/2.8 MB | 36/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
06:04:20 Progress (2): 2.1/2.8 MB | 40/47 kB
Progress (2): 2.1/2.8 MB | 45/47 kB
Progress (2): 2.1/2.8 MB | 47 kB   
Progress (2): 2.1/2.8 MB | 47 kB
Progress (2): 2.1/2.8 MB | 47 kB
Progress (3): 2.1/2.8 MB | 47 kB | 4.1/563 kB
Progress (3): 2.1/2.8 MB | 47 kB | 7.7/563 kB
Progress (3): 2.1/2.8 MB | 47 kB | 7.7/563 kB
Progress (3): 2.1/2.8 MB | 47 kB | 12/563 kB 
Progress (3): 2.1/2.8 MB | 47 kB | 16/563 kB
Progress (3): 2.1/2.8 MB | 47 kB | 16/563 kB
Progress (3): 2.1/2.8 MB | 47 kB | 20/563 kB
Progress (3): 2.1/2.8 MB | 47 kB | 24/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 24/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 28/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 32/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 32/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 36/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 40/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 40/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 45/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 49/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 49/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 53/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 57/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 57/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 61/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 65/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 65/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 69/563 kB
Progress (3): 2.2/2.8 MB | 47 kB | 73/563 kB
Progress (3): 2.3/2.8 MB | 47 kB | 73/563 kB
Progress (3): 2.3/2.8 MB | 47 kB | 77/563 kB
Progress (3): 2.3/2.8 MB | 47 kB | 81/563 kB
Progress (3): 2.3/2.8 MB | 47 kB | 81/563 kB
Progress (3): 2.3/2.8 MB | 47 kB | 85/563 kB
Progress (3): 2.3/2.8 MB | 47 kB | 90/563 kB
Progress (3): 2.3/2.8 MB | 47 kB | 94/563 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.jar (47 kB at 128 kB/s)
06:04:20 Progress (2): 2.3/2.8 MB | 94/563 kB
Progress (2): 2.3/2.8 MB | 98/563 kB
                                    
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
06:04:20 Progress (2): 2.3/2.8 MB | 98/563 kB
Progress (2): 2.3/2.8 MB | 102/563 kB
Progress (2): 2.3/2.8 MB | 106/563 kB
Progress (2): 2.3/2.8 MB | 110/563 kB
Progress (2): 2.3/2.8 MB | 114/563 kB
Progress (2): 2.3/2.8 MB | 114/563 kB
Progress (2): 2.3/2.8 MB | 118/563 kB
Progress (2): 2.3/2.8 MB | 122/563 kB
Progress (2): 2.3/2.8 MB | 122/563 kB
Progress (2): 2.3/2.8 MB | 126/563 kB
Progress (2): 2.3/2.8 MB | 131/563 kB
Progress (2): 2.4/2.8 MB | 131/563 kB
Progress (2): 2.4/2.8 MB | 135/563 kB
Progress (2): 2.4/2.8 MB | 139/563 kB
Progress (2): 2.4/2.8 MB | 143/563 kB
Progress (2): 2.4/2.8 MB | 147/563 kB
Progress (2): 2.4/2.8 MB | 147/563 kB
Progress (2): 2.4/2.8 MB | 151/563 kB
Progress (2): 2.4/2.8 MB | 155/563 kB
Progress (2): 2.4/2.8 MB | 159/563 kB
Progress (2): 2.4/2.8 MB | 159/563 kB
Progress (2): 2.4/2.8 MB | 163/563 kB
Progress (2): 2.4/2.8 MB | 167/563 kB
Progress (2): 2.4/2.8 MB | 167/563 kB
Progress (2): 2.4/2.8 MB | 171/563 kB
Progress (2): 2.4/2.8 MB | 176/563 kB
Progress (2): 2.4/2.8 MB | 180/563 kB
Progress (2): 2.4/2.8 MB | 180/563 kB
Progress (2): 2.4/2.8 MB | 184/563 kB
Progress (2): 2.4/2.8 MB | 188/563 kB
Progress (2): 2.4/2.8 MB | 192/563 kB
Progress (2): 2.4/2.8 MB | 196/563 kB
Progress (2): 2.4/2.8 MB | 196/563 kB
Progress (2): 2.4/2.8 MB | 200/563 kB
Progress (2): 2.4/2.8 MB | 204/563 kB
Progress (2): 2.5/2.8 MB | 204/563 kB
Progress (2): 2.5/2.8 MB | 208/563 kB
Progress (2): 2.5/2.8 MB | 212/563 kB
Progress (2): 2.5/2.8 MB | 212/563 kB
Progress (2): 2.5/2.8 MB | 217/563 kB
Progress (2): 2.5/2.8 MB | 221/563 kB
Progress (2): 2.5/2.8 MB | 225/563 kB
Progress (2): 2.5/2.8 MB | 229/563 kB
Progress (2): 2.5/2.8 MB | 229/563 kB
Progress (2): 2.5/2.8 MB | 233/563 kB
Progress (3): 2.5/2.8 MB | 233/563 kB | 4.1/357 kB
Progress (3): 2.5/2.8 MB | 237/563 kB | 4.1/357 kB
Progress (3): 2.5/2.8 MB | 237/563 kB | 7.7/357 kB
Progress (3): 2.5/2.8 MB | 241/563 kB | 7.7/357 kB
Progress (3): 2.5/2.8 MB | 241/563 kB | 12/357 kB 
Progress (3): 2.5/2.8 MB | 245/563 kB | 12/357 kB
Progress (3): 2.5/2.8 MB | 245/563 kB | 16/357 kB
Progress (3): 2.5/2.8 MB | 245/563 kB | 16/357 kB
Progress (3): 2.5/2.8 MB | 249/563 kB | 16/357 kB
Progress (3): 2.5/2.8 MB | 253/563 kB | 16/357 kB
Progress (3): 2.5/2.8 MB | 258/563 kB | 16/357 kB
Progress (3): 2.5/2.8 MB | 262/563 kB | 16/357 kB
Progress (3): 2.5/2.8 MB | 262/563 kB | 20/357 kB
Progress (3): 2.5/2.8 MB | 262/563 kB | 20/357 kB
Progress (3): 2.5/2.8 MB | 262/563 kB | 24/357 kB
Progress (3): 2.5/2.8 MB | 262/563 kB | 28/357 kB
Progress (3): 2.5/2.8 MB | 266/563 kB | 28/357 kB
Progress (3): 2.5/2.8 MB | 266/563 kB | 32/357 kB
Progress (3): 2.5/2.8 MB | 270/563 kB | 32/357 kB
Progress (3): 2.5/2.8 MB | 274/563 kB | 32/357 kB
Progress (3): 2.5/2.8 MB | 278/563 kB | 32/357 kB
Progress (3): 2.5/2.8 MB | 278/563 kB | 32/357 kB
Progress (3): 2.5/2.8 MB | 278/563 kB | 36/357 kB
Progress (3): 2.5/2.8 MB | 282/563 kB | 36/357 kB
Progress (3): 2.5/2.8 MB | 282/563 kB | 40/357 kB
Progress (3): 2.5/2.8 MB | 286/563 kB | 40/357 kB
Progress (3): 2.5/2.8 MB | 286/563 kB | 45/357 kB
Progress (3): 2.6/2.8 MB | 286/563 kB | 45/357 kB
Progress (3): 2.6/2.8 MB | 290/563 kB | 45/357 kB
Progress (3): 2.6/2.8 MB | 290/563 kB | 49/357 kB
Progress (3): 2.6/2.8 MB | 294/563 kB | 49/357 kB
Progress (3): 2.6/2.8 MB | 298/563 kB | 49/357 kB
Progress (3): 2.6/2.8 MB | 298/563 kB | 49/357 kB
Progress (3): 2.6/2.8 MB | 298/563 kB | 53/357 kB
Progress (3): 2.6/2.8 MB | 303/563 kB | 53/357 kB
Progress (3): 2.6/2.8 MB | 303/563 kB | 57/357 kB
Progress (3): 2.6/2.8 MB | 307/563 kB | 57/357 kB
Progress (3): 2.6/2.8 MB | 307/563 kB | 61/357 kB
Progress (3): 2.6/2.8 MB | 311/563 kB | 61/357 kB
Progress (3): 2.6/2.8 MB | 311/563 kB | 65/357 kB
Progress (3): 2.6/2.8 MB | 315/563 kB | 65/357 kB
Progress (3): 2.6/2.8 MB | 315/563 kB | 69/357 kB
Progress (3): 2.6/2.8 MB | 315/563 kB | 73/357 kB
Progress (3): 2.6/2.8 MB | 319/563 kB | 73/357 kB
Progress (3): 2.6/2.8 MB | 319/563 kB | 77/357 kB
Progress (4): 2.6/2.8 MB | 319/563 kB | 77/357 kB | 4.1/41 kB
Progress (4): 2.6/2.8 MB | 319/563 kB | 77/357 kB | 4.1/41 kB
Progress (4): 2.6/2.8 MB | 319/563 kB | 77/357 kB | 7.7/41 kB
Progress (4): 2.6/2.8 MB | 319/563 kB | 81/357 kB | 7.7/41 kB
Progress (4): 2.6/2.8 MB | 323/563 kB | 81/357 kB | 7.7/41 kB
Progress (4): 2.6/2.8 MB | 323/563 kB | 81/357 kB | 12/41 kB 
Progress (4): 2.6/2.8 MB | 327/563 kB | 81/357 kB | 12/41 kB
Progress (4): 2.6/2.8 MB | 327/563 kB | 81/357 kB | 16/41 kB
Progress (4): 2.6/2.8 MB | 327/563 kB | 81/357 kB | 16/41 kB
Progress (4): 2.6/2.8 MB | 327/563 kB | 85/357 kB | 16/41 kB
Progress (4): 2.6/2.8 MB | 327/563 kB | 90/357 kB | 16/41 kB
Progress (4): 2.6/2.8 MB | 327/563 kB | 94/357 kB | 16/41 kB
Progress (4): 2.6/2.8 MB | 331/563 kB | 94/357 kB | 16/41 kB
Progress (4): 2.6/2.8 MB | 331/563 kB | 98/357 kB | 16/41 kB
Progress (4): 2.6/2.8 MB | 331/563 kB | 98/357 kB | 20/41 kB
Progress (4): 2.6/2.8 MB | 331/563 kB | 98/357 kB | 20/41 kB
Progress (4): 2.6/2.8 MB | 335/563 kB | 98/357 kB | 20/41 kB
Progress (4): 2.6/2.8 MB | 335/563 kB | 98/357 kB | 24/41 kB
Progress (4): 2.6/2.8 MB | 335/563 kB | 102/357 kB | 24/41 kB
Progress (4): 2.6/2.8 MB | 339/563 kB | 102/357 kB | 24/41 kB
Progress (4): 2.6/2.8 MB | 339/563 kB | 106/357 kB | 24/41 kB
Progress (4): 2.6/2.8 MB | 339/563 kB | 106/357 kB | 28/41 kB
Progress (4): 2.6/2.8 MB | 339/563 kB | 110/357 kB | 28/41 kB
Progress (4): 2.6/2.8 MB | 339/563 kB | 110/357 kB | 28/41 kB
Progress (4): 2.6/2.8 MB | 344/563 kB | 110/357 kB | 28/41 kB
Progress (4): 2.6/2.8 MB | 344/563 kB | 114/357 kB | 28/41 kB
Progress (4): 2.6/2.8 MB | 344/563 kB | 114/357 kB | 32/41 kB
Progress (4): 2.7/2.8 MB | 344/563 kB | 114/357 kB | 32/41 kB
Progress (4): 2.7/2.8 MB | 348/563 kB | 114/357 kB | 32/41 kB
Progress (4): 2.7/2.8 MB | 348/563 kB | 118/357 kB | 32/41 kB
Progress (4): 2.7/2.8 MB | 348/563 kB | 118/357 kB | 36/41 kB
Progress (4): 2.7/2.8 MB | 348/563 kB | 122/357 kB | 36/41 kB
Progress (4): 2.7/2.8 MB | 352/563 kB | 122/357 kB | 36/41 kB
Progress (4): 2.7/2.8 MB | 352/563 kB | 126/357 kB | 36/41 kB
Progress (4): 2.7/2.8 MB | 352/563 kB | 126/357 kB | 36/41 kB
Progress (4): 2.7/2.8 MB | 352/563 kB | 126/357 kB | 40/41 kB
Progress (4): 2.7/2.8 MB | 352/563 kB | 131/357 kB | 40/41 kB
Progress (4): 2.7/2.8 MB | 356/563 kB | 131/357 kB | 40/41 kB
Progress (4): 2.7/2.8 MB | 356/563 kB | 131/357 kB | 41 kB   
Progress (4): 2.7/2.8 MB | 360/563 kB | 131/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 360/563 kB | 131/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 360/563 kB | 135/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 360/563 kB | 139/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 360/563 kB | 143/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 364/563 kB | 143/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 364/563 kB | 143/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 364/563 kB | 147/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 368/563 kB | 147/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 372/563 kB | 147/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 376/563 kB | 147/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 376/563 kB | 147/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 376/563 kB | 151/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 376/563 kB | 155/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 376/563 kB | 159/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 380/563 kB | 159/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 380/563 kB | 163/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 380/563 kB | 163/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 384/563 kB | 163/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 389/563 kB | 163/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 393/563 kB | 163/357 kB | 41 kB
Progress (4): 2.7/2.8 MB | 393/563 kB | 167/357 kB | 41 kB
Progress (4): 2.8/2.8 MB | 393/563 kB | 167/357 kB | 41 kB
Progress (4): 2.8/2.8 MB | 393/563 kB | 171/357 kB | 41 kB
Progress (4): 2.8/2.8 MB | 393/563 kB | 176/357 kB | 41 kB
Progress (4): 2.8 MB | 393/563 kB | 176/357 kB | 41 kB    
Progress (4): 2.8 MB | 397/563 kB | 176/357 kB | 41 kB
Progress (4): 2.8 MB | 397/563 kB | 180/357 kB | 41 kB
Progress (4): 2.8 MB | 401/563 kB | 180/357 kB | 41 kB
Progress (4): 2.8 MB | 405/563 kB | 180/357 kB | 41 kB
Progress (4): 2.8 MB | 409/563 kB | 180/357 kB | 41 kB
Progress (4): 2.8 MB | 409/563 kB | 184/357 kB | 41 kB
Progress (4): 2.8 MB | 409/563 kB | 188/357 kB | 41 kB
Progress (4): 2.8 MB | 409/563 kB | 192/357 kB | 41 kB
Progress (4): 2.8 MB | 413/563 kB | 192/357 kB | 41 kB
Progress (4): 2.8 MB | 413/563 kB | 196/357 kB | 41 kB
Progress (4): 2.8 MB | 417/563 kB | 196/357 kB | 41 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 92 kB/s)
06:04:20 Progress (3): 2.8 MB | 421/563 kB | 196/357 kB
Progress (3): 2.8 MB | 421/563 kB | 200/357 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
06:04:20 Progress (3): 2.8 MB | 421/563 kB | 204/357 kB
Progress (3): 2.8 MB | 425/563 kB | 204/357 kB
Progress (3): 2.8 MB | 425/563 kB | 208/357 kB
Progress (3): 2.8 MB | 425/563 kB | 212/357 kB
Progress (3): 2.8 MB | 430/563 kB | 212/357 kB
Progress (3): 2.8 MB | 434/563 kB | 212/357 kB
Progress (3): 2.8 MB | 434/563 kB | 217/357 kB
Progress (3): 2.8 MB | 438/563 kB | 217/357 kB
Progress (3): 2.8 MB | 438/563 kB | 221/357 kB
Progress (3): 2.8 MB | 442/563 kB | 221/357 kB
Progress (3): 2.8 MB | 442/563 kB | 225/357 kB
Progress (3): 2.8 MB | 442/563 kB | 229/357 kB
Progress (3): 2.8 MB | 446/563 kB | 229/357 kB
Progress (3): 2.8 MB | 450/563 kB | 229/357 kB
Progress (3): 2.8 MB | 450/563 kB | 233/357 kB
Progress (3): 2.8 MB | 454/563 kB | 233/357 kB
Progress (3): 2.8 MB | 454/563 kB | 237/357 kB
Progress (3): 2.8 MB | 458/563 kB | 237/357 kB
Progress (3): 2.8 MB | 458/563 kB | 241/357 kB
Progress (3): 2.8 MB | 458/563 kB | 245/357 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.0 MB/s)
06:04:20 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
06:04:20 Progress (3): 458/563 kB | 245/357 kB | 4.1/30 kB
Progress (3): 462/563 kB | 245/357 kB | 4.1/30 kB
Progress (3): 462/563 kB | 245/357 kB | 7.7/30 kB
Progress (3): 462/563 kB | 249/357 kB | 7.7/30 kB
Progress (3): 462/563 kB | 249/357 kB | 12/30 kB 
Progress (3): 466/563 kB | 249/357 kB | 12/30 kB
Progress (3): 466/563 kB | 249/357 kB | 16/30 kB
Progress (3): 466/563 kB | 253/357 kB | 16/30 kB
Progress (3): 471/563 kB | 253/357 kB | 16/30 kB
Progress (3): 471/563 kB | 258/357 kB | 16/30 kB
Progress (3): 475/563 kB | 258/357 kB | 16/30 kB
Progress (3): 475/563 kB | 262/357 kB | 16/30 kB
Progress (3): 475/563 kB | 262/357 kB | 20/30 kB
Progress (3): 475/563 kB | 262/357 kB | 24/30 kB
Progress (3): 475/563 kB | 262/357 kB | 28/30 kB
Progress (3): 475/563 kB | 262/357 kB | 30 kB   
Progress (3): 479/563 kB | 262/357 kB | 30 kB
Progress (3): 479/563 kB | 266/357 kB | 30 kB
Progress (3): 483/563 kB | 266/357 kB | 30 kB
Progress (3): 483/563 kB | 270/357 kB | 30 kB
Progress (3): 487/563 kB | 270/357 kB | 30 kB
Progress (3): 487/563 kB | 274/357 kB | 30 kB
Progress (3): 491/563 kB | 274/357 kB | 30 kB
Progress (3): 491/563 kB | 278/357 kB | 30 kB
Progress (3): 495/563 kB | 278/357 kB | 30 kB
Progress (3): 495/563 kB | 282/357 kB | 30 kB
Progress (3): 499/563 kB | 282/357 kB | 30 kB
Progress (3): 499/563 kB | 286/357 kB | 30 kB
Progress (3): 503/563 kB | 286/357 kB | 30 kB
Progress (3): 503/563 kB | 290/357 kB | 30 kB
Progress (3): 507/563 kB | 290/357 kB | 30 kB
Progress (3): 507/563 kB | 294/357 kB | 30 kB
Progress (3): 511/563 kB | 294/357 kB | 30 kB
Progress (3): 511/563 kB | 298/357 kB | 30 kB
Progress (3): 516/563 kB | 298/357 kB | 30 kB
Progress (3): 516/563 kB | 303/357 kB | 30 kB
Progress (3): 520/563 kB | 303/357 kB | 30 kB
Progress (3): 520/563 kB | 307/357 kB | 30 kB
Progress (3): 524/563 kB | 307/357 kB | 30 kB
Progress (3): 524/563 kB | 311/357 kB | 30 kB
Progress (3): 528/563 kB | 311/357 kB | 30 kB
Progress (3): 528/563 kB | 315/357 kB | 30 kB
Progress (3): 532/563 kB | 315/357 kB | 30 kB
Progress (3): 532/563 kB | 319/357 kB | 30 kB
Progress (3): 536/563 kB | 319/357 kB | 30 kB
Progress (3): 536/563 kB | 323/357 kB | 30 kB
Progress (3): 540/563 kB | 323/357 kB | 30 kB
Progress (3): 540/563 kB | 327/357 kB | 30 kB
Progress (3): 544/563 kB | 327/357 kB | 30 kB
Progress (3): 544/563 kB | 331/357 kB | 30 kB
Progress (3): 548/563 kB | 331/357 kB | 30 kB
Progress (3): 548/563 kB | 335/357 kB | 30 kB
Progress (3): 552/563 kB | 335/357 kB | 30 kB
Progress (3): 552/563 kB | 339/357 kB | 30 kB
Progress (3): 557/563 kB | 339/357 kB | 30 kB
Progress (3): 557/563 kB | 344/357 kB | 30 kB
Progress (3): 561/563 kB | 344/357 kB | 30 kB
Progress (3): 563 kB | 344/357 kB | 30 kB    
Progress (3): 563 kB | 348/357 kB | 30 kB
Progress (3): 563 kB | 352/357 kB | 30 kB
Progress (3): 563 kB | 356/357 kB | 30 kB
Progress (3): 563 kB | 357 kB | 30 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 64 kB/s)
06:04:20 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 759 kB/s)
06:04:20 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
06:04:20 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
06:04:20 Progress (2): 563 kB | 4.1/159 kB
Progress (2): 563 kB | 7.7/159 kB
Progress (2): 563 kB | 12/159 kB 
Progress (2): 563 kB | 16/159 kB
Progress (2): 563 kB | 20/159 kB
Progress (2): 563 kB | 24/159 kB
Progress (2): 563 kB | 28/159 kB
Progress (2): 563 kB | 32/159 kB
Progress (2): 563 kB | 36/159 kB
Progress (2): 563 kB | 40/159 kB
Progress (2): 563 kB | 45/159 kB
Progress (2): 563 kB | 49/159 kB
Progress (2): 563 kB | 53/159 kB
Progress (2): 563 kB | 57/159 kB
Progress (2): 563 kB | 61/159 kB
Progress (2): 563 kB | 65/159 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 1.2 MB/s)
06:04:20 Progress (1): 69/159 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
06:04:20 Progress (2): 69/159 kB | 4.1/18 kB
Progress (2): 73/159 kB | 4.1/18 kB
Progress (2): 73/159 kB | 7.7/18 kB
Progress (2): 77/159 kB | 7.7/18 kB
Progress (2): 77/159 kB | 12/18 kB 
Progress (2): 81/159 kB | 12/18 kB
Progress (2): 81/159 kB | 16/18 kB
Progress (3): 81/159 kB | 16/18 kB | 4.1/145 kB
Progress (3): 81/159 kB | 18 kB | 4.1/145 kB   
Progress (3): 81/159 kB | 18 kB | 7.7/145 kB
Progress (3): 81/159 kB | 18 kB | 12/145 kB 
Progress (3): 81/159 kB | 18 kB | 16/145 kB
Progress (3): 85/159 kB | 18 kB | 16/145 kB
Progress (3): 90/159 kB | 18 kB | 16/145 kB
Progress (3): 94/159 kB | 18 kB | 16/145 kB
Progress (3): 94/159 kB | 18 kB | 20/145 kB
Progress (4): 94/159 kB | 18 kB | 20/145 kB | 4.1/134 kB
Progress (4): 98/159 kB | 18 kB | 20/145 kB | 4.1/134 kB
Progress (4): 98/159 kB | 18 kB | 20/145 kB | 7.7/134 kB
Progress (4): 98/159 kB | 18 kB | 24/145 kB | 7.7/134 kB
Progress (4): 98/159 kB | 18 kB | 24/145 kB | 12/134 kB 
Progress (4): 98/159 kB | 18 kB | 28/145 kB | 12/134 kB
Progress (4): 98/159 kB | 18 kB | 28/145 kB | 16/134 kB
Progress (4): 102/159 kB | 18 kB | 28/145 kB | 16/134 kB
Progress (4): 102/159 kB | 18 kB | 32/145 kB | 16/134 kB
Progress (4): 106/159 kB | 18 kB | 32/145 kB | 16/134 kB
Progress (4): 110/159 kB | 18 kB | 32/145 kB | 16/134 kB
Progress (4): 114/159 kB | 18 kB | 32/145 kB | 16/134 kB
Progress (4): 114/159 kB | 18 kB | 32/145 kB | 20/134 kB
Progress (4): 114/159 kB | 18 kB | 36/145 kB | 20/134 kB
Progress (4): 114/159 kB | 18 kB | 36/145 kB | 24/134 kB
Progress (4): 114/159 kB | 18 kB | 40/145 kB | 24/134 kB
Progress (4): 114/159 kB | 18 kB | 40/145 kB | 28/134 kB
Progress (4): 118/159 kB | 18 kB | 40/145 kB | 28/134 kB
Progress (4): 118/159 kB | 18 kB | 45/145 kB | 28/134 kB
Progress (4): 122/159 kB | 18 kB | 45/145 kB | 28/134 kB
Progress (4): 122/159 kB | 18 kB | 45/145 kB | 32/134 kB
Progress (4): 126/159 kB | 18 kB | 45/145 kB | 32/134 kB
Progress (4): 126/159 kB | 18 kB | 49/145 kB | 32/134 kB
Progress (4): 131/159 kB | 18 kB | 49/145 kB | 32/134 kB
Progress (4): 131/159 kB | 18 kB | 49/145 kB | 36/134 kB
Progress (4): 131/159 kB | 18 kB | 49/145 kB | 40/134 kB
Progress (4): 131/159 kB | 18 kB | 53/145 kB | 40/134 kB
Progress (4): 131/159 kB | 18 kB | 53/145 kB | 45/134 kB
Progress (4): 135/159 kB | 18 kB | 53/145 kB | 45/134 kB
Progress (4): 135/159 kB | 18 kB | 53/145 kB | 49/134 kB
Progress (4): 135/159 kB | 18 kB | 57/145 kB | 49/134 kB
Progress (4): 139/159 kB | 18 kB | 57/145 kB | 49/134 kB
Progress (4): 139/159 kB | 18 kB | 61/145 kB | 49/134 kB
Progress (4): 143/159 kB | 18 kB | 61/145 kB | 49/134 kB
Progress (4): 143/159 kB | 18 kB | 65/145 kB | 49/134 kB
Progress (4): 143/159 kB | 18 kB | 65/145 kB | 53/134 kB
Progress (4): 147/159 kB | 18 kB | 65/145 kB | 53/134 kB
Progress (4): 147/159 kB | 18 kB | 65/145 kB | 57/134 kB
Progress (4): 147/159 kB | 18 kB | 65/145 kB | 61/134 kB
Progress (4): 147/159 kB | 18 kB | 69/145 kB | 61/134 kB
Progress (4): 147/159 kB | 18 kB | 69/145 kB | 65/134 kB
Progress (4): 147/159 kB | 18 kB | 73/145 kB | 65/134 kB
Progress (4): 151/159 kB | 18 kB | 73/145 kB | 65/134 kB
Progress (4): 151/159 kB | 18 kB | 77/145 kB | 65/134 kB
Progress (4): 155/159 kB | 18 kB | 77/145 kB | 65/134 kB
Progress (4): 155/159 kB | 18 kB | 81/145 kB | 65/134 kB
Progress (4): 155/159 kB | 18 kB | 81/145 kB | 69/134 kB
Progress (4): 159/159 kB | 18 kB | 81/145 kB | 69/134 kB
Progress (4): 159/159 kB | 18 kB | 81/145 kB | 73/134 kB
Progress (4): 159 kB | 18 kB | 81/145 kB | 73/134 kB    
Progress (4): 159 kB | 18 kB | 85/145 kB | 73/134 kB
Progress (4): 159 kB | 18 kB | 85/145 kB | 77/134 kB
Progress (4): 159 kB | 18 kB | 90/145 kB | 77/134 kB
Progress (4): 159 kB | 18 kB | 90/145 kB | 81/134 kB
Progress (4): 159 kB | 18 kB | 94/145 kB | 81/134 kB
Progress (4): 159 kB | 18 kB | 98/145 kB | 81/134 kB
Progress (5): 159 kB | 18 kB | 98/145 kB | 81/134 kB | 4.1/60 kB
Progress (5): 159 kB | 18 kB | 98/145 kB | 81/134 kB | 7.7/60 kB
Progress (5): 159 kB | 18 kB | 98/145 kB | 85/134 kB | 7.7/60 kB
Progress (5): 159 kB | 18 kB | 102/145 kB | 85/134 kB | 7.7/60 kB
Progress (5): 159 kB | 18 kB | 102/145 kB | 90/134 kB | 7.7/60 kB
Progress (5): 159 kB | 18 kB | 102/145 kB | 90/134 kB | 12/60 kB 
Progress (5): 159 kB | 18 kB | 102/145 kB | 94/134 kB | 12/60 kB
Progress (5): 159 kB | 18 kB | 106/145 kB | 94/134 kB | 12/60 kB
Progress (5): 159 kB | 18 kB | 106/145 kB | 98/134 kB | 12/60 kB
Progress (5): 159 kB | 18 kB | 106/145 kB | 98/134 kB | 16/60 kB
Progress (5): 159 kB | 18 kB | 110/145 kB | 98/134 kB | 16/60 kB
Progress (5): 159 kB | 18 kB | 114/145 kB | 98/134 kB | 16/60 kB
Progress (5): 159 kB | 18 kB | 114/145 kB | 102/134 kB | 16/60 kB
Progress (5): 159 kB | 18 kB | 114/145 kB | 102/134 kB | 20/60 kB
Progress (5): 159 kB | 18 kB | 114/145 kB | 106/134 kB | 20/60 kB
Progress (5): 159 kB | 18 kB | 118/145 kB | 106/134 kB | 20/60 kB
Progress (5): 159 kB | 18 kB | 118/145 kB | 110/134 kB | 20/60 kB
Progress (5): 159 kB | 18 kB | 118/145 kB | 110/134 kB | 24/60 kB
Progress (5): 159 kB | 18 kB | 118/145 kB | 114/134 kB | 24/60 kB
Progress (5): 159 kB | 18 kB | 122/145 kB | 114/134 kB | 24/60 kB
Progress (5): 159 kB | 18 kB | 122/145 kB | 114/134 kB | 28/60 kB
Progress (5): 159 kB | 18 kB | 126/145 kB | 114/134 kB | 28/60 kB
Progress (5): 159 kB | 18 kB | 126/145 kB | 114/134 kB | 32/60 kB
Progress (5): 159 kB | 18 kB | 131/145 kB | 114/134 kB | 32/60 kB
Progress (5): 159 kB | 18 kB | 131/145 kB | 118/134 kB | 32/60 kB
Progress (5): 159 kB | 18 kB | 131/145 kB | 122/134 kB | 32/60 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 32 kB/s)
06:04:20 Progress (4): 159 kB | 131/145 kB | 122/134 kB | 36/60 kB
Progress (4): 159 kB | 131/145 kB | 126/134 kB | 36/60 kB
Progress (4): 159 kB | 135/145 kB | 126/134 kB | 36/60 kB
Progress (4): 159 kB | 135/145 kB | 131/134 kB | 36/60 kB
Progress (4): 159 kB | 135/145 kB | 131/134 kB | 40/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
06:04:20 Progress (4): 159 kB | 135/145 kB | 131/134 kB | 45/60 kB
Progress (4): 159 kB | 135/145 kB | 134 kB | 45/60 kB    
Progress (4): 159 kB | 139/145 kB | 134 kB | 45/60 kB
Progress (4): 159 kB | 139/145 kB | 134 kB | 49/60 kB
Progress (4): 159 kB | 143/145 kB | 134 kB | 49/60 kB
Progress (4): 159 kB | 145 kB | 134 kB | 49/60 kB    
Progress (4): 159 kB | 145 kB | 134 kB | 53/60 kB
Progress (4): 159 kB | 145 kB | 134 kB | 57/60 kB
Progress (4): 159 kB | 145 kB | 134 kB | 60 kB   
Progress (5): 159 kB | 145 kB | 134 kB | 60 kB | 4.1/134 kB
Progress (5): 159 kB | 145 kB | 134 kB | 60 kB | 7.7/134 kB
Progress (5): 159 kB | 145 kB | 134 kB | 60 kB | 12/134 kB 
Progress (5): 159 kB | 145 kB | 134 kB | 60 kB | 16/134 kB
Progress (5): 159 kB | 145 kB | 134 kB | 60 kB | 20/134 kB
Progress (5): 159 kB | 145 kB | 134 kB | 60 kB | 24/134 kB
Progress (5): 159 kB | 145 kB | 134 kB | 60 kB | 28/134 kB
Progress (5): 159 kB | 145 kB | 134 kB | 60 kB | 32/134 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 286 kB/s)
06:04:20 Progress (4): 145 kB | 134 kB | 60 kB | 36/134 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
06:04:20 Progress (4): 145 kB | 134 kB | 60 kB | 40/134 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 240 kB/s)
06:04:20 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 259 kB/s)
06:04:20 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
06:04:20 Progress (2): 60 kB | 45/134 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
06:04:20 Progress (2): 60 kB | 49/134 kB
Progress (2): 60 kB | 53/134 kB
Progress (2): 60 kB | 57/134 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 107 kB/s)
06:04:20 Progress (1): 61/134 kB
                       
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
06:04:20 Progress (1): 65/134 kB
Progress (1): 69/134 kB
Progress (1): 73/134 kB
Progress (1): 77/134 kB
Progress (1): 81/134 kB
Progress (1): 85/134 kB
Progress (1): 90/134 kB
Progress (1): 94/134 kB
Progress (1): 98/134 kB
Progress (1): 102/134 kB
Progress (1): 106/134 kB
Progress (1): 110/134 kB
Progress (1): 114/134 kB
Progress (1): 118/134 kB
Progress (1): 122/134 kB
Progress (1): 126/134 kB
Progress (1): 131/134 kB
Progress (1): 134 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 235 kB/s)
06:04:20 Progress (1): 4.1/61 kB
                       
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
06:04:21 Progress (1): 7.7/61 kB
Progress (1): 12/61 kB 
Progress (1): 16/61 kB
Progress (2): 16/61 kB | 4.1/247 kB
Progress (2): 16/61 kB | 7.7/247 kB
Progress (2): 16/61 kB | 12/247 kB 
Progress (2): 20/61 kB | 12/247 kB
Progress (2): 20/61 kB | 16/247 kB
Progress (2): 24/61 kB | 16/247 kB
Progress (3): 24/61 kB | 16/247 kB | 4.1/187 kB
Progress (3): 28/61 kB | 16/247 kB | 4.1/187 kB
Progress (3): 28/61 kB | 16/247 kB | 7.7/187 kB
Progress (3): 32/61 kB | 16/247 kB | 7.7/187 kB
Progress (3): 32/61 kB | 16/247 kB | 12/187 kB 
Progress (3): 32/61 kB | 20/247 kB | 12/187 kB
Progress (3): 32/61 kB | 20/247 kB | 16/187 kB
Progress (3): 32/61 kB | 24/247 kB | 16/187 kB
Progress (3): 32/61 kB | 28/247 kB | 16/187 kB
Progress (3): 32/61 kB | 32/247 kB | 16/187 kB
Progress (3): 36/61 kB | 32/247 kB | 16/187 kB
Progress (3): 40/61 kB | 32/247 kB | 16/187 kB
Progress (3): 40/61 kB | 32/247 kB | 20/187 kB
Progress (3): 45/61 kB | 32/247 kB | 20/187 kB
Progress (3): 45/61 kB | 32/247 kB | 24/187 kB
Progress (3): 45/61 kB | 36/247 kB | 24/187 kB
Progress (3): 45/61 kB | 36/247 kB | 28/187 kB
Progress (3): 49/61 kB | 36/247 kB | 28/187 kB
Progress (3): 49/61 kB | 36/247 kB | 32/187 kB
Progress (3): 49/61 kB | 40/247 kB | 32/187 kB
Progress (3): 49/61 kB | 45/247 kB | 32/187 kB
Progress (3): 53/61 kB | 45/247 kB | 32/187 kB
Progress (3): 53/61 kB | 49/247 kB | 32/187 kB
Progress (3): 53/61 kB | 49/247 kB | 36/187 kB
Progress (3): 57/61 kB | 49/247 kB | 36/187 kB
Progress (3): 57/61 kB | 49/247 kB | 40/187 kB
Progress (3): 61/61 kB | 49/247 kB | 40/187 kB
Progress (3): 61/61 kB | 49/247 kB | 45/187 kB
Progress (3): 61 kB | 49/247 kB | 45/187 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 103 kB/s)
06:04:21 Progress (2): 53/247 kB | 45/187 kB
Progress (2): 53/247 kB | 49/187 kB
Progress (3): 53/247 kB | 49/187 kB | 4.1/86 kB
Progress (3): 57/247 kB | 49/187 kB | 4.1/86 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
06:04:21 Progress (4): 57/247 kB | 49/187 kB | 4.1/86 kB | 4.1/615 kB
Progress (4): 57/247 kB | 53/187 kB | 4.1/86 kB | 4.1/615 kB
Progress (4): 61/247 kB | 53/187 kB | 4.1/86 kB | 4.1/615 kB
Progress (4): 61/247 kB | 53/187 kB | 7.7/86 kB | 4.1/615 kB
Progress (4): 65/247 kB | 53/187 kB | 7.7/86 kB | 4.1/615 kB
Progress (4): 65/247 kB | 57/187 kB | 7.7/86 kB | 4.1/615 kB
Progress (4): 65/247 kB | 57/187 kB | 7.7/86 kB | 7.7/615 kB
Progress (4): 65/247 kB | 61/187 kB | 7.7/86 kB | 7.7/615 kB
Progress (4): 65/247 kB | 61/187 kB | 12/86 kB | 7.7/615 kB 
Progress (4): 69/247 kB | 61/187 kB | 12/86 kB | 7.7/615 kB
Progress (4): 69/247 kB | 65/187 kB | 12/86 kB | 7.7/615 kB
Progress (4): 69/247 kB | 65/187 kB | 12/86 kB | 12/615 kB 
Progress (4): 73/247 kB | 65/187 kB | 12/86 kB | 12/615 kB
Progress (4): 73/247 kB | 65/187 kB | 12/86 kB | 16/615 kB
Progress (4): 73/247 kB | 65/187 kB | 16/86 kB | 16/615 kB
Progress (4): 73/247 kB | 69/187 kB | 16/86 kB | 16/615 kB
Progress (4): 77/247 kB | 69/187 kB | 16/86 kB | 16/615 kB
Progress (4): 77/247 kB | 73/187 kB | 16/86 kB | 16/615 kB
Progress (4): 81/247 kB | 73/187 kB | 16/86 kB | 16/615 kB
Progress (4): 81/247 kB | 77/187 kB | 16/86 kB | 16/615 kB
Progress (4): 81/247 kB | 77/187 kB | 20/86 kB | 16/615 kB
Progress (4): 81/247 kB | 77/187 kB | 20/86 kB | 20/615 kB
Progress (4): 81/247 kB | 77/187 kB | 24/86 kB | 20/615 kB
Progress (4): 81/247 kB | 81/187 kB | 24/86 kB | 20/615 kB
Progress (4): 81/247 kB | 81/187 kB | 28/86 kB | 20/615 kB
Progress (4): 85/247 kB | 81/187 kB | 28/86 kB | 20/615 kB
Progress (4): 85/247 kB | 81/187 kB | 28/86 kB | 24/615 kB
Progress (4): 90/247 kB | 81/187 kB | 28/86 kB | 24/615 kB
Progress (4): 90/247 kB | 81/187 kB | 32/86 kB | 24/615 kB
Progress (4): 90/247 kB | 85/187 kB | 32/86 kB | 24/615 kB
Progress (4): 94/247 kB | 85/187 kB | 32/86 kB | 24/615 kB
Progress (4): 94/247 kB | 85/187 kB | 32/86 kB | 28/615 kB
Progress (4): 98/247 kB | 85/187 kB | 32/86 kB | 28/615 kB
Progress (4): 98/247 kB | 90/187 kB | 32/86 kB | 28/615 kB
Progress (4): 98/247 kB | 90/187 kB | 36/86 kB | 28/615 kB
Progress (4): 98/247 kB | 90/187 kB | 36/86 kB | 32/615 kB
Progress (4): 98/247 kB | 90/187 kB | 40/86 kB | 32/615 kB
Progress (4): 98/247 kB | 94/187 kB | 40/86 kB | 32/615 kB
Progress (4): 98/247 kB | 94/187 kB | 45/86 kB | 32/615 kB
Progress (4): 102/247 kB | 94/187 kB | 45/86 kB | 32/615 kB
Progress (4): 102/247 kB | 94/187 kB | 49/86 kB | 32/615 kB
Progress (4): 102/247 kB | 98/187 kB | 49/86 kB | 32/615 kB
Progress (4): 102/247 kB | 98/187 kB | 49/86 kB | 36/615 kB
Progress (4): 106/247 kB | 98/187 kB | 49/86 kB | 36/615 kB
Progress (4): 106/247 kB | 98/187 kB | 49/86 kB | 40/615 kB
Progress (4): 106/247 kB | 98/187 kB | 53/86 kB | 40/615 kB
Progress (4): 110/247 kB | 98/187 kB | 53/86 kB | 40/615 kB
Progress (4): 110/247 kB | 102/187 kB | 53/86 kB | 40/615 kB
Progress (4): 110/247 kB | 102/187 kB | 57/86 kB | 40/615 kB
Progress (4): 110/247 kB | 102/187 kB | 57/86 kB | 45/615 kB
Progress (4): 110/247 kB | 102/187 kB | 61/86 kB | 45/615 kB
Progress (4): 110/247 kB | 106/187 kB | 61/86 kB | 45/615 kB
Progress (4): 114/247 kB | 106/187 kB | 61/86 kB | 45/615 kB
Progress (4): 114/247 kB | 110/187 kB | 61/86 kB | 45/615 kB
Progress (4): 114/247 kB | 110/187 kB | 65/86 kB | 45/615 kB
Progress (4): 114/247 kB | 110/187 kB | 65/86 kB | 49/615 kB
Progress (4): 114/247 kB | 114/187 kB | 65/86 kB | 49/615 kB
Progress (4): 118/247 kB | 114/187 kB | 65/86 kB | 49/615 kB
Progress (4): 118/247 kB | 114/187 kB | 69/86 kB | 49/615 kB
Progress (4): 122/247 kB | 114/187 kB | 69/86 kB | 49/615 kB
Progress (4): 122/247 kB | 114/187 kB | 73/86 kB | 49/615 kB
Progress (4): 126/247 kB | 114/187 kB | 73/86 kB | 49/615 kB
Progress (4): 126/247 kB | 114/187 kB | 73/86 kB | 53/615 kB
Progress (4): 131/247 kB | 114/187 kB | 73/86 kB | 53/615 kB
Progress (4): 131/247 kB | 118/187 kB | 73/86 kB | 53/615 kB
Progress (4): 131/247 kB | 118/187 kB | 77/86 kB | 53/615 kB
Progress (4): 131/247 kB | 122/187 kB | 77/86 kB | 53/615 kB
Progress (4): 131/247 kB | 122/187 kB | 77/86 kB | 57/615 kB
Progress (4): 131/247 kB | 126/187 kB | 77/86 kB | 57/615 kB
Progress (4): 131/247 kB | 126/187 kB | 81/86 kB | 57/615 kB
Progress (4): 131/247 kB | 131/187 kB | 81/86 kB | 57/615 kB
Progress (4): 135/247 kB | 131/187 kB | 81/86 kB | 57/615 kB
Progress (4): 135/247 kB | 131/187 kB | 81/86 kB | 61/615 kB
Progress (5): 135/247 kB | 131/187 kB | 81/86 kB | 61/615 kB | 4.1/100 kB
Progress (5): 135/247 kB | 131/187 kB | 81/86 kB | 65/615 kB | 4.1/100 kB
Progress (5): 139/247 kB | 131/187 kB | 81/86 kB | 65/615 kB | 4.1/100 kB
Progress (5): 139/247 kB | 131/187 kB | 85/86 kB | 65/615 kB | 4.1/100 kB
Progress (5): 143/247 kB | 131/187 kB | 85/86 kB | 65/615 kB | 4.1/100 kB
Progress (5): 143/247 kB | 135/187 kB | 85/86 kB | 65/615 kB | 4.1/100 kB
Progress (5): 143/247 kB | 135/187 kB | 85/86 kB | 65/615 kB | 7.7/100 kB
Progress (5): 143/247 kB | 135/187 kB | 85/86 kB | 69/615 kB | 7.7/100 kB
Progress (5): 143/247 kB | 139/187 kB | 85/86 kB | 69/615 kB | 7.7/100 kB
Progress (5): 147/247 kB | 139/187 kB | 85/86 kB | 69/615 kB | 7.7/100 kB
Progress (5): 147/247 kB | 139/187 kB | 86 kB | 69/615 kB | 7.7/100 kB   
Progress (5): 147/247 kB | 143/187 kB | 86 kB | 69/615 kB | 7.7/100 kB
Progress (5): 147/247 kB | 143/187 kB | 86 kB | 73/615 kB | 7.7/100 kB
Progress (5): 147/247 kB | 143/187 kB | 86 kB | 73/615 kB | 12/100 kB 
Progress (5): 151/247 kB | 143/187 kB | 86 kB | 73/615 kB | 12/100 kB
Progress (5): 151/247 kB | 143/187 kB | 86 kB | 77/615 kB | 12/100 kB
Progress (5): 151/247 kB | 147/187 kB | 86 kB | 77/615 kB | 12/100 kB
Progress (5): 151/247 kB | 147/187 kB | 86 kB | 81/615 kB | 12/100 kB
Progress (5): 155/247 kB | 147/187 kB | 86 kB | 81/615 kB | 12/100 kB
Progress (5): 155/247 kB | 147/187 kB | 86 kB | 81/615 kB | 16/100 kB
Progress (5): 159/247 kB | 147/187 kB | 86 kB | 81/615 kB | 16/100 kB
Progress (5): 159/247 kB | 151/187 kB | 86 kB | 81/615 kB | 16/100 kB
Progress (5): 159/247 kB | 151/187 kB | 86 kB | 85/615 kB | 16/100 kB
Progress (5): 163/247 kB | 151/187 kB | 86 kB | 85/615 kB | 16/100 kB
Progress (5): 163/247 kB | 151/187 kB | 86 kB | 85/615 kB | 20/100 kB
Progress (5): 163/247 kB | 151/187 kB | 86 kB | 90/615 kB | 20/100 kB
Progress (5): 163/247 kB | 155/187 kB | 86 kB | 90/615 kB | 20/100 kB
Progress (5): 163/247 kB | 155/187 kB | 86 kB | 94/615 kB | 20/100 kB
Progress (5): 163/247 kB | 155/187 kB | 86 kB | 94/615 kB | 24/100 kB
Progress (5): 163/247 kB | 155/187 kB | 86 kB | 98/615 kB | 24/100 kB
Progress (5): 167/247 kB | 155/187 kB | 86 kB | 98/615 kB | 24/100 kB
Progress (5): 167/247 kB | 159/187 kB | 86 kB | 98/615 kB | 24/100 kB
Progress (5): 171/247 kB | 159/187 kB | 86 kB | 98/615 kB | 24/100 kB
Progress (5): 171/247 kB | 159/187 kB | 86 kB | 98/615 kB | 28/100 kB
Progress (5): 171/247 kB | 159/187 kB | 86 kB | 102/615 kB | 28/100 kB
Progress (5): 176/247 kB | 159/187 kB | 86 kB | 102/615 kB | 28/100 kB
Progress (5): 176/247 kB | 163/187 kB | 86 kB | 102/615 kB | 28/100 kB
Progress (5): 180/247 kB | 163/187 kB | 86 kB | 102/615 kB | 28/100 kB
Progress (5): 180/247 kB | 163/187 kB | 86 kB | 106/615 kB | 28/100 kB
Progress (5): 180/247 kB | 163/187 kB | 86 kB | 106/615 kB | 32/100 kB
Progress (5): 180/247 kB | 163/187 kB | 86 kB | 110/615 kB | 32/100 kB
Progress (5): 180/247 kB | 163/187 kB | 86 kB | 114/615 kB | 32/100 kB
Progress (5): 180/247 kB | 167/187 kB | 86 kB | 114/615 kB | 32/100 kB
Progress (5): 184/247 kB | 167/187 kB | 86 kB | 114/615 kB | 32/100 kB
Progress (5): 184/247 kB | 167/187 kB | 86 kB | 114/615 kB | 36/100 kB
Progress (5): 188/247 kB | 167/187 kB | 86 kB | 114/615 kB | 36/100 kB
Progress (5): 188/247 kB | 171/187 kB | 86 kB | 114/615 kB | 36/100 kB
Progress (5): 192/247 kB | 171/187 kB | 86 kB | 114/615 kB | 36/100 kB
Progress (5): 192/247 kB | 171/187 kB | 86 kB | 114/615 kB | 40/100 kB
Progress (5): 192/247 kB | 171/187 kB | 86 kB | 118/615 kB | 40/100 kB
Progress (5): 192/247 kB | 171/187 kB | 86 kB | 118/615 kB | 45/100 kB
Progress (5): 196/247 kB | 171/187 kB | 86 kB | 118/615 kB | 45/100 kB
Progress (5): 196/247 kB | 176/187 kB | 86 kB | 118/615 kB | 45/100 kB
Progress (5): 196/247 kB | 176/187 kB | 86 kB | 118/615 kB | 49/100 kB
Progress (5): 196/247 kB | 176/187 kB | 86 kB | 122/615 kB | 49/100 kB
Progress (5): 196/247 kB | 180/187 kB | 86 kB | 122/615 kB | 49/100 kB
Progress (5): 196/247 kB | 180/187 kB | 86 kB | 126/615 kB | 49/100 kB
Progress (5): 200/247 kB | 180/187 kB | 86 kB | 126/615 kB | 49/100 kB
Progress (5): 200/247 kB | 180/187 kB | 86 kB | 126/615 kB | 53/100 kB
Progress (5): 200/247 kB | 180/187 kB | 86 kB | 131/615 kB | 53/100 kB
Progress (5): 200/247 kB | 180/187 kB | 86 kB | 131/615 kB | 57/100 kB
Progress (5): 204/247 kB | 180/187 kB | 86 kB | 131/615 kB | 57/100 kB
Progress (5): 204/247 kB | 184/187 kB | 86 kB | 131/615 kB | 57/100 kB
Progress (5): 208/247 kB | 184/187 kB | 86 kB | 131/615 kB | 57/100 kB
Progress (5): 208/247 kB | 184/187 kB | 86 kB | 131/615 kB | 61/100 kB
Progress (5): 212/247 kB | 184/187 kB | 86 kB | 131/615 kB | 61/100 kB
Progress (5): 212/247 kB | 184/187 kB | 86 kB | 135/615 kB | 61/100 kB
Progress (5): 212/247 kB | 187 kB | 86 kB | 135/615 kB | 61/100 kB    
Progress (5): 212/247 kB | 187 kB | 86 kB | 139/615 kB | 61/100 kB
Progress (5): 212/247 kB | 187 kB | 86 kB | 139/615 kB | 65/100 kB
Progress (5): 217/247 kB | 187 kB | 86 kB | 139/615 kB | 65/100 kB
Progress (5): 217/247 kB | 187 kB | 86 kB | 143/615 kB | 65/100 kB
Progress (5): 221/247 kB | 187 kB | 86 kB | 143/615 kB | 65/100 kB
Progress (5): 221/247 kB | 187 kB | 86 kB | 147/615 kB | 65/100 kB
Progress (5): 225/247 kB | 187 kB | 86 kB | 147/615 kB | 65/100 kB
Progress (5): 225/247 kB | 187 kB | 86 kB | 147/615 kB | 69/100 kB
Progress (5): 229/247 kB | 187 kB | 86 kB | 147/615 kB | 69/100 kB
Progress (5): 229/247 kB | 187 kB | 86 kB | 147/615 kB | 73/100 kB
Progress (5): 229/247 kB | 187 kB | 86 kB | 151/615 kB | 73/100 kB
Progress (5): 229/247 kB | 187 kB | 86 kB | 151/615 kB | 77/100 kB
Progress (5): 229/247 kB | 187 kB | 86 kB | 155/615 kB | 77/100 kB
Progress (5): 233/247 kB | 187 kB | 86 kB | 155/615 kB | 77/100 kB
Progress (5): 233/247 kB | 187 kB | 86 kB | 155/615 kB | 81/100 kB
Progress (5): 237/247 kB | 187 kB | 86 kB | 155/615 kB | 81/100 kB
Progress (5): 237/247 kB | 187 kB | 86 kB | 159/615 kB | 81/100 kB
Progress (5): 241/247 kB | 187 kB | 86 kB | 159/615 kB | 81/100 kB
Progress (5): 241/247 kB | 187 kB | 86 kB | 163/615 kB | 81/100 kB
Progress (5): 245/247 kB | 187 kB | 86 kB | 163/615 kB | 81/100 kB
Progress (5): 245/247 kB | 187 kB | 86 kB | 163/615 kB | 85/100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 163/615 kB | 85/100 kB    
Progress (5): 247 kB | 187 kB | 86 kB | 163/615 kB | 90/100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 163/615 kB | 94/100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 167/615 kB | 94/100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 167/615 kB | 98/100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 171/615 kB | 98/100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 171/615 kB | 100 kB   
Progress (5): 247 kB | 187 kB | 86 kB | 176/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 180/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 184/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 188/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 192/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 196/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 200/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 204/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 208/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 212/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 217/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 221/615 kB | 100 kB
Progress (5): 247 kB | 187 kB | 86 kB | 225/615 kB | 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 280 kB/s)
06:04:21 Progress (4): 247 kB | 86 kB | 229/615 kB | 100 kB
Progress (4): 247 kB | 86 kB | 233/615 kB | 100 kB
Progress (4): 247 kB | 86 kB | 237/615 kB | 100 kB
Progress (4): 247 kB | 86 kB | 241/615 kB | 100 kB
Progress (4): 247 kB | 86 kB | 245/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 136 kB/s)
06:04:21 Progress (3): 247 kB | 86 kB | 249/615 kB
Progress (3): 247 kB | 86 kB | 253/615 kB
Progress (3): 247 kB | 86 kB | 258/615 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 117 kB/s)
06:04:21 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 337 kB/s)
06:04:21 Progress (1): 262/615 kB
Progress (1): 266/615 kB
Progress (1): 270/615 kB
Progress (1): 274/615 kB
Progress (1): 278/615 kB
Progress (1): 282/615 kB
Progress (1): 286/615 kB
Progress (1): 290/615 kB
Progress (1): 294/615 kB
Progress (1): 298/615 kB
Progress (1): 303/615 kB
Progress (1): 307/615 kB
Progress (1): 311/615 kB
Progress (1): 315/615 kB
Progress (1): 319/615 kB
Progress (1): 323/615 kB
Progress (1): 327/615 kB
Progress (1): 331/615 kB
Progress (1): 335/615 kB
Progress (1): 339/615 kB
Progress (1): 344/615 kB
Progress (1): 348/615 kB
Progress (1): 352/615 kB
Progress (1): 356/615 kB
Progress (1): 360/615 kB
Progress (1): 364/615 kB
Progress (1): 368/615 kB
Progress (1): 372/615 kB
Progress (1): 376/615 kB
Progress (1): 380/615 kB
Progress (1): 384/615 kB
Progress (1): 389/615 kB
Progress (1): 393/615 kB
Progress (1): 397/615 kB
Progress (1): 401/615 kB
Progress (1): 405/615 kB
Progress (1): 409/615 kB
Progress (1): 413/615 kB
Progress (1): 417/615 kB
Progress (1): 421/615 kB
Progress (1): 425/615 kB
Progress (1): 430/615 kB
Progress (1): 434/615 kB
Progress (1): 438/615 kB
Progress (1): 442/615 kB
Progress (1): 446/615 kB
Progress (1): 450/615 kB
Progress (1): 454/615 kB
Progress (1): 458/615 kB
Progress (1): 462/615 kB
Progress (1): 466/615 kB
Progress (1): 471/615 kB
Progress (1): 475/615 kB
Progress (1): 479/615 kB
Progress (1): 483/615 kB
Progress (1): 487/615 kB
Progress (1): 491/615 kB
Progress (1): 495/615 kB
Progress (1): 499/615 kB
Progress (1): 503/615 kB
Progress (1): 507/615 kB
Progress (1): 511/615 kB
Progress (1): 516/615 kB
Progress (1): 520/615 kB
Progress (1): 524/615 kB
Progress (1): 528/615 kB
Progress (1): 532/615 kB
Progress (1): 536/615 kB
Progress (1): 540/615 kB
Progress (1): 544/615 kB
Progress (1): 548/615 kB
Progress (1): 552/615 kB
Progress (1): 557/615 kB
Progress (1): 561/615 kB
Progress (1): 565/615 kB
Progress (1): 569/615 kB
Progress (1): 573/615 kB
Progress (1): 577/615 kB
Progress (1): 581/615 kB
Progress (1): 585/615 kB
Progress (1): 589/615 kB
Progress (1): 593/615 kB
Progress (1): 597/615 kB
Progress (1): 602/615 kB
Progress (1): 606/615 kB
Progress (1): 610/615 kB
Progress (1): 614/615 kB
Progress (1): 615 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.jar (615 kB at 802 kB/s)
06:04:21 Generating target/.apibuild.xml
06:04:21 [INFO] 
06:04:21 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jdt.core ---
06:04:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:04:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/src/main/resources
06:04:21 [INFO] 
06:04:21 [INFO] --- maven-resources-plugin:3.1.0:resources (filter-resources) @ org.eclipse.jdt.core ---
06:04:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:04:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/src/main/resources
06:04:21 [INFO] 
06:04:21 [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.jdt.core ---
06:04:21 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
06:04:21 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
06:04:21 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)
06:04:21 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
06:04:21 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
06:04:21 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
06:04:21 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
06:04:21 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
06:04:21 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 11 kB/s)
06:04:21 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
06:04:21 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
06:04:21 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
06:04:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom
06:04:21 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
06:04:21 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 155 kB/s)
06:04:21 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
06:04:21 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
06:04:21 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
06:04:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
06:04:21 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
06:04:21 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 127 kB/s)
06:04:21 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
06:04:21 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
06:04:21 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
06:04:21 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
06:04:21 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
06:04:21 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 27 kB/s)
06:04:21 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
06:04:21 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
06:04:21 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
06:04:22 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
06:04:22 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
06:04:22 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 70 kB/s)
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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 35 kB/s)
06:04:22 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
06:04:22 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
06:04:22 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
06:04:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
06:04:22 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
06:04:22 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 41 kB/s)
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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 14 MB/s)
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:22 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
06:04:23 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
06:04:23 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
06:04:23 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
06:04:23 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
06:04:23 Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar (17 kB at 238 kB/s)
06:04:23 Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
Progress (2): 4.7 kB | 3.5 kB
Progress (3): 4.7 kB | 3.5 kB | 4.1/27 kB
Progress (3): 4.7 kB | 3.5 kB | 7.7/27 kB
Progress (3): 4.7 kB | 3.5 kB | 12/27 kB 
Progress (3): 4.7 kB | 3.5 kB | 16/27 kB
Progress (3): 4.7 kB | 3.5 kB | 20/27 kB
Progress (3): 4.7 kB | 3.5 kB | 24/27 kB
Progress (3): 4.7 kB | 3.5 kB | 27 kB   
                                     
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 50 kB/s)
06:04:23 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 37 kB/s)
06:04:23 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 274 kB/s)
06:04:23 [INFO] Compiling 1581 source files to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/target/classes
06:04:39 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes
06:04:39 [INFO] 
06:04:39 [INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.jdt.core ---
06:04:39 [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)
06:04:39 [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)
06:04:39 [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)
06:04:40 [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)
06:04:40 [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)
06:04:40 [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)
06:04:40 [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)
06:04:40 [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)
06:04:41 [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)
06:04:41 [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)
06:04:41 [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)
06:04:41 [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)
06:04:41 [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)
06:04:41 [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)
06:04:41 [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)
06:04:42 [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)
06:04:42 [INFO] Fetching org.eclipse.jdt.core_3.21.100.v20200312-1918.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (6.72MB)
06:04:43 [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)
06:04:43 [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)
06:04:43 [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)
06:04:44 [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)
06:04:44 [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)
06:04:44 [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)
06:04:44 [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)
06:04:44 [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)
06:04:45 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest/jre]
06:04:45 [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/target/eclipserun-work/data/.metadata/.log
06:04:45 [INFO] Command line:
06:04:45 	[/opt/tools/java/oracle/jdk-8/latest/jre/bin/java, -jar, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/.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-12/org.eclipse.jdt.core/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/target/eclipserun-work/configuration, -data, target/apibuild-workspace, -application, org.eclipse.ant.core.antRunner, -buildfile, target/.apibuild.xml]
06:04:47 Buildfile: target/.apibuild.xml
06:04:47 
06:04:47 apigen:
06:04:58 BUILD SUCCESSFUL
06:04:58 
06:04:58 BUILD SUCCESSFUL
06:04:58 Total time: 10 seconds
06:04:59 [INFO] 
06:04:59 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jdt.core ---
06:04:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:04:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/src/test/resources
06:04:59 [INFO] 
06:04:59 [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.jdt.core ---
06:04:59 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT-sources.jar
06:05:00 [INFO] 
06:05:00 [INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.jdt.core ---
06:05:00 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
06:05:00 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
06:05:00 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
06:05:00 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
06:05:00 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
06:05:00 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 66 kB/s)
06:05:00 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
06:05:00 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
06:05:00 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
06:05:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
06:05:00 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
06:05:00 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 95 kB/s)
06:05:00 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
06:05:00 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
06:05:00 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
06:05:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
06:05:00 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
06:05:00 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 141 kB/s)
06:05:00 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
06:05:00 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
06:05:00 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
06:05:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
06:05:00 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
06:05:00 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 360 kB/s)
06:05:00 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.pom
06:05:00 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/3.8.1/junit-3.8.1.pom
06:05:00 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.pom
06:05:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.pom
06:05:00 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
06:05:00 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 42 kB/s)
06:05:00 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
06:05:00 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
06:05:00 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
06:05:00 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
06:05:00 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
06:05:01 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 457 kB/s)
06:05:01 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
06:05:01 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
06:05:01 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
06:05:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
06:05:01 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
06:05:01 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 106 kB/s)
06:05:01 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
06:05:01 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
06:05:01 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
06:05:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
06:05:01 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
06:05:01 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 205 kB/s)
06:05:01 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
06:05:01 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
06:05:01 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
06:05:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
06:05:01 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
06:05:01 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 187 kB/s)
06:05:01 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
06:05:01 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
06:05:01 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
06:05:01 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
06:05:01 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
06:05:01 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 63 kB/s)
06:05:01 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
06:05:02 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
06:05:02 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
06:05:02 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
06:05:02 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
06:05:02 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.jar
06:05:02 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
06:05:02 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
06:05:02 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
06:05:02 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
06:05:02 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
06:05:02 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
06:05:02 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
06:05:02 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
06:05:02 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
06:05:02 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/3.8.1/junit-3.8.1.jar
06:05:02 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
06:05:02 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
06:05:02 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
06:05:02 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
06:05:02 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
06:05:02 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
06:05:02 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
06:05:02 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
06:05:02 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
06:05:02 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.jar
06:05:02 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
06:05:02 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
06:05:02 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
06:05:02 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
06:05:02 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
06:05:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
06:05:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
06:05:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
06:05:02 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
06:05:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.jar
06:05:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
06:05:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
06:05:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
06:05:02 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
06:05:02 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
06:05:02 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
06:05:02 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
06:05:02 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
06:05:02 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
06:05:02 Progress (1): 4.1/88 kB
Progress (1): 7.7/88 kB
Progress (1): 12/88 kB 
Progress (2): 12/88 kB | 4.1/49 kB
Progress (2): 16/88 kB | 4.1/49 kB
Progress (2): 16/88 kB | 7.7/49 kB
Progress (2): 16/88 kB | 12/49 kB 
Progress (2): 16/88 kB | 16/49 kB
Progress (2): 20/88 kB | 16/49 kB
Progress (2): 24/88 kB | 16/49 kB
Progress (2): 28/88 kB | 16/49 kB
Progress (2): 32/88 kB | 16/49 kB
Progress (2): 32/88 kB | 20/49 kB
Progress (2): 32/88 kB | 24/49 kB
Progress (2): 32/88 kB | 28/49 kB
Progress (2): 32/88 kB | 32/49 kB
Progress (2): 36/88 kB | 32/49 kB
Progress (2): 40/88 kB | 32/49 kB
Progress (2): 45/88 kB | 32/49 kB
Progress (2): 49/88 kB | 32/49 kB
Progress (2): 49/88 kB | 36/49 kB
Progress (2): 49/88 kB | 40/49 kB
Progress (2): 49/88 kB | 45/49 kB
Progress (2): 49/88 kB | 49/49 kB
Progress (2): 53/88 kB | 49/49 kB
Progress (2): 53/88 kB | 49 kB   
Progress (2): 57/88 kB | 49 kB
Progress (2): 61/88 kB | 49 kB
Progress (2): 65/88 kB | 49 kB
Progress (2): 69/88 kB | 49 kB
Progress (2): 73/88 kB | 49 kB
Progress (2): 77/88 kB | 49 kB
Progress (2): 81/88 kB | 49 kB
Progress (2): 85/88 kB | 49 kB
Progress (2): 88 kB | 49 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.6 MB/s)
06:05:02 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
06:05:02 Progress (2): 49 kB | 4.1/12 kB
Progress (2): 49 kB | 7.7/12 kB
Progress (2): 49 kB | 12/12 kB 
Progress (2): 49 kB | 12 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.jar (12 kB at 190 kB/s)
06:05:02 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
06:05:02 Progress (2): 49 kB | 4.1/80 kB
Progress (2): 49 kB | 7.7/80 kB
Progress (2): 49 kB | 12/80 kB 
Progress (2): 49 kB | 16/80 kB
Progress (2): 49 kB | 20/80 kB
Progress (2): 49 kB | 24/80 kB
Progress (2): 49 kB | 28/80 kB
Progress (2): 49 kB | 32/80 kB
Progress (2): 49 kB | 36/80 kB
Progress (2): 49 kB | 40/80 kB
Progress (2): 49 kB | 45/80 kB
Progress (2): 49 kB | 49/80 kB
Progress (2): 49 kB | 53/80 kB
Progress (2): 49 kB | 57/80 kB
Progress (2): 49 kB | 61/80 kB
Progress (2): 49 kB | 65/80 kB
Progress (2): 49 kB | 69/80 kB
Progress (2): 49 kB | 73/80 kB
Progress (2): 49 kB | 77/80 kB
Progress (2): 49 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 1.1 MB/s)
06:05:02 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
06:05:02 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 663 kB/s)
06:05:02 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
06:05:02 Progress (1): 4.1/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
Progress (2): 26 kB | 4.1/51 kB
Progress (2): 26 kB | 7.7/51 kB
Progress (2): 26 kB | 12/51 kB 
Progress (2): 26 kB | 16/51 kB
Progress (2): 26 kB | 20/51 kB
Progress (2): 26 kB | 24/51 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 298 kB/s)
06:05:02 Progress (1): 28/51 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
06:05:02 Progress (2): 28/51 kB | 4.1/121 kB
Progress (3): 28/51 kB | 4.1/121 kB | 4.1/243 kB
Progress (3): 32/51 kB | 4.1/121 kB | 4.1/243 kB
Progress (3): 32/51 kB | 4.1/121 kB | 7.7/243 kB
Progress (3): 32/51 kB | 7.7/121 kB | 7.7/243 kB
Progress (3): 32/51 kB | 7.7/121 kB | 12/243 kB 
Progress (3): 32/51 kB | 12/121 kB | 12/243 kB 
Progress (3): 32/51 kB | 12/121 kB | 16/243 kB
Progress (3): 36/51 kB | 12/121 kB | 16/243 kB
Progress (3): 36/51 kB | 16/121 kB | 16/243 kB
Progress (3): 40/51 kB | 16/121 kB | 16/243 kB
Progress (3): 45/51 kB | 16/121 kB | 16/243 kB
Progress (4): 45/51 kB | 16/121 kB | 16/243 kB | 0/2.0 MB
Progress (4): 45/51 kB | 20/121 kB | 16/243 kB | 0/2.0 MB
Progress (4): 45/51 kB | 20/121 kB | 20/243 kB | 0/2.0 MB
Progress (4): 49/51 kB | 20/121 kB | 20/243 kB | 0/2.0 MB
Progress (4): 49/51 kB | 20/121 kB | 24/243 kB | 0/2.0 MB
Progress (4): 49/51 kB | 24/121 kB | 24/243 kB | 0/2.0 MB
Progress (4): 49/51 kB | 24/121 kB | 28/243 kB | 0/2.0 MB
Progress (4): 51 kB | 24/121 kB | 28/243 kB | 0/2.0 MB   
Progress (4): 51 kB | 24/121 kB | 32/243 kB | 0/2.0 MB
Progress (4): 51 kB | 28/121 kB | 32/243 kB | 0/2.0 MB
Progress (4): 51 kB | 28/121 kB | 32/243 kB | 0/2.0 MB
Progress (4): 51 kB | 32/121 kB | 32/243 kB | 0/2.0 MB
Progress (4): 51 kB | 32/121 kB | 32/243 kB | 0/2.0 MB
Progress (4): 51 kB | 32/121 kB | 36/243 kB | 0/2.0 MB
Progress (4): 51 kB | 32/121 kB | 40/243 kB | 0/2.0 MB
Progress (4): 51 kB | 36/121 kB | 40/243 kB | 0/2.0 MB
Progress (4): 51 kB | 36/121 kB | 45/243 kB | 0/2.0 MB
                                                      
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 548 kB/s)
06:05:02 Progress (3): 40/121 kB | 45/243 kB | 0/2.0 MB
Progress (3): 40/121 kB | 49/243 kB | 0/2.0 MB
Progress (3): 40/121 kB | 49/243 kB | 0/2.0 MB
Progress (3): 45/121 kB | 49/243 kB | 0/2.0 MB
Progress (3): 45/121 kB | 49/243 kB | 0/2.0 MB
Progress (3): 49/121 kB | 49/243 kB | 0/2.0 MB
Progress (3): 49/121 kB | 53/243 kB | 0/2.0 MB
Progress (3): 49/121 kB | 57/243 kB | 0/2.0 MB
Progress (3): 49/121 kB | 61/243 kB | 0/2.0 MB
Progress (3): 53/121 kB | 61/243 kB | 0/2.0 MB
Progress (3): 53/121 kB | 65/243 kB | 0/2.0 MB
Progress (3): 53/121 kB | 65/243 kB | 0.1/2.0 MB
Progress (3): 57/121 kB | 65/243 kB | 0.1/2.0 MB
Progress (3): 57/121 kB | 65/243 kB | 0.1/2.0 MB
Progress (3): 61/121 kB | 65/243 kB | 0.1/2.0 MB
Progress (3): 65/121 kB | 65/243 kB | 0.1/2.0 MB
Progress (3): 65/121 kB | 69/243 kB | 0.1/2.0 MB
Progress (3): 65/121 kB | 73/243 kB | 0.1/2.0 MB
Progress (3): 69/121 kB | 73/243 kB | 0.1/2.0 MB
Progress (3): 69/121 kB | 77/243 kB | 0.1/2.0 MB
Progress (3): 69/121 kB | 77/243 kB | 0.1/2.0 MB
Progress (3): 69/121 kB | 81/243 kB | 0.1/2.0 MB
Progress (3): 73/121 kB | 81/243 kB | 0.1/2.0 MB
Progress (3): 73/121 kB | 81/243 kB | 0.1/2.0 MB
Progress (3): 77/121 kB | 81/243 kB | 0.1/2.0 MB
Progress (3): 81/121 kB | 81/243 kB | 0.1/2.0 MB
Progress (3): 81/121 kB | 85/243 kB | 0.1/2.0 MB
Progress (3): 81/121 kB | 90/243 kB | 0.1/2.0 MB
Progress (4): 81/121 kB | 90/243 kB | 0.1/2.0 MB | 4.1/18 kB
Progress (4): 81/121 kB | 90/243 kB | 0.1/2.0 MB | 4.1/18 kB
Progress (4): 85/121 kB | 90/243 kB | 0.1/2.0 MB | 4.1/18 kB
Progress (4): 85/121 kB | 94/243 kB | 0.1/2.0 MB | 4.1/18 kB
Progress (4): 90/121 kB | 94/243 kB | 0.1/2.0 MB | 4.1/18 kB
Progress (4): 90/121 kB | 94/243 kB | 0.1/2.0 MB | 4.1/18 kB
Progress (4): 90/121 kB | 94/243 kB | 0.1/2.0 MB | 7.7/18 kB
Progress (4): 94/121 kB | 94/243 kB | 0.1/2.0 MB | 7.7/18 kB
Progress (4): 94/121 kB | 98/243 kB | 0.1/2.0 MB | 7.7/18 kB
Progress (4): 98/121 kB | 98/243 kB | 0.1/2.0 MB | 7.7/18 kB
Progress (4): 98/121 kB | 98/243 kB | 0.1/2.0 MB | 12/18 kB 
Progress (4): 98/121 kB | 98/243 kB | 0.1/2.0 MB | 12/18 kB
Progress (4): 98/121 kB | 98/243 kB | 0.1/2.0 MB | 16/18 kB
Progress (4): 102/121 kB | 98/243 kB | 0.1/2.0 MB | 16/18 kB
Progress (4): 102/121 kB | 98/243 kB | 0.1/2.0 MB | 16/18 kB
Progress (4): 102/121 kB | 102/243 kB | 0.1/2.0 MB | 16/18 kB
Progress (4): 106/121 kB | 102/243 kB | 0.1/2.0 MB | 16/18 kB
Progress (4): 106/121 kB | 102/243 kB | 0.1/2.0 MB | 18 kB   
Progress (4): 110/121 kB | 102/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 110/121 kB | 106/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 114/121 kB | 106/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 114/121 kB | 106/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 114/121 kB | 110/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 118/121 kB | 110/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 118/121 kB | 114/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 118/121 kB | 114/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 114/243 kB | 0.1/2.0 MB | 18 kB    
Progress (4): 121 kB | 118/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 122/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 126/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 126/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 131/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 131/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 135/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 139/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 143/243 kB | 0.1/2.0 MB | 18 kB
Progress (4): 121 kB | 143/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 147/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 147/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 151/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 155/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 155/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 159/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 159/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 163/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 163/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 167/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 167/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 171/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 176/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 180/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 180/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 184/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 184/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 188/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 192/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 192/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 196/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 196/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 200/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 204/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 208/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 208/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 212/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 212/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 217/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 221/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 225/243 kB | 0.2/2.0 MB | 18 kB
Progress (4): 121 kB | 225/243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 229/243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 229/243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 233/243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 237/243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 241/243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 241/243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 243 kB | 0.3/2.0 MB | 18 kB    
Progress (4): 121 kB | 243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 243 kB | 0.3/2.0 MB | 18 kB
Progress (4): 121 kB | 243 kB | 0.3/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 107 kB/s)
06:05:02 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 1.4 MB/s)
06:05:02 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 696 kB/s)
06:05:03 Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/2.0 MB
Progress (1): 0.3/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.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 4.6 MB/s)
06:05:03 [INFO] Executing tasks
06:05:03 
06:05:03 main:
06:05:03 [INFO] Executed tasks
06:05:03 [INFO] 
06:05:03 [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.jdt.core ---
06:05:03 [INFO] 
06:05:03 [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core ---
06:05:03 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/jdtCompilerAdapter.jar
06:05:03 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT.jar
06:05:04 [INFO] 
06:05:04 [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core ---
06:05:08 [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/pom.xml
06:05:08     The main artifact has been replaced with the baseline version.
06:05:08     The following attached artifacts have been replaced with the baseline version: [sources]
06:05:08 
06:05:08 [INFO] 
06:05:08 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core ---
06:05:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:05:08 [INFO] Copying 1 resource
06:05:08 [INFO] 
06:05:08 [INFO] --- tycho-custom-bundle-plugin:1.6.0:custom-bundle (antadapter) @ org.eclipse.jdt.core ---
06:05:08 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT-antadapter.jar
06:05:08 [INFO] 
06:05:08 [INFO] --- tycho-custom-bundle-plugin:1.6.0:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core ---
06:05:08 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT-batch-compiler-src.jar
06:05:09 [INFO] 
06:05:09 [INFO] --- tycho-custom-bundle-plugin:1.6.0:custom-bundle (batch-compiler) @ org.eclipse.jdt.core ---
06:05:09 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT-batch-compiler.jar
06:05:09 [INFO] 
06:05:09 [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core ---
06:05:13 [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/pom.xml: baseline and build artifacts have same version but different contents
06:05:13    classifier-antadapter: not present in baseline
06:05:13    classifier-batch-compiler-src: not present in baseline
06:05:13    classifier-batch-compiler: different
06:05:13       META-INF/services/javax.tools.JavaCompiler: present in baseline only
06:05:13       org/eclipse/jdt/core/BuildJarIndex.class: present in baseline only
06:05:13       org/eclipse/jdt/core/CheckDebugAttributes.class: present in baseline only
06:05:13       org/eclipse/jdt/core/JDTCompilerAdapter$1.class: present in baseline only
06:05:13       org/eclipse/jdt/core/JDTCompilerAdapter.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/antadapter/AntAdapterMessages.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/antadapter/messages.properties: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/AptProblem.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/BaseAnnotationProcessorManager.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/BaseMessagerImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/BaseProcessingEnvImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/BatchAnnotationProcessorManager.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/BatchFilerImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/BatchMessagerImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/BatchProcessingEnvImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject$ForwardingOutputStream.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject$ForwardingWriter.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/IProcessorProvider.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/ProcessorInfo.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/RoundDispatcher.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/dispatch/RoundEnvImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/AnnotationMemberValue.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/AnnotationMirrorImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/AnnotationValueImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ArrayTypeImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/DeclaredTypeImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ElementImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl9.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ErrorTypeElement.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ErrorTypeImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ExecutableElementImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ExecutableTypeImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/Factory.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/IElementInfo.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$ExportsDirectiveImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$OpensDirectiveImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$PackageDirectiveImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$ProvidesDirectiveImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$RequiresDirectiveImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$UsesDirectiveImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/NameImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/NoTypeImpl$1.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/NoTypeImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/PackageElementImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/PrimitiveTypeImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypeElementImpl$SourceLocationComparator.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypeElementImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypeMirrorImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypeParameterElementImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypeVariableImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$1.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$2.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$3.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$4.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$MemberInTypeFinder.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/VariableElementImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/model/WildcardTypeImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/Archive.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/ArchiveFileObject.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager$1.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager$2.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/EclipseFileObject.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem$1.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem$JrtFileObject.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/ManyToMany.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$LocationContainer.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$LocationWrapper.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$ModuleLocationWrapper.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$SystemLocationContainer.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/Options.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/Util$EncodingError.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/Util$EncodingErrorCollector.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/apt/util/Util.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/batch/ClasspathJsr199.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/lookup/AptBinaryLocalVariableBinding.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/lookup/AptSourceLocalVariableBinding.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/Archive.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/ArchiveFileObject.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseBatchRequestor.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompiler$1.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompiler.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$1.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$2.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3$1.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3$2.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$4.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$Jsr199ProblemWrapper.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerRequestor.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseDiagnostic.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseFileManager$1.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseFileManager$2.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/EclipseFileObject.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/ExceptionDiagnostic.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/JrtFileSystem$1.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/JrtFileSystem$JrtFileObject.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/JrtFileSystem.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$LocationContainer.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$LocationWrapper.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$ModuleLocationWrapper.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$OutputLocationContainer.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$SystemLocationContainer.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/Options.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/Util$EncodingError.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/Util$EncodingErrorCollector.class: present in baseline only
06:05:13       org/eclipse/jdt/internal/compiler/tool/Util.class: present in baseline only
06:05:13 
06:05:13 [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core/pom.xml
06:05:13     The main artifact has been replaced with the baseline version.
06:05:13     The following attached artifacts have been replaced with the baseline version: [sources, batch-compiler]
06:05:13 
06:05:13 [INFO] 
06:05:13 [INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core ---
06:05:13 [INFO] Skipped
06:05:13 [INFO] 
06:05:13 [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler >---------
06:05:13 [INFO] Building org.eclipse.jdt.core.tests.compiler 3.12.1200-SNAPSHOT    [2/2]
06:05:13 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
06:05:13 [INFO] 
06:05:13 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.tests.compiler ---
06:05:13 [INFO] 
06:05:13 [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.compiler ---
06:05:13 [INFO] The project's OSGi version is 3.12.1200.v20200312-1710
06:05:13 [INFO] 
06:05:13 [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.compiler ---
06:05:13 [INFO] 
06:05:13 [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.compiler ---
06:05:13 [INFO] 
06:05:13 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.compiler ---
06:05:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:05:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/saveproperties
06:05:13 [INFO] 
06:05:13 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.compiler ---
06:05:13 [INFO] 
06:05:13 [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.jdt.core.tests.compiler ---
06:05:13 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
06:05:13 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
06:05:13 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
06:05:13 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
06:05:13 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
06:05:13 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 465 kB/s)
06:05:13 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
06:05:13 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
06:05:13 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
06:05:13 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
06:05:13 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
06:05:13 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 43 kB/s)
06:05:13 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
06:05:13 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
06:05:13 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
06:05:13 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
06:05:13 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
06:05:14 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 47 kB/s)
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
06:05:14 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
06:05:14 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 233 kB/s)
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
06:05:14 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
06:05:14 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 77 kB/s)
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 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 75 kB/s)
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 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 45 kB/s)
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 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
06:05:14 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
06:05:15 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 27 kB/s)
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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 54 kB/s)
06:05:15 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
06:05:15 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
06:05:15 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
06:05:15 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
06:05:15 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
06:05:15 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 370 kB/s)
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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 25 kB/s)
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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 62 kB/s)
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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
06:05:15 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
06:05:16 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 33 kB/s)
06:05:16 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
06:05:16 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
06:05:16 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
06:05:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
06:05:16 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
06:05:16 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 71 kB/s)
06:05:16 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
06:05:16 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
06:05:16 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
06:05:16 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
06:05:16 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
06:05:16 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 54 kB/s)
06:05:16 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
06:05:16 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
06:05:16 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
06:05:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
06:05:16 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
06:05:16 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 258 kB/s)
06:05:16 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
06:05:16 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
06:05:16 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
06:05:16 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
06:05:16 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
06:05:16 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 33 kB/s)
06:05:16 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
06:05:16 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
06:05:16 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
06:05:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
06:05:16 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
06:05:17 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 30 kB/s)
06:05:17 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom
06:05:17 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/11/commons-parent-11.pom
06:05:17 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom
06:05:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/11/commons-parent-11.pom
06:05:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
06:05: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): 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 685 kB/s)
06:05:17 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom
06:05:17 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/4/apache-4.pom
06:05:17 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom
06:05:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom
06:05:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
06:05:17 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 88 kB/s)
06:05:17 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
06:05:17 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
06:05:17 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
06:05:17 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
06:05:18 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
06:05:18 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 120 kB/s)
06:05:18 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
06:05:18 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
06:05:18 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
06:05:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
06:05:18 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
06:05:19 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 1.2 kB/s)
06:05:19 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
06:05:19 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.pom
06:05:19 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
06:05:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.pom
06:05:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
06:05:19 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 133 kB/s)
06:05:19 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
06:05:19 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
06:05:19 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
06:05:19 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
06:05:19 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
06:05:19 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
06:05:19 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
06:05:19 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
06:05:19 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
06:05:19 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
06:05:19 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
06:05:19 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
06:05:19 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
06:05:19 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.jar
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
06:05:20 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
06:05:20 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
06:05:20 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
06:05:20 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
06:05:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
06:05:21 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
06:05:21 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
06:05:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
06:05:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
06:05:21 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
06:05:21 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
06:05:21 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
06:05:21 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
06:05:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
06:05:21 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
06:05:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
06:05:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
06:05:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar
06:05:22 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
06:05:22 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
06:05:22 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
06:05:22 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
06:05:22 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
06:05:22 Progress (1): 4.1/22 kB
Progress (2): 4.1/22 kB | 4.1/17 kB
Progress (2): 7.7/22 kB | 4.1/17 kB
Progress (2): 7.7/22 kB | 7.7/17 kB
Progress (2): 12/22 kB | 7.7/17 kB 
Progress (2): 12/22 kB | 12/17 kB 
Progress (2): 16/22 kB | 12/17 kB
Progress (2): 16/22 kB | 16/17 kB
Progress (3): 16/22 kB | 16/17 kB | 4.1/8.8 kB
Progress (3): 16/22 kB | 17 kB | 4.1/8.8 kB   
Progress (3): 20/22 kB | 17 kB | 4.1/8.8 kB
Progress (3): 20/22 kB | 17 kB | 7.7/8.8 kB
Progress (3): 22 kB | 17 kB | 7.7/8.8 kB   
Progress (3): 22 kB | 17 kB | 8.8 kB    
Progress (4): 22 kB | 17 kB | 8.8 kB | 4.1/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 7.7/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 12/178 kB 
Progress (4): 22 kB | 17 kB | 8.8 kB | 16/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 20/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 24/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 28/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 32/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 36/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 40/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 45/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 49/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 53/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 57/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 61/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 65/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 69/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 73/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 77/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 81/178 kB
Progress (4): 22 kB | 17 kB | 8.8 kB | 85/178 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 283 kB/s)
06:05:22 Progress (3): 22 kB | 8.8 kB | 90/178 kB
                                        
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
06:05:22 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 147 kB/s)
06:05:22 Progress (2): 22 kB | 94/178 kB
                               
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
06:05:22 Progress (2): 22 kB | 98/178 kB
Progress (2): 22 kB | 102/178 kB
Progress (2): 22 kB | 106/178 kB
Progress (2): 22 kB | 110/178 kB
Progress (2): 22 kB | 114/178 kB
Progress (2): 22 kB | 118/178 kB
Progress (2): 22 kB | 122/178 kB
Progress (2): 22 kB | 126/178 kB
Progress (2): 22 kB | 131/178 kB
Progress (2): 22 kB | 135/178 kB
Progress (2): 22 kB | 139/178 kB
Progress (2): 22 kB | 143/178 kB
Progress (2): 22 kB | 147/178 kB
Progress (2): 22 kB | 151/178 kB
Progress (2): 22 kB | 155/178 kB
Progress (2): 22 kB | 159/178 kB
Progress (2): 22 kB | 163/178 kB
Progress (2): 22 kB | 167/178 kB
Progress (2): 22 kB | 171/178 kB
Progress (2): 22 kB | 176/178 kB
Progress (2): 22 kB | 178 kB    
Progress (3): 22 kB | 178 kB | 4.1/13 kB
Progress (3): 22 kB | 178 kB | 7.7/13 kB
Progress (3): 22 kB | 178 kB | 12/13 kB 
Progress (3): 22 kB | 178 kB | 13 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 290 kB/s)
06:05:22 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
06:05:22 Progress (3): 178 kB | 13 kB | 4.1/9.8 kB
Progress (3): 178 kB | 13 kB | 7.7/9.8 kB
Progress (3): 178 kB | 13 kB | 9.8 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.2 MB/s)
06:05:22 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
06:05:22 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 114 kB/s)
06:05:22 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
06:05:22 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 141 kB/s)
06:05:22 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
06:05:22 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   
Progress (2): 22 kB | 4.1/11 kB
Progress (2): 22 kB | 7.7/11 kB
Progress (2): 22 kB | 11 kB    
Progress (3): 22 kB | 11 kB | 4.1/13 kB
Progress (3): 22 kB | 11 kB | 7.7/13 kB
Progress (4): 22 kB | 11 kB | 7.7/13 kB | 4.1/13 kB
Progress (4): 22 kB | 11 kB | 12/13 kB | 4.1/13 kB 
Progress (4): 22 kB | 11 kB | 12/13 kB | 7.7/13 kB
Progress (4): 22 kB | 11 kB | 13 kB | 7.7/13 kB   
Progress (5): 22 kB | 11 kB | 13 kB | 7.7/13 kB | 4.1/41 kB
Progress (5): 22 kB | 11 kB | 13 kB | 12/13 kB | 4.1/41 kB 
Progress (5): 22 kB | 11 kB | 13 kB | 12/13 kB | 7.7/41 kB
Progress (5): 22 kB | 11 kB | 13 kB | 13 kB | 7.7/41 kB   
Progress (5): 22 kB | 11 kB | 13 kB | 13 kB | 12/41 kB 
Progress (5): 22 kB | 11 kB | 13 kB | 13 kB | 16/41 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 130 kB/s)
06:05:22 Progress (4): 22 kB | 11 kB | 13 kB | 20/41 kB
                                              
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
06:05:22 Progress (4): 22 kB | 11 kB | 13 kB | 24/41 kB
Progress (4): 22 kB | 11 kB | 13 kB | 28/41 kB
Progress (4): 22 kB | 11 kB | 13 kB | 32/41 kB
Progress (4): 22 kB | 11 kB | 13 kB | 36/41 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.jar (11 kB at 107 kB/s)
06:05:22 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
06:05:22 Progress (3): 22 kB | 13 kB | 40/41 kB
Progress (3): 22 kB | 13 kB | 41 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 118 kB/s)
06:05:22 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
06:05:22 Progress (3): 22 kB | 41 kB | 4.1/10 kB
Progress (3): 22 kB | 41 kB | 7.7/10 kB
Progress (3): 22 kB | 41 kB | 10 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 84 kB/s)
06:05:22 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 329 kB/s)
06:05:22 Progress (2): 22 kB | 4.1/38 kB
Progress (2): 22 kB | 7.7/38 kB
Progress (2): 22 kB | 12/38 kB 
Progress (2): 22 kB | 16/38 kB
Progress (2): 22 kB | 20/38 kB
Progress (2): 22 kB | 24/38 kB
Progress (2): 22 kB | 28/38 kB
Progress (2): 22 kB | 32/38 kB
Progress (3): 22 kB | 32/38 kB | 4.1/228 kB
Progress (3): 22 kB | 36/38 kB | 4.1/228 kB
Progress (3): 22 kB | 36/38 kB | 7.7/228 kB
Progress (3): 22 kB | 36/38 kB | 12/228 kB 
Progress (3): 22 kB | 36/38 kB | 16/228 kB
Progress (3): 22 kB | 36/38 kB | 20/228 kB
Progress (3): 22 kB | 36/38 kB | 24/228 kB
Progress (3): 22 kB | 36/38 kB | 28/228 kB
Progress (3): 22 kB | 36/38 kB | 32/228 kB
Progress (3): 22 kB | 36/38 kB | 36/228 kB
Progress (3): 22 kB | 36/38 kB | 40/228 kB
Progress (3): 22 kB | 36/38 kB | 45/228 kB
Progress (3): 22 kB | 36/38 kB | 49/228 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 145 kB/s)
06:05:22 Progress (2): 38 kB | 49/228 kB
Progress (2): 38 kB | 53/228 kB
Progress (2): 38 kB | 57/228 kB
Progress (2): 38 kB | 61/228 kB
Progress (2): 38 kB | 65/228 kB
Progress (2): 38 kB | 69/228 kB
Progress (2): 38 kB | 73/228 kB
Progress (2): 38 kB | 77/228 kB
Progress (2): 38 kB | 81/228 kB
Progress (2): 38 kB | 85/228 kB
Progress (2): 38 kB | 90/228 kB
Progress (2): 38 kB | 94/228 kB
Progress (2): 38 kB | 98/228 kB
Progress (2): 38 kB | 102/228 kB
Progress (2): 38 kB | 106/228 kB
Progress (2): 38 kB | 110/228 kB
Progress (2): 38 kB | 114/228 kB
Progress (2): 38 kB | 118/228 kB
Progress (2): 38 kB | 122/228 kB
Progress (2): 38 kB | 126/228 kB
Progress (2): 38 kB | 131/228 kB
Progress (2): 38 kB | 135/228 kB
Progress (2): 38 kB | 139/228 kB
Progress (2): 38 kB | 143/228 kB
Progress (2): 38 kB | 147/228 kB
Progress (2): 38 kB | 151/228 kB
Progress (2): 38 kB | 155/228 kB
Progress (2): 38 kB | 159/228 kB
Progress (2): 38 kB | 163/228 kB
Progress (2): 38 kB | 167/228 kB
Progress (2): 38 kB | 171/228 kB
Progress (2): 38 kB | 176/228 kB
Progress (2): 38 kB | 180/228 kB
Progress (2): 38 kB | 184/228 kB
Progress (2): 38 kB | 188/228 kB
Progress (2): 38 kB | 192/228 kB
Progress (2): 38 kB | 196/228 kB
Progress (2): 38 kB | 200/228 kB
Progress (2): 38 kB | 204/228 kB
Progress (2): 38 kB | 208/228 kB
Progress (2): 38 kB | 212/228 kB
Progress (2): 38 kB | 217/228 kB
Progress (2): 38 kB | 221/228 kB
Progress (2): 38 kB | 225/228 kB
Progress (2): 38 kB | 228 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 216 kB/s)
06:05:22 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 579 kB/s)
06:05:22 [INFO] Required toolchain: jdk [ id='JavaSE-12' ]
06:05:22 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-12/latest]
06:05:22 [INFO] 
06:05:22 [INFO] --- eclipse-cbi-plugin:1.1.8-SNAPSHOT:generate-api-build-xml (default) @ org.eclipse.jdt.core.tests.compiler ---
06:05:22 [INFO] 
06:05:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jdt.core.tests.compiler ---
06:05:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:05:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/src/main/resources
06:05:22 [INFO] 
06:05:22 [INFO] --- maven-resources-plugin:3.1.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.compiler ---
06:05:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:05:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/src/main/resources
06:05:22 [INFO] 
06:05:22 [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.jdt.core.tests.compiler ---
06:05:22 [INFO] Compiling 266 source files to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/target/classes
06:05:27 [INFO] 
06:05:27 [INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.jdt.core.tests.compiler ---
06:05:27 [INFO] 
06:05:27 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.compiler ---
06:05:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:05:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/src/test/resources
06:05:27 [INFO] 
06:05:27 [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.compiler ---
06:05:27 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.12.1200-SNAPSHOT-sources.jar
06:05:28 [INFO] 
06:05:28 [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.compiler ---
06:05:28 [INFO] 
06:05:28 [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.compiler ---
06:05:28 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.12.1200-SNAPSHOT.jar
06:05:28 [INFO] 
06:05:28 [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.compiler ---
06:05:30 [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/pom.xml: baseline and build artifacts have same version but different contents
06:05:30    classifier-sources: not present in baseline
06:05:30 
06:05:30 [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/pom.xml
06:05:30     The main artifact has been replaced with the baseline version.
06:05:30     The following attached artifacts are not present in the baseline and have been removed: [sources]
06:05:30 
06:05:30 [INFO] 
06:05:30 [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.jdt.core.tests.compiler ---
06:05:30 [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-12/latest]
06:05:30 [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/target/work/data/.metadata/.log
06:05:30 [INFO] Command line:
06:05:30 	[/opt/tools/java/openjdk/jdk-12/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/openjdk/jdk-12/latest/, -Dcompliance=12, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/.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-12/org.eclipse.jdt.core.tests.compiler/target/work/data, -install, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/target/work, -configuration, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/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-12/org.eclipse.jdt.core.tests.compiler/target/surefire.properties]
06:05:34 Running org.eclipse.jdt.core.tests.compiler.regression.TestAll
06:05:34 reflectNestedClassUseDollar=true due to isJRE9Plus
06:05:36 ***************************************************************************
06:05:36 * Sun Javac compiler output archived into file:
06:05:36 * /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:36 ***************************************************************************
06:05:36 ***************************************************************************
06:05:36 * Comparison with Sun Javac compiler for class StandAloneASTParserTest (null tests)
06:05:36 ***************************************************************************
06:05:36 
06:05:36 
06:05:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:37 
06:05:37 
06:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 
06:05:38 
06:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 
06:05:38 
06:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 
06:05:38 
06:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 
06:05:38 
06:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 
06:05:38 
06:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 
06:05:38 
06:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 
06:05:38 
06:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 
06:05:38 
06:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 
06:05:38 
06:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:38 ***************************************************************************
06:05:38 * Comparison with Sun Javac compiler for class ArrayTest (null tests)
06:05:38 ***************************************************************************
06:05:39 
06:05:39 
06:05:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:41 
06:05:41 
06:05:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:42 
06:05:42 
06:05:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:43 
06:05:43 
06:05:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:44 
06:05:44 
06:05:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:45 --- javac err: ---
06:05:45 X.java:3: error: ']' expected
06:05:45 		char[][][] array = new char[][][10];
06:05:45 		                                ^
06:05:45 1 error
06:05:45 
06:05:45 
06:05:45 
06:05:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:46 
06:05:46 
06:05:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:47 
06:05:47 
06:05:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:48 --- javac err: ---
06:05:48 X.java:3: error: illegal initializer for X
06:05:48 		X x = { 10, zork() };
06:05:48 		      ^
06:05:48 X.java:3: error: cannot find symbol
06:05:48 		X x = { 10, zork() };
06:05:48 		            ^
06:05:48   symbol:   method zork()
06:05:48   location: class X
06:05:48 2 errors
06:05:48 
06:05:48 
06:05:48 
06:05:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:49 --- javac err: ---
06:05:49 X.java:3: error: illegal initializer for int
06:05:49 	int i = {};
06:05:49 	        ^
06:05:49 1 error
06:05:49 
06:05:49 
06:05:49 
06:05:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:50 
06:05:50 
06:05:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:51 --- javac err: ---
06:05:51 X.java:4: warning: [rawtypes] found raw type: Map
06:05:51 	Map fValueMap;
06:05:51 	^
06:05:51   missing type arguments for generic class Map<K,V>
06:05:51   where K,V are type-variables:
06:05:51     K extends Object declared in interface Map
06:05:51     V extends Object declared in interface Map
06:05:51 1 warning
06:05:51 
06:05:51 
06:05:51 
06:05:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:52 --- javac err: ---
06:05:52 X.java:3: error: cannot find symbol
06:05:52         System.out.println(argument + argument);
06:05:52                            ^
06:05:52   symbol:   variable argument
06:05:52   location: class X
06:05:52 X.java:3: error: cannot find symbol
06:05:52         System.out.println(argument + argument);
06:05:52                                       ^
06:05:52   symbol:   variable argument
06:05:52   location: class X
06:05:52 X.java:4: error: cannot find symbol
06:05:52         return new String[] { argument + argument, argument/*no problem*/ };
06:05:52                               ^
06:05:52   symbol:   variable argument
06:05:52   location: class X
06:05:52 X.java:4: error: cannot find symbol
06:05:52         return new String[] { argument + argument, argument/*no problem*/ };
06:05:52                                          ^
06:05:52   symbol:   variable argument
06:05:52   location: class X
06:05:52 X.java:4: error: cannot find symbol
06:05:52         return new String[] { argument + argument, argument/*no problem*/ };
06:05:52                                                    ^
06:05:52   symbol:   variable argument
06:05:52   location: class X
06:05:52 5 errors
06:05:52 
06:05:52 
06:05:52 
06:05:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:53 ----------------------------------------
06:05:53 org.eclipse.jdt.core.tests.compiler.regression.ArrayTest#test014 - 12
06:05:53 X.java [
06:05:53 public class X {
06:05:53 	void foo(long[] longs) throws Exception {
06:05:53 		long[] other = longs.clone();
06:05:53 	}
06:05:53 }
06:05:53 
06:05:53 ]
06:05:53 
06:05:53 
06:05:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:54 
06:05:54 
06:05:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:55 
06:05:55 
06:05:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:55 
06:05:55 
06:05:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:56 --- javac err: ---
06:05:56 X.java:2: error: cannot find symbol
06:05:56 	void foo(p.O[] elems)  {
06:05:56 	          ^
06:05:56   symbol:   class O
06:05:56   location: class Object
06:05:56 1 error
06:05:56 
06:05:56 
06:05:56 
06:05:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:57 
06:05:57 
06:05:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:57 ***************************************************************************
06:05:57 * Comparison with Sun Javac compiler for class AssignmentTest (null tests)
06:05:57 ***************************************************************************
06:05:59 
06:05:59 
06:05:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:05:59 --- javac err: ---
06:05:59 X.java:6: error: cannot find symbol
06:05:59 		zork = zork;	
06:05:59 		^
06:05:59   symbol:   variable zork
06:05:59   location: class X
06:05:59 X.java:6: error: cannot find symbol
06:05:59 		zork = zork;	
06:05:59 		       ^
06:05:59   symbol:   variable zork
06:05:59   location: class X
06:05:59 X.java:7: error: cannot find symbol
06:05:59 		arg = zork;	
06:05:59 		      ^
06:05:59   symbol:   variable zork
06:05:59   location: class X
06:05:59 3 errors
06:05:59 
06:05:59 
06:05:59 
06:05:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:00 
06:06:00 
06:06:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:01 --- javac err: ---
06:06:01 X.java:46: error: cannot assign a value to final variable o
06:06:01             other.o = new Object(); // illegal!  other.o is not assignable
06:06:01                  ^
06:06:01 X.java:59: error: cannot assign a value to final variable o
06:06:01            other.o = new Object(); // illegal!  other.o is not assignable
06:06:01                 ^
06:06:01 2 errors
06:06:01 
06:06:01 
06:06:01 
06:06:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:02 --- javac err: ---
06:06:02 X.java:8: error: cannot assign a value to final variable contents
06:06:02 		other.contents = 5;
06:06:02 		     ^
06:06:02 1 error
06:06:02 
06:06:02 
06:06:02 
06:06:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:03 --- javac err: ---
06:06:03 X.java:5: error: variable v might be assigned in loop
06:06:03 			v = i;
06:06:03 			^
06:06:03 1 error
06:06:03 
06:06:03 
06:06:03 
06:06:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:04 --- javac err: ---
06:06:04 X.java:13: error: variable b might not have been initialized
06:06:04 		System.out.println(a+b);
06:06:04 		                     ^
06:06:04 1 error
06:06:04 
06:06:04 
06:06:04 
06:06:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:05 ----------------------------------------
06:06:05 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test034 - 12
06:06:05 X.java [
06:06:05 public final class X 
06:06:05 {
06:06:05 	public static String vdg;
06:06:05 	public static final String aa = null;
06:06:05 	public static final int a = 14;
06:06:05 	public static final int b = 3;
06:06:05 	private static final int c = 12;
06:06:05 	private static final int d = 2; 
06:06:05 	private static final int e = 3; 
06:06:05 	private static final int f = 34; 
06:06:05 	private static final int g = 35; 
06:06:05 	private static final int h = 36; 
06:06:05 	private static final int j = 4;
06:06:05 	private static final int k = 1;
06:06:05 	public static final int aba = 1;
06:06:05 	public static final int as = 11;
06:06:05 	public static final int ad = 12;
06:06:05 	public static final int af = 13;
06:06:05 	public static final int ag = 2;
06:06:05 	public static final int ah = 21;
06:06:05 	public static final int aj = 22;
06:06:05 	public static final int ak = 3;
06:06:05 	public static final String aaad = null;
06:06:05 	public static final int aaaf = 1;
06:06:05 	public static final int aaag = 2;
06:06:05 	public static final int aaha = 2;
06:06:05 	static int cxvvb = 1;
06:06:05 	static int z = a;
06:06:05 	String asdff;
06:06:05 	public static String ppfp;
06:06:05 	public static int ppfpged;
06:06:05 	boolean asfadf;
06:06:05 	boolean cbxbx;
06:06:05 	private static long tyt, rrky;
06:06:05 	private static int dgjt, ykjr6y;
06:06:05 	private static final int krykr = 1;
06:06:05 	protected static int rykr5;
06:06:05 	protected static int dhfg;
06:06:05 	private static int dthj;
06:06:05 	private static int fkffy;
06:06:05 	private static String fhfy;
06:06:05 	protected static String fhmf;
06:06:05 	protected String ryur6;
06:06:05 	protected String dhdthd;
06:06:05 	protected String dth5;
06:06:05 	protected String kfyk;
06:06:05 	private String ntd;
06:06:05 	public int asdasdads;
06:06:05 	public static final int dntdr = 7;
06:06:05 	public static final int asys = 1;
06:06:05 	public static final int djd5rwas = 11;
06:06:05 	public static final int dhds45rjd = 12;
06:06:05 	public static final int srws4jd = 13;
06:06:05 	public static final int s4ts = 2;
06:06:05 	public static final int dshes4 = 21;
06:06:05 	public static final int drthed56u = 22;
06:06:05 	public static final int drtye45 = 23;
06:06:05 	public static final int xxbxrb = 3;
06:06:05 	public static final int xfbxr = 31;
06:06:05 	public static final int asgw4y = 32;
06:06:05 	public static final int hdtrhs5r = 33;
06:06:05 	public static final int dshsh = 34;
06:06:05 	public static final int ds45yuwsuy = 4;
06:06:05 	public static final int astgs45rys = 5;
06:06:05 	public static final int srgs4y = 6;
06:06:05 	public static final int srgsryw45 = -6;
06:06:05 	public static final int srgdtgjd45ry = -7;
06:06:05 	public static final int srdjs43t = 1;
06:06:05 	public static final int sedteued5y = 2;
06:06:05 	public static int jrfd6u;
06:06:05 	public static int udf56u;
06:06:05 	private String jf6tu;
06:06:05 	private String jf6tud;
06:06:05 	String bsrh;
06:06:05 	protected X(String a)
06:06:05 	{
06:06:05 	}
06:06:05 	private long sfhdsrhs;
06:06:05 	private boolean qaafasdfs;
06:06:05 	private int sdgsa;
06:06:05 	private long dgse4;
06:06:05 	long sgrdsrg;
06:06:05 	public void gdsthsr()
06:06:05 	{
06:06:05 	}
06:06:05 	private int hsrhs;
06:06:05 	private void hsrhsdsh()
06:06:05 	{
06:06:05 	}
06:06:05 	private String dsfhshsr;
06:06:05 	protected void sfhsh4rsrh()
06:06:05 	{
06:06:05 	}
06:06:05 	protected void shsrhsh()
06:06:05 	{
06:06:05 	}
06:06:05 	protected void sfhstuje56u()
06:06:05 	{
06:06:05 	}
06:06:05 	public void dhdrt6u()
06:06:05 	{
06:06:05 	}
06:06:05 	public void hdtue56u()
06:06:05 	{
06:06:05 	}
06:06:05 	private void htdws4()
06:06:05 	{
06:06:05 	}
06:06:05 	String mfmgf;
06:06:05 	String mgdmd;
06:06:05 	String mdsrh;
06:06:05 	String nmdr;
06:06:05 	private void oyioyio()
06:06:05 	{
06:06:05 	}
06:06:05 	protected static long oyioyreye()
06:06:05 	{
06:06:05 		return 0;
06:06:05 	}
06:06:05 	protected static long etueierh()
06:06:05 	{
06:06:05 		return 0;
06:06:05 	}
06:06:05 	protected static void sdfgsgs()
06:06:05 	{
06:06:05 	}
06:06:05 	protected static void fhsrhsrh()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	long dcggsdg;
06:06:05 	int ssssssgsfh;
06:06:05 	long ssssssgae;
06:06:05 	long ssssssfaseg;
06:06:05 	public void zzzdged()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	String t;
06:06:05 	protected void xxxxxcbsg()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	
06:06:05 	public void vdg()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private int[] fffcvffffffasdfaef;
06:06:05 	private int[] fffcffffffasdfaef;
06:06:05 	private long[] ffcvfffffffasdfaef;
06:06:05 	private int fffffghffffasdfaef; 
06:06:05 	private int fffffdffffasdfaef; 
06:06:05 	private String ffafffffffasdfaef;
06:06:05 	
06:06:05 	private void fffffffffasdfaef()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private boolean aaaadgasrg;
06:06:05 	private void ddddgaergnj()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private void aaaadgaeg()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private void aaaaaaefadfgh()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private void addddddddafge()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	static boolean aaaaaaaefae;
06:06:05 	protected void aaaaaaefaef()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private void ggggseae()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private static void ggggggsgsrg()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private static synchronized void ggggggfsfgsr()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private void aaaaaadgaeg()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private void aaaaadgaerg()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private void bbbbbbsfryghs()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private void bfbbbbbbfssreg()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private void bbbbbbfssfb()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private void bbbbbbfssb()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private void bbbbfdssb()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	boolean dggggggdsg;
06:06:05 
06:06:05 	public void hdfhdr()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private void dhdrtdrs()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private void dghdthtdhd()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private void dhdhdtdh()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private void fddhdsh()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private boolean sdffgsdg()
06:06:05 	{
06:06:05 		return true;
06:06:05 	}
06:06:05 			
06:06:05 	private static boolean sdgsdg()
06:06:05 	{
06:06:05 		return false;
06:06:05 	}
06:06:05 	
06:06:05 	protected static final void sfdgsg()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	static int[] fghtys;
06:06:05 
06:06:05 	protected static final int sdsst = 1;
06:06:05 	private static X asdfahnr;
06:06:05 	private static int ssdsdbrtyrtdfhd, ssdsrtyrdbdfhd;
06:06:05 	protected static int ssdsrtydbdfhd, ssdsrtydffbdfhd;
06:06:05 	protected static int ssdrtyhrtysdbdfhd, ssyeghdsdbdfhd;
06:06:05 	private static int ssdsdrtybdfhd, ssdsdehebdfhd;
06:06:05 	protected static int ssdthrtsdbdfhd, ssdshethetdbdfhd;
06:06:05 	private static String sstrdrfhdsdbdfhd;
06:06:05 	protected static int ssdsdbdfhd, ssdsdethbdfhd;
06:06:05 	private static long ssdshdfhchddbdfhd;
06:06:05 	private static long ssdsdvbbdfhd;
06:06:05 	
06:06:05 	
06:06:05 	protected static long ssdsdbdfhd()
06:06:05 	{
06:06:05 		return 0;
06:06:05 	}
06:06:05 
06:06:05 	protected static long sdgsrsbsf()
06:06:05 	{
06:06:05 		return 0;
06:06:05 	}
06:06:05 
06:06:05 	protected static void sfgsfgssghr()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	protected static String sgsgsrg()
06:06:05 	{
06:06:05 		return null;
06:06:05 	}
06:06:05 
06:06:05 	protected static void sdgshsdygra()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private static String sdfsdfs()
06:06:05 	{
06:06:05 		return null;
06:06:05 	}
06:06:05 
06:06:05 	static boolean ryweyer;
06:06:05 
06:06:05 	protected static void adfadfaghsfh()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	protected static void ghasghasrg()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	private static void aadfadfaf()
06:06:05 	{
06:06:05 	}
06:06:05 
06:06:05 	protected static void aadfadf()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private static int fgsfhwr()
06:06:05 	{
06:06:05 		return 0;
06:06:05 	}
06:06:05 
06:06:05 	protected static int gdfgfgrfg()
06:06:05 	{
06:06:05 		return 0;
06:06:05 	}
06:06:05 
06:06:05 	protected static int asdfsfs()
06:06:05 	{
06:06:05 		return 0;
06:06:05 	}
06:06:05 
06:06:05 	protected static String sdgs;
06:06:05 	protected static String sdfsh4e;
06:06:05 	protected static final int gsregs = 0;
06:06:05 	
06:06:05 	protected static String sgsgsd()
06:06:05 	{
06:06:05 		return null;
06:06:05 	}
06:06:05 
06:06:05 	private byte[] sdhqtgwsrh(String rsName, int id)
06:06:05 	{
06:06:05 		String rs = null;
06:06:05 		try
06:06:05 		{
06:06:05 			rs = "";
06:06:05 			return null;
06:06:05 		}
06:06:05 		catch (Exception ex)
06:06:05 		{
06:06:05 		}
06:06:05 		finally
06:06:05 		{
06:06:05 			if (rs != null)
06:06:05 			{
06:06:05 				try
06:06:05 				{
06:06:05 					rs.toString();
06:06:05 				}
06:06:05 				catch (Exception ex)
06:06:05 				{
06:06:05 				}
06:06:05 			}
06:06:05 		}
06:06:05 		return null;
06:06:05 	}
06:06:05 
06:06:05 	private void dgagadga()
06:06:05 	{
06:06:05 	}
06:06:05 	
06:06:05 	private String adsyasta;
06:06:05 }
06:06:05 
06:06:05 ]
06:06:05 
06:06:05 
06:06:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:06 --- javac err: ---
06:06:06 X.java:8: error: cannot find symbol
06:06:06 		Zork z;	}
06:06:06 		^
06:06:06   symbol:   class Zork
06:06:06   location: class X
06:06:06 1 error
06:06:06 
06:06:06 
06:06:06 
06:06:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:07 
06:06:07 
06:06:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:09 
06:06:09 
06:06:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:10 --- javac err: ---
06:06:10 X.java:17: error: Illegal static declaration in inner class <anonymous X$1$1>
06:06:10                         private static boolean selectionChanged;
06:06:10                                                ^
06:06:10   modifier 'static' is only allowed in constant variable declarations
06:06:10 X.java:18: error: Illegal static declaration in inner class <anonymous X$1$1>
06:06:10                         static TreeSelectionListener list = new TreeSelectionListener() {
06:06:10                                                      ^
06:06:10   modifier 'static' is only allowed in constant variable declarations
06:06:10 X.java:24: error: non-static variable myTree cannot be referenced from a static context
06:06:10                       myTree.addTreeSelectionListener(list);
06:06:10                       ^
06:06:10 X.java:23: error: Illegal static declaration in inner class <anonymous X$1$1>
06:06:10                       static {
06:06:10                       ^
06:06:10   modifier 'static' is only allowed in constant variable declarations
06:06:10 4 errors
06:06:10 
06:06:10 
06:06:10 
06:06:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:11 
06:06:11 
06:06:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:12 
06:06:12 
06:06:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:13 
06:06:13 
06:06:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:13 
06:06:13 
06:06:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:14 --- javac err: ---
06:06:14 X.java:4: error: final parameter b may not be assigned
06:06:14       b = false;
06:06:14       ^
06:06:14 1 error
06:06:14 
06:06:14 
06:06:14 
06:06:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:15 
06:06:15 
06:06:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:16 
06:06:16 
06:06:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:17 
06:06:17 
06:06:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:18 --- javac err: ---
06:06:18 X.java:5: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:06:18 		X.MyX.s = s;	}
06:06:18 		     ^
06:06:18 1 warning
06:06:18 
06:06:18 
06:06:18 
06:06:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:19 
06:06:19 
06:06:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:20 --- javac err: ---
06:06:20 p/X.java:4: error: Illegal static declaration in inner class X.XX
06:06:20 	 public static String s;
06:06:20 	                      ^
06:06:20   modifier 'static' is only allowed in constant variable declarations
06:06:20 1 error
06:06:20 
06:06:20 
06:06:20 
06:06:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:21 
06:06:21 
06:06:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:21 --- javac err: ---
06:06:21 X.java:3: error: incompatible types: String cannot be converted to int
06:06:21     int i = "aaa";
06:06:21             ^
06:06:21 X.java:4: error: incompatible types: String cannot be converted to int
06:06:21     i = "bbb";
06:06:21         ^
06:06:21 2 errors
06:06:21 
06:06:21 
06:06:21 
06:06:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:22 --- javac err: ---
06:06:22 X.java:2: error: incompatible types: String cannot be converted to int
06:06:22   int i = "aaa";
06:06:22           ^
06:06:22 X.java:4: error: incompatible types: String cannot be converted to int
06:06:22     i = "bbb";
06:06:22         ^
06:06:22 2 errors
06:06:22 
06:06:22 
06:06:22 
06:06:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:23 
06:06:23 
06:06:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:24 --- javac err: ---
06:06:24 X.java:11: error: variable i might already have been assigned
06:06:24     i = 1;
06:06:24     ^
06:06:24 1 error
06:06:24 
06:06:24 
06:06:24 
06:06:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:25 --- javac err: ---
06:06:25 X.java:11: error: variable i might already have been assigned
06:06:25     i = 1;
06:06:25     ^
06:06:25 1 error
06:06:25 
06:06:25 
06:06:25 
06:06:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:26 --- javac err: ---
06:06:26 X.java:8: error: variable i might be assigned in loop
06:06:26         i = 0;
06:06:26         ^
06:06:26 1 error
06:06:26 
06:06:26 ----------------------------------------
06:06:26 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test058_definite_unassignment_try_finally - 12
06:06:26 X.java [
06:06:26 public class X {
06:06:26   public static void main(String args[]) {
06:06:26     final int i;
06:06:26     do {
06:06:26       try {
06:06:26         break;
06:06:26       } finally {
06:06:26         i = 0;
06:06:26       }
06:06:26     } while (args.length > 0);
06:06:26     System.out.println(i);
06:06:26   }
06:06:26 }
06:06:26 ]
06:06:26 
06:06:26 
06:06:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:27 --- javac err: ---
06:06:27 X.java:4: error: variable i might be assigned in loop
06:06:27     for (; 0 < (i = 1); i = i + 1) {
06:06:27                 ^
06:06:27 1 error
06:06:27 
06:06:27 
06:06:27 
06:06:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:28 
06:06:28 
06:06:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:29 --- javac err: ---
06:06:29 X.java:2: error: incompatible types: java.util.Date cannot be converted to java.sql.Date
06:06:29 	java.sql.Date d = new java.util.Date();
06:06:29 	                  ^
06:06:29 1 error
06:06:29 
06:06:29 
06:06:29 
06:06:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:30 --- javac err: ---
06:06:30 X.java:11: error: incompatible types: byte cannot be converted to boolean
06:06:30 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
06:06:30 	                       ^
06:06:30 X.java:11: error: incompatible types: short cannot be converted to boolean
06:06:30 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
06:06:30 	                          ^
06:06:30 X.java:11: error: incompatible types: char cannot be converted to boolean
06:06:30 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
06:06:30 	                             ^
06:06:30 X.java:11: error: incompatible types: int cannot be converted to boolean
06:06:30 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
06:06:30 	                                   ^
06:06:30 X.java:11: error: incompatible types: long cannot be converted to boolean
06:06:30 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
06:06:30 	                                      ^
06:06:30 X.java:11: error: incompatible types: float cannot be converted to boolean
06:06:30 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
06:06:30 	                                         ^
06:06:30 X.java:11: error: incompatible types: double cannot be converted to boolean
06:06:30 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
06:06:30 	                                            ^
06:06:30 X.java:12: error: incompatible types: possible lossy conversion from short to byte
06:06:30 	byte[] bytes = { b, s, c, z, i, j, f, d, };
06:06:30 	                    ^
06:06:30 X.java:12: error: incompatible types: possible lossy conversion from char to byte
06:06:30 	byte[] bytes = { b, s, c, z, i, j, f, d, };
06:06:30 	                       ^
06:06:30 X.java:12: error: incompatible types: boolean cannot be converted to byte
06:06:30 	byte[] bytes = { b, s, c, z, i, j, f, d, };
06:06:30 	                          ^
06:06:30 X.java:12: error: incompatible types: possible lossy conversion from int to byte
06:06:30 	byte[] bytes = { b, s, c, z, i, j, f, d, };
06:06:30 	                             ^
06:06:30 X.java:12: error: incompatible types: possible lossy conversion from long to byte
06:06:30 	byte[] bytes = { b, s, c, z, i, j, f, d, };
06:06:30 	                                ^
06:06:30 X.java:12: error: incompatible types: possible lossy conversion from float to byte
06:06:30 	byte[] bytes = { b, s, c, z, i, j, f, d, };
06:06:30 	                                   ^
06:06:30 X.java:12: error: incompatible types: possible lossy conversion from double to byte
06:06:30 	byte[] bytes = { b, s, c, z, i, j, f, d, };
06:06:30 	                                      ^
06:06:30 X.java:13: error: incompatible types: possible lossy conversion from char to short
06:06:30 	short[] shorts = { b, s, c, z, i, j, f, d, };
06:06:30 	                         ^
06:06:30 X.java:13: error: incompatible types: boolean cannot be converted to short
06:06:30 	short[] shorts = { b, s, c, z, i, j, f, d, };
06:06:30 	                            ^
06:06:30 X.java:13: error: incompatible types: possible lossy conversion from int to short
06:06:30 	short[] shorts = { b, s, c, z, i, j, f, d, };
06:06:30 	                               ^
06:06:30 X.java:13: error: incompatible types: possible lossy conversion from long to short
06:06:30 	short[] shorts = { b, s, c, z, i, j, f, d, };
06:06:30 	                                  ^
06:06:30 X.java:13: error: incompatible types: possible lossy conversion from float to short
06:06:30 	short[] shorts = { b, s, c, z, i, j, f, d, };
06:06:30 	                                     ^
06:06:30 X.java:13: error: incompatible types: possible lossy conversion from double to short
06:06:30 	short[] shorts = { b, s, c, z, i, j, f, d, };
06:06:30 	                                        ^
06:06:30 X.java:14: error: incompatible types: possible lossy conversion from byte to char
06:06:30 	char[] chars = { b, s, c, z, i, j, f, d, };
06:06:30 	                 ^
06:06:30 X.java:14: error: incompatible types: possible lossy conversion from short to char
06:06:30 	char[] chars = { b, s, c, z, i, j, f, d, };
06:06:30 	                    ^
06:06:30 X.java:14: error: incompatible types: boolean cannot be converted to char
06:06:30 	char[] chars = { b, s, c, z, i, j, f, d, };
06:06:30 	                          ^
06:06:30 X.java:14: error: incompatible types: possible lossy conversion from int to char
06:06:30 	char[] chars = { b, s, c, z, i, j, f, d, };
06:06:30 	                             ^
06:06:30 X.java:14: error: incompatible types: possible lossy conversion from long to char
06:06:30 	char[] chars = { b, s, c, z, i, j, f, d, };
06:06:30 	                                ^
06:06:30 X.java:14: error: incompatible types: possible lossy conversion from float to char
06:06:30 	char[] chars = { b, s, c, z, i, j, f, d, };
06:06:30 
06:06:30 
06:06:30 	                                   ^
06:06:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:30 X.java:14: error: incompatible types: possible lossy conversion from double to char
06:06:30 	char[] chars = { b, s, c, z, i, j, f, d, };
06:06:30 	                                      ^
06:06:30 X.java:15: error: incompatible types: boolean cannot be converted to int
06:06:30 	int[] ints = { b, s, c, z, i, j, f, d, };
06:06:30 	                        ^
06:06:30 X.java:15: error: incompatible types: possible lossy conversion from long to int
06:06:30 	int[] ints = { b, s, c, z, i, j, f, d, };
06:06:30 	                              ^
06:06:30 X.java:15: error: incompatible types: possible lossy conversion from float to int
06:06:30 	int[] ints = { b, s, c, z, i, j, f, d, };
06:06:30 	                                 ^
06:06:30 X.java:15: error: incompatible types: possible lossy conversion from double to int
06:06:30 	int[] ints = { b, s, c, z, i, j, f, d, };
06:06:30 	                                    ^
06:06:30 X.java:16: error: incompatible types: boolean cannot be converted to long
06:06:30 	long[] longs = { b, s, c, z, i, j, f, d, };
06:06:30 	                          ^
06:06:30 X.java:16: error: incompatible types: possible lossy conversion from float to long
06:06:30 	long[] longs = { b, s, c, z, i, j, f, d, };
06:06:30 	                                   ^
06:06:30 X.java:16: error: incompatible types: possible lossy conversion from double to long
06:06:30 	long[] longs = { b, s, c, z, i, j, f, d, };
06:06:30 	                                      ^
06:06:30 X.java:17: error: incompatible types: boolean cannot be converted to float
06:06:30 	float[] floats = { b, s, c, z, i, j, f, d, };
06:06:30 	                            ^
06:06:30 X.java:17: error: incompatible types: possible lossy conversion from double to float
06:06:30 	float[] floats = { b, s, c, z, i, j, f, d, };
06:06:30 	                                        ^
06:06:30 X.java:18: error: incompatible types: boolean cannot be converted to double
06:06:30 	double[] doubles = { b, s, c, z, i, j, f, d, };
06:06:30 	                              ^
06:06:30 37 errors
06:06:30 
06:06:31 --- javac err: ---
06:06:31 X.java:11: error: incompatible types: byte cannot be converted to boolean
06:06:31 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
06:06:31 	                                ^
06:06:31 X.java:11: error: incompatible types: short cannot be converted to boolean
06:06:31 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
06:06:31 	                                            ^
06:06:31 X.java:11: error: incompatible types: char cannot be converted to boolean
06:06:31 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
06:06:31 	                                                        ^
06:06:31 X.java:11: warning: [cast] redundant cast to boolean
06:06:31 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
06:06:31 	                                                           ^
06:06:31 X.java:11: error: incompatible types: int cannot be converted to boolean
06:06:31 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
06:06:31 	                                                                                ^
06:06:31 X.java:11: error: incompatible types: long cannot be converted to boolean
06:06:31 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
06:06:31 	                                                                                            ^
06:06:31 X.java:11: error: incompatible types: float cannot be converted to boolean
06:06:31 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
06:06:31 	                                                                                                        ^
06:06:31 X.java:11: error: incompatible types: double cannot be converted to boolean
06:06:31 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
06:06:31 	                                                                                                                    ^
06:06:31 X.java:12: warning: [cast] redundant cast to byte
06:06:31 	byte[] bytes = { (byte)b, (byte)s, (byte)c, (byte)z, (byte)i, (byte)j, (byte)f, (byte)d, };
06:06:31 	                 ^
06:06:31 X.java:12: error: incompatible types: boolean cannot be converted to byte
06:06:31 	byte[] bytes = { (byte)b, (byte)s, (byte)c, (byte)z, (byte)i, (byte)j, (byte)f, (byte)d, };
06:06:31 	                                                  ^
06:06:31 X.java:13: warning: [cast] redundant cast to short
06:06:31 	short[] shorts = { (short)b, (short)s, (short)c, (short)z, (short)i, (short)j, (short)f, (short)d, };
06:06:31 	                             ^
06:06:31 X.java:13: error: incompatible types: boolean cannot be converted to short
06:06:31 	short[] shorts = { (short)b, (short)s, (short)c, (short)z, (short)i, (short)j, (short)f, (short)d, };
06:06:31 	                                                        ^
06:06:31 X.java:14: warning: [cast] redundant cast to char
06:06:31 	char[] chars = { (char)b, (char)s, (char)c, (char)z, (char)i, (char)j, (char)f, (char)d, };
06:06:31 	                                   ^
06:06:31 X.java:14: error: incompatible types: boolean cannot be converted to char
06:06:31 	char[] chars = { (char)b, (char)s, (char)c, (char)z, (char)i, (char)j, (char)f, (char)d, };
06:06:31 	                                                  ^
06:06:31 X.java:15: error: incompatible types: boolean cannot be converted to int
06:06:31 	int[] ints = { (int)b, (int)s, (int)c, (int)z, (int)i, (int)j, (int)f, (int)d, };
06:06:31 	                                            ^
06:06:31 X.java:15: warning: [cast] redundant cast to int
06:06:31 	int[] ints = { (int)b, (int)s, (int)c, (int)z, (int)i, (int)j, (int)f, (int)d, };
06:06:31 	                                               ^
06:06:31 X.java:16: error: incompatible types: boolean cannot be converted to long
06:06:31 	long[] longs = { (long)b, (long)s, (long)c, (long)z, (long)i, (long)j, (long)f, (long)d, };
06:06:31 	                                                  ^
06:06:31 X.java:16: warning: [cast] redundant cast to long
06:06:31 	long[] longs = { (long)b, (long)s, (long)c, (long)z, (long)i, (long)j, (long)f, (long)d, };
06:06:31 	                                                              ^
06:06:31 X.java:17: error: incompatible types: boolean cannot be converted to float
06:06:31 	float[] floats = { (float)b, (float)s, (float)c, (float)z, (float)i, (float)j, (float)f, (float)d, };
06:06:31 	                                                        ^
06:06:31 X.java:17: warning: [cast] redundant cast to float
06:06:31 	float[] floats = { (float)b, (float)s, (float)c, (float)z, (float)i, (float)j, (float)f, (float)d, };
06:06:31 	                                                                               ^
06:06:31 X.java:18: error: incompatible types: boolean cannot be converted to double
06:06:31 	double[] doubles = { (double)b, (double)s, (double)c, (double)z, (double)i, (double)j, (double)f, (double)d, };
06:06:31 	                                                              ^
06:06:31 X.java:18: warning: [cast] redundant cast to double
06:06:31 	double[] doubles = { (double)b, (double)s, (double)c, (double)z, (double)i, (double)j, (double)f, (double)d, };
06:06:31 	                                                                                                  ^
06:06:31 14 errors
06:06:31 8 warnings
06:06:31 
06:06:31 
06:06:31 
06:06:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:32 
06:06:32 
06:06:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:33 ----------------------------------------
06:06:33 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test065 - 12
06:06:33 X.java [
06:06:33 public class X {
06:06:33 	protected boolean foo = false;
06:06:33 	public boolean test() {
06:06:33 		return foo || (foo = foo());
06:06:33 	}
06:06:33 	public boolean test2() {
06:06:33 		return foo && (foo = foo());
06:06:33 	}
06:06:33 	public boolean test3() {
06:06:33 		return foo && (foo = foo);
06:06:33 	}
06:06:33 	boolean foo() { return true; }
06:06:33 }
06:06:33 ]
06:06:33 
06:06:33 
06:06:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:34 ----------------------------------------
06:06:34 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test066 - 12
06:06:34 X.java [
06:06:34 public class X {
06:06:34 	public boolean test() {
06:06:34 		int i = 1;
06:06:34 		if (i != (i = 2)) {
06:06:34 			System.out.println("The first warning is unjust.");
06:06:34 		}
06:06:34 		if ((i = 3) != i) {
06:06:34 			System.out.println("The second warning is just.");
06:06:34 		}
06:06:34 		return false;
06:06:34 	}
06:06:34 }
06:06:34 ]
06:06:34 
06:06:34 
06:06:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:35 ----------------------------------------
06:06:35 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test067 - 12
06:06:35 X.java [
06:06:35 public class X {
06:06:35 	public boolean test() {
06:06:35 		String s = "Hello World";
06:06:35 		if (s != (s = "")) {
06:06:35 			System.out.println("The first warning is unjust.");
06:06:35 		}
06:06:35 		if ((s = "") != s) {
06:06:35 			System.out.println("The second warning is just.");
06:06:35 		}
06:06:35 		return false;
06:06:35 	}
06:06:35 }
06:06:35 ]
06:06:35 
06:06:35 
06:06:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:36 --- javac err: ---
06:06:36 X.java:2: error: incompatible types: char cannot be converted to Integer
06:06:36 	Integer f = 'a'; // Field declaration.
06:06:36 	            ^
06:06:36 X.java:4: error: incompatible types: char cannot be converted to Integer
06:06:36 		Integer i = 'a'; // local declaration with initialization.
06:06:36 		            ^
06:06:36 X.java:5: error: incompatible types: char cannot be converted to Integer
06:06:36 		i = 'a'; // assignment
06:06:36 		    ^
06:06:36 X.java:6: error: incompatible types: char cannot be converted to Integer
06:06:36                 Integer [] ia = new Integer [] { 'a' }; // array initializer.
06:06:36                                                  ^
06:06:36 X.java:7: error: incompatible types: char cannot be converted to Integer
06:06:36 		return 'a'; // return statement.
06:06:36 		       ^
06:06:36 X.java:9: error: incompatible types: char cannot be converted to Integer
06:06:36 		case 'a' :   // case statement
06:06:36 		     ^
06:06:36 6 errors
06:06:36 
06:06:36 
06:06:36 
06:06:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:37 
06:06:37 
06:06:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:38 
06:06:38 
06:06:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:39 --- javac err: ---
06:06:39 Unassigned.java:6: error: variable test might not have been initialized
06:06:39             System.out.println(this.test);
06:06:39                                    ^
06:06:39 1 error
06:06:39 
06:06:39 
06:06:39 
06:06:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:39 ***************************************************************************
06:06:39 * Comparison with Sun Javac compiler for class BooleanTest (null tests)
06:06:39 ***************************************************************************
06:06:40 
06:06:40 
06:06:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:41 
06:06:41 
06:06:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:42 
06:06:42 
06:06:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:43 
06:06:43 
06:06:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:44 
06:06:44 
06:06:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:45 
06:06:45 
06:06:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:46 
06:06:46 
06:06:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:47 
06:06:47 
06:06:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:48 
06:06:48 
06:06:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:49 
06:06:49 
06:06:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:50 
06:06:50 
06:06:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:51 
06:06:51 
06:06:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:52 
06:06:52 
06:06:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:53 
06:06:53 
06:06:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:54 
06:06:54 
06:06:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:55 
06:06:55 
06:06:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:56 
06:06:56 
06:06:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:57 
06:06:57 
06:06:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:58 
06:06:58 
06:06:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:06:59 
06:06:59 
06:06:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:00 
06:07:00 
06:07:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:01 
06:07:01 
06:07:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:02 
06:07:02 
06:07:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:03 
06:07:03 
06:07:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:04 
06:07:04 
06:07:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:05 
06:07:05 
06:07:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:06 
06:07:06 
06:07:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:07 
06:07:07 
06:07:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:08 
06:07:08 
06:07:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:09 
06:07:09 
06:07:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:10 
06:07:10 
06:07:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:11 
06:07:11 
06:07:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:12 
06:07:12 
06:07:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:13 
06:07:13 
06:07:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:14 
06:07:14 
06:07:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:15 
06:07:15 
06:07:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:16 --- javac err: ---
06:07:16 X.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		boolean b = this.T;
06:07:16 		                ^
06:07:16 X.java:7: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		if (this.T)
06:07:16 		        ^
06:07:16 X.java:14: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		boolean b = this.T;
06:07:16 		                ^
06:07:16 X.java:15: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		if (this.T)
06:07:16 		        ^
06:07:16 X.java:22: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		boolean b = this.F;
06:07:16 		                ^
06:07:16 X.java:23: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		if (this.F)
06:07:16 		        ^
06:07:16 X.java:30: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		boolean b = this.F;
06:07:16 		                ^
06:07:16 X.java:31: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		if (this.F)
06:07:16 		        ^
06:07:16 X.java:69: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		boolean b = self.T;
06:07:16 		                ^
06:07:16 X.java:70: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		if (self.T)
06:07:16 		        ^
06:07:16 X.java:78: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		boolean b = self.T;
06:07:16 		                ^
06:07:16 X.java:79: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		if (self.T)
06:07:16 		        ^
06:07:16 X.java:87: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		boolean b = self.F;
06:07:16 		                ^
06:07:16 X.java:88: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		if (self.F)
06:07:16 		        ^
06:07:16 X.java:95: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		boolean b = self.F;
06:07:16 		                ^
06:07:16 X.java:96: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:07:16 		if (self.F)
06:07:16 		        ^
06:07:16 16 warnings
06:07:16 
06:07:16 
06:07:16 
06:07:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:17 
06:07:17 
06:07:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:18 
06:07:18 
06:07:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:19 
06:07:19 
06:07:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:20 
06:07:20 
06:07:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:21 
06:07:21 
06:07:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:22 
06:07:22 
06:07:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:23 
06:07:23 
06:07:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:25 
06:07:25 
06:07:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:26 
06:07:26 
06:07:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:27 
06:07:27 
06:07:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:28 
06:07:28 
06:07:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:29 
06:07:29 
06:07:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:30 
06:07:30 
06:07:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:30 ***************************************************************************
06:07:30 * Comparison with Sun Javac compiler for class CastTest (null tests)
06:07:30 ***************************************************************************
06:07:31 --- javac err: ---
06:07:31 X.java:4: warning: [cast] redundant cast to Cloneable
06:07:31 		Cloneable c2 = (Cloneable)c1; 
06:07:31 		               ^
06:07:31 1 warning
06:07:31 
06:07:31 
06:07:31 
06:07:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:32 --- javac err: ---
06:07:32 X.java:5: warning: [cast] redundant cast to String
06:07:32 		String t = (String) "hello";	// UNnecessary
06:07:32 		           ^
06:07:32 1 warning
06:07:32 
06:07:32 
06:07:32 
06:07:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:33 --- javac err: ---
06:07:33 X.java:5: warning: [cast] redundant cast to String
06:07:33 		foo((String) "hello");			// UNnecessary
06:07:33 		    ^
06:07:33 1 warning
06:07:33 
06:07:33 
06:07:33 
06:07:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:34 --- javac err: ---
06:07:34 X.java:5: warning: [cast] redundant cast to String
06:07:34 		new X((String) "hello");	// UNnecessary
06:07:34 		      ^
06:07:34 1 warning
06:07:34 
06:07:34 
06:07:34 
06:07:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:35 --- javac err: ---
06:07:35 X.java:5: warning: [cast] redundant cast to String
06:07:35 		new X().new XM3((String) "hello");	// UNnecessary
06:07:35 		                ^
06:07:35 X.java:9: warning: [cast] redundant cast to String
06:07:35 		new X().new XM3((String) "hello"){};	// UNnecessary
06:07:35 		                ^
06:07:35 2 warnings
06:07:35 
06:07:35 
06:07:35 
06:07:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:36 
06:07:36 
06:07:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:37 
06:07:37 
06:07:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:38 
06:07:38 
06:07:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:39 
06:07:39 
06:07:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:40 --- javac err: ---
06:07:40 X.java:4: warning: [cast] redundant cast to String
06:07:40 		String s2 = ((String)"hello") + 2; // UNnecessary
06:07:40 		             ^
06:07:40 1 warning
06:07:40 
06:07:40 
06:07:40 
06:07:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:41 --- javac err: ---
06:07:41 X.java:5: warning: [cast] redundant cast to X
06:07:41 		foo((X) x);			// UNnecessary
06:07:41 		    ^
06:07:41 1 warning
06:07:41 
06:07:41 
06:07:41 
06:07:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:42 
06:07:42 
06:07:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:42 
06:07:42 
06:07:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:43 --- javac err: ---
06:07:43 X.java:6: warning: [cast] redundant cast to double
06:07:43     double linePerSeconds2 = ((double) (lineCount * 10000.0 / time)) / 10.0; // UNnecessary 
06:07:43                               ^
06:07:43 1 warning
06:07:43 
06:07:43 
06:07:43 
06:07:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:44 --- javac err: ---
06:07:44 X.java:6: warning: [cast] redundant cast to double
06:07:44     print((double) (lineCount * 10000.0 / time)); // UNnecessary 
06:07:44           ^
06:07:44 1 warning
06:07:44 
06:07:44 
06:07:44 
06:07:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:45 --- javac err: ---
06:07:45 X.java:3: warning: [cast] redundant cast to X
06:07:45 		foo((X) this);
06:07:45 		    ^
06:07:45 X.java:4: error: cannot find symbol
06:07:45 		foo((X) zork());
06:07:45 		        ^
06:07:45   symbol:   method zork()
06:07:45   location: class X
06:07:45 X.java:4: warning: [cast] redundant cast to X
06:07:45 		foo((X) zork());
06:07:45 		    ^
06:07:45 1 error
06:07:45 2 warnings
06:07:45 
06:07:45 
06:07:45 
06:07:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:46 --- javac err: ---
06:07:46 X.java:8: error: incompatible types: double[] cannot be converted to int[]
06:07:46 		return (Y[]) Y.foo(new double[] {});
06:07:46 		                   ^
06:07:46 X.java:8: warning: [cast] redundant cast to Y[]
06:07:46 		return (Y[]) Y.foo(new double[] {});
06:07:46 		       ^
06:07:46 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:07:46 1 error
06:07:46 1 warning
06:07:46 
06:07:46 
06:07:46 
06:07:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:47 --- javac err: ---
06:07:47 X.java:3: error: cannot find symbol
06:07:47 		long l = (long)zork() + 2;
06:07:47 		               ^
06:07:47   symbol:   method zork()
06:07:47   location: class X
06:07:47 X.java:3: warning: [cast] redundant cast to long
06:07:47 		long l = (long)zork() + 2;
06:07:47 		         ^
06:07:47 1 error
06:07:47 1 warning
06:07:47 
06:07:47 
06:07:47 
06:07:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:48 --- javac err: ---
06:07:48 p1/C.java:8: error: qualified new of static class
06:07:48 		((A)b).new Member4().new M4Member(); // fault tolerance
06:07:48 		^
06:07:48 p1/C.java:8: error: qualified new of static class
06:07:48 		((A)b).new Member4().new M4Member(); // fault tolerance
06:07:48 		       ^
06:07:48 p1/C.java:9: error: cannot find symbol
06:07:48 		((A)zork()).new Member1(); // fault-tolerance
06:07:48 		    ^
06:07:48   symbol:   method zork()
06:07:48   location: class C
06:07:48 p1/C.java:9: warning: [cast] redundant cast to A
06:07:48 		((A)zork()).new Member1(); // fault-tolerance
06:07:48 		 ^
06:07:48 p1/C.java:14: error: qualified new of static class
06:07:48 		((A)b).new Member4().new M4Member(){}; // fault tolerance
06:07:48 		^
06:07:48 p1/C.java:14: error: qualified new of static class
06:07:48 		((A)b).new Member4().new M4Member(){}; // fault tolerance
06:07:48 		       ^
06:07:48 p1/C.java:14: error: illegal qualifier; M4Member is not an inner class
06:07:48 		((A)b).new Member4().new M4Member(){}; // fault tolerance
06:07:48 		                                   ^
06:07:48 p1/C.java:15: error: cannot find symbol
06:07:48 		((A)zork()).new Member1(){}; // fault-tolerance
06:07:48 		    ^
06:07:48   symbol:   method zork()
06:07:48   location: class C
06:07:48 p1/C.java:15: warning: [cast] redundant cast to A
06:07:48 		((A)zork()).new Member1(){}; // fault-tolerance
06:07:48 		 ^
06:07:48 7 errors
06:07:48 2 warnings
06:07:48 
06:07:48 
06:07:48 
06:07:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:49 --- javac err: ---
06:07:49 X.java:2: warning: [rawtypes] found raw type: Map
06:07:49   void foo(java.util.Map map){ 
06:07:49                     ^
06:07:49   missing type arguments for generic class Map<K,V>
06:07:49   where K,V are type-variables:
06:07:49     K extends Object declared in interface Map
06:07:49     V extends Object declared in interface Map
06:07:49 1 warning
06:07:49 
06:07:49 
06:07:49 
06:07:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:50 --- javac err: ---
06:07:50 X.java:6: warning: [cast] redundant cast to long
06:07:50 		final long lgLow32BitMask3 = ~(~((long) 0L) << 32);	// unnecessary
06:07:50 		                                 ^
06:07:50 1 warning
06:07:50 
06:07:50 
06:07:50 
06:07:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:51 --- javac err: ---
06:07:51 X.java:3: warning: [cast] redundant cast to Object
06:07:51 		System.out.println(((Object) bar).toString());
06:07:51 		                    ^
06:07:51 1 warning
06:07:51 
06:07:51 
06:07:51 
06:07:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:52 --- javac err: ---
06:07:52 X.java:4: warning: [cast] redundant cast to X
06:07:52 		System.out.println(((X) bar).i);
06:07:52 		                    ^
06:07:52 1 warning
06:07:52 
06:07:52 
06:07:52 
06:07:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:53 
06:07:53 
06:07:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:54 
06:07:54 
06:07:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:55 
06:07:55 
06:07:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:56 --- javac err: ---
06:07:56 X.java:17: warning: [cast] redundant cast to char[][]
06:07:56 			qName = (char[][])(char[][])(char[][])null;	
06:07:56 			                  ^
06:07:56 X.java:17: warning: [cast] redundant cast to char[][]
06:07:56 			qName = (char[][])(char[][])(char[][])null;	
06:07:56 			        ^
06:07:56 2 warnings
06:07:56 
06:07:56 
06:07:56 
06:07:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:57 --- javac err: ---
06:07:57 X.java:14: warning: [cast] redundant cast to char[][]
06:07:57 			char[][] qName = (char[][])(char[][])(char[][])null;	
06:07:57 			                           ^
06:07:57 X.java:14: warning: [cast] redundant cast to char[][]
06:07:57 			char[][] qName = (char[][])(char[][])(char[][])null;	
06:07:57 			                 ^
06:07:57 2 warnings
06:07:57 
06:07:57 
06:07:57 
06:07:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:58 --- javac err: ---
06:07:58 X.java:14: warning: [cast] redundant cast to char[][]
06:07:58 			char[][] qName = (char[][])(char[][])(char[][])null;	
06:07:58 			                           ^
06:07:58 X.java:14: warning: [cast] redundant cast to char[][]
06:07:58 			char[][] qName = (char[][])(char[][])(char[][])null;	
06:07:58 			                 ^
06:07:58 2 warnings
06:07:58 
06:07:58 
06:07:58 
06:07:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:07:59 
06:07:59 
06:07:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:00 --- javac err: ---
06:08:00 X.java:6: warning: [rawtypes] found raw type: List
06:08:00         List list = (List) new ArrayList();
06:08:00         ^
06:08:00   missing type arguments for generic class List<E>
06:08:00   where E is a type-variable:
06:08:00     E extends Object declared in interface List
06:08:00 X.java:6: warning: [rawtypes] found raw type: ArrayList
06:08:00         List list = (List) new ArrayList();
06:08:00                                ^
06:08:00   missing type arguments for generic class ArrayList<E>
06:08:00   where E is a type-variable:
06:08:00     E extends Object declared in class ArrayList
06:08:00 X.java:7: warning: [rawtypes] found raw type: ArrayList
06:08:00         list = (List) new ArrayList();
06:08:00                           ^
06:08:00   missing type arguments for generic class ArrayList<E>
06:08:00   where E is a type-variable:
06:08:00     E extends Object declared in class ArrayList
06:08:00 X.java:9: warning: [cast] redundant cast to String
06:08:00         String s = (String) "hello";
06:08:00                    ^
06:08:00 X.java:10: warning: [rawtypes] found raw type: ArrayList
06:08:00         s += (List) new ArrayList();
06:08:00                         ^
06:08:00   missing type arguments for generic class ArrayList<E>
06:08:00   where E is a type-variable:
06:08:00     E extends Object declared in class ArrayList
06:08:00 X.java:12: warning: [rawtypes] found raw type: ArrayList
06:08:00         ArrayList alist = new ArrayList();
06:08:00         ^
06:08:00   missing type arguments for generic class ArrayList<E>
06:08:00   where E is a type-variable:
06:08:00     E extends Object declared in class ArrayList
06:08:00 X.java:12: warning: [rawtypes] found raw type: ArrayList
06:08:00         ArrayList alist = new ArrayList();
06:08:00                               ^
06:08:00   missing type arguments for generic class ArrayList<E>
06:08:00   where E is a type-variable:
06:08:00     E extends Object declared in class ArrayList
06:08:00 X.java:13: warning: [rawtypes] found raw type: List
06:08:00         List list2 = (List) alist;
06:08:00         ^
06:08:00   missing type arguments for generic class List<E>
06:08:00   where E is a type-variable:
06:08:00     E extends Object declared in interface List
06:08:00 X.java:16: warning: [cast] redundant cast to String
06:08:00         String s2 = (String) "hello";
06:08:00                     ^
06:08:00 9 warnings
06:08:00 
06:08:00 
06:08:00 
06:08:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:01 --- javac err: ---
06:08:01 X.java:6: warning: [rawtypes] found raw type: List
06:08:01         List list = (List) new ArrayList();
06:08:01         ^
06:08:01   missing type arguments for generic class List<E>
06:08:01   where E is a type-variable:
06:08:01     E extends Object declared in interface List
06:08:01 X.java:6: warning: [rawtypes] found raw type: ArrayList
06:08:01         List list = (List) new ArrayList();
06:08:01                                ^
06:08:01   missing type arguments for generic class ArrayList<E>
06:08:01   where E is a type-variable:
06:08:01     E extends Object declared in class ArrayList
06:08:01 X.java:7: warning: [rawtypes] found raw type: ArrayList
06:08:01         list = (List) new ArrayList();
06:08:01                           ^
06:08:01   missing type arguments for generic class ArrayList<E>
06:08:01   where E is a type-variable:
06:08:01     E extends Object declared in class ArrayList
06:08:01 X.java:9: warning: [rawtypes] found raw type: ArrayList
06:08:01         ArrayList alist = new ArrayList();
06:08:01         ^
06:08:01   missing type arguments for generic class ArrayList<E>
06:08:01   where E is a type-variable:
06:08:01     E extends Object declared in class ArrayList
06:08:01 X.java:9: warning: [rawtypes] found raw type: ArrayList
06:08:01         ArrayList alist = new ArrayList();
06:08:01                               ^
06:08:01   missing type arguments for generic class ArrayList<E>
06:08:01   where E is a type-variable:
06:08:01     E extends Object declared in class ArrayList
06:08:01 X.java:10: warning: [rawtypes] found raw type: List
06:08:01         List list2 = (List) alist;
06:08:01         ^
06:08:01   missing type arguments for generic class List<E>
06:08:01   where E is a type-variable:
06:08:01     E extends Object declared in interface List
06:08:01 6 warnings
06:08:01 
06:08:01 
06:08:01 
06:08:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:02 
06:08:02 
06:08:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:03 
06:08:03 
06:08:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:04 --- javac err: ---
06:08:04 X.java:4: error: incompatible types: Integer[] cannot be converted to int[]
06:08:04 		int[] ints = (int[]) integers;
06:08:04 		                     ^
06:08:04 1 error
06:08:04 
06:08:04 
06:08:04 
06:08:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:05 --- javac err: ---
06:08:05 X.java:4: error: cannot find symbol
06:08:05       Zork z;
06:08:05       ^
06:08:05   symbol:   class Zork
06:08:05   location: class X
06:08:05 1 error
06:08:05 
06:08:05 
06:08:05 
06:08:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:06 --- javac err: ---
06:08:06 X.java:4: warning: [rawtypes] found raw type: ArrayList
06:08:06 	void foo(ArrayList al) {
06:08:06 	         ^
06:08:06   missing type arguments for generic class ArrayList<E>
06:08:06   where E is a type-variable:
06:08:06     E extends Object declared in class ArrayList
06:08:06 X.java:5: warning: [rawtypes] found raw type: List
06:08:06 		List l = (List) al;
06:08:06 		^
06:08:06   missing type arguments for generic class List<E>
06:08:06   where E is a type-variable:
06:08:06     E extends Object declared in interface List
06:08:06 X.java:7: warning: [cast] redundant cast to ArrayList
06:08:06 		o = (ArrayList) al;
06:08:06 		    ^
06:08:06 X.java:8: warning: [cast] redundant cast to ArrayList
06:08:06 		Object o2 = (ArrayList) al;
06:08:06 		            ^
06:08:06 X.java:11: error: cannot find symbol
06:08:06 		Zork z;
06:08:06 		^
06:08:06   symbol:   class Zork
06:08:06   location: class X
06:08:06 1 error
06:08:06 4 warnings
06:08:06 
06:08:06 
06:08:06 
06:08:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:07 --- javac err: ---
06:08:07 X.java:6: error: cannot find symbol
06:08:07 		Zork z;
06:08:07 		^
06:08:07   symbol:   class Zork
06:08:07   location: class X
06:08:07 1 error
06:08:07 
06:08:07 
06:08:07 
06:08:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:08 --- javac err: ---
06:08:08 X.java:13: warning: [cast] redundant cast to Integer
06:08:08             Integer other = (Integer) max;
06:08:08                             ^
06:08:08 X.java:16: error: cannot find symbol
06:08:08             Zork z;
06:08:08             ^
06:08:08   symbol:   class Zork
06:08:08   location: class X.B
06:08:08 1 error
06:08:08 1 warning
06:08:08 
06:08:08 
06:08:08 
06:08:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:09 --- javac err: ---
06:08:09 X.java:7: warning: [rawtypes] found raw type: List
06:08:09 	public static void foo(boolean b, List l) {
06:08:09 	                                  ^
06:08:09   missing type arguments for generic class List<E>
06:08:09   where E is a type-variable:
06:08:09     E extends Object declared in interface List
06:08:09 1 warning
06:08:09 
06:08:09 
06:08:09 
06:08:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:10 --- javac err: ---
06:08:10 X.java:7: warning: [rawtypes] found raw type: List
06:08:10 	public static void foo(boolean b, List l) {
06:08:10 	                                  ^
06:08:10   missing type arguments for generic class List<E>
06:08:10   where E is a type-variable:
06:08:10     E extends Object declared in interface List
06:08:10 X.java:9: warning: [cast] redundant cast to Object
06:08:10 			Object o = (Object) l.get(0);
06:08:10 			           ^
06:08:10 2 warnings
06:08:10 
06:08:10 
06:08:10 
06:08:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:11 --- javac err: ---
06:08:11 X.java:5: warning: [rawtypes] found raw type: Class
06:08:11         Class c = Class.forName("X");
06:08:11         ^
06:08:11   missing type arguments for generic class Class<T>
06:08:11   where T is a type-variable:
06:08:11     T extends Object declared in class Class
06:08:11 X.java:6: warning: [deprecation] newInstance() in Class has been deprecated
06:08:11         String s = ((X) c.newInstance()).s;
06:08:11                          ^
06:08:11   where T is a type-variable:
06:08:11     T extends Object declared in class Class
06:08:11 X.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:08:11         String s = ((X) c.newInstance()).s;
06:08:11                                         ^
06:08:11 3 warnings
06:08:11 
06:08:11 
06:08:11 
06:08:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:12 --- javac err: ---
06:08:12 X.java:6: warning: [cast] redundant cast to long
06:08:12 		return (int)((long)longVal);
06:08:12 		             ^
06:08:12 1 warning
06:08:12 
06:08:12 
06:08:12 
06:08:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:12 
06:08:12 
06:08:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:13 --- javac err: ---
06:08:13 X.java:5: warning: [cast] redundant cast to Integer
06:08:13 		a = (Integer)a + (Integer)2;
06:08:13 		    ^
06:08:13 X.java:6: warning: [cast] redundant cast to Character
06:08:13 		if ((Character)aList.get(0) == 'c')
06:08:13 		    ^
06:08:13 2 warnings
06:08:13 
06:08:13 
06:08:13 
06:08:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:14 --- javac err: ---
06:08:14 A.java:7: error: cannot find symbol
06:08:14     Zork z;
06:08:14     ^
06:08:14   symbol:   class Zork
06:08:14   location: class A<T>
06:08:14   where T is a type-variable:
06:08:14     T extends Object declared in class A
06:08:14 A.java:5: warning: [rawtypes] found raw type: A.A1
06:08:14         A.A1 v = ((A.A1) tree.root);
06:08:14          ^
06:08:14   missing type arguments for generic class A<T>.A1
06:08:14   where T is a type-variable:
06:08:14     T extends Object declared in class A
06:08:14 1 error
06:08:14 1 warning
06:08:14 
06:08:14 
06:08:14 
06:08:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:15 
06:08:15 
06:08:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:16 --- javac err: ---
06:08:16 A.java:7: error: cannot find symbol
06:08:16     Zork z;
06:08:16     ^
06:08:16   symbol:   class Zork
06:08:16   location: class A<T>
06:08:16   where T is a type-variable:
06:08:16     T extends Object declared in class A
06:08:16 A.java:2: warning: [rawtypes] found raw type: D.D1
06:08:16     public class A1 extends D.D1 {
06:08:16                              ^
06:08:16   missing type arguments for generic class D<T>.D1
06:08:16   where T is a type-variable:
06:08:16     T extends Object declared in class D
06:08:16 A.java:5: warning: [rawtypes] found raw type: A.A1
06:08:16         A.A1 v = ((A.A1) tree.root);
06:08:16          ^
06:08:16   missing type arguments for generic class A<T>.A1
06:08:16   where T is a type-variable:
06:08:16     T extends Object declared in class A
06:08:16 1 error
06:08:16 2 warnings
06:08:16 
06:08:16 
06:08:16 
06:08:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:17 
06:08:17 
06:08:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:18 
06:08:18 
06:08:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:19 
06:08:19 
06:08:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:20 
06:08:20 
06:08:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:21 
06:08:21 
06:08:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:22 
06:08:22 
06:08:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:23 
06:08:23 
06:08:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:24 
06:08:24 
06:08:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:25 
06:08:25 
06:08:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:26 
06:08:26 
06:08:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:27 
06:08:27 
06:08:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:28 
06:08:28 
06:08:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:29 
06:08:29 
06:08:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:30 
06:08:30 
06:08:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:31 
06:08:31 
06:08:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:32 --- javac err: ---
06:08:32 X.java:3: error: incompatible types: String cannot be converted to int
06:08:32 	int x = (int) "Hello";
06:08:32 	              ^
06:08:32 1 error
06:08:32 
06:08:32 
06:08:32 
06:08:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:33 
06:08:33 
06:08:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:34 --- javac err: ---
06:08:34 X.java:3: error: incompatible types: Number cannot be converted to char
06:08:34        char rounded = (char) n;
06:08:34                              ^
06:08:34 1 error
06:08:34 
06:08:34 
06:08:34 
06:08:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:35 
06:08:35 
06:08:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:36 --- javac err: ---
06:08:36 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:08:36 public class X implements Serializable {
06:08:36        ^
06:08:36 1 warning
06:08:36 
06:08:36 
06:08:36 
06:08:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:37 --- javac err: ---
06:08:37 X.java:12: warning: [deprecation] Long(long) in Long has been deprecated
06:08:37 		int i = test(new Long(1234));
06:08:37 		             ^
06:08:37 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:08:37 public class X implements Serializable {
06:08:37        ^
06:08:37 2 warnings
06:08:37 
06:08:37 
06:08:37 
06:08:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:39 --- javac err: ---
06:08:39 X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
06:08:39 		int i = test(new Integer(1234));
06:08:39 		             ^
06:08:39 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:08:39 public class X implements Serializable {
06:08:39        ^
06:08:39 2 warnings
06:08:39 
06:08:39 
06:08:39 
06:08:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:40 --- javac err: ---
06:08:40 X.java:4: error: incompatible types: S cannot be converted to int
06:08:40     return (int) b;
06:08:40                  ^
06:08:40   where S is a type-variable:
06:08:40     S extends Boolean,Serializable declared in method <S>test(S)
06:08:40 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:08:40 public class X implements Serializable {
06:08:40        ^
06:08:40 1 error
06:08:40 1 warning
06:08:40 
06:08:40 
06:08:40 
06:08:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:41 --- javac err: ---
06:08:41 X.java:4: error: incompatible types: INT#1 cannot be converted to int
06:08:41     return (int) (Boolean & Serializable) b;
06:08:41                  ^
06:08:41   where INT#1 is an intersection type:
06:08:41     INT#1 extends Boolean,Serializable
06:08:41 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:08:41 public class X implements Serializable {
06:08:41        ^
06:08:41 1 error
06:08:41 1 warning
06:08:41 
06:08:41 
06:08:41 
06:08:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:42 --- javac err: ---
06:08:42 X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
06:08:42 		int i = test(new Integer(1234));
06:08:42 		             ^
06:08:42 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:08:42 public class X implements Serializable {
06:08:42        ^
06:08:42 2 warnings
06:08:42 
06:08:42 
06:08:42 
06:08:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:43 --- javac err: ---
06:08:43 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:08:43 public class X implements Serializable {
06:08:43        ^
06:08:43 1 warning
06:08:43 
06:08:43 
06:08:43 
06:08:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:44 
06:08:44 
06:08:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:45 
06:08:45 
06:08:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:46 
06:08:46 
06:08:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:47 
06:08:47 
06:08:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:48 
06:08:48 
06:08:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:49 --- javac err: ---
06:08:49 X.java:5: warning: [deprecation] Long(long) in Long has been deprecated
06:08:49 	  	return new Long(100L);
06:08:49 	  	       ^
06:08:49 1 warning
06:08:49 
06:08:49 
06:08:49 
06:08:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:50 
06:08:50 
06:08:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:51 --- javac err: ---
06:08:51 Bug.java:20: warning: [cast] redundant cast to ICondition
06:08:51 				.map(x -> (ICondition)x)
06:08:51 				          ^
06:08:51 1 warning
06:08:51 
06:08:51 
06:08:51 
06:08:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:53 
06:08:53 
06:08:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:54 
06:08:54 
06:08:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:55 
06:08:55 
06:08:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:56 --- javac err: ---
06:08:56 Bug.java:6: warning: [cast] redundant cast to Number
06:08:56 		if ((Number) n instanceof Long) return;
06:08:56 		    ^
06:08:56 Bug.java:8: warning: [cast] redundant cast to Number
06:08:56 		if ((Number) j instanceof Integer) return;
06:08:56 		    ^
06:08:56 Bug.java:9: warning: [cast] redundant cast to Number
06:08:56 		if ((Number) getK() instanceof Integer) return;
06:08:56 		    ^
06:08:56 3 warnings
06:08:56 
06:08:56 
06:08:56 
06:08:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:57 
06:08:57 
06:08:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:58 
06:08:58 
06:08:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:08:59 
06:08:59 
06:08:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 --- javac err: ---
06:09:00 Junk4.java:3: error: incompatible types: Object[] cannot be converted to double
06:09:00         int rounded = (int) Math.round((double) n);
06:09:00                                                 ^
06:09:00 Junk4.java:3: warning: [cast] redundant cast to int
06:09:00         int rounded = (int) Math.round((double) n);
06:09:00                       ^
06:09:00 1 error
06:09:00 1 warning
06:09:00 
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 ***************************************************************************
06:09:00 * Comparison with Sun Javac compiler for class ClassFileComparatorTest (null tests)
06:09:00 ***************************************************************************
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 
06:09:00 
06:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:00 ***************************************************************************
06:09:00 * Comparison with Sun Javac compiler for class CollisionCase (null tests)
06:09:00 ***************************************************************************
06:09:01 
06:09:01 
06:09:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:02 --- javac err: ---
06:09:02 X.java:3: error: cannot find symbol
06:09:02     foo.bar	abar; 
06:09:02        ^
06:09:02   symbol:   class bar
06:09:02   location: class foo
06:09:02 1 error
06:09:02 
06:09:02 
06:09:02 
06:09:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:03 --- javac err: ---
06:09:03 X.java:5: error: classes: Bar and MyFoo$Bar have the same binary name
06:09:03 	static class MyFoo$Bar {}
06:09:03 	       ^
06:09:03 1 error
06:09:03 
06:09:03 
06:09:03 
06:09:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:03 ***************************************************************************
06:09:03 * Comparison with Sun Javac compiler for class ConstantTest (null tests)
06:09:03 ***************************************************************************
06:09:04 
06:09:04 
06:09:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:05 
06:09:05 
06:09:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:06 
06:09:06 
06:09:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:07 
06:09:07 
06:09:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:08 
06:09:08 
06:09:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:09 --- javac err: ---
06:09:09 p1/X.java:7: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:09:09 			System.out.println(new X().otherX.STR);	
06:09:09 			                                 ^
06:09:09 1 warning
06:09:09 
06:09:09 
06:09:09 
06:09:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:10 
06:09:10 
06:09:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:11 
06:09:11 
06:09:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:12 --- javac err: ---
06:09:12 X.java:10: warning: [cast] redundant cast to String
06:09:12 		final String s2 = (String) "aaa";	
06:09:12 		                  ^
06:09:12 1 warning
06:09:12 
06:09:12 
06:09:12 
06:09:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:13 
06:09:13 
06:09:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:14 
06:09:14 
06:09:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:15 
06:09:15 
06:09:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:16 --- javac err: ---
06:09:16 X.java:3: error: integer number too large
06:09:16 		System.out.println(-9223372036854775809L); // KO
06:09:16 		                    ^
06:09:16 X.java:4: error: integer number too large
06:09:16 		System.out.println(9223372036854775809L); // KO
06:09:16 		                   ^
06:09:16 X.java:5: error: integer number too large
06:09:16 		System.out.println(9223372036854775808L); // KO
06:09:16 		                   ^
06:09:16 X.java:6: error: integer number too large
06:09:16 		System.out.println(23092395825689123986L); // KO
06:09:16 		                   ^
06:09:16 4 errors
06:09:16 
06:09:16 
06:09:16 
06:09:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:16 
06:09:16 
06:09:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:16 
06:09:16 
06:09:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:16 
06:09:16 
06:09:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:17 
06:09:17 
06:09:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:18 
06:09:18 
06:09:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:19 
06:09:19 
06:09:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:20 --- javac err: ---
06:09:20 X.java:4: error: Illegal static declaration in inner class X.Inner
06:09:20 		 static final String notAConstant = null;
06:09:20 		                     ^
06:09:20   modifier 'static' is only allowed in constant variable declarations
06:09:20 1 error
06:09:20 
06:09:20 
06:09:20 
06:09:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:21 
06:09:21 
06:09:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:22 
06:09:22 
06:09:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:22 
06:09:22 
06:09:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:22 ***************************************************************************
06:09:22 * Comparison with Sun Javac compiler for class DeprecatedTest (null tests)
06:09:22 ***************************************************************************
06:09:23 --- javac err: ---
06:09:23 p/A.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:23     int x = 1;
06:09:23         ^
06:09:23 p/B.java:3: warning: [deprecation] x in A has been deprecated
06:09:23     float x = super.x;
06:09:23                    ^
06:09:23 2 warnings
06:09:23 
06:09:23 
06:09:23 
06:09:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:24 --- javac err: ---
06:09:24 p/C.java:3: warning: [deprecation] x in A has been deprecated
06:09:24     static int x = new A().x;
06:09:24                           ^
06:09:24 p/A.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:24     int x = 1;
06:09:24         ^
06:09:24 2 warnings
06:09:24 
06:09:24 
06:09:24 
06:09:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:25 --- javac err: ---
06:09:25 p/Top.java:30: error: qualified new of static class
06:09:25     new StaticM1().new StaticM2();}
06:09:25     ^
06:09:25 1 error
06:09:25 
06:09:25 
06:09:25 
06:09:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:26 --- javac err: ---
06:09:26 p/Warning.java:7: warning: [static] static method should be qualified by type name, Date, instead of by an expression
06:09:26      dateObj.UTC(1,2,3,4,5,6);
06:09:26             ^
06:09:26 p/Warning.java:7: warning: [deprecation] UTC(int,int,int,int,int,int) in Date has been deprecated
06:09:26      dateObj.UTC(1,2,3,4,5,6);
06:09:26             ^
06:09:26 2 warnings
06:09:26 
06:09:26 
06:09:26 
06:09:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:27 --- javac err: ---
06:09:27 X.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:27  	public static class Y {
06:09:27  	              ^
06:09:27 1 warning
06:09:27 
06:09:27 --- javac err: ---
06:09:27 A.java:1: warning: [deprecation] Y in X has been deprecated
06:09:27 public class A extends X.Y {}
06:09:27                         ^
06:09:27 1 warning
06:09:27 
06:09:27 
06:09:27 
06:09:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:29 
06:09:29 
06:09:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:30 --- javac err: ---
06:09:30 Y.java:5: error: cannot find symbol
06:09:30   Zork z;
06:09:30   ^
06:09:30   symbol:   class Zork
06:09:30   location: class Y
06:09:30 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:30 public class X {
06:09:30        ^
06:09:30 Y.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:30 public class Y {
06:09:30        ^
06:09:30 1 error
06:09:30 2 warnings
06:09:30 
06:09:30 
06:09:30 
06:09:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:31 --- javac err: ---
06:09:31 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:31 public class X {
06:09:31        ^
06:09:31 1 warning
06:09:31 
06:09:32 --- javac err: ---
06:09:32 Y.java:5: error: cannot find symbol
06:09:32   Zork z;
06:09:32   ^
06:09:32   symbol:   class Zork
06:09:32   location: class Y
06:09:32 Y.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:32 public class Y {
06:09:32        ^
06:09:32 1 error
06:09:32 1 warning
06:09:32 
06:09:32 
06:09:32 
06:09:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:34 --- javac err: ---
06:09:34 Y.java:3: warning: [deprecation] X in p008 has been deprecated
06:09:34     p008.X x;
06:09:34         ^
06:09:34 1 warning
06:09:34 
06:09:34 
06:09:34 
06:09:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:34 --- javac err: ---
06:09:34 Y.java:5: error: cannot find symbol
06:09:34   Zork z;
06:09:34   ^
06:09:34   symbol:   class Zork
06:09:34   location: class Y
06:09:34 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:34 public class X {
06:09:34        ^
06:09:34 Y.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:34 public class Y {
06:09:34        ^
06:09:34 1 error
06:09:34 2 warnings
06:09:34 
06:09:34 
06:09:34 
06:09:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:35 --- javac err: ---
06:09:35 X.java:11: error: cannot find symbol
06:09:35        Zork z;
06:09:35        ^
06:09:35   symbol:   class Zork
06:09:35   location: class X
06:09:35 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:35 public class X {
06:09:35        ^
06:09:35 I1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:35 public interface I1 {
06:09:35        ^
06:09:35 I2.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:35 public interface I2 {
06:09:35        ^
06:09:35 1 error
06:09:35 3 warnings
06:09:35 
06:09:35 
06:09:35 
06:09:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:36 --- javac err: ---
06:09:36 p1/X.java:5: error: cannot find symbol
06:09:36 	Zork z;
06:09:36 	^
06:09:36   symbol:   class Zork
06:09:36   location: class X
06:09:36 p1/X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:36 public class X {
06:09:36        ^
06:09:36 p2/I.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:36 public interface I {
06:09:36        ^
06:09:36 1 error
06:09:36 2 warnings
06:09:36 
06:09:36 
06:09:36 
06:09:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:37 --- javac err: ---
06:09:37 X.java:4: warning: [deprecation] m in Y has been deprecated
06:09:37         int i1 = Y.m;
06:09:37                   ^
06:09:37 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:37     void bar() {
06:09:37          ^
06:09:37 Y.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:37     static int m;
06:09:37                ^
06:09:37 3 warnings
06:09:37 
06:09:37 
06:09:37 
06:09:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:38 --- javac err: ---
06:09:38 X.java:4: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
06:09:38         int i1 = Y.m;
06:09:38             ^
06:09:38 X.java:4: warning: [deprecation] m in Y has been deprecated
06:09:38         int i1 = Y.m;
06:09:38                   ^
06:09:38 2 warnings
06:09:38 
06:09:38 
06:09:38 
06:09:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:39 --- javac err: ---
06:09:39 Y.java:3: error: cannot find symbol
06:09:39   Zork z;
06:09:39   ^
06:09:39   symbol:   class Zork
06:09:39   location: class Y
06:09:39 p/X.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:39 public class X {
06:09:39        ^
06:09:39 Y.java:5: warning: [deprecation] X in p has been deprecated
06:09:39     X x;
06:09:39     ^
06:09:39 Y.java:6: warning: [deprecation] X in p has been deprecated
06:09:39     X[] xs = { x };
06:09:39     ^
06:09:39 Y.java:9: warning: [deprecation] X in p has been deprecated
06:09:39     p.X x;
06:09:39      ^
06:09:39 Y.java:10: warning: [deprecation] X in p has been deprecated
06:09:39     p.X[] xs = { x };
06:09:39      ^
06:09:39 1 error
06:09:39 5 warnings
06:09:39 
06:09:39 
06:09:39 
06:09:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:40 --- javac err: ---
06:09:40 p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated
06:09:40     a.N1.N2.N3 m = null;
06:09:40         ^
06:09:40 a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:40   public class N2 {    public class N3 {      public void foo() {}    }  }}
06:09:40          ^
06:09:40 2 warnings
06:09:40 
06:09:40 
06:09:40 
06:09:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:41 --- javac err: ---
06:09:41 a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:41   public class N2 {    public class N3 {      public void foo() {}    }  }}
06:09:41          ^
06:09:41 p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated
06:09:41     a.N1.N2.N3 m = null;
06:09:41         ^
06:09:41 2 warnings
06:09:41 
06:09:41 
06:09:41 
06:09:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:42 --- javac err: ---
06:09:42 a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:42   public class N2 {    public class N3 {      public void foo() {}    }  }  void bar() {
06:09:42          ^
06:09:42 1 warning
06:09:42 
06:09:42 
06:09:42 
06:09:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:43 --- javac err: ---
06:09:43 a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:43   public class N2 {    public class N3 {      public void foo() {}    }  }}
06:09:43          ^
06:09:43 1 warning
06:09:43 
06:09:44 --- javac err: ---
06:09:44 p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated
06:09:44     a.N1.N2.N3 m = null;
06:09:44         ^
06:09:44 1 warning
06:09:44 
06:09:44 
06:09:44 
06:09:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:45 --- javac err: ---
06:09:45 test1/E01.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:45 	public static int x = 5, y= 10;
06:09:45 	                  ^
06:09:45 test1/E01.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:45 	public static int x = 5, y= 10;
06:09:45 	                         ^
06:09:45 test1/E02.java:4: warning: [deprecation] x in E01 has been deprecated
06:09:45 		System.out.println(E01.x);
06:09:45 		                      ^
06:09:45 test1/E02.java:5: warning: [deprecation] y in E01 has been deprecated
06:09:45 		System.out.println(E01.y);
06:09:45 		                      ^
06:09:45 4 warnings
06:09:45 
06:09:45 
06:09:45 
06:09:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:45 --- javac err: ---
06:09:45 a.b.c.d/Deprecated.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:45 		public class Inn {
06:09:45 		       ^
06:09:45 a.b.c.d/Deprecated.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:45 	public class Inner {
06:09:45 	       ^
06:09:45 a.b.c.d/Deprecated.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:45 	public Deprecated foo(){ return null;}
06:09:45 	                  ^
06:09:45 a.b.c.d/Deprecated.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:45 	public Deprecated goo(){ return null;}
06:09:45 	                  ^
06:09:45 a.b.c.d/Deprecated.java:14: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:09:45 	public static Deprecated bar(){ return null;}
06:09:45 	                         ^
06:09:45 a.b.c.d.e/T.java:5: warning: [deprecation] Deprecated.Inner in Deprecated has been deprecated
06:09:45 	a.b.c.d.Deprecated.Inner.Inn g;
06:09:45 	                  ^
06:09:45 a.b.c.d.e/T.java:5: warning: [deprecation] Deprecated.Inner.Inn in Deprecated.Inner has been deprecated
06:09:45 	a.b.c.d.Deprecated.Inner.Inn g;
06:09:45 	                        ^
06:09:45 a.b.c.d.e/T.java:6: warning: [deprecation] Deprecated.Inner in Deprecated has been deprecated
06:09:45 	Deprecated.Inner i;
06:09:45 	          ^
06:09:45 a.b.c.d.e/T.java:8: warning: [deprecation] foo() in Deprecated has been deprecated
06:09:45 		f.foo().goo();
06:09:45 		 ^
06:09:45 a.b.c.d.e/T.java:8: warning: [deprecation] goo() in Deprecated has been deprecated
06:09:45 		f.foo().goo();
06:09:45 		       ^
06:09:45 a.b.c.d.e/T.java:9: warning: [deprecation] bar() in Deprecated has been deprecated
06:09:45 		a.b.c.d.Deprecated.bar();
06:09:45 		                  ^
06:09:45 11 warnings
06:09:45 
06:09:45 
06:09:45 
06:09:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:45 ***************************************************************************
06:09:45 * Comparison with Sun Javac compiler for class LocalVariableTest (null tests)
06:09:45 ***************************************************************************
06:09:46 
06:09:46 
06:09:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:47 
06:09:47 
06:09:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:48 
06:09:48 
06:09:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:49 
06:09:49 
06:09:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:50 
06:09:50 
06:09:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:51 
06:09:51 
06:09:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:52 
06:09:52 
06:09:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:53 --- javac err: ---
06:09:53 X.java:10: error: variable y might not have been initialized
06:09:53 		System.out.println(y.innerY.longMemberName);
06:09:53 		                   ^
06:09:53 1 error
06:09:53 
06:09:53 
06:09:53 
06:09:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:54 --- javac err: ---
06:09:54 X.java:8: error: variable y might not have been initialized
06:09:54 		System.out.println(y.longMemberName);
06:09:54 		                   ^
06:09:54 1 error
06:09:54 
06:09:54 
06:09:54 
06:09:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:55 
06:09:55 
06:09:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:56 --- javac err: ---
06:09:56 X.java:5: error: variable x is already defined in method main(String[])
06:09:56                         int x = 4;
06:09:56                             ^
06:09:56 1 error
06:09:56 
06:09:56 
06:09:56 
06:09:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:57 --- javac err: ---
06:09:57 X.java:5: error: variable x is already defined in method main(String[])
06:09:57                         int x = x = 1;
06:09:57                             ^
06:09:57 1 error
06:09:57 
06:09:57 
06:09:57 
06:09:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:58 --- javac err: ---
06:09:58 X.java:6: error: variable x is already defined in method main(String[])
06:09:58                 } catch(Exception x) {
06:09:58                                   ^
06:09:58 1 error
06:09:58 
06:09:58 
06:09:58 
06:09:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:58 --- javac err: ---
06:09:58 X.java:4: error: variable x is already defined in method foo()
06:09:58 		String x = "";
06:09:58 		       ^
06:09:58 X.java:5: error: int cannot be dereferenced
06:09:58 		x.toString();
06:09:58 		 ^
06:09:58 2 errors
06:09:58 
06:09:58 
06:09:58 
06:09:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:09:59 
06:09:59 
06:09:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:00 
06:10:00 
06:10:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:01 
06:10:01 
06:10:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:02 
06:10:02 
06:10:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:03 
06:10:03 
06:10:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:04 
06:10:04 
06:10:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:05 
06:10:05 
06:10:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:06 
06:10:06 
06:10:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:06 
06:10:06 
06:10:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:07 
06:10:07 
06:10:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:08 --- javac err: ---
06:10:08 ShowBug.java:13: error: variable x might not have been initialized
06:10:08                     x.x(val - 1);
06:10:08                     ^
06:10:08 1 error
06:10:08 
06:10:08 
06:10:08 
06:10:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:08 ***************************************************************************
06:10:08 * Comparison with Sun Javac compiler for class LookupTest (null tests)
06:10:08 ***************************************************************************
06:10:10 
06:10:10 
06:10:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:11 --- javac err: ---
06:10:11 p1/A.java:6: error: non-static variable value cannot be referenced from a static context
06:10:11 			value = 2;								
06:10:11 			^
06:10:11 1 error
06:10:11 
06:10:11 
06:10:11 
06:10:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:12 
06:10:12 
06:10:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:13 
06:10:13 
06:10:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:14 
06:10:14 
06:10:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:15 --- javac err: ---
06:10:15 p1/A.java:7: error: success has private access in A
06:10:15 			public void aTask() {System.out.println(this.success);}
06:10:15 			                                            ^
06:10:15 p1/A.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:10:15 			public void aTask() {System.out.println(this.success);}
06:10:15 			                                            ^
06:10:15 1 error
06:10:15 1 warning
06:10:15 
06:10:15 
06:10:15 
06:10:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:16 
06:10:16 
06:10:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:16 --- javac err: ---
06:10:16 p1/A.java:7: error: non-static variable this cannot be referenced from a static context
06:10:16 			public void aTask() {System.out.println(A.this.success);}
06:10:16 			                                         ^
06:10:16 p1/A.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:10:16 			public void aTask() {System.out.println(A.this.success);}
06:10:16 			                                              ^
06:10:16 1 error
06:10:16 1 warning
06:10:16 
06:10:16 
06:10:16 
06:10:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:17 --- javac err: ---
06:10:17 p1/A.java:7: error: success has private access in A
06:10:17 			public void aTask() {System.out.println(this.success);}
06:10:17 			                                            ^
06:10:17 1 error
06:10:17 
06:10:17 
06:10:17 
06:10:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:18 --- javac err: ---
06:10:18 p1/A.java:7: error: non-static variable success cannot be referenced from a static context
06:10:18 			public void aTask() {System.out.println(A.success);}
06:10:18 			                                         ^
06:10:18 1 error
06:10:18 
06:10:18 
06:10:18 
06:10:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:19 --- javac err: ---
06:10:19 p2/Aa.java:3: error: Aa.B is not abstract and does not override abstract method sMethod() in C
06:10:19 	class B implements p1.A.C {						
06:10:19 	^
06:10:19 1 error
06:10:19 
06:10:19 
06:10:19 
06:10:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:20 
06:10:20 
06:10:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:21 --- javac err: ---
06:10:21 p1/A.java:11: error: illegal start of expression
06:10:21 			public void anotherMethod(int A) {};	
06:10:21 			^
06:10:21 p1/A.java:14: error: class, interface, or enum expected
06:10:21    	public static void main (String argv[]) {	
06:10:21    	              ^
06:10:21 p1/A.java:16: error: class, interface, or enum expected
06:10:21 	}												
06:10:21 	^
06:10:21 3 errors
06:10:21 
06:10:21 
06:10:21 
06:10:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:22 --- javac err: ---
06:10:22 pack1/First.java:7: error: cannot find symbol
06:10:22 		foo.something();							
06:10:22 		   ^
06:10:22   symbol:   method something()
06:10:22   location: variable foo of type First.Inner
06:10:22 1 error
06:10:22 
06:10:22 
06:10:22 
06:10:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:23 
06:10:23 
06:10:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:24 
06:10:24 
06:10:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:25 --- javac err: ---
06:10:25 p1/A.java:5: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:10:25 		bVal.sval += "V";							
06:10:25 		    ^
06:10:25 p1/A.java:16: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:10:25 		foo.sval = "U";							
06:10:25 		   ^
06:10:25 p1/A.java:18: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:10:25 		System.out.println(foo.sval);				
06:10:25 		                      ^
06:10:25 3 warnings
06:10:25 
06:10:25 
06:10:25 
06:10:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:26 
06:10:26 
06:10:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:27 --- javac err: ---
06:10:27 p1/A.java:17: error: cannot find symbol
06:10:27 		System.out.println(foo.rating + bar.other);	
06:10:27 		                                   ^
06:10:27   symbol:   variable other
06:10:27   location: variable bar of type A.B
06:10:27 1 error
06:10:27 
06:10:27 
06:10:27 
06:10:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:28 --- javac err: ---
06:10:28 p1/A.java:13: error: cannot find symbol
06:10:28 		System.out.println(foo.rating + bar.other);	
06:10:28 		                                   ^
06:10:28   symbol:   variable other
06:10:28   location: variable bar of type A.B
06:10:28 1 error
06:10:28 
06:10:28 
06:10:28 
06:10:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:29 
06:10:29 
06:10:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:30 
06:10:30 
06:10:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:31 
06:10:31 
06:10:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:31 
06:10:31 
06:10:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:32 --- javac err: ---
06:10:32 p1/A.java:10: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:10:32 		foo.B = 2;							
06:10:32 		   ^
06:10:32 p1/A.java:12: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:10:32 		if (bar.B == 35) {					
06:10:32 		       ^
06:10:32 p1/A.java:16: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:10:32 			System.out.println(bar.B);		
06:10:32 			                      ^
06:10:32 p2/B.java:6: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:10:32 		bleh.B = 35;						
06:10:32 		    ^
06:10:32 4 warnings
06:10:32 
06:10:32 
06:10:32 
06:10:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:33 --- javac err: ---
06:10:33 p2/B.java:6: error: B has protected access in B
06:10:33 		bleh.B = 35;						
06:10:33 		    ^
06:10:33 p2/B.java:6: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:10:33 		bleh.B = 35;						
06:10:33 		    ^
06:10:33 1 error
06:10:33 1 warning
06:10:33 
06:10:33 
06:10:33 
06:10:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:34 --- javac err: ---
06:10:34 p2/B.java:5: error: B() has protected access in B
06:10:34 		A.B bleh = new A.B();				
06:10:34 		           ^
06:10:34 1 error
06:10:34 
06:10:34 
06:10:34 
06:10:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:35 
06:10:35 
06:10:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:36 --- javac err: ---
06:10:36 p1/X.java:4: error: Top.Member is not public in Top; cannot be accessed from outside package
06:10:36 	Member field;	
06:10:36 	^
06:10:36 1 error
06:10:36 
06:10:36 
06:10:36 
06:10:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:38 
06:10:38 
06:10:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:39 
06:10:39 
06:10:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:40 --- javac err: ---
06:10:40 X.java:3: error: cannot find symbol
06:10:40 		System.out.println(p.Bar.array[0].length);
06:10:40 		                                 ^
06:10:40   symbol:   variable length
06:10:40   location: class Z
06:10:40 X.java:4: error: Array.length is defined in an inaccessible class or interface
06:10:40 		System.out.println(p.Bar.array.length);
06:10:40 		                              ^
06:10:40 X.java:5: error: Z.foo() is defined in an inaccessible class or interface
06:10:40 		System.out.println(p.Bar.array[0].foo());
06:10:40 		                                 ^
06:10:40 3 errors
06:10:40 
06:10:40 
06:10:40 
06:10:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:41 --- javac err: ---
06:10:41 q/Y.java:2: error: Y is not abstract and does not override abstract method foo() in X
06:10:41 public class Y extends p.X {	
06:10:41        ^
06:10:41 1 error
06:10:41 
06:10:41 
06:10:41 
06:10:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:42 --- javac err: ---
06:10:42 q/Y.java:5: error: Z is not abstract and does not override abstract method foo() in X
06:10:42 class Z extends Y {	
06:10:42 ^
06:10:42 1 error
06:10:42 
06:10:42 
06:10:42 
06:10:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:43 --- javac err: ---
06:10:43 q/Z.java:2: error: Z is not abstract and does not override abstract method bar() in X
06:10:43 class Z extends p.Y {	
06:10:43 ^
06:10:43 1 error
06:10:43 
06:10:43 
06:10:43 
06:10:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:43 --- javac err: ---
06:10:43 q/Y.java:5: error: Z is not abstract and does not override abstract method foo() in X
06:10:43 class Z extends Y implements p.X.I {	
06:10:43 ^
06:10:43 1 error
06:10:43 
06:10:43 
06:10:43 
06:10:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:44 --- javac err: ---
06:10:44 q/Y.java:6: error: Z is not abstract and does not override abstract method foo() in X
06:10:44 class Z extends Y {	
06:10:44 ^
06:10:44 1 error
06:10:44 
06:10:44 
06:10:44 
06:10:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:45 --- javac err: ---
06:10:45 q/Y.java:5: error: Z is not abstract and does not override abstract method foo() in X
06:10:45 class Z extends Y {	
06:10:45 ^
06:10:45 1 error
06:10:45 
06:10:45 
06:10:45 
06:10:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:46 --- javac err: ---
06:10:46 q/Z.java:2: error: Z is not abstract and does not override abstract method bar() in X
06:10:46 class Z extends p.Y {	
06:10:46 ^
06:10:46 1 error
06:10:46 
06:10:46 
06:10:46 
06:10:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:47 --- javac err: ---
06:10:47 p/X.java:2: error: X is not abstract and does not override abstract method baz() in Y
06:10:47 public class X extends q.Y.Member {	
06:10:47        ^
06:10:47 1 error
06:10:47 
06:10:47 
06:10:47 
06:10:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:48 --- javac err: ---
06:10:48 p/X.java:2: error: X is not abstract and does not override abstract method bar() in Y
06:10:48 public class X extends q.Y.Member {	
06:10:48        ^
06:10:48 1 error
06:10:48 
06:10:48 
06:10:48 
06:10:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:49 --- javac err: ---
06:10:49 p/X.java:2: error: X is not abstract and does not override abstract method bar() in Y
06:10:49 public class X extends q.Y.Member {	
06:10:49        ^
06:10:49 1 error
06:10:49 
06:10:49 
06:10:49 
06:10:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:50 
06:10:50 
06:10:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:52 
06:10:52 
06:10:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:54 
06:10:54 
06:10:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:55 --- javac err: ---
06:10:55 X.java:9: error: non-static method foo(XY) cannot be referenced from a static context
06:10:55                 foo(new XY());
06:10:55                 ^
06:10:55 1 error
06:10:55 
06:10:55 
06:10:55 
06:10:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:56 
06:10:56 
06:10:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:57 
06:10:57 
06:10:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:58 --- javac err: ---
06:10:58 X.java:4: error: non-static method format(Date) cannot be referenced from a static context
06:10:58         return "Started " + java.text.DateFormat.format(new java.util.Date());
06:10:58                                                 ^
06:10:58 1 error
06:10:58 
06:10:58 
06:10:58 
06:10:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:10:59 
06:10:59 
06:10:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:00 --- javac err: ---
06:11:00 X.java:4: error: finalize() has protected access in Object
06:11:00         args.finalize();
06:11:00             ^
06:11:00 X.java:4: warning: [deprecation] finalize() in Object has been deprecated
06:11:00         args.finalize();
06:11:00             ^
06:11:00 1 error
06:11:00 1 warning
06:11:00 
06:11:00 
06:11:00 
06:11:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:01 
06:11:01 
06:11:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:02 
06:11:02 
06:11:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:03 --- javac err: ---
06:11:03 X.java:6: warning: [rawtypes] found raw type: LinkedHashMap
06:11:03     private LinkedHashMap fCache;
06:11:03             ^
06:11:03   missing type arguments for generic class LinkedHashMap<K,V>
06:11:03   where K,V are type-variables:
06:11:03     K extends Object declared in class LinkedHashMap
06:11:03     V extends Object declared in class LinkedHashMap
06:11:03 X.java:10: warning: [rawtypes] found raw type: LinkedHashMap
06:11:03         fCache= new LinkedHashMap(100, 0.75f, true) {
06:11:03                     ^
06:11:03   missing type arguments for generic class LinkedHashMap<K,V>
06:11:03   where K,V are type-variables:
06:11:03     K extends Object declared in class LinkedHashMap
06:11:03     V extends Object declared in class LinkedHashMap
06:11:03 X.java:13: warning: [rawtypes] found raw type: Entry
06:11:03             protected boolean removeEldestEntry(Entry eldest) {
06:11:03                                                 ^
06:11:03   missing type arguments for generic class Entry<K,V>
06:11:03   where K,V are type-variables:
06:11:03     K extends Object declared in interface Entry
06:11:03     V extends Object declared in interface Entry
06:11:03 3 warnings
06:11:03 
06:11:03 
06:11:03 
06:11:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:04 --- javac err: ---
06:11:04 A.java:4: error: cannot find symbol
06:11:04     B b = new B();
06:11:04     ^
06:11:04   symbol:   class B
06:11:04   location: class A
06:11:04 A.java:4: error: cannot find symbol
06:11:04     B b = new B();
06:11:04               ^
06:11:04   symbol:   class B
06:11:04   location: class A
06:11:04 A.java:6: error: cannot find symbol
06:11:04         String s2 = B.str;
06:11:04                     ^
06:11:04   symbol:   variable B
06:11:04   location: class A
06:11:04 3 errors
06:11:04 
06:11:04 
06:11:04 
06:11:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:05 
06:11:05 
06:11:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:06 --- javac err: ---
06:11:06 X.java:6: error: cannot find symbol
06:11:06     public void foo(Applet a) {
06:11:06                     ^
06:11:06   symbol:   class Applet
06:11:06   location: class X
06:11:06 1 error
06:11:06 
06:11:06 
06:11:06 
06:11:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:07 
06:11:07 
06:11:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:07 --- javac err: ---
06:11:07 X.java:7: error: cannot find symbol
06:11:07 	Zork bb() {
06:11:07 	^
06:11:07   symbol:   class Zork
06:11:07   location: class X
06:11:07 1 error
06:11:07 
06:11:07 
06:11:07 
06:11:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:08 --- javac err: ---
06:11:08 X.java:5: error: cannot find symbol
06:11:08 	Zork aa(long l) {
06:11:08 	^
06:11:08   symbol:   class Zork
06:11:08   location: class X
06:11:08 X.java:7: error: cannot find symbol
06:11:08 	Zork bb() {
06:11:08 	^
06:11:08   symbol:   class Zork
06:11:08   location: class X
06:11:08 2 errors
06:11:08 
06:11:08 
06:11:08 
06:11:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:09 
06:11:09 
06:11:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:10 
06:11:10 
06:11:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:11 --- javac err: ---
06:11:11 X.java:1: error: <identifier> expected
06:11:11 class 56 {
06:11:11      ^
06:11:11 1 error
06:11:11 
06:11:11 
06:11:11 
06:11:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:12 
06:11:12 
06:11:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:13 
06:11:13 
06:11:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:14 
06:11:14 
06:11:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:15 
06:11:15 
06:11:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:16 
06:11:16 
06:11:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:18 --- javac err: ---
06:11:18 Test.java:3: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
06:11:18         X1 x = new X2().foo();
06:11:18                    ^
06:11:18 Test.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
06:11:18         X2 xx = new X2().foo();
06:11:18         ^
06:11:18 Test.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
06:11:18         X2 xx = new X2().foo();
06:11:18                     ^
06:11:18 Test.java:5: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file
06:11:18         X1 z = new Z().foo();
06:11:18                    ^
06:11:18 Test.java:6: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
06:11:18         X2 zz = new Z().foo();
06:11:18         ^
06:11:18 Test.java:6: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file
06:11:18         X2 zz = new Z().foo();
06:11:18                     ^
06:11:18 6 warnings
06:11:18 
06:11:19 --- javac err: ---
06:11:19 Test14.java:3: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
06:11:19         X1 x = new X2().foo();
06:11:19                    ^
06:11:19 Test14.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
06:11:19         X2 xx = new X2().foo();
06:11:19         ^
06:11:19 Test14.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
06:11:19         X2 xx = new X2().foo();
06:11:19                     ^
06:11:19 Test14.java:5: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file
06:11:19         X1 z = new Z().foo();
06:11:19                    ^
06:11:19 Test14.java:6: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
06:11:19         X2 zz = new Z().foo();
06:11:19         ^
06:11:19 Test14.java:6: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file
06:11:19         X2 zz = new Z().foo();
06:11:19                     ^
06:11:19 6 warnings
06:11:19 
06:11:19 
06:11:19 
06:11:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:20 
06:11:20 
06:11:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:21 
06:11:21 
06:11:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:23 
06:11:23 
06:11:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:24 --- javac err: ---
06:11:24 X.java:3: error: reference to foo is ambiguous
06:11:24 		ax.foo(null);
06:11:24 		  ^
06:11:24   both method foo(Thread) in JX and method foo(String) in AX match
06:11:24 1 error
06:11:24 
06:11:24 
06:11:24 
06:11:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:24 --- javac err: ---
06:11:24 E.java:4: error: method run in class Inner cannot be applied to given types;
06:11:24 		void run() { run(1); }
06:11:24 		             ^
06:11:24   required: no arguments
06:11:24   found: int
06:11:24   reason: actual and formal argument lists differ in length
06:11:24 1 error
06:11:24 
06:11:24 
06:11:24 
06:11:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:25 --- javac err: ---
06:11:25 p1/Test.java:2: error: '.' expected
06:11:25 import Test2;	
06:11:25             ^
06:11:25 1 error
06:11:25 
06:11:25 
06:11:25 
06:11:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:26 --- javac err: ---
06:11:26 package1/Test.java:6: warning: [unchecked] unchecked call to add(E) as a member of the raw type AbstractList
06:11:26                 recList.add(null);
06:11:26                            ^
06:11:26   where E is a type-variable:
06:11:26     E extends Object declared in class AbstractList
06:11:26 package2/MyList.java:4: warning: [rawtypes] found raw type: AbstractList
06:11:26 public class MyList extends AbstractList implements List {
06:11:26                             ^
06:11:26   missing type arguments for generic class AbstractList<E>
06:11:26   where E is a type-variable:
06:11:26     E extends Object declared in class AbstractList
06:11:26 package2/MyList.java:4: warning: [rawtypes] found raw type: List
06:11:26 public class MyList extends AbstractList implements List {
06:11:26                                                     ^
06:11:26   missing type arguments for generic class List<E>
06:11:26   where E is a type-variable:
06:11:26     E extends Object declared in interface List
06:11:26 3 warnings
06:11:26 
06:11:26 
06:11:26 
06:11:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:27 --- javac err: ---
06:11:27 q/X.java:7: error: method foo in class X cannot be applied to given types;
06:11:27           foo("");
06:11:27           ^
06:11:27   required: no arguments
06:11:27   found: String
06:11:27   reason: actual and formal argument lists differ in length
06:11:27 1 error
06:11:27 
06:11:27 
06:11:27 
06:11:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:28 
06:11:28 
06:11:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:29 --- javac err: ---
06:11:29 X.java:13: error: cannot find symbol
06:11:29       super(getValue());
06:11:29             ^
06:11:29   symbol:   method getValue()
06:11:29   location: class X.C
06:11:29 X.java:14: error: cannot find symbol
06:11:29       String s = getValue();
06:11:29                  ^
06:11:29   symbol:   method getValue()
06:11:29   location: class X.C
06:11:29 2 errors
06:11:29 
06:11:29 
06:11:29 
06:11:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:30 
06:11:30 
06:11:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:32 
06:11:32 
06:11:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:33 
06:11:33 
06:11:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:34 
06:11:34 
06:11:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:35 
06:11:35 
06:11:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:36 
06:11:36 
06:11:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:37 --- javac err: ---
06:11:37 X.java:5: error: cannot find symbol
06:11:37 		System.out.println(y.length);
06:11:37 		                    ^
06:11:37   symbol:   variable length
06:11:37   location: variable y of type Y
06:11:37 1 error
06:11:37 
06:11:37 
06:11:37 
06:11:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:38 --- javac err: ---
06:11:38 java/lang/Object.java:1: error: package exists in another module: java.base
06:11:38 package java.lang;
06:11:38 ^
06:11:38 1 error
06:11:38 
06:11:38 
06:11:38 
06:11:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:39 --- javac err: ---
06:11:39 X.java:2: error: interface expected here
06:11:39 	static class Member implements X {
06:11:39 	                               ^
06:11:39 1 error
06:11:39 
06:11:39 
06:11:39 
06:11:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:40 --- javac err: ---
06:11:40 X.java:2: error: modifier synchronized not allowed here
06:11:40 	public synchronized int f;
06:11:40 	                        ^
06:11:40 X.java:3: error: modifier synchronized not allowed here
06:11:40 	public synchronized X() {}
06:11:40 	                    ^
06:11:40 X.java:4: error: modifier volatile not allowed here
06:11:40 	public volatile void foo() {}
06:11:40 	                     ^
06:11:40 3 errors
06:11:40 
06:11:40 
06:11:40 
06:11:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:40 --- javac err: ---
06:11:40 bar/Test2.java:3: error: package Test.M1 does not exist
06:11:40 import Test.M1.M2;
06:11:40               ^
06:11:40 1 error
06:11:40 
06:11:40 
06:11:40 
06:11:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:41 --- javac err: ---
06:11:41 bar/Test2.java:3: error: package Test.M1 does not exist
06:11:41 import Test.M1.M2;
06:11:41               ^
06:11:41 1 error
06:11:41 
06:11:41 
06:11:41 
06:11:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:42 --- javac err: ---
06:11:42 bar/Test2.java:3: error: package Test.M1 does not exist
06:11:42 import Test.M1.foo;
06:11:42               ^
06:11:42 1 error
06:11:42 
06:11:42 
06:11:42 
06:11:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:43 
06:11:43 
06:11:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:44 --- javac err: ---
06:11:44 p1/B.java:2: error: modifier protected not allowed here
06:11:44 protected class B1 {}
06:11:44           ^
06:11:44 X.java:1: error: B1 is not public in p1; cannot be accessed from outside package
06:11:44 public class X extends p1.B1 {}
06:11:44                          ^
06:11:44 2 errors
06:11:44 
06:11:44 
06:11:44 
06:11:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:45 --- javac err: ---
06:11:45 p1/C.java:5: error: A.A.M is defined in an inaccessible class or interface
06:11:45         B.m().new M();
06:11:45                   ^
06:11:45 1 error
06:11:45 
06:11:45 
06:11:45 
06:11:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:46 --- javac err: ---
06:11:46 B.java:13: error: B.A has private access in B
06:11:46         B.m().new M();
06:11:46                   ^
06:11:46 1 error
06:11:46 
06:11:46 
06:11:46 
06:11:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:47 
06:11:47 
06:11:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:48 --- javac err: ---
06:11:48 B.java:9: error: non-static variable B cannot be referenced from a static context
06:11:48         System.out.println(A.B.length);
06:11:48                             ^
06:11:48 1 error
06:11:48 
06:11:48 
06:11:48 
06:11:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:49 
06:11:49 
06:11:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:50 --- javac err: ---
06:11:50 B.java:9: error: A.B has private access in A
06:11:50         System.out.println(A.B.length);
06:11:50                             ^
06:11:50 1 error
06:11:50 
06:11:50 
06:11:50 
06:11:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:51 --- javac err: ---
06:11:51 B.java:9: error: length has private access in A.B
06:11:51         System.out.println(A.B.length);
06:11:51                               ^
06:11:51 1 error
06:11:51 
06:11:51 
06:11:51 
06:11:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:51 ----------------------------------------
06:11:51 org.eclipse.jdt.core.tests.compiler.regression.LookupTest#test103 - 12
06:11:51 A.java [
06:11:51 public class A {
06:11:51 	  private int x;
06:11:51 	  static class B {
06:11:51 	    private int x;
06:11:51 	    private C c = new C() {
06:11:51 	      void foo() {
06:11:51 	        x = 3;
06:11:51 	      }
06:11:51 	    };
06:11:51 	  }
06:11:51 	  static class C {
06:11:51 	    private int x;
06:11:51 	  }
06:11:51 	}
06:11:51 
06:11:51 ]
06:11:51 
06:11:51 
06:11:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:52 
06:11:52 
06:11:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:53 ----------------------------------------
06:11:53 org.eclipse.jdt.core.tests.compiler.regression.LookupTest#test105 - 12
06:11:53 A.java [
06:11:53 public class A {
06:11:53 	  private int x;
06:11:53 	  private C c = new C() {
06:11:53 	    void foo() {
06:11:53 	      x = 3;
06:11:53 	    }
06:11:53 	  };
06:11:53 	  static class C {
06:11:53 	    private int x;
06:11:53 	  }
06:11:53 	 }
06:11:53 
06:11:53 ]
06:11:53 
06:11:53 
06:11:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:54 
06:11:54 
06:11:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:55 
06:11:55 
06:11:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:55 ***************************************************************************
06:11:55 * Comparison with Sun Javac compiler for class NumericTest (null tests)
06:11:55 ***************************************************************************
06:11:56 
06:11:56 
06:11:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:57 
06:11:57 
06:11:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:58 --- javac err: ---
06:11:58 X.java:3: error: integer number too large
06:11:58   int i2 = -(2147483648);
06:11:58              ^
06:11:58 1 error
06:11:58 
06:11:58 
06:11:58 
06:11:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:11:58 --- javac err: ---
06:11:58 X.java:3: error: integer number too large
06:11:58   long l2 = -(9223372036854775808L);
06:11:58               ^
06:11:58 1 error
06:11:58 
06:11:58 
06:11:58 
06:11:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:00 
06:12:00 
06:12:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:00 ***************************************************************************
06:12:00 * Comparison with Sun Javac compiler for class ProblemConstructorTest (null tests)
06:12:00 ***************************************************************************
06:12:00 --- javac err: ---
06:12:00 prs/Test1.java:4: error: incompatible types: int cannot be converted to String
06:12:00 String s = 3;	
06:12:00            ^
06:12:00 1 error
06:12:00 
06:12:00 
06:12:00 
06:12:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:01 --- javac err: ---
06:12:01 X.java:3: error: invalid method declaration; return type required
06:12:01     public Y();
06:12:01            ^
06:12:01 1 error
06:12:01 
06:12:01 
06:12:01 
06:12:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:02 --- javac err: ---
06:12:02 Example.java:16: error: cannot find symbol
06:12:02     Zork z;
06:12:02     ^
06:12:02   symbol:   class Zork
06:12:02   location: class E3
06:12:02 1 error
06:12:02 
06:12:02 
06:12:02 
06:12:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:03 ----------------------------------------
06:12:03 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test004 - 12
06:12:03 X.java [
06:12:03 public class X {
06:12:03 	private class M { 
06:12:03        private int state = 0;
06:12:03        public int unusedMethod() { return this.state; }
06:12:03        public M (int state) { this.state = state;} 
06:12:03        public int unusedField = 0;
06:12:03        public class N {}
06:12:03 	}
06:12:03 	private class N { 
06:12:03        private int state = 0;
06:12:03        public int usedMethod() { new O(); return new N(this.state + this.usedField).state; }
06:12:03        public N (int state) { this.state = state;} 
06:12:03        public int usedField = 0;
06:12:03        public class O {}
06:12:03 	}
06:12:03 	public class P { 
06:12:03        private int state = 0;
06:12:03        public int unusedMethod() { return this.state; }
06:12:03        public P (int state) { this.state = state;} 
06:12:03        public int unusedField = 0;
06:12:03        public class N {}
06:12:03 	}
06:12:03 	public M foo(M m, N n) {
06:12:03    n.usedMethod(); return m;
06:12:03 	}
06:12:03 } 
06:12:03 
06:12:03 ]
06:12:03 
06:12:03 
06:12:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:04 
06:12:04 
06:12:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:05 ----------------------------------------
06:12:05 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test006 - 12
06:12:05 A.java [
06:12:05 public class A {
06:12:05 	public A(String s) {
06:12:05 		B.test();
06:12:05 	}
06:12:05 	public A() {}
06:12:05 
06:12:05 	private static class B extends A {
06:12:05 		public B () { super(""); }
06:12:05 		private static void test() {};
06:12:05    }
06:12:05 }
06:12:05 
06:12:05 ]
06:12:05 
06:12:05 
06:12:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:06 
06:12:06 
06:12:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:07 
06:12:07 
06:12:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:07 ----------------------------------------
06:12:07 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test009 - 12
06:12:07 A.java [
06:12:07 public class A {
06:12:07 	public A(String s) {}
06:12:07 	protected A() {}
06:12:07 }
06:12:07 class C {
06:12:07 	private static class B extends A {
06:12:07 		public B () { super(""); }
06:12:07 		static void foo() {}
06:12:07 	}
06:12:07 	C() {
06:12:07 		B.foo();
06:12:07 	}
06:12:07 }
06:12:07 
06:12:07 ]
06:12:07 
06:12:07 
06:12:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:08 ----------------------------------------
06:12:08 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038a - 12
06:12:08 X.java [
06:12:08 public class X {
06:12:08 	private class Y {
06:12:08 		static final int i = 10;
06:12:08 		public Y() {}
06:12:08 		public Y(int x) {System.out.println(x);}
06:12:08    }
06:12:08 
06:12:08 	public void zoo() {
06:12:08 		System.out.println(Y.i);
06:12:08 		Y y = new Y(5);
06:12:08 		System.out.println(y);
06:12:08 	}
06:12:08 }
06:12:08 ]
06:12:08 
06:12:08 
06:12:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:09 ----------------------------------------
06:12:09 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038b - 12
06:12:09 X.java [
06:12:09 public class X {
06:12:09 	private static class Y {
06:12:09 		static final int i = 10;
06:12:09 		public Y() {}
06:12:09 		public Y(int x) {System.out.println(x);}
06:12:09    }
06:12:09 
06:12:09 	public void zoo() {
06:12:09 		System.out.println(Y.i);
06:12:09 		Y y = new Y(5);
06:12:09 		System.out.println(y);
06:12:09 	}
06:12:09 }
06:12:09 ]
06:12:09 
06:12:09 
06:12:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:10 --- javac err: ---
06:12:10 X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID
06:12:10 	private static class Y implements Externalizable {
06:12:10 	               ^
06:12:10 1 warning
06:12:10 
06:12:10 ----------------------------------------
06:12:10 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038c - 12
06:12:10 X.java [
06:12:10 import java.io.Externalizable;
06:12:10 import java.io.IOException;
06:12:10 import java.io.ObjectInput;
06:12:10 import java.io.ObjectOutput;
06:12:10 public class X {
06:12:10 	private static class Y implements Externalizable {
06:12:10 		static final int i = 10;
06:12:10 		public Y() {}
06:12:10 		public Y(int x) {System.out.println(x);}
06:12:10 
06:12:10 		@Override
06:12:10 		public void writeExternal(ObjectOutput out) throws IOException {
06:12:10 		}
06:12:10 
06:12:10 		@Override 
06:12:10 		public void readExternal(ObjectInput in) throws IOException,
06:12:10 		ClassNotFoundException {
06:12:10 		}
06:12:10 	}
06:12:10 	public void zoo() {
06:12:10 		System.out.println(Y.i);
06:12:10 		Y y = new Y(5);
06:12:10 		System.out.println(y);
06:12:10 	}
06:12:10 }
06:12:10 ]
06:12:10 
06:12:10 
06:12:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:11 --- javac err: ---
06:12:11 X.java:6: warning: [serial] serializable class X.Y has no definition of serialVersionUID
06:12:11 	private class Y implements Externalizable {
06:12:11 	        ^
06:12:11 1 warning
06:12:11 
06:12:11 
06:12:11 
06:12:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:12 ----------------------------------------
06:12:12 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038e - 12
06:12:12 X.java [
06:12:12 class X {
06:12:12 	int i;
06:12:12 	private X(int x) {i = x;}
06:12:12 	X() {}
06:12:12 	public int foo() {
06:12:12 		X x = new X();
06:12:12 		return x.i;
06:12:12 	}
06:12:12 }
06:12:12 
06:12:12 ]
06:12:12 
06:12:12 
06:12:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:12 ***************************************************************************
06:12:12 * Comparison with Sun Javac compiler for class ProblemTypeAndMethodTest (null tests)
06:12:12 ***************************************************************************
06:12:13 --- javac err: ---
06:12:13 X.java:6: error: W is not abstract and does not override abstract method foo() in Moosh
06:12:13         static class W extends A {}
06:12:13                ^
06:12:13 X.java:7: error: Y is not abstract and does not override abstract method foo() in Moosh
06:12:13         static class Y extends A {}
06:12:13                ^
06:12:13 X.java:8: error: Z is not abstract and does not override abstract method foo() in Moosh
06:12:13         static class Z extends A {}
06:12:13                ^
06:12:13 3 errors
06:12:13 
06:12:13 
06:12:13 
06:12:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:14 --- javac err: ---
06:12:14 X.java:1: error: cannot find symbol
06:12:14 public class X extends Zork {
06:12:14                        ^
06:12:14   symbol: class Zork
06:12:14 X.java:7: error: cannot find symbol
06:12:14 	Zork fz = this;
06:12:14 	^
06:12:14   symbol:   class Zork
06:12:14   location: class X
06:12:14 X.java:9: error: cannot find symbol
06:12:14 	Zork2 fz2 = this;
06:12:14 	^
06:12:14   symbol:   class Zork2
06:12:14   location: class X
06:12:14 X.java:3: error: cannot find symbol
06:12:14 		Zork z = this;
06:12:14 		^
06:12:14   symbol:   class Zork
06:12:14   location: class X
06:12:14 X.java:4: error: incompatible types: X cannot be converted to String
06:12:14 		String s = this;
06:12:14 		           ^
06:12:14 X.java:5: error: cannot find symbol
06:12:14 		Zork2 z2 = this;
06:12:14 		^
06:12:14   symbol:   class Zork2
06:12:14   location: class X
06:12:14 X.java:8: error: incompatible types: X cannot be converted to String
06:12:14 	String fs = this;
06:12:14 	            ^
06:12:14 7 errors
06:12:14 
06:12:14 
06:12:14 
06:12:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:15 --- javac err: ---
06:12:15 X.java:2: error: cannot find symbol
06:12:15 	Zork field;
06:12:15 	^
06:12:15   symbol:   class Zork
06:12:15   location: class X
06:12:15 X.java:13: error: cannot find symbol
06:12:15 	Zork foo() {	return null; }
06:12:15 	^
06:12:15   symbol:   class Zork
06:12:15   location: class Y
06:12:15 X.java:14: error: cannot find symbol
06:12:15 	void bar(Zork z) {}
06:12:15 	         ^
06:12:15   symbol:   class Zork
06:12:15   location: class Y
06:12:15 X.java:15: error: cannot find symbol
06:12:15 	Zork slot;
06:12:15 	^
06:12:15   symbol:   class Zork
06:12:15   location: class Y
06:12:15 4 errors
06:12:15 
06:12:15 
06:12:15 
06:12:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:16 --- javac err: ---
06:12:16 X.java:7: error: incompatible types: Zork cannot be converted to String
06:12:16 		String s1 = ofoo.foo;
06:12:16 		                ^
06:12:16 X.java:8: error: incompatible types: Zork cannot be converted to String
06:12:16 		String s2 = ofoo.bar();
06:12:16 		                    ^
06:12:16 X.java:9: error: incompatible types: OtherFoo.OtherMember cannot be converted to String
06:12:16 		String s3 = ofoo.new OtherMember();
06:12:16 		                 ^
06:12:16 X.java:10: error: incompatible types: X cannot be converted to Zork
06:12:16 		ofoo.baz(this);
06:12:16 		         ^
06:12:16 X.java:14: error: incompatible types: Zork cannot be converted to String
06:12:16 		String s1 = ox.foo;
06:12:16 		              ^
06:12:16 X.java:15: error: incompatible types: Zork cannot be converted to String
06:12:16 		String s2 = ox.bar();
06:12:16 		                  ^
06:12:16 X.java:16: error: incompatible types: OtherX.OtherMember cannot be converted to String
06:12:16 		String s3 = ox.new OtherMember();
06:12:16 		               ^
06:12:16 X.java:17: error: incompatible types: X cannot be converted to Zork
06:12:16 		ox.baz(this);
06:12:16 		       ^
06:12:16 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:12:16 8 errors
06:12:16 
06:12:17 --- javac err: ---
06:12:17 X.java:7: error: incompatible types: Zork cannot be converted to String
06:12:17 		String s1 = ofoo.foo;
06:12:17 		                ^
06:12:17 X.java:8: error: incompatible types: Zork cannot be converted to String
06:12:17 		String s2 = ofoo.bar();
06:12:17 		                    ^
06:12:17 X.java:9: error: incompatible types: OtherFoo.OtherMember cannot be converted to String
06:12:17 		String s3 = ofoo.new OtherMember();
06:12:17 		                 ^
06:12:17 X.java:10: error: incompatible types: X cannot be converted to Zork
06:12:17 		ofoo.baz(this);
06:12:17 		         ^
06:12:17 X.java:14: error: incompatible types: Zork cannot be converted to String
06:12:17 		String s1 = ox.foo;
06:12:17 		              ^
06:12:17 X.java:15: error: incompatible types: Zork cannot be converted to String
06:12:17 		String s2 = ox.bar();
06:12:17 		                  ^
06:12:17 X.java:16: error: incompatible types: OtherX.OtherMember cannot be converted to String
06:12:17 		String s3 = ox.new OtherMember();
06:12:17 		               ^
06:12:17 X.java:17: error: incompatible types: X cannot be converted to Zork
06:12:17 		ox.baz(this);
06:12:17 		       ^
06:12:17 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:12:17 8 errors
06:12:17 
06:12:17 
06:12:17 
06:12:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:18 
06:12:18 
06:12:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:19 
06:12:19 
06:12:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:20 
06:12:20 
06:12:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:21 
06:12:21 
06:12:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:22 
06:12:22 
06:12:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:23 
06:12:23 
06:12:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:24 --- javac err: ---
06:12:24 X.java:4: error: '(' expected
06:12:24 	void field3;
06:12:24 	           ^
06:12:24 X.java:5: error: <identifier> expected
06:12:24 	void[] field4;
06:12:24 	    ^
06:12:24 X.java:5: error: <identifier> expected
06:12:24 	void[] field4;
06:12:24 	             ^
06:12:24 3 errors
06:12:24 
06:12:24 
06:12:24 
06:12:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:25 --- javac err: ---
06:12:25 X.java:5: error: illegal start of expression
06:12:25 	Class c4 = void[].class;
06:12:25 	           ^
06:12:25 X.java:5: error: ';' expected
06:12:25 	Class c4 = void[].class;
06:12:25 	               ^
06:12:25 X.java:5: error: <identifier> expected
06:12:25 	Class c4 = void[].class;
06:12:25 	                       ^
06:12:25 X.java:6: error: reached end of file while parsing
06:12:25 }
06:12:25  ^
06:12:25 4 errors
06:12:25 
06:12:25 
06:12:25 
06:12:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:26 --- javac err: ---
06:12:26 X.java:3: warning: [rawtypes] found raw type: Class
06:12:26 	Class c2 = java.lang[].class;
06:12:26 	^
06:12:26   missing type arguments for generic class Class<T>
06:12:26   where T is a type-variable:
06:12:26     T extends Object declared in class Class
06:12:26 X.java:3: error: package java does not exist
06:12:26 	Class c2 = java.lang[].class;
06:12:26 	               ^
06:12:26 1 error
06:12:26 1 warning
06:12:26 
06:12:26 
06:12:26 
06:12:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:26 --- javac err: ---
06:12:26 X.java:3: warning: [rawtypes] found raw type: Class
06:12:26 	Class c2 = java.lang[].class;
06:12:26 	^
06:12:26   missing type arguments for generic class Class<T>
06:12:26   where T is a type-variable:
06:12:26     T extends Object declared in class Class
06:12:26 X.java:3: error: package java does not exist
06:12:26 	Class c2 = java.lang[].class;
06:12:26 	               ^
06:12:26 1 error
06:12:26 1 warning
06:12:26 
06:12:26 
06:12:26 
06:12:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:27 --- javac err: ---
06:12:27 X.java:2: warning: [rawtypes] found raw type: Class
06:12:27 	Class a = zork1[].class;
06:12:27 	^
06:12:27   missing type arguments for generic class Class<T>
06:12:27   where T is a type-variable:
06:12:27     T extends Object declared in class Class
06:12:27 X.java:2: error: cannot find symbol
06:12:27 	Class a = zork1[].class;
06:12:27 	          ^
06:12:27   symbol:   class zork1
06:12:27   location: class X
06:12:27 X.java:3: warning: [rawtypes] found raw type: Class
06:12:27 	Class x = zork1.zork2[].class;	// compile time error
06:12:27 	^
06:12:27   missing type arguments for generic class Class<T>
06:12:27   where T is a type-variable:
06:12:27     T extends Object declared in class Class
06:12:27 X.java:3: error: package zork1 does not exist
06:12:27 	Class x = zork1.zork2[].class;	// compile time error
06:12:27 	               ^
06:12:27 X.java:5: warning: [rawtypes] found raw type: Class
06:12:27 	Class a2 = zork1.class;
06:12:27 	^
06:12:27   missing type arguments for generic class Class<T>
06:12:27   where T is a type-variable:
06:12:27     T extends Object declared in class Class
06:12:27 X.java:5: error: cannot find symbol
06:12:27 	Class a2 = zork1.class;
06:12:27 	           ^
06:12:27   symbol:   class zork1
06:12:27   location: class X
06:12:27 X.java:6: warning: [rawtypes] found raw type: Class
06:12:27 	Class x2 = zork1.zork2.class;	// compile time error	
06:12:27 	^
06:12:27   missing type arguments for generic class Class<T>
06:12:27   where T is a type-variable:
06:12:27     T extends Object declared in class Class
06:12:27 X.java:6: error: package zork1 does not exist
06:12:27 	Class x2 = zork1.zork2.class;	// compile time error	
06:12:27 	                ^
06:12:27 4 errors
06:12:27 4 warnings
06:12:27 
06:12:27 
06:12:27 
06:12:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:28 --- javac err: ---
06:12:28 X.java:2: error: package java.langz does not exist
06:12:28 	java.langz.AClass1 field1;
06:12:28 	          ^
06:12:28 X.java:3: error: package java.langz does not exist
06:12:28 	java.langz.AClass2 field2;
06:12:28 	          ^
06:12:28 2 errors
06:12:28 
06:12:28 
06:12:28 
06:12:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:29 --- javac err: ---
06:12:29 X.java:2: error: package java does not exist
06:12:29 	java.langz field1;
06:12:29 	    ^
06:12:29 X.java:3: error: package java.langz does not exist
06:12:29 	java.langz.AClass2 field2;
06:12:29 	          ^
06:12:29 2 errors
06:12:29 
06:12:29 
06:12:29 
06:12:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:30 --- javac err: ---
06:12:30 X.java:2: error: package java.langz does not exist
06:12:30 	java.langz.AClass1 field1;
06:12:30 	          ^
06:12:30 X.java:3: error: package java does not exist
06:12:30 	java.langz field2;
06:12:30 	    ^
06:12:30 2 errors
06:12:30 
06:12:30 
06:12:30 
06:12:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:32 --- javac err: ---
06:12:32 X.java:3: error: package a.b does not exist
06:12:32 		a.b.Missing1 m1;
06:12:32 		   ^
06:12:32 X.java:4: error: cannot find symbol
06:12:32 		q1.q2.Missing2 m2;
06:12:32 		     ^
06:12:32   symbol:   class Missing2
06:12:32   location: package q1.q2
06:12:32 2 errors
06:12:32 
06:12:32 
06:12:32 
06:12:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:34 --- javac err: ---
06:12:34 X.java:3: error: package a.b does not exist
06:12:34 		a.b.Missing1 m1;
06:12:34 		   ^
06:12:34 X.java:4: error: cannot find symbol
06:12:34 		q1.q2.Missing2 m2;
06:12:34 		     ^
06:12:34   symbol:   class Missing2
06:12:34   location: package q1.q2
06:12:34 2 errors
06:12:34 
06:12:34 
06:12:34 
06:12:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:35 --- javac err: ---
06:12:35 p/OtherFoo.java:2: error: package q1.q2 does not exist
06:12:35 public class OtherFoo extends q1.q2.Zork{
06:12:35                                    ^
06:12:35 X.java:3: error: package a.b does not exist
06:12:35 		a.b.Missing1 m1;
06:12:35 		   ^
06:12:35 X.java:4: error: package q1.q2 does not exist
06:12:35 		q1.q2.Missing2 m2;
06:12:35 		     ^
06:12:35 3 errors
06:12:35 
06:12:35 
06:12:35 
06:12:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:37 --- javac err: ---
06:12:37 X.java:2: error: cannot find symbol
06:12:37 	void foo(q1.q2.Missing1 m1) {
06:12:37 	              ^
06:12:37   symbol:   class Missing1
06:12:37   location: package q1.q2
06:12:37 X.java:3: error: package a.b does not exist
06:12:37 		a.b.Missing1 m1a;
06:12:37 		   ^
06:12:37 X.java:5: error: cannot find symbol
06:12:37 		q1.q2.Missing1 m11;
06:12:37 		     ^
06:12:37   symbol:   class Missing1
06:12:37   location: package q1.q2
06:12:37 3 errors
06:12:37 
06:12:37 
06:12:37 
06:12:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:38 --- javac err: ---
06:12:38 X.java:2: error: cannot find symbol
06:12:38 	void foo(q1.q2.Missing1 m1) {
06:12:38 	              ^
06:12:38   symbol:   class Missing1
06:12:38   location: package q1.q2
06:12:38 X.java:3: error: package a.b does not exist
06:12:38 		a.b.Missing1 m1a;
06:12:38 		   ^
06:12:38 X.java:5: error: cannot find symbol
06:12:38 		q1.q2.Missing1 m11;
06:12:38 		     ^
06:12:38   symbol:   class Missing1
06:12:38   location: package q1.q2
06:12:38 3 errors
06:12:38 
06:12:38 
06:12:38 
06:12:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:40 --- javac err: ---
06:12:40 X.java:2: error: cannot find symbol
06:12:40 	void foo(q1.q2.Missing1 m1) {
06:12:40 	              ^
06:12:40   symbol:   class Missing1
06:12:40   location: package q1.q2
06:12:40 X.java:3: error: package a.b does not exist
06:12:40 		a.b.Missing1 m1a;
06:12:40 		   ^
06:12:40 X.java:5: error: cannot find symbol
06:12:40 		q1.q2.Missing1 m11;
06:12:40 		     ^
06:12:40   symbol:   class Missing1
06:12:40   location: package q1.q2
06:12:40 3 errors
06:12:40 
06:12:40 
06:12:40 
06:12:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:42 --- javac err: ---
06:12:42 X.java:2: error: cannot find symbol
06:12:42 	void foo(q1.q2.Missing1 m1) {
06:12:42 	              ^
06:12:42   symbol:   class Missing1
06:12:42   location: package q1.q2
06:12:42 X.java:3: error: package a.b does not exist
06:12:42 		a.b.Missing1 m1a;
06:12:42 		   ^
06:12:42 Y.java:3: error: cannot find symbol
06:12:42 		q1.q2.Missing1 m11;
06:12:42 		     ^
06:12:42   symbol:   class Missing1
06:12:42   location: package q1.q2
06:12:42 3 errors
06:12:42 
06:12:42 
06:12:42 
06:12:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:43 --- javac err: ---
06:12:43 X.java:2: error: cannot find symbol
06:12:43 	void foo(Missing1 m1) {
06:12:43 	         ^
06:12:43   symbol:   class Missing1
06:12:43   location: class X
06:12:43 X.java:3: error: cannot find symbol
06:12:43 		Missing2 m2 = m1;
06:12:43 		^
06:12:43   symbol:   class Missing2
06:12:43   location: class X
06:12:43 2 errors
06:12:43 
06:12:43 
06:12:43 
06:12:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:44 --- javac err: ---
06:12:44 X.java:11: error: cannot find symbol
06:12:44 	Missing2 m2;
06:12:44 	^
06:12:44   symbol:   class Missing2
06:12:44   location: class Other
06:12:44 1 error
06:12:44 
06:12:44 
06:12:44 
06:12:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:45 --- javac err: ---
06:12:45 X.java:10: error: cannot find symbol
06:12:45 	Missing2 m2;
06:12:45 	^
06:12:45   symbol:   class Missing2
06:12:45   location: class Other
06:12:45 X.java:5: error: cannot find symbol
06:12:45 		Missing2.foo();
06:12:45 		^
06:12:45   symbol:   variable Missing2
06:12:45   location: class X
06:12:45 2 errors
06:12:45 
06:12:45 
06:12:45 
06:12:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:45 --- javac err: ---
06:12:45 Y.java:1: error: cannot find symbol
06:12:45 public class Y extends Z {
06:12:45                        ^
06:12:45   symbol: class Z
06:12:45 1 error
06:12:45 
06:12:45 
06:12:45 
06:12:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:46 --- javac err: ---
06:12:46 Y.java:1: error: cannot find symbol
06:12:46 public class Y extends Z {
06:12:46                        ^
06:12:46   symbol: class Z
06:12:46 1 error
06:12:46 
06:12:47 --- javac err: ---
06:12:47 X.java:1: error: cannot find symbol
06:12:47 public class X extends Y {
06:12:47                        ^
06:12:47   symbol: class Y
06:12:47 1 error
06:12:47 
06:12:47 
06:12:47 
06:12:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:48 --- javac err: ---
06:12:48 Y.java:1: error: cannot find symbol
06:12:48 public class Y extends Z {
06:12:48                        ^
06:12:48   symbol: class Z
06:12:48 1 error
06:12:48 
06:12:48 
06:12:48 
06:12:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:49 --- javac err: ---
06:12:49 X.java:3: error: cannot find symbol
06:12:49   void foo(p.Zork z) {}
06:12:49             ^
06:12:49   symbol:   class Zork
06:12:49   location: package p
06:12:49 1 error
06:12:49 
06:12:49 
06:12:49 
06:12:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:50 --- javac err: ---
06:12:50 Y.java:1: error: cannot find symbol
06:12:50 @Z public class Y {
06:12:50  ^
06:12:50   symbol: class Z
06:12:50 1 error
06:12:50 
06:12:50 
06:12:50 
06:12:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:50 --- javac err: ---
06:12:50 X1.java:2: error: cannot find symbol
06:12:50 	Zork bar() { return null; }	
06:12:50 	^
06:12:50   symbol:   class Zork
06:12:50   location: class X1
06:12:50 1 error
06:12:50 
06:12:50 
06:12:50 
06:12:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:51 --- javac err: ---
06:12:51 X1.java:2: error: cannot find symbol
06:12:51 	Zork bar() { return null; }	
06:12:51 	^
06:12:51   symbol:   class Zork
06:12:51   location: class X1
06:12:51 1 error
06:12:51 
06:12:52 --- javac err: ---
06:12:52 X.java:2: error: cannot find symbol
06:12:52 	void foo(X1 x1) {
06:12:52 	         ^
06:12:52   symbol:   class X1
06:12:52   location: class X
06:12:52 1 error
06:12:52 
06:12:52 
06:12:52 
06:12:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:53 --- javac err: ---
06:12:53 X1.java:2: error: cannot find symbol
06:12:53 	Object bar(Zork z) { return null; }	
06:12:53 	           ^
06:12:53   symbol:   class Zork
06:12:53   location: class X1
06:12:53 1 error
06:12:53 
06:12:53 
06:12:53 
06:12:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:54 --- javac err: ---
06:12:54 X1.java:2: error: cannot find symbol
06:12:54 	Object bar(Zork z) { return null; }	
06:12:54 	           ^
06:12:54   symbol:   class Zork
06:12:54   location: class X1
06:12:54 1 error
06:12:54 
06:12:54 --- javac err: ---
06:12:54 X.java:2: error: cannot find symbol
06:12:54 	void foo(X1 x1) {
06:12:54 	         ^
06:12:54   symbol:   class X1
06:12:54   location: class X
06:12:54 1 error
06:12:54 
06:12:54 
06:12:54 
06:12:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:55 --- javac err: ---
06:12:55 X1.java:2: error: cannot find symbol
06:12:55 	Object bar(Object o) throws Zork { return null; }	
06:12:55 	                            ^
06:12:55   symbol:   class Zork
06:12:55   location: class X1
06:12:55 1 error
06:12:55 
06:12:55 
06:12:55 
06:12:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:56 --- javac err: ---
06:12:56 X1.java:2: error: cannot find symbol
06:12:56 	Object bar(Object o) throws Zork { return null; }	
06:12:56 	                            ^
06:12:56   symbol:   class Zork
06:12:56   location: class X1
06:12:56 1 error
06:12:56 
06:12:57 --- javac err: ---
06:12:57 X.java:2: error: cannot find symbol
06:12:57 	void foo(X1 x1) {
06:12:57 	         ^
06:12:57   symbol:   class X1
06:12:57   location: class X
06:12:57 1 error
06:12:57 
06:12:57 
06:12:57 
06:12:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:58 --- javac err: ---
06:12:58 X1.java:2: error: cannot find symbol
06:12:58 	public X1(Zork z) {}
06:12:58 	          ^
06:12:58   symbol:   class Zork
06:12:58   location: class X1
06:12:58 1 error
06:12:58 
06:12:58 
06:12:58 
06:12:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:12:59 --- javac err: ---
06:12:59 X1.java:2: error: cannot find symbol
06:12:59 	public X1(Zork z) {}
06:12:59 	          ^
06:12:59   symbol:   class Zork
06:12:59   location: class X1
06:12:59 1 error
06:12:59 
06:12:59 --- javac err: ---
06:12:59 X.java:2: error: cannot find symbol
06:12:59 	void foo(X1 x1) {
06:12:59 	         ^
06:12:59   symbol:   class X1
06:12:59   location: class X
06:12:59 X.java:3: error: cannot find symbol
06:12:59 		Object o = new X1(x1);
06:12:59 		               ^
06:12:59   symbol:   class X1
06:12:59   location: class X
06:12:59 2 errors
06:12:59 
06:12:59 
06:12:59 
06:12:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:00 --- javac err: ---
06:13:00 X1.java:2: error: cannot find symbol
06:13:00 	public X1() throws Zork {}
06:13:00 	                   ^
06:13:00   symbol:   class Zork
06:13:00   location: class X1
06:13:00 1 error
06:13:00 
06:13:00 
06:13:00 
06:13:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:01 --- javac err: ---
06:13:01 X1.java:2: error: cannot find symbol
06:13:01 	public X1() throws Zork {}
06:13:01 	                   ^
06:13:01   symbol:   class Zork
06:13:01   location: class X1
06:13:01 1 error
06:13:01 
06:13:02 --- javac err: ---
06:13:02 X.java:2: error: cannot find symbol
06:13:02 	void foo(X1 x1) {
06:13:02 	         ^
06:13:02   symbol:   class X1
06:13:02   location: class X
06:13:02 X.java:3: error: cannot find symbol
06:13:02 		Object o = new X1();
06:13:02 		               ^
06:13:02   symbol:   class X1
06:13:02   location: class X
06:13:02 2 errors
06:13:02 
06:13:02 
06:13:02 
06:13:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:03 --- javac err: ---
06:13:03 X1.java:2: error: cannot find symbol
06:13:03 	public X1(Zork z) {}
06:13:03 	          ^
06:13:03   symbol:   class Zork
06:13:03   location: class X1
06:13:03 1 error
06:13:03 
06:13:03 
06:13:03 
06:13:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:03 --- javac err: ---
06:13:03 X1.java:2: error: cannot find symbol
06:13:03 	public X1(Zork z) {}
06:13:03 	          ^
06:13:03   symbol:   class Zork
06:13:03   location: class X1
06:13:03 1 error
06:13:03 
06:13:04 --- javac err: ---
06:13:04 X.java:2: error: cannot find symbol
06:13:04 	void foo(X1 x1) {
06:13:04 	         ^
06:13:04   symbol:   class X1
06:13:04   location: class X
06:13:04 X.java:3: error: cannot find symbol
06:13:04 		Object o = new X1(x1){};
06:13:04 		               ^
06:13:04   symbol:   class X1
06:13:04   location: class X
06:13:04 2 errors
06:13:04 
06:13:04 
06:13:04 
06:13:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:05 --- javac err: ---
06:13:05 X1.java:2: error: cannot find symbol
06:13:05 	public X1() throws Zork {}
06:13:05 	                   ^
06:13:05   symbol:   class Zork
06:13:05   location: class X1
06:13:05 1 error
06:13:05 
06:13:05 
06:13:05 
06:13:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:06 --- javac err: ---
06:13:06 X1.java:2: error: cannot find symbol
06:13:06 	public X1() throws Zork {}
06:13:06 	                   ^
06:13:06   symbol:   class Zork
06:13:06   location: class X1
06:13:06 1 error
06:13:06 
06:13:07 --- javac err: ---
06:13:07 X.java:2: error: cannot find symbol
06:13:07 	void foo(X1 x1) {
06:13:07 	         ^
06:13:07   symbol:   class X1
06:13:07   location: class X
06:13:07 X.java:3: error: cannot find symbol
06:13:07 		Object o = new X1(){};
06:13:07 		               ^
06:13:07   symbol:   class X1
06:13:07   location: class X
06:13:07 2 errors
06:13:07 
06:13:07 
06:13:07 
06:13:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:08 --- javac err: ---
06:13:08 X1.java:2: error: cannot find symbol
06:13:08 	public X1(Zork z) {}
06:13:08 	          ^
06:13:08   symbol:   class Zork
06:13:08   location: class X1
06:13:08 1 error
06:13:08 
06:13:08 
06:13:08 
06:13:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:08 --- javac err: ---
06:13:08 X1.java:2: error: cannot find symbol
06:13:08 	public X1(Zork z) {}
06:13:08 	          ^
06:13:08   symbol:   class Zork
06:13:08   location: class X1
06:13:08 1 error
06:13:08 
06:13:09 --- javac err: ---
06:13:09 X.java:1: error: cannot find symbol
06:13:09 public class X extends X1 {
06:13:09                        ^
06:13:09   symbol: class X1
06:13:09 X.java:2: error: cannot find symbol
06:13:09 	X(X1 x1) {
06:13:09 	  ^
06:13:09   symbol:   class X1
06:13:09   location: class X
06:13:09 2 errors
06:13:09 
06:13:09 
06:13:09 
06:13:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:10 --- javac err: ---
06:13:10 X1.java:2: error: cannot find symbol
06:13:10 	public X1() throws Zork {}
06:13:10 	                   ^
06:13:10   symbol:   class Zork
06:13:10   location: class X1
06:13:10 1 error
06:13:10 
06:13:10 
06:13:10 
06:13:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:11 --- javac err: ---
06:13:11 X1.java:2: error: cannot find symbol
06:13:11 	public X1() throws Zork {}
06:13:11 	                   ^
06:13:11   symbol:   class Zork
06:13:11   location: class X1
06:13:11 1 error
06:13:11 
06:13:12 --- javac err: ---
06:13:12 X.java:1: error: cannot find symbol
06:13:12 public class X extends X1 {
06:13:12                        ^
06:13:12   symbol: class X1
06:13:12 X.java:2: error: cannot find symbol
06:13:12 	X(X1 x1) {
06:13:12 	  ^
06:13:12   symbol:   class X1
06:13:12   location: class X
06:13:12 2 errors
06:13:12 
06:13:12 
06:13:12 
06:13:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:13 --- javac err: ---
06:13:13 X.java:11: error: cannot find symbol
06:13:13 	Zork zork;
06:13:13 	^
06:13:13   symbol:   class Zork
06:13:13   location: class X
06:13:13 X.java:15: error: cannot find symbol
06:13:13 	Zork zork;
06:13:13 	^
06:13:13   symbol:   class Zork
06:13:13   location: class X1
06:13:13 2 errors
06:13:13 
06:13:13 
06:13:13 
06:13:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:13 --- javac err: ---
06:13:13 X.java:11: error: cannot find symbol
06:13:13 	Zork zork;
06:13:13 	^
06:13:13   symbol:   class Zork
06:13:13   location: class X
06:13:13 X.java:15: error: cannot find symbol
06:13:13 	Zork zork;
06:13:13 	^
06:13:13   symbol:   class Zork
06:13:13   location: class X1
06:13:13 2 errors
06:13:13 
06:13:13 
06:13:13 
06:13:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:14 --- javac err: ---
06:13:14 X.java:11: error: cannot find symbol
06:13:14 	Zork zork;
06:13:14 	^
06:13:14   symbol:   class Zork
06:13:14   location: class X
06:13:14 X.java:15: error: cannot find symbol
06:13:14 	Zork zork;
06:13:14 	^
06:13:14   symbol:   class Zork
06:13:14   location: class X1
06:13:14 X.java:3: error: cannot find symbol
06:13:14 		Zork z;
06:13:14 		^
06:13:14   symbol:   class Zork
06:13:14   location: class X
06:13:14 3 errors
06:13:14 
06:13:14 
06:13:14 
06:13:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:15 --- javac err: ---
06:13:15 X1.java:3: error: cannot find symbol
06:13:15 	public Zork zork;
06:13:15 	       ^
06:13:15   symbol:   class Zork
06:13:15   location: class X1
06:13:15 1 error
06:13:15 
06:13:16 --- javac err: ---
06:13:16 X.java:2: error: cannot find symbol
06:13:16 	void foo(X1 x1) {
06:13:16 	         ^
06:13:16   symbol:   class X1
06:13:16   location: class X
06:13:16 X.java:11: error: cannot find symbol
06:13:16 	Zork zork;
06:13:16 	^
06:13:16   symbol:   class Zork
06:13:16   location: class X
06:13:16 2 errors
06:13:16 
06:13:16 
06:13:16 
06:13:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:17 --- javac err: ---
06:13:17 X1.java:3: error: cannot find symbol
06:13:17 	public Zork zork;
06:13:17 	       ^
06:13:17   symbol:   class Zork
06:13:17   location: class X1
06:13:17 1 error
06:13:17 
06:13:18 --- javac err: ---
06:13:18 X.java:2: error: cannot find symbol
06:13:18 	void bar(X1 x1) {
06:13:18 	         ^
06:13:18   symbol:   class X1
06:13:18   location: class X
06:13:18 X.java:11: error: cannot find symbol
06:13:18 	Zork zork;
06:13:18 	^
06:13:18   symbol:   class Zork
06:13:18   location: class X
06:13:18 2 errors
06:13:18 
06:13:18 
06:13:18 
06:13:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:18 --- javac err: ---
06:13:18 X1.java:3: error: cannot find symbol
06:13:18 	public Zork zork;
06:13:18 	       ^
06:13:18   symbol:   class Zork
06:13:18   location: class X1
06:13:18 1 error
06:13:18 
06:13:19 --- javac err: ---
06:13:19 X.java:2: error: cannot find symbol
06:13:19 	void baz(X1 x1) {
06:13:19 	         ^
06:13:19   symbol:   class X1
06:13:19   location: class X
06:13:19 X.java:11: error: cannot find symbol
06:13:19 	Zork zork;
06:13:19 	^
06:13:19   symbol:   class Zork
06:13:19   location: class X
06:13:19 X.java:3: error: cannot find symbol
06:13:19 		Zork z;
06:13:19 		^
06:13:19   symbol:   class Zork
06:13:19   location: class X
06:13:19 3 errors
06:13:19 
06:13:19 
06:13:19 
06:13:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:20 --- javac err: ---
06:13:20 X.java:8: error: cannot find symbol
06:13:20 	Zork bar(){}
06:13:20 	^
06:13:20   symbol:   class Zork
06:13:20   location: class X1
06:13:20 1 error
06:13:20 
06:13:20 
06:13:20 
06:13:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:21 --- javac err: ---
06:13:21 X.java:13: error: cannot find symbol
06:13:21 	X1(Zork z) {}
06:13:21 	   ^
06:13:21   symbol:   class Zork
06:13:21   location: class X1
06:13:21 X.java:3: error: cannot find symbol
06:13:21 		new X1(x1).baz();
06:13:21 		          ^
06:13:21   symbol:   method baz()
06:13:21   location: class X1
06:13:21 X.java:4: error: cannot find symbol
06:13:21 		new X1(null).baz();
06:13:21 		            ^
06:13:21   symbol:   method baz()
06:13:21   location: class X1
06:13:21 X.java:5: error: cannot find symbol
06:13:21 		new Zork().baz();
06:13:21 		    ^
06:13:21   symbol:   class Zork
06:13:21   location: class X
06:13:21 X.java:6: error: cannot find symbol
06:13:21 		new X1(x1){}.baz();
06:13:21 		            ^
06:13:21   symbol: method baz()
06:13:21 X.java:7: error: cannot find symbol
06:13:21 		new X1(null){}.baz();
06:13:21 		              ^
06:13:21   symbol: method baz()
06:13:21 X.java:8: error: cannot find symbol
06:13:21 		new Zork(){}.baz();
06:13:21 		    ^
06:13:21   symbol:   class Zork
06:13:21   location: class X
06:13:21 7 errors
06:13:21 
06:13:21 
06:13:21 
06:13:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:22 --- javac err: ---
06:13:22 X.java:2: error: cannot find symbol
06:13:22 	void foo(Zork z) {
06:13:22 	         ^
06:13:22   symbol:   class Zork
06:13:22   location: class X
06:13:22 1 error
06:13:22 
06:13:22 
06:13:22 
06:13:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:23 --- javac err: ---
06:13:23 X.java:10: error: cannot find symbol
06:13:23 	Zork z;
06:13:23 	^
06:13:23   symbol:   class Zork
06:13:23   location: class X1
06:13:23 X.java:11: error: cannot find symbol
06:13:23 	Zork[] zArray;
06:13:23 	^
06:13:23   symbol:   class Zork
06:13:23   location: class X1
06:13:23 X.java:4: error: incompatible types: Zork[] cannot be converted to int
06:13:23 		int j = x1.next.zArray;
06:13:23 		               ^
06:13:23 3 errors
06:13:23 
06:13:23 
06:13:23 
06:13:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:23 --- javac err: ---
06:13:23 X.java:11: error: cannot find symbol
06:13:23 	Zork z;
06:13:23 	^
06:13:23   symbol:   class Zork
06:13:23   location: class X1
06:13:23 X.java:12: error: cannot find symbol
06:13:23 	Zork[] zArray;
06:13:23 	^
06:13:23   symbol:   class Zork
06:13:23   location: class X1
06:13:23 X.java:5: error: incompatible types: Zork[] cannot be converted to int
06:13:23 		int j = x1.next.zArray;
06:13:23 		               ^
06:13:23 3 errors
06:13:23 
06:13:23 
06:13:23 
06:13:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:24 --- javac err: ---
06:13:24 p/X.java:10: error: cannot find symbol
06:13:24 	static Zork z;
06:13:24 	       ^
06:13:24   symbol:   class Zork
06:13:24   location: class X1
06:13:24 p/X.java:11: error: cannot find symbol
06:13:24 	static Zork[] zArray;
06:13:24 	       ^
06:13:24   symbol:   class Zork
06:13:24   location: class X1
06:13:24 p/X.java:5: error: incompatible types: Zork[] cannot be converted to int
06:13:24 		int j = p.X1.zArray;
06:13:24 		            ^
06:13:24 3 errors
06:13:24 
06:13:24 
06:13:24 
06:13:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:25 --- javac err: ---
06:13:25 X.java:4: error: cannot find symbol
06:13:25         Serializable[] v= new ArrayListExtra[10];
06:13:25                               ^
06:13:25   symbol:   class ArrayListExtra
06:13:25   location: class X
06:13:25 1 error
06:13:25 
06:13:25 
06:13:25 
06:13:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:26 --- javac err: ---
06:13:26 X.java:8: error: cannot find symbol
06:13:26     Zork[] array;
06:13:26     ^
06:13:26   symbol:   class Zork
06:13:26   location: class X
06:13:26 1 error
06:13:26 
06:13:26 
06:13:26 
06:13:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:27 --- javac err: ---
06:13:27 X.java:10: error: cannot find symbol
06:13:27         Zork bar() {
06:13:27         ^
06:13:27   symbol:   class Zork
06:13:27   location: class X
06:13:27 X.java:3: error: cannot find symbol
06:13:27                 Zork z1 = null;
06:13:27                 ^
06:13:27   symbol:   class Zork
06:13:27   location: class X
06:13:27 X.java:7: error: cannot find symbol
06:13:27                 Zork[] array = null;
06:13:27                 ^
06:13:27   symbol:   class Zork
06:13:27   location: class X
06:13:27 3 errors
06:13:27 
06:13:27 
06:13:27 
06:13:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:28 --- javac err: ---
06:13:28 E.java:7: error: cannot find symbol
06:13:28     E<XYX> fList= new E<SomeType>();
06:13:28       ^
06:13:28   symbol:   class XYX
06:13:28   location: class E<T>
06:13:28   where T is a type-variable:
06:13:28     T extends Object declared in class E
06:13:28 E.java:4: error: cannot find symbol
06:13:28         E<XYX> list= new E<SomeType>();
06:13:28           ^
06:13:28   symbol:   class XYX
06:13:28   location: class E<T>
06:13:28   where T is a type-variable:
06:13:28     T extends Object declared in class E
06:13:28 2 errors
06:13:28 
06:13:28 
06:13:28 
06:13:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:29 --- javac err: ---
06:13:29 E.java:5: error: cannot find symbol
06:13:29         E<Map<String, ? extends XYX>> list= new E<Map<String, ? extends SomeType>>() {
06:13:29                                 ^
06:13:29   symbol:   class XYX
06:13:29   location: class E<T>
06:13:29   where T is a type-variable:
06:13:29     T extends Object declared in class E
06:13:29 1 error
06:13:29 
06:13:29 
06:13:29 
06:13:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:30 --- javac err: ---
06:13:30 p/X.java:3: error: cannot find symbol
06:13:30 	IOException foo() {}
06:13:30 	^
06:13:30   symbol:   class IOException
06:13:30   location: class X
06:13:30 p/Y.java:5: error: cannot find symbol
06:13:30    void bar(Zork z) {}
06:13:30             ^
06:13:30   symbol:   class Zork
06:13:30   location: class Y
06:13:30 2 errors
06:13:30 
06:13:30 
06:13:30 
06:13:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:30 --- javac err: ---
06:13:30 p/X.java:3: error: cannot find symbol
06:13:30 	IOException foo() {}
06:13:30 	^
06:13:30   symbol:   class IOException
06:13:30   location: class X
06:13:30 q/Y.java:6: error: cannot find symbol
06:13:30    void bar(Zork z) {}
06:13:30             ^
06:13:30   symbol:   class Zork
06:13:30   location: class Y
06:13:30 2 errors
06:13:30 
06:13:30 
06:13:30 
06:13:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:31 --- javac err: ---
06:13:31 X.java:2: error: cannot find symbol
06:13:31 	IOException foo() {}
06:13:31 	^
06:13:31   symbol:   class IOException
06:13:31   location: class X
06:13:31 Y.java:4: error: cannot find symbol
06:13:31    void bar(Zork z) {}
06:13:31             ^
06:13:31   symbol:   class Zork
06:13:31   location: class Y
06:13:31 2 errors
06:13:31 
06:13:31 
06:13:31 
06:13:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:32 --- javac err: ---
06:13:32 X.java:8: error: cannot find symbol
06:13:32 class Foo extends Zork {
06:13:32                   ^
06:13:32   symbol: class Zork
06:13:32 X.java:4: error: cannot find symbol
06:13:32 	public void bar() throws Zork {
06:13:32 	                         ^
06:13:32   symbol:   class Zork
06:13:32   location: class X
06:13:32 X.java:2: error: incompatible types: Foo cannot be converted to Throwable
06:13:32 	public void foo() throws Foo {
06:13:32 	                         ^
06:13:32 3 errors
06:13:32 
06:13:32 
06:13:32 
06:13:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:33 --- javac err: ---
06:13:33 X.java:6: error: Foo.Private has private access in Foo
06:13:33 	void foo(Foo.Private p) {
06:13:33 	            ^
06:13:33 1 error
06:13:33 
06:13:33 
06:13:33 
06:13:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:34 --- javac err: ---
06:13:34 X.java:9: error: cannot find symbol
06:13:34 	Zork<String> bar1() {}
06:13:34 	^
06:13:34   symbol:   class Zork
06:13:34   location: class X
06:13:34 X.java:10: error: cannot find symbol
06:13:34 	List<Zork> bar2() {}
06:13:34 	     ^
06:13:34   symbol:   class Zork
06:13:34   location: class X
06:13:34 X.java:11: error: cannot find symbol
06:13:34 	void bar3(Zork<String> z) {}
06:13:34 	          ^
06:13:34   symbol:   class Zork
06:13:34   location: class X
06:13:34 X.java:12: error: cannot find symbol
06:13:34 	void bar4(Zork<String,String> z) {}
06:13:34 	          ^
06:13:34   symbol:   class Zork
06:13:34   location: class X
06:13:34 X.java:7: error: method bar4 in class X cannot be applied to given types;
06:13:34 		bar4(null,null);
06:13:34 		^
06:13:34   required: <any>
06:13:34   found: <null>,<null>
06:13:34   reason: actual and formal argument lists differ in length
06:13:34 5 errors
06:13:34 
06:13:34 
06:13:34 
06:13:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:35 --- javac err: ---
06:13:35 X.java:3: error: cannot find symbol
06:13:35 		Zork<?,?> z = (Zork<?, ? extends Number>) o;
06:13:35 		^
06:13:35   symbol:   class Zork
06:13:35   location: class X
06:13:35 X.java:3: error: cannot find symbol
06:13:35 		Zork<?,?> z = (Zork<?, ? extends Number>) o;
06:13:35 		               ^
06:13:35   symbol:   class Zork
06:13:35   location: class X
06:13:35 X.java:4: error: cannot find symbol
06:13:35 		String s = (Zork<?, ? extends Number>) o;
06:13:35 		            ^
06:13:35   symbol:   class Zork
06:13:35   location: class X
06:13:35 3 errors
06:13:35 
06:13:35 
06:13:35 
06:13:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:36 --- javac err: ---
06:13:36 X.java:3: error: cannot find symbol
06:13:36 		Zork<?,?> z = (Zork<?, ? super Number>) o;
06:13:36 		^
06:13:36   symbol:   class Zork
06:13:36   location: class X
06:13:36 X.java:3: error: cannot find symbol
06:13:36 		Zork<?,?> z = (Zork<?, ? super Number>) o;
06:13:36 		               ^
06:13:36   symbol:   class Zork
06:13:36   location: class X
06:13:36 X.java:4: error: cannot find symbol
06:13:36 		String s = (Zork<?, ? super Number>) o;
06:13:36 		            ^
06:13:36   symbol:   class Zork
06:13:36   location: class X
06:13:36 3 errors
06:13:36 
06:13:36 
06:13:36 
06:13:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:37 --- javac err: ---
06:13:37 X.java:3: error: cannot find symbol
06:13:37 		Zork<?,?> z = (Zork<?, ? super Number[]>) o;
06:13:37 		^
06:13:37   symbol:   class Zork
06:13:37   location: class X
06:13:37 X.java:3: error: cannot find symbol
06:13:37 		Zork<?,?> z = (Zork<?, ? super Number[]>) o;
06:13:37 		               ^
06:13:37   symbol:   class Zork
06:13:37   location: class X
06:13:37 X.java:4: error: cannot find symbol
06:13:37 		String s = (Zork<?, ? extends Number[]>) o;
06:13:37 		            ^
06:13:37   symbol:   class Zork
06:13:37   location: class X
06:13:37 3 errors
06:13:37 
06:13:37 
06:13:37 
06:13:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:38 --- javac err: ---
06:13:38 X.java:6: error: cannot find symbol
06:13:38 	public Zork m(String arg0) {
06:13:38 	       ^
06:13:38   symbol:   class Zork
06:13:38   location: class X
06:13:38 1 error
06:13:38 
06:13:38 
06:13:38 
06:13:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:38 --- javac err: ---
06:13:38 X.java:2: error: cannot find symbol
06:13:38 	public Zork m(X x) {
06:13:38 	       ^
06:13:38   symbol:   class Zork
06:13:38   location: class X
06:13:38 1 error
06:13:38 
06:13:38 
06:13:38 
06:13:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:39 --- javac err: ---
06:13:39 X.java:6: error: cannot find symbol
06:13:39 	public void m() throws IOException {
06:13:39 	                       ^
06:13:39   symbol:   class IOException
06:13:39   location: class X
06:13:39 1 error
06:13:39 
06:13:39 
06:13:39 
06:13:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:40 --- javac err: ---
06:13:40 com/ost/util/report/Matrix.java:4: warning: [serial] serializable class Matrix has no definition of serialVersionUID
06:13:40 public class Matrix<T> implements Serializable {
06:13:40        ^
06:13:40 com/ost/util/report/FilterConstraintSpecification.java:4: warning: [serial] serializable class FilterConstraintSpecification has no definition of serialVersionUID
06:13:40 public final class FilterConstraintSpecification implements Serializable, Cloneable {
06:13:40              ^
06:13:40 com/ost/util/report/exceptions/MalformedFilterConstraintSpecification.java:2: warning: [serial] serializable class MalformedFilterConstraintSpecification has no definition of serialVersionUID
06:13:40 public class MalformedFilterConstraintSpecification extends RuntimeException {
06:13:40        ^
06:13:40 com/ost/util/report/exceptions/InvalidRowSizeException.java:2: warning: [serial] serializable class InvalidRowSizeException has no definition of serialVersionUID
06:13:40 public class InvalidRowSizeException extends RuntimeException {
06:13:40        ^
06:13:40 4 warnings
06:13:40 
06:13:40 
06:13:40 
06:13:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:41 --- javac err: ---
06:13:41 com/ost/util/report/Matrix.java:4: warning: [serial] serializable class Matrix has no definition of serialVersionUID
06:13:41 public class Matrix<T> implements Serializable {
06:13:41        ^
06:13:41 com/ost/util/report/FilterConstraintSpecification.java:4: warning: [serial] serializable class FilterConstraintSpecification has no definition of serialVersionUID
06:13:41 public final class FilterConstraintSpecification implements Serializable, Cloneable {
06:13:41              ^
06:13:41 com/ost/util/report/exceptions/MalformedFilterConstraintSpecification.java:2: warning: [serial] serializable class MalformedFilterConstraintSpecification has no definition of serialVersionUID
06:13:41 public class MalformedFilterConstraintSpecification extends RuntimeException {
06:13:41        ^
06:13:41 com/ost/util/report/exceptions/InvalidRowSizeException.java:2: warning: [serial] serializable class InvalidRowSizeException has no definition of serialVersionUID
06:13:41 public class InvalidRowSizeException extends RuntimeException {
06:13:41        ^
06:13:41 4 warnings
06:13:41 
06:13:41 
06:13:41 
06:13:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:42 
06:13:42 
06:13:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:43 --- javac err: ---
06:13:43 foo/X.java:6: error: class exceptions clashes with package of same name
06:13:43 class exceptions {}
06:13:43 ^
06:13:43 foo/exceptions/Z.java:1: error: package foo.exceptions clashes with class of same name
06:13:43 package foo.exceptions;
06:13:43 ^
06:13:43 2 errors
06:13:43 
06:13:43 
06:13:43 
06:13:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:44 --- javac err: ---
06:13:44 p/X.java:2: error: package zork does not exist
06:13:44 public class X extends zork.Z {
06:13:44                            ^
06:13:44 1 error
06:13:44 
06:13:44 
06:13:44 
06:13:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:45 --- javac err: ---
06:13:45 p/X.java:2: error: package zork does not exist
06:13:45 public class X extends zork.Z {
06:13:45                            ^
06:13:45 1 error
06:13:45 
06:13:45 
06:13:45 
06:13:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:46 --- javac err: ---
06:13:46 p/X.java:2: error: package zork does not exist
06:13:46 public class X extends zork.Z {
06:13:46                            ^
06:13:46 1 error
06:13:46 
06:13:46 
06:13:46 
06:13:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:47 --- javac err: ---
06:13:47 p/X.java:2: error: package zork does not exist
06:13:47 public class X extends zork.Z {
06:13:47                            ^
06:13:47 1 error
06:13:47 
06:13:47 
06:13:47 
06:13:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:48 --- javac err: ---
06:13:48 com/foo/bar/baz/reporting/dom/ReportExceptionBase.java:2: warning: [serial] serializable class ReportExceptionBase has no definition of serialVersionUID
06:13:48 public class ReportExceptionBase extends Exception  {
06:13:48        ^
06:13:48 1 warning
06:13:48 
06:13:48 
06:13:48 
06:13:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:49 --- javac err: ---
06:13:49 X.java:2: error: cannot find symbol
06:13:49 <U,V extends Runnable> void foo(Zork z) {}	
06:13:49                                 ^
06:13:49   symbol:   class Zork
06:13:49   location: class X
06:13:49 1 error
06:13:49 
06:13:49 
06:13:49 
06:13:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:50 --- javac err: ---
06:13:50 TypeUtils.java:483: error: cannot find symbol
06:13:50 	Collection<?> group, Class<? extends S> sourceType, Getter<S,T> getter,
06:13:50 	                                                    ^
06:13:50   symbol:   class Getter
06:13:50   location: class TypeUtils
06:13:50 TypeUtils.java:520: error: cannot find symbol
06:13:50 	Collection<?> group, Class<? extends S> sourceType, Getter<S,T> getter,
06:13:50 	                                                    ^
06:13:50   symbol:   class Getter
06:13:50   location: class TypeUtils
06:13:50 TypeUtils.java:444: error: incompatible types: Object cannot be converted to T
06:13:50 			if (type.isInstance(target)) return target;
06:13:50 			                                    ^
06:13:50   where T is a type-variable:
06:13:50     T extends Class<?> declared in method <T>getFirstAssignableTo(Collection<Object>,T)
06:13:50 TypeUtils.java:458: warning: [rawtypes] found raw type: Collection
06:13:50 	public static Object getFirstIdenticalTo(Collection targets, Class type) {
06:13:50 	                                         ^
06:13:50   missing type arguments for generic class Collection<E>
06:13:50   where E is a type-variable:
06:13:50     E extends Object declared in interface Collection
06:13:50 TypeUtils.java:458: warning: [rawtypes] found raw type: Class
06:13:50 	public static Object getFirstIdenticalTo(Collection targets, Class type) {
06:13:50 	                                                             ^
06:13:50   missing type arguments for generic class Class<T>
06:13:50   where T is a type-variable:
06:13:50     T extends Object declared in class Class
06:13:50 TypeUtils.java:459: warning: [rawtypes] found raw type: Iterator
06:13:50 		Iterator targetI = targets.iterator();
06:13:50 		^
06:13:50   missing type arguments for generic class Iterator<E>
06:13:50   where E is a type-variable:
06:13:50     E extends Object declared in interface Iterator
06:13:50 TypeUtils.java:499: warning: [unchecked] unchecked cast
06:13:50 			S source = (S) obj;
06:13:50 			               ^
06:13:50   required: S
06:13:50   found:    Object
06:13:50   where S,T,TT,R are type-variables:
06:13:50     S extends Object declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
06:13:50     T extends Object declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
06:13:50     TT extends T declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
06:13:50     R extends Collection<? super TT> declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
06:13:50 TypeUtils.java:502: warning: [unchecked] unchecked cast
06:13:50 			retVal.add((TT) target);
06:13:50 			                ^
06:13:50   required: TT
06:13:50   found:    T
06:13:50   where T,S,TT,R are type-variables:
06:13:50     T extends Object declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
06:13:50     S extends Object declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
06:13:50     TT extends T declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
06:13:50     R extends Collection<? super TT> declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
06:13:50 TypeUtils.java:534: warning: [unchecked] unchecked cast
06:13:50 			S source = (S) obj;
06:13:50 			               ^
06:13:50   required: S
06:13:50   found:    Object
06:13:50   where S,T,R are type-variables:
06:13:50     S extends Object declared in method <S,T,R>getAll(Collection<?>,Class<? extends S>,<any>,R)
06:13:50     T extends Object declared in method <S,T,R>getAll(Collection<?>,Class<? extends S>,<any>,R)
06:13:50 
06:13:50     R extends Collection<? super T> declared in method <S,T,R>getAll(Collection<?>,Class<? extends S>,<any>,R)
06:13:50 
06:13:50 3 errors
06:13:50 6 warnings
06:13:50 
06:13:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:51 --- javac err: ---
06:13:51 p1/p2/X.java:3: error: package p2.p3 does not exist
06:13:51 	public p2.p3.Z z() {return null;}
06:13:51 	            ^
06:13:51 1 error
06:13:51 
06:13:51 
06:13:51 
06:13:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:52 --- javac err: ---
06:13:52 X.java:5: error: cannot find symbol
06:13:52 		List<? extends Zork> zlist = null;
06:13:52 		               ^
06:13:52   symbol:   class Zork
06:13:52   location: class X
06:13:52 1 error
06:13:52 
06:13:52 
06:13:52 
06:13:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:52 --- javac err: ---
06:13:52 X.java:7: error: cannot find symbol
06:13:52 	<T> T bar(Zork z) { return z; }
06:13:52 	          ^
06:13:52   symbol:   class Zork
06:13:52   location: class X
06:13:52 1 error
06:13:52 
06:13:52 
06:13:52 
06:13:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:53 --- javac err: ---
06:13:53 X.java:7: error: invalid method declaration; return type required
06:13:53 	<T> bar(Zork z) { return z; }
06:13:53 	    ^
06:13:53 1 error
06:13:53 
06:13:53 
06:13:53 
06:13:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:54 --- javac err: ---
06:13:54 p2/B.java:2: error: package p1 does not exist
06:13:54 import p1.A;
06:13:54          ^
06:13:54 p2/B.java:4: error: cannot find symbol
06:13:54 	public static A foo() {}
06:13:54 	              ^
06:13:54   symbol:   class A
06:13:54   location: class B
06:13:54 p3/C.java:2: error: package p1 does not exist
06:13:54 import p1.A;
06:13:54          ^
06:13:54 p3/C.java:4: error: cannot find symbol
06:13:54 	public static A foo() {}
06:13:54 	              ^
06:13:54   symbol:   class A
06:13:54   location: class C
06:13:54 4 errors
06:13:54 
06:13:54 
06:13:54 
06:13:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:55 --- javac err: ---
06:13:55 X.java:6: error: cannot find symbol
06:13:55 			TheFieldDeclaratation fieldDeclaratation, Env
06:13:55 			^
06:13:55   symbol:   class TheFieldDeclaratation
06:13:55   location: class X
06:13:55 1 error
06:13:55 
06:13:55 
06:13:55 
06:13:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:56 
06:13:56 
06:13:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:57 
06:13:57 
06:13:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:58 
06:13:58 
06:13:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:13:59 
06:13:59 
06:13:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:00 
06:14:00 
06:14:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:01 
06:14:01 
06:14:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:02 
06:14:02 
06:14:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:03 
06:14:03 
06:14:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:03 --- javac err: ---
06:14:03 p/Bar.java:2: error: package q does not exist
06:14:03 import q.Zork;
06:14:03         ^
06:14:03 1 error
06:14:03 
06:14:04 --- javac err: ---
06:14:04 X.java:1: error: package p does not exist
06:14:04 import p.Bar;
06:14:04         ^
06:14:04 X.java:2: error: cannot find symbol
06:14:04 public class X extends Bar {
06:14:04                        ^
06:14:04   symbol: class Bar
06:14:04 2 errors
06:14:04 
06:14:04 
06:14:04 
06:14:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:05 
06:14:05 
06:14:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:06 --- javac err: ---
06:14:06 X.java:3: error: cannot find symbol
06:14:06 		new Listener() {
06:14:06 		    ^
06:14:06   symbol:   class Listener
06:14:06   location: class X
06:14:06 1 error
06:14:06 
06:14:06 
06:14:06 
06:14:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:07 --- javac err: ---
06:14:07 p/OuterBogus.java:2: error: illegal combination of modifiers: abstract and final
06:14:07 abstract final class OuterBogus {
06:14:07                ^
06:14:07 1 error
06:14:07 
06:14:08 --- javac err: ---
06:14:08 p/Bogus.java:6: error: cannot find symbol
06:14:08 			OuterBogus.call();
06:14:08 			^
06:14:08   symbol:   variable OuterBogus
06:14:08   location: class Bogus
06:14:08 1 error
06:14:08 
06:14:08 
06:14:08 
06:14:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:09 ----------------------------------------
06:14:09 org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest#test108 - 12
06:14:09 SyntheticConstructorTooManyArgs.java [
06:14:09 public class SyntheticConstructorTooManyArgs {
06:14:09 
06:14:09 	static class A {
06:14:09 		private A(
06:14:09 			/*this,*/int p01, int p02, int p03, int p04, int p05, int p06, int p07, int p08, int p09, int p0a, int p0b, int p0c, int p0d, int p0e, int p0f, 
06:14:09 			int p10, int p11, int p12, int p13, int p14, int p15, int p16, int p17, int p18, int p19, int p1a, int p1b, int p1c, int p1d, int p1e, int p1f, 
06:14:09 			int p20, int p21, int p22, int p23, int p24, int p25, int p26, int p27, int p28, int p29, int p2a, int p2b, int p2c, int p2d, int p2e, int p2f, 
06:14:09 			int p30, int p31, int p32, int p33, int p34, int p35, int p36, int p37, int p38, int p39, int p3a, int p3b, int p3c, int p3d, int p3e, int p3f, 
06:14:09 			int p40, int p41, int p42, int p43, int p44, int p45, int p46, int p47, int p48, int p49, int p4a, int p4b, int p4c, int p4d, int p4e, int p4f, 
06:14:09 			int p50, int p51, int p52, int p53, int p54, int p55, int p56, int p57, int p58, int p59, int p5a, int p5b, int p5c, int p5d, int p5e, int p5f, 
06:14:09 			int p60, int p61, int p62, int p63, int p64, int p65, int p66, int p67, int p68, int p69, int p6a, int p6b, int p6c, int p6d, int p6e, int p6f, 
06:14:09 			int p70, int p71, int p72, int p73, int p74, int p75, int p76, int p77, int p78, int p79, int p7a, int p7b, int p7c, int p7d, int p7e, int p7f, 
06:14:09 			int p80, int p81, int p82, int p83, int p84, int p85, int p86, int p87, int p88, int p89, int p8a, int p8b, int p8c, int p8d, int p8e, int p8f, 
06:14:09 			int p90, int p91, int p92, int p93, int p94, int p95, int p96, int p97, int p98, int p99, int p9a, int p9b, int p9c, int p9d, int p9e, int p9f, 
06:14:09 			int pa0, int pa1, int pa2, int pa3, int pa4, int pa5, int pa6, int pa7, int pa8, int pa9, int paa, int pab, int pac, int pad, int pae, int paf, 
06:14:09 			int pb0, int pb1, int pb2, int pb3, int pb4, int pb5, int pb6, int pb7, int pb8, int pb9, int pba, int pbb, int pbc, int pbd, int pbe, int pbf, 
06:14:09 			int pc0, int pc1, int pc2, int pc3, int pc4, int pc5, int pc6, int pc7, int pc8, int pc9, int pca, int pcb, int pcc, int pcd, int pce, int pcf, 
06:14:09 			int pd0, int pd1, int pd2, int pd3, int pd4, int pd5, int pd6, int pd7, int pd8, int pd9, int pda, int pdb, int pdc, int pdd, int pde, int pdf, 
06:14:09 			int pe0, int pe1, int pe2, int pe3, int pe4, int pe5, int pe6, int pe7, int pe8, int pe9, int pea, int peb, int pec, int ped, int pee, int pef, 
06:14:09 			int pf0, int pf1, int pf2, int pf3, int pf4, int pf5, int pf6, int pf7, int pf8, int pf9, int pfa, int pfb, int pfc, int pfd, int pfe
06:14:09 			) {}
06:14:09 	}
06:14:09 	@SuppressWarnings("synthetic-access")
06:14:09 	A a = new A(
06:14:09 		  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:09 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
06:14:09 		);
06:14:09 	public static void main(String[] args) {
06:14:09 		StringBuilder params = new StringBuilder();
06:14:09 		params.append("/*this,*/");
06:14:09 		for (int p = 1; p < 255; p++) {
06:14:09 			if (p > 1) {
06:14:09 				params.append(", ");
06:14:09 				if (p % 16 == 0)
06:14:09 					params.append('\n');
06:14:09 			}
06:14:09 			params.append("int p"
06:14:09 					+ Character.forDigit(p / 16, 16)
06:14:09 					+ Character.forDigit(p % 16, 16)
06:14:09 					);
06:14:09 		}
06:14:09 		System.out.println(params);
06:14:09 		A.class.getName(); // ClassFormatError
06:14:09 	}
06:14:09 }
06:14:09 ]
06:14:09 
06:14:09 
06:14:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:10 
06:14:10 
06:14:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:11 
06:14:11 
06:14:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:13 ----------------------------------------
06:14:13 org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest#test111 - 12
06:14:13 SyntheticConstructorTooManyArgs.java [
06:14:13 public class SyntheticConstructorTooManyArgs {
06:14:13 
06:14:13 	class A {
06:14:13 		private A(
06:14:13 			/*this,*/int p01, int p02, int p03, int p04, int p05, int p06, int p07, int p08, int p09, int p0a, int p0b, int p0c, int p0d, int p0e, int p0f, 
06:14:13 			int p10, int p11, int p12, int p13, int p14, int p15, int p16, int p17, int p18, int p19, int p1a, int p1b, int p1c, int p1d, int p1e, int p1f, 
06:14:13 			int p20, int p21, int p22, int p23, int p24, int p25, int p26, int p27, int p28, int p29, int p2a, int p2b, int p2c, int p2d, int p2e, int p2f, 
06:14:13 			int p30, int p31, int p32, int p33, int p34, int p35, int p36, int p37, int p38, int p39, int p3a, int p3b, int p3c, int p3d, int p3e, int p3f, 
06:14:13 			int p40, int p41, int p42, int p43, int p44, int p45, int p46, int p47, int p48, int p49, int p4a, int p4b, int p4c, int p4d, int p4e, int p4f, 
06:14:13 			int p50, int p51, int p52, int p53, int p54, int p55, int p56, int p57, int p58, int p59, int p5a, int p5b, int p5c, int p5d, int p5e, int p5f, 
06:14:13 			int p60, int p61, int p62, int p63, int p64, int p65, int p66, int p67, int p68, int p69, int p6a, int p6b, int p6c, int p6d, int p6e, int p6f, 
06:14:13 			int p70, int p71, int p72, int p73, int p74, int p75, int p76, int p77, int p78, int p79, int p7a, int p7b, int p7c, int p7d, int p7e, int p7f, 
06:14:13 			int p80, int p81, int p82, int p83, int p84, int p85, int p86, int p87, int p88, int p89, int p8a, int p8b, int p8c, int p8d, int p8e, int p8f, 
06:14:13 			int p90, int p91, int p92, int p93, int p94, int p95, int p96, int p97, int p98, int p99, int p9a, int p9b, int p9c, int p9d, int p9e, int p9f, 
06:14:13 			int pa0, int pa1, int pa2, int pa3, int pa4, int pa5, int pa6, int pa7, int pa8, int pa9, int paa, int pab, int pac, int pad, int pae, int paf, 
06:14:13 			int pb0, int pb1, int pb2, int pb3, int pb4, int pb5, int pb6, int pb7, int pb8, int pb9, int pba, int pbb, int pbc, int pbd, int pbe, int pbf, 
06:14:13 			int pc0, int pc1, int pc2, int pc3, int pc4, int pc5, int pc6, int pc7, int pc8, int pc9, int pca, int pcb, int pcc, int pcd, int pce, int pcf, 
06:14:13 			int pd0, int pd1, int pd2, int pd3, int pd4, int pd5, int pd6, int pd7, int pd8, int pd9, int pda, int pdb, int pdc, int pdd, int pde, int pdf, 
06:14:13 			int pe0, int pe1, int pe2, int pe3, int pe4, int pe5, int pe6, int pe7, int pe8, int pe9, int pea, int peb, int pec, int ped, int pee, int pef, 
06:14:13 			int pf0, int pf1, int pf2, int pf3, int pf4, int pf5, int pf6, int pf7, int pf8, int pf9, int pfa, int pfb, int pfc, int pfd
06:14:13 			) {}
06:14:13 	}
06:14:13 	@SuppressWarnings("synthetic-access")
06:14:13 	A a = new A(
06:14:13 		  0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
06:14:13 		0,0,0,0,0,0,0,0,0,0,0,0,0,0
06:14:13 		);
06:14:13 	public static void main(String[] args) {
06:14:13 		StringBuilder params = new StringBuilder();
06:14:13 		params.append("/*this,*/");
06:14:13 		for (int p = 1; p < 255; p++) {
06:14:13 			if (p > 1) {
06:14:13 				params.append(", ");
06:14:13 				if (p % 16 == 0)
06:14:13 					params.append('\n');
06:14:13 			}
06:14:13 			params.append("int p"
06:14:13 					+ Character.forDigit(p / 16, 16)
06:14:13 					+ Character.forDigit(p % 16, 16)
06:14:13 					);
06:14:13 		}
06:14:13 		System.out.println(params);
06:14:13 		A.class.getName(); // ClassFormatError
06:14:13 	}
06:14:13 }
06:14:13 ]
06:14:13 
06:14:13 
06:14:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:14 
06:14:14 
06:14:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:15 --- javac err: ---
06:14:15 X.java:12: error: variable before might not have been initialized
06:14:15 				return new String(before);
06:14:15 				                  ^
06:14:15 1 error
06:14:15 
06:14:16 --- javac err: ---
06:14:16 Y.java:4: error: cannot find symbol
06:14:16 			X.bar(3);
06:14:16 			^
06:14:16   symbol:   variable X
06:14:16   location: class Y
06:14:16 1 error
06:14:16 
06:14:16 
06:14:16 
06:14:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:17 
06:14:17 
06:14:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:18 
06:14:18 
06:14:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:19 
06:14:19 
06:14:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:20 --- javac err: ---
06:14:20 X.java:8: warning: [static] static method should be qualified by type name, X, instead of by an expression
06:14:20 		this.baz();
06:14:20 		    ^
06:14:20 X.java:11: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:20 		this.xfield.baz();
06:14:20 		    ^
06:14:20 X.java:11: warning: [static] static method should be qualified by type name, X, instead of by an expression
06:14:20 		this.xfield.baz();
06:14:20 		           ^
06:14:20 X.java:14: warning: [static] static method should be qualified by type name, X, instead of by an expression
06:14:20 		xfield.baz();
06:14:20 		      ^
06:14:20 X.java:18: warning: [static] static method should be qualified by type name, X, instead of by an expression
06:14:20 		x.baz();
06:14:20 		 ^
06:14:20 X.java:21: warning: [static] static method should be qualified by type name, X, instead of by an expression
06:14:20 		A.xA.baz();
06:14:20 		    ^
06:14:20 X.java:27: warning: [static] static method should be qualified by type name, B, instead of by an expression
06:14:20 		this.b1();
06:14:20 		    ^
06:14:20 X.java:30: warning: [static] static method should be qualified by type name, B, instead of by an expression
06:14:20 		new X().b1();
06:14:20 		       ^
06:14:20 8 warnings
06:14:20 
06:14:20 
06:14:20 
06:14:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:21 
06:14:21 
06:14:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:22 --- javac err: ---
06:14:22 X.java:8: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		this.field1 = 1;
06:14:22 		    ^
06:14:22 X.java:14: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		System.out.println(this.field1);
06:14:22 		                       ^
06:14:22 X.java:18: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		x.field1 = 1;
06:14:22 		 ^
06:14:22 X.java:21: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		A.xA.field1 = 1;
06:14:22 		    ^
06:14:22 X.java:27: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:14:22 		this.b1 = 1;
06:14:22 		    ^
06:14:22 X.java:30: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:14:22 		new X().b1 = 1;
06:14:22 		       ^
06:14:22 X.java:33: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		this.xfield.field1 = 1;
06:14:22 		    ^
06:14:22 X.java:33: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		this.xfield.field1 = 1;
06:14:22 		           ^
06:14:22 X.java:36: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		System.out.println(this.xfield.field1);
06:14:22 		                       ^
06:14:22 X.java:36: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		System.out.println(this.xfield.field1);
06:14:22 		                              ^
06:14:22 X.java:39: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:14:22 		System.out.println(new X().b1);
06:14:22 		                          ^
06:14:22 X.java:45: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:14:22 		System.out.println(this.b1);
06:14:22 		                       ^
06:14:22 X.java:48: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		xfield.field1 = 1;
06:14:22 		      ^
06:14:22 X.java:51: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:22 		System.out.println(xfield.field1);
06:14:22 		                         ^
06:14:22 14 warnings
06:14:22 
06:14:22 
06:14:22 
06:14:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:23 
06:14:23 
06:14:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:24 
06:14:24 
06:14:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:24 
06:14:24 
06:14:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:25 --- javac err: ---
06:14:25 X.java:8: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:14:25 		super.fieldA = 1;
06:14:25 		     ^
06:14:25 X.java:11: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:14:25 		System.out.println(super.fieldA);
06:14:25 		                        ^
06:14:25 2 warnings
06:14:25 
06:14:25 
06:14:25 
06:14:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:26 
06:14:26 
06:14:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:27 
06:14:27 
06:14:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:28 
06:14:28 
06:14:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:29 --- javac err: ---
06:14:29 X.java:3: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:14:29 		Foo.m(this.xField);
06:14:29 		          ^
06:14:29 1 warning
06:14:29 
06:14:29 
06:14:29 
06:14:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:30 
06:14:30 
06:14:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:31 
06:14:31 
06:14:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:32 
06:14:32 
06:14:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:33 
06:14:33 
06:14:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:34 ----------------------------------------
06:14:34 org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest#test376550_11 - 12
06:14:34 X.java [
06:14:34 import java.util.ArrayList;
06:14:34 import java.util.Collection;
06:14:34 public class X {
06:14:34    private Object o = new Object();
06:14:34    public final Collection<Object> go() {
06:14:34    	return new ArrayList<Object>() {
06:14:34 			{ add(o);}
06:14:34 		};
06:14:34 	}
06:14:34 }
06:14:34 ]
06:14:34 
06:14:34 
06:14:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:35 
06:14:35 
06:14:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:37 
06:14:37 
06:14:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:38 
06:14:38 
06:14:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:39 
06:14:39 
06:14:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:39 
06:14:39 
06:14:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:40 
06:14:40 
06:14:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:41 
06:14:41 
06:14:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:42 
06:14:42 
06:14:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:43 
06:14:43 
06:14:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:44 
06:14:44 
06:14:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:45 
06:14:45 
06:14:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:46 
06:14:46 
06:14:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:47 
06:14:47 
06:14:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:48 
06:14:48 
06:14:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:48 
06:14:48 
06:14:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:49 
06:14:49 
06:14:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:50 
06:14:50 
06:14:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:51 
06:14:51 
06:14:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:52 
06:14:52 
06:14:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:53 
06:14:53 
06:14:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:54 
06:14:54 
06:14:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:55 
06:14:55 
06:14:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:56 
06:14:56 
06:14:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:57 
06:14:57 
06:14:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:58 
06:14:58 
06:14:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:58 
06:14:58 
06:14:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:14:59 
06:14:59 
06:14:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:00 
06:15:00 
06:15:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:02 
06:15:02 
06:15:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:02 
06:15:02 
06:15:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:03 
06:15:03 
06:15:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:04 
06:15:04 
06:15:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:05 
06:15:05 
06:15:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:06 
06:15:06 
06:15:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:07 
06:15:07 
06:15:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:08 
06:15:08 
06:15:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:09 --- javac err: ---
06:15:09 p/X.java:4: warning: [rawtypes] found raw type: Map
06:15:09 	public void bar(java.util.Map map) {
06:15:09 	                         ^
06:15:09   missing type arguments for generic class Map<K,V>
06:15:09   where K,V are type-variables:
06:15:09     K extends Object declared in interface Map
06:15:09     V extends Object declared in interface Map
06:15:09 p/X.java:5: error: incompatible types: java.util.Map cannot be converted to Map
06:15:09 		foo(map, "");
06:15:09 		    ^
06:15:09 p/X.java:6: error: method foo in class X cannot be applied to given types;
06:15:09 		foo(map);
06:15:09 		^
06:15:09   required: Map,String
06:15:09   found: java.util.Map
06:15:09   reason: actual and formal argument lists differ in length
06:15:09 p/X.java:7: error: method foo in class X cannot be applied to given types;
06:15:09 		foo();
06:15:09 		^
06:15:09   required: Map,String
06:15:09   found: no arguments
06:15:09   reason: actual and formal argument lists differ in length
06:15:09 p/X.java:8: error: method foo1 in class X cannot be applied to given types;
06:15:09 		foo1(map, "");
06:15:09 		^
06:15:09   required: no arguments
06:15:09   found: Map,String
06:15:09   reason: actual and formal argument lists differ in length
06:15:09 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:15:09 4 errors
06:15:09 1 warning
06:15:09 
06:15:09 
06:15:09 
06:15:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:10 
06:15:10 
06:15:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:11 
06:15:11 
06:15:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:12 
06:15:12 
06:15:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:13 
06:15:13 
06:15:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:13 
06:15:13 
06:15:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:14 
06:15:14 
06:15:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:15 
06:15:15 
06:15:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:16 
06:15:16 
06:15:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:18 
06:15:18 
06:15:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 --- javac err: ---
06:15:20 b/Roken.java:4: error: getGood() is not public in Issing; cannot be accessed from outside package
06:15:20 		return provider.getGood();
06:15:20 		               ^
06:15:20 1 error
06:15:20 
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 ***************************************************************************
06:15:20 * Comparison with Sun Javac compiler for class ScannerTest (null tests)
06:15:20 ***************************************************************************
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:20 
06:15:20 
06:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:21 
06:15:21 
06:15:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:22 
06:15:22 
06:15:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:23 
06:15:23 
06:15:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:24 
06:15:24 
06:15:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:25 
06:15:25 
06:15:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:26 
06:15:26 
06:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 --- javac err: ---
06:15:27 _X.java:5: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0001;
06:15:27 		       ^
06:15:27 _X.java:6: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0002;
06:15:27 		       ^
06:15:27 _X.java:7: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0003;
06:15:27 		       ^
06:15:27 _X.java:8: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0004;
06:15:27 		       ^
06:15:27 _X.java:9: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0005;
06:15:27 org.eclipse.jdt.core.tests.compiler.regression.ScannerTest#test045 - 12
06:15:27 		       ^
06:15:27 _X.java [
06:15:27 import java.lang.reflect.Field;
06:15:27 _X.java:10: error: variable i is already defined in method main(String[])
06:15:27 public class _X {
06:15:27 		String i\u0006;
06:15:27 		       ^
06:15:27 	public static void main(String[] args) {
06:15:27 		String i\u0000;
06:15:27 _X.java:11: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0001;
06:15:27 		String i\u0007;
06:15:27 		String i\u0002;
06:15:27 		       ^
06:15:27 		String i\u0003;
06:15:27 		String i\u0004;
06:15:27 		String i\u0005;
06:15:27 		String i\u0006;
06:15:27 _X.java:12: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0007;
06:15:27 		String i\u0008;
06:15:27 		String i\u0008;
06:15:27 		String i\u000e;
06:15:27 		       ^
06:15:27 		String i\u000f;
06:15:27 		String i\u0010;
06:15:27 		String i\u0011;
06:15:27 _X.java:13: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0012;
06:15:27 		String i\u000e;
06:15:27 		String i\u0013;
06:15:27 		String i\u0014;
06:15:27 		       ^
06:15:27 		String i\u0015;
06:15:27 		String i\u0016;
06:15:27 		String i\u0017;
06:15:27 _X.java:14: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0018;
06:15:27 		String i\u0019;
06:15:27 		String i\u000f;
06:15:27 		String i\u001a;
06:15:27 		       ^
06:15:27 		String i\u001b;
06:15:27 		String i\u007f;
06:15:27 _X.java:15: error: variable i is already defined in method main(String[])
06:15:27 		System.out.print("SUCCESS");
06:15:27 		String i\u0010;
06:15:27 	}
06:15:27 }
06:15:27 		       ^
06:15:27 ]
06:15:27 _X.java:16: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0011;
06:15:27 		       ^
06:15:27 _X.java:17: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0012;
06:15:27 		       ^
06:15:27 _X.java:18: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0013;
06:15:27 		       ^
06:15:27 _X.java:19: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0014;
06:15:27 		       ^
06:15:27 _X.java:20: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0015;
06:15:27 		       ^
06:15:27 _X.java:21: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0016;
06:15:27 		       ^
06:15:27 _X.java:22: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0017;
06:15:27 		       ^
06:15:27 _X.java:23: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0018;
06:15:27 		       ^
06:15:27 _X.java:24: error: variable i is already defined in method main(String[])
06:15:27 		String i\u0019;
06:15:27 		       ^
06:15:27 _X.java:25: error: variable i is already defined in method main(String[])
06:15:27 		String i\u001a;
06:15:27 		       ^
06:15:27 _X.java:26: error: variable i is already defined in method main(String[])
06:15:27 		String i\u001b;
06:15:27 		       ^
06:15:27 _X.java:27: error: variable i is already defined in method main(String[])
06:15:27 		String i\u007f;
06:15:27 		       ^
06:15:27 23 errors
06:15:27 
06:15:27 ----------------------------------------
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:27 
06:15:27 
06:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:28 --- javac err: ---
06:15:28 X.java:3: error: illegal character: '\u1369'
06:15:28 		int a\u1369b;
06:15:28 		          ^
06:15:28 X.java:3: error: not a statement
06:15:28 		int a\u1369b;
06:15:28 		           ^
06:15:28 2 errors
06:15:28 
06:15:28 
06:15:28 
06:15:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:28 
06:15:28 
06:15:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:29 --- javac err: ---
06:15:29 X.java:2: error: illegal unicode escape
06:15:29 	public static final String ERROR = "\u000Ⅻ";
06:15:29 	                                         ^
06:15:29 1 error
06:15:29 
06:15:29 
06:15:29 
06:15:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:29 
06:15:29 
06:15:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:29 
06:15:29 
06:15:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:29 
06:15:29 
06:15:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:30 --- javac err: ---
06:15:30 X.java:2: error: illegal character: '\u205f'
06:15:30 	Hello\u205fworld;
06:15:30 	          ^
06:15:30 X.java:2: error: '}' expected
06:15:30 	Hello\u205fworld;
06:15:30 	           ^
06:15:30 X.java:3: error: class, interface, or enum expected
06:15:30 	public static void main(String[] args) {
06:15:30 	              ^
06:15:30 X.java:4: error: illegal character: '\u205f'
06:15:30 		System.out.println(Hello\u205fworld);
06:15:30 		                             ^
06:15:30 X.java:5: error: class, interface, or enum expected
06:15:30 		System.out.println(Character.isJavaIdentifierPart('\u205f')); // false
06:15:30 		^
06:15:30 X.java:6: error: class, interface, or enum expected
06:15:30 	}
06:15:30 	^
06:15:30 6 errors
06:15:30 
06:15:30 
06:15:30 
06:15:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:31 --- javac err: ---
06:15:31 X.java:2: error: hexadecimal numbers must contain at least one hexadecimal digit
06:15:31 	double d = 0XP00;
06:15:31 	           ^
06:15:31 X.java:2: error: ';' expected
06:15:31 	double d = 0XP00;
06:15:31 	             ^
06:15:31 X.java:2: error: <identifier> expected
06:15:31 	double d = 0XP00;
06:15:31 	                ^
06:15:31 3 errors
06:15:31 
06:15:31 
06:15:31 
06:15:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:32 --- javac err: ---
06:15:32 X.java:2: error: hexadecimal numbers must contain at least one hexadecimal digit
06:15:32 	double d = 0X.p02d;
06:15:32 	           ^
06:15:32 X.java:2: error: <identifier> expected
06:15:32 	double d = 0X.p02d;
06:15:32 	                  ^
06:15:32 2 errors
06:15:32 
06:15:32 
06:15:32 
06:15:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:32 --- javac err: ---
06:15:32 X.java:2: error: hexadecimal numbers must contain at least one hexadecimal digit
06:15:32 	float f = 0Xp02f;
06:15:32 	          ^
06:15:32 X.java:2: error: ';' expected
06:15:32 	float f = 0Xp02f;
06:15:32 	            ^
06:15:32 X.java:2: error: <identifier> expected
06:15:32 	float f = 0Xp02f;
06:15:32 	                ^
06:15:32 3 errors
06:15:32 
06:15:32 
06:15:32 
06:15:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:33 
06:15:33 
06:15:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:33 
06:15:33 
06:15:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:33 
06:15:33 
06:15:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:33 
06:15:33 
06:15:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:33 ***************************************************************************
06:15:33 * Comparison with Sun Javac compiler for class SwitchTest (null tests)
06:15:33 ***************************************************************************
06:15:34 
06:15:34 
06:15:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:35 
06:15:35 
06:15:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:36 
06:15:36 
06:15:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:37 
06:15:37 
06:15:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:38 
06:15:38 
06:15:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:39 
06:15:39 
06:15:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:40 --- javac err: ---
06:15:40 p/X.java:7: error: duplicate case label
06:15:40       case (int) (2.0 / 0.0) :
06:15:40       ^
06:15:40 1 error
06:15:40 
06:15:40 
06:15:40 
06:15:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:41 
06:15:41 
06:15:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:42 
06:15:42 
06:15:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:43 --- javac err: ---
06:15:43 X.java:4: error: incompatible types: X cannot be converted to int
06:15:43 		switch(this){
06:15:43 		      ^
06:15:43 X.java:6: error: cannot find symbol
06:15:43 				Zork z;
06:15:43 				^
06:15:43   symbol:   class Zork
06:15:43   location: class X
06:15:43 X.java:11: error: cannot find symbol
06:15:43 		switch(x){
06:15:43 		       ^
06:15:43   symbol:   variable x
06:15:43   location: class X
06:15:43 X.java:11: error: illegal parenthesized expression
06:15:43 		switch(x){
06:15:43 		      ^
06:15:43 X.java:13: error: cannot find symbol
06:15:43 				Zork z;
06:15:43 				^
06:15:43   symbol:   class Zork
06:15:43   location: class X
06:15:43 5 errors
06:15:43 
06:15:43 
06:15:43 
06:15:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:44 --- javac err: ---
06:15:44 X.java:6: warning: [fallthrough] possible fall-through into case
06:15:44 			case 3 :
06:15:44 			^
06:15:44 1 warning
06:15:44 
06:15:44 
06:15:44 
06:15:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:45 
06:15:45 
06:15:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:46 
06:15:46 
06:15:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:47 --- javac err: ---
06:15:47 X.java:8: warning: [fallthrough] possible fall-through into case
06:15:47 			case 2://OK
06:15:47 			^
06:15:47 X.java:10: warning: [fallthrough] possible fall-through into case
06:15:47 			case 3://OK
06:15:47 			^
06:15:47 X.java:13: warning: [fallthrough] possible fall-through into case
06:15:47 			case 4://OK
06:15:47 			^
06:15:47 X.java:18: warning: [fallthrough] possible fall-through into case
06:15:47 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test014 - 12
06:15:47 			case 6://WRONG
06:15:47 			^
06:15:47 X.java:22: warning: [fallthrough] possible fall-through into case
06:15:47 			case 7://OK
06:15:47 			^
06:15:47 5 warnings
06:15:47 
06:15:47 X.java [
06:15:47 ----------------------------------------
06:15:47 public class X {
06:15:47 	void foo1(int i) {
06:15:47 		switch (i) {
06:15:47 			case 0://OK
06:15:47 			case 1://OK
06:15:47 				System.out.println();
06:15:47 				//$FALL-THROUGH$
06:15:47 			case 2://OK
06:15:47 				System.out.println(); //$FALL-THROUGH$
06:15:47 			case 3://OK
06:15:47 				System.out.println();
06:15:47 				//$FALL-THROUGH$ - some allowed explanation
06:15:47 			case 4://OK
06:15:47 			case 5://OK
06:15:47 				System.out.println();
06:15:47 				//$FALL-THROUGH$ - not last comment, thus inoperant
06:15:47 				// last comment is not fall-through explanation
06:15:47 			case 6://WRONG
06:15:47 				//$FALL-THROUGH$ - useless since not leading the case
06:15:47 				System.out.println();
06:15:47 				/*$FALL-THROUGH$ - block comment, is also allowed */
06:15:47 			case 7://OK
06:15:47 				System.out.println("aa"); //$NON-NLS-1$
06:15:47 		}
06:15:47 	}
06:15:47 }
06:15:47 
06:15:47 ]
06:15:47 
06:15:47 
06:15:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:48 --- javac err: ---
06:15:48 X.java:8: warning: [fallthrough] possible fall-through into case
06:15:48 			case 2://OK
06:15:48 			^
06:15:48 X.java:10: warning: [fallthrough] possible fall-through into case
06:15:48 			case 3://OK
06:15:48 			^
06:15:48 X.java:13: warning: [fallthrough] possible fall-through into case
06:15:48 			case 4://OK
06:15:48 			^
06:15:48 X.java:18: warning: [fallthrough] possible fall-through into case
06:15:48 			case 6://WRONG
06:15:48 			^
06:15:48 X.java:22: warning: [fallthrough] possible fall-through into case
06:15:48 			case 7://OK
06:15:48 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test015 - 12
06:15:48 			^
06:15:48 X.java [
06:15:48 5 warnings
06:15:48 
06:15:48 ----------------------------------------
06:15:48 public class X {
06:15:48 	void foo1(int i) {
06:15:48 		switch (i) {
06:15:48 			case 0://OK
06:15:48 			case 1://OK
06:15:48 				System.out.println();
06:15:48 				//	  $FALL-THROUGH$
06:15:48 			case 2://OK
06:15:48 				System.out.println(); // 	 $FALL-THROUGH$
06:15:48 			case 3://OK
06:15:48 				System.out.println();
06:15:48 				//	$FALL-THROUGH$ - some allowed explanation
06:15:48 			case 4://OK
06:15:48 			case 5://OK
06:15:48 				System.out.println();
06:15:48 				// $FALL-THROUGH$ - not last comment, thus inoperant
06:15:48 				// last comment is not fall-through explanation
06:15:48 			case 6://WRONG
06:15:48 				// $FALL-THROUGH$ - useless since not leading the case
06:15:48 				System.out.println();
06:15:48 				/* $FALL-THROUGH$ - block comment, is also allowed */
06:15:48 			case 7://OK
06:15:48 				System.out.println("aa"); //$NON-NLS-1$
06:15:48 		}
06:15:48 	}
06:15:48 }
06:15:48 
06:15:48 ]
06:15:48 
06:15:48 
06:15:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:49 --- javac err: ---
06:15:49 X.java:8: warning: [fallthrough] possible fall-through into case
06:15:49 			case 2://WRONG
06:15:49 			^
06:15:49 1 warning
06:15:49 
06:15:49 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test016 - 12
06:15:49 ----------------------------------------
06:15:49 X.java [
06:15:49 public class X {
06:15:49 	void foo1(int i) {
06:15:49 		switch (i) {
06:15:49 			case 0://OK
06:15:49 			case 1://OK
06:15:49 				System.out.println();
06:15:49 				//	  $FALL-THROUGH - missing trailing $ in tag
06:15:49 			case 2://WRONG
06:15:49 				System.out.println();
06:15:49 		}
06:15:49 	}
06:15:49 }
06:15:49 
06:15:49 ]
06:15:49 
06:15:49 
06:15:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:49 --- javac err: ---
06:15:49 X.java:10: warning: [fallthrough] possible fall-through into case
06:15:49 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test017 - 12
06:15:49 			default :
06:15:49 X.java [
06:15:49 			^
06:15:49 1 warning
06:15:49 public class X {
06:15:49 
06:15:49 	void foo1(char previousChar) {
06:15:49 ----------------------------------------
06:15:49 		switch(previousChar) {
06:15:49 			case '/':
06:15:49 				if (previousChar == '*') {
06:15:49 					// End of javadoc
06:15:49 					break;
06:15:49 					//$FALL-THROUGH$ into default case
06:15:49 				}
06:15:49 			default :
06:15:49 		}
06:15:49 	}
06:15:49 }
06:15:49 
06:15:49 ]
06:15:49 
06:15:49 
06:15:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:50 
06:15:50 
06:15:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:51 
06:15:51 
06:15:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:52 
06:15:52 
06:15:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:53 
06:15:53 
06:15:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:54 
06:15:54 
06:15:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:56 
06:15:56 
06:15:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:57 --- javac err: ---
06:15:57 X.java:4: error: cannot find symbol
06:15:57         switch (p) {
06:15:57                 ^
06:15:57   symbol:   variable p
06:15:57   location: class X
06:15:57 X.java:4: error: illegal parenthesized expression
06:15:57         switch (p) {
06:15:57                ^
06:15:57 X.java:5: error: cannot find symbol
06:15:57             case ONE:
06:15:57                  ^
06:15:57   symbol:   variable ONE
06:15:57   location: class X
06:15:57 X.java:8: error: cannot find symbol
06:15:57             case TWO:
06:15:57                  ^
06:15:57   symbol:   variable TWO
06:15:57   location: class X
06:15:57 4 errors
06:15:57 
06:15:57 
06:15:57 
06:15:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:58 --- javac err: ---
06:15:58 X.java:10: warning: [fallthrough] possible fall-through into case
06:15:58 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test387146a - 12
06:15:58 		case 2:
06:15:58 		^
06:15:58 X.java [
06:15:58 1 warning
06:15:58 
06:15:58 ----------------------------------------
06:15:58 public class X {
06:15:58 	private Object someLock;
06:15:58 	public void foo1(int i) {
06:15:58 		switch (i) {
06:15:58 		case 1:
06:15:58 			synchronized (someLock) {
06:15:58 				System.out.println();
06:15:58 			}
06:15:58 			//$FALL-THROUGH$
06:15:58 		case 2:
06:15:58 			System.out.println();
06:15:58 			break;
06:15:58 		default:
06:15:58 			System.out.println();
06:15:58 		}
06:15:58 	}
06:15:58 }
06:15:58 
06:15:58 ]
06:15:58 
06:15:58 
06:15:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:58 --- javac err: ---
06:15:58 X.java:10: warning: [fallthrough] possible fall-through into case
06:15:58 		case 2:
06:15:58 		^
06:15:58 1 warning
06:15:58 
06:15:58 ----------------------------------------
06:15:58 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test387146b - 12
06:15:58 X.java [
06:15:58 public class X {
06:15:58 	private boolean someFlag;
06:15:58 	public void foo1(int i) {
06:15:58 		switch (i) {
06:15:58 		case 1:
06:15:58 			if (someFlag) {
06:15:58 				System.out.println();
06:15:58 			}
06:15:58 			//$FALL-THROUGH$
06:15:58 		case 2:
06:15:58 			System.out.println();
06:15:58 			break;
06:15:58 		default:
06:15:58 			System.out.println();
06:15:58 		}
06:15:58 	}
06:15:58 }
06:15:58 
06:15:58 ]
06:15:58 
06:15:58 
06:15:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:15:59 
06:15:59 
06:15:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:00 
06:16:00 
06:16:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:01 
06:16:01 
06:16:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:02 
06:16:02 
06:16:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:03 ----------------------------------------
06:16:03 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test410892_4 - 12
06:16:03 X.java [
06:16:03 public class X {
06:16:03    public void testFunction(String s) {
06:16:03         int var1 = 0;
06:16:03         int var2 = 0;
06:16:03         switch (s) {
06:16:03         case "test": 
06:16:03             var2 = ++var1 % 2;
06:16:03             break;
06:16:03         }
06:16:03    }
06:16:03 }
06:16:03 ]
06:16:03 
06:16:03 
06:16:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:04 ----------------------------------------
06:16:04 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test410892_5 - 12
06:16:04 X.java [
06:16:04 public class X {
06:16:04    public X(String s) {
06:16:04         int var1 = 0;
06:16:04         int var2 = 0;
06:16:04         switch (s) {
06:16:04         case "test": 
06:16:04             var2 = ++var1 % 2;
06:16:04             break;
06:16:04         }
06:16:04    }
06:16:04 }
06:16:04 ]
06:16:04 
06:16:04 
06:16:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:05 ----------------------------------------
06:16:05 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test410892_6 - 12
06:16:05 X.java [
06:16:05 public class X {
06:16:05    static {
06:16:05         int var1 = 0;
06:16:05         int var2 = 0;
06:16:05         String s = "Test2";
06:16:05         switch (s) {
06:16:05         case "test": 
06:16:05             var2 = ++var1 % 2;
06:16:05             break;
06:16:05         }
06:16:05    }
06:16:05 }
06:16:05 ]
06:16:05 
06:16:05 
06:16:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:06 --- javac err: ---
06:16:06 Main.java:7: warning: auxiliary class VA in V.java should not be accessed from outside its own source file
06:16:06 		V v = new VA();
06:16:06 		          ^
06:16:06 1 warning
06:16:06 
06:16:06 
06:16:06 
06:16:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:08 --- javac err: ---
06:16:08 Main.java:7: warning: auxiliary class VA in V.java should not be accessed from outside its own source file
06:16:08 		V v = new VA();
06:16:08 		          ^
06:16:08 1 warning
06:16:08 
06:16:08 
06:16:08 
06:16:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:09 
06:16:09 
06:16:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:10 ----------------------------------------
06:16:10 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#testBug374605 - 12
06:16:10 p/X.java [
06:16:10 package p;
06:16:10 class X {
06:16:10   void v(int i) {
06:16:10     switch (i) {
06:16:10       case 1 :
06:16:10         break;
06:16:10       case 2 :
06:16:10         break;
06:16:10     }
06:16:10   }
06:16:10 }
06:16:10 ]
06:16:10 
06:16:10 
06:16:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:11 
06:16:11 
06:16:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:12 
06:16:12 
06:16:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:13 
06:16:13 
06:16:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:14 
06:16:14 
06:16:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:15 --- javac err: ---
06:16:15 X.java:13: error: variable b might not have been initialized
06:16:15         System.out.println(b);
06:16:15                            ^
06:16:15 1 error
06:16:15 
06:16:15 
06:16:15 
06:16:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:16 --- javac err: ---
06:16:16 X.java:13: error: variable b might not have been initialized
06:16:16         System.out.println(b);
06:16:16                            ^
06:16:16 1 error
06:16:16 
06:16:16 
06:16:16 
06:16:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:17 --- javac err: ---
06:16:17 X.java:13: error: variable b might not have been initialized
06:16:17         System.out.println(b);
06:16:17                            ^
06:16:17 1 error
06:16:17 
06:16:17 
06:16:17 
06:16:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:17 --- javac err: ---
06:16:17 X.java:13: error: variable b might not have been initialized
06:16:17         System.out.println(b);
06:16:17                            ^
06:16:17 1 error
06:16:17 
06:16:17 
06:16:17 
06:16:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:18 
06:16:18 
06:16:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:19 
06:16:19 
06:16:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:20 
06:16:20 
06:16:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:20 
06:16:20 
06:16:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:21 --- javac err: ---
06:16:21 X.java:4: error: incompatible types: int cannot be converted to String
06:16:21 		case 123: break;
06:16:21 		     ^
06:16:21 X.java:5: error: incompatible types: byte cannot be converted to String
06:16:21        case (byte) 1: break;
06:16:21             ^
06:16:21 X.java:6: error: incompatible types: char cannot be converted to String
06:16:21        case (char) 2: break;
06:16:21             ^
06:16:21 X.java:7: error: incompatible types: short cannot be converted to String
06:16:21        case (short)3: break;
06:16:21             ^
06:16:21 X.java:8: error: incompatible types: int cannot be converted to String
06:16:21        case (int) 4: break;
06:16:21             ^
06:16:21 X.java:9: error: incompatible types: long cannot be converted to String
06:16:21        case (long) 5: break;
06:16:21             ^
06:16:21 X.java:10: error: incompatible types: float cannot be converted to String
06:16:21        case (float) 6: break;
06:16:21             ^
06:16:21 X.java:11: error: incompatible types: double cannot be converted to String
06:16:21        case (double) 7: break;
06:16:21             ^
06:16:21 X.java:12: error: incompatible types: int cannot be converted to boolean
06:16:21        case (boolean) 8: break;
06:16:21                       ^
06:16:21 9 errors
06:16:21 
06:16:21 
06:16:21 
06:16:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:22 --- javac err: ---
06:16:22 X.java:7: error: incompatible types: Days cannot be converted to String
06:16:22             case Days.Sunday: break;
06:16:22                      ^
06:16:22 1 error
06:16:22 
06:16:22 
06:16:22 
06:16:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:23 --- javac err: ---
06:16:23 X.java:7: error: incompatible types: String cannot be converted to int
06:16:23             case "0": break;
06:16:23                  ^
06:16:23 X.java:10: error: an enum switch case label must be the unqualified name of an enumeration constant
06:16:23             case "Sunday": break;
06:16:23                  ^
06:16:23 X.java:13: error: incompatible types: String cannot be converted to Integer
06:16:23             case "0": break;
06:16:23                  ^
06:16:23 3 errors
06:16:23 
06:16:23 
06:16:23 
06:16:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:24 --- javac err: ---
06:16:24 X.java:5: error: duplicate case label
06:16:24 		case "123": break;
06:16:24 		^
06:16:24 X.java:6: error: incompatible types: unexpected return value
06:16:24        default: return args;
06:16:24                        ^
06:16:24 2 errors
06:16:24 
06:16:24 
06:16:24 
06:16:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:25 --- javac err: ---
06:16:25 X.java:10: error: duplicate case label
06:16:25       case "123": break;
06:16:25       ^
06:16:25 X.java:11: error: duplicate case label
06:16:25 	   case "1" + "2" + "3": break;
06:16:25 	   ^
06:16:25 X.java:13: error: duplicate case label
06:16:25 	   case local: break;
06:16:25 	   ^
06:16:25 X.java:14: error: duplicate case label
06:16:25            case field: break;
06:16:25            ^
06:16:25 X.java:15: error: non-static variable ifield cannot be referenced from a static context
06:16:25            case ifield: break;
06:16:25                 ^
06:16:25 X.java:15: error: duplicate case label
06:16:25            case ifield: break;
06:16:25            ^
06:16:25 X.java:16: error: non-static variable inffield cannot be referenced from a static context
06:16:25            case inffield: break;
06:16:25                 ^
06:16:25 X.java:17: error: constant string expression required
06:16:25            case nffield: break;
06:16:25                 ^
06:16:25 X.java:18: error: constant string expression required
06:16:25            case argument: break;
06:16:25                 ^
06:16:25 X.java:19: error: duplicate default label
06:16:25            default: break;
06:16:25            ^
06:16:25 10 errors
06:16:25 
06:16:25 
06:16:25 
06:16:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:26 --- javac err: ---
06:16:26 X.java:10: error: duplicate case label
06:16:26 	   case "1" + "2" + "3": break;
06:16:26 	   ^
06:16:26 X.java:12: error: duplicate case label
06:16:26 	   case local: break;
06:16:26 	   ^
06:16:26 X.java:13: error: duplicate case label
06:16:26            case field: break;
06:16:26            ^
06:16:26 X.java:14: error: duplicate case label
06:16:26            case ifield: break;
06:16:26            ^
06:16:26 X.java:15: error: constant string expression required
06:16:26            case inffield: break;
06:16:26                 ^
06:16:26 X.java:16: error: constant string expression required
06:16:26            case nffield: break;
06:16:26                 ^
06:16:26 X.java:17: error: constant string expression required
06:16:26            case argument: break;
06:16:26                 ^
06:16:26 X.java:18: error: duplicate default label
06:16:26            default: break;
06:16:26            ^
06:16:26 8 errors
06:16:26 
06:16:26 
06:16:26 
06:16:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:27 
06:16:27 
06:16:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:28 
06:16:28 
06:16:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:29 
06:16:29 
06:16:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:31 --- javac err: ---
06:16:31 testFallThrough.java:13: warning: [fallthrough] possible fall-through into case
06:16:31     		case "3": System.out.print(s);
06:16:31     		^
06:16:31 testFallThrough.java:14: warning: [fallthrough] possible fall-through into case
06:16:31     		case "2": System.out.print(s);
06:16:31     		^
06:16:31 testFallThrough.java:15: warning: [fallthrough] possible fall-through into case
06:16:31     		case "1": System.out.print(s + " ");
06:16:31     		^
06:16:31 testFallThrough.java:16: warning: [fallthrough] possible fall-through into case
06:16:31     		case "0": break;
06:16:31     		^
06:16:31 4 warnings
06:16:31 
06:16:31 
06:16:31 
06:16:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:32 
06:16:32 
06:16:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:33 
06:16:33 
06:16:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:34 --- javac err: ---
06:16:34 X.java:11: warning: [empty] empty statement after if
06:16:34 						;
06:16:34 						^
06:16:34 1 warning
06:16:34 
06:16:34 
06:16:34 
06:16:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:35 
06:16:35 
06:16:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:36 
06:16:36 
06:16:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:37 
06:16:37 
06:16:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:38 --- javac err: ---
06:16:38 X.java:7: error: constant string expression required
06:16:38 	   case local: break;
06:16:38 	        ^
06:16:38 X.java:8: error: constant string expression required
06:16:38 	   case argument: break;
06:16:38 	        ^
06:16:38 X.java:9: error: constant string expression required
06:16:38       case inffield: break;
06:16:38            ^
06:16:38 X.java:10: error: constant string expression required
06:16:38       case nffield: break;
06:16:38            ^
06:16:38 X.java:11: error: constant string expression required
06:16:38       case (String) null: break;
06:16:38            ^
06:16:38 X.java:12: error: constant string expression required
06:16:38       case true ? (String) null : (String) null : break;
06:16:38                 ^
06:16:38 6 errors
06:16:38 
06:16:38 
06:16:38 
06:16:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:39 
06:16:39 
06:16:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:40 --- javac err: ---
06:16:40 X.java:4: error: incompatible types: unexpected return value
06:16:40 		default: return args;
06:16:40 		                ^
06:16:40 1 error
06:16:40 
06:16:40 
06:16:40 
06:16:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:41 
06:16:41 
06:16:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:42 --- javac err: ---
06:16:42 X.java:7: error: constant string expression required
06:16:42 	   case local: break;
06:16:42 	        ^
06:16:42 X.java:8: error: constant string expression required
06:16:42 	   case argument: break;
06:16:42 	        ^
06:16:42 X.java:9: error: constant string expression required
06:16:42       case inffield: break;
06:16:42            ^
06:16:42 X.java:10: error: constant string expression required
06:16:42       case nffield: break;
06:16:42            ^
06:16:42 X.java:11: error: constant string expression required
06:16:42       case argument: break;
06:16:42            ^
06:16:42 5 errors
06:16:42 
06:16:42 
06:16:42 
06:16:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:43 --- javac err: ---
06:16:43 X.java:8: error: constant string expression required
06:16:43 	   case argument: break;
06:16:43 	        ^
06:16:43 X.java:11: error: constant string expression required
06:16:43       case argument: break;
06:16:43            ^
06:16:43 2 errors
06:16:43 
06:16:43 
06:16:43 
06:16:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:43 ***************************************************************************
06:16:43 * Comparison with Sun Javac compiler for class TryStatementTest (null tests)
06:16:43 ***************************************************************************
06:16:44 
06:16:44 
06:16:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:45 
06:16:45 
06:16:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:45 
06:16:45 
06:16:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:46 --- javac err: ---
06:16:46 p/ATC.java:4: warning: [serial] serializable class ATC.B has no definition of serialVersionUID
06:16:46     public class B extends Exception {
06:16:46            ^
06:16:46 1 warning
06:16:46 
06:16:46 
06:16:46 
06:16:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:47 --- javac err: ---
06:16:47 p/A.java:8: warning: [rawtypes] found raw type: Vector
06:16:47   public Vector getComponents () {
06:16:47          ^
06:16:47   missing type arguments for generic class Vector<E>
06:16:47   where E is a type-variable:
06:16:47     E extends Object declared in class Vector
06:16:47 1 warning
06:16:47 
06:16:47 
06:16:47 
06:16:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:48 --- javac err: ---
06:16:48 p/T.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
06:16:48 public class T extends InvocationTargetException {
06:16:48        ^
06:16:48 1 warning
06:16:48 
06:16:48 
06:16:48 
06:16:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:49 
06:16:49 
06:16:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:50 
06:16:50 
06:16:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:51 
06:16:51 
06:16:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:52 
06:16:52 
06:16:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:54 
06:16:54 
06:16:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:55 
06:16:55 
06:16:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:56 
06:16:56 
06:16:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:57 
06:16:57 
06:16:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:58 
06:16:58 
06:16:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:16:59 
06:16:59 
06:16:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:00 --- javac err: ---
06:17:00 p1/X.java:15: warning: [serial] serializable class AEx has no definition of serialVersionUID
06:17:00 	static class AEx extends Exception {} 
06:17:00 	       ^
06:17:00 p1/X.java:16: warning: [serial] serializable class BEx has no definition of serialVersionUID
06:17:00 	static class BEx extends Exception {} 
06:17:00 	       ^
06:17:00 2 warnings
06:17:00 
06:17:00 
06:17:00 
06:17:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:01 
06:17:01 
06:17:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:02 
06:17:02 
06:17:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:03 
06:17:03 
06:17:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:04 
06:17:04 
06:17:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:05 
06:17:05 
06:17:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:06 --- javac err: ---
06:17:06 X.java:6: warning: unreachable catch clause
06:17:06 		} catch(AX e) {
06:17:06 		  ^
06:17:06   thrown type BX has already been caught
06:17:06 X.java:10: warning: [serial] serializable class AX has no definition of serialVersionUID
06:17:06 class AX extends Exception {}
06:17:06 ^
06:17:06 X.java:11: warning: [serial] serializable class BX has no definition of serialVersionUID
06:17:06 class BX extends AX {}
06:17:06 ^
06:17:06 3 warnings
06:17:06 
06:17:06 
06:17:06 
06:17:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:07 --- javac err: ---
06:17:07 p/X.java:9: error: exception LookupException has already been caught
06:17:07 	    } catch(LookupException le) {	
06:17:07 	      ^
06:17:07 p/X.java:17: warning: [serial] serializable class DataException has no definition of serialVersionUID
06:17:07 class DataException extends Throwable {	
06:17:07 ^
06:17:07 p/X.java:19: warning: [serial] serializable class LookupException has no definition of serialVersionUID
06:17:07 class LookupException extends DataException {	
06:17:07 ^
06:17:07 1 error
06:17:07 2 warnings
06:17:07 
06:17:07 
06:17:07 
06:17:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:08 --- javac err: ---
06:17:08 X.java:15: warning: [deprecation] isSpace(char) in Character has been deprecated
06:17:08                     if (!Character.isSpace(line.charAt(i))) {
06:17:08                                   ^
06:17:08 1 warning
06:17:08 
06:17:08 
06:17:08 
06:17:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:09 
06:17:09 
06:17:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:10 
06:17:10 
06:17:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:11 
06:17:11 
06:17:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:12 --- javac err: ---
06:17:12 X.java:17: warning: [finally] finally clause cannot complete normally
06:17:12         }
06:17:12         ^
06:17:12 1 warning
06:17:12 
06:17:12 
06:17:12 
06:17:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:13 
06:17:13 
06:17:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:14 --- javac err: ---
06:17:14 X.java:13: error: exception IOException is never thrown in body of corresponding try statement
06:17:14     	} catch(IOException e) {
06:17:14     	  ^
06:17:14 1 error
06:17:14 
06:17:14 
06:17:14 
06:17:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:15 
06:17:15 
06:17:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:16 
06:17:16 
06:17:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:18 
06:17:18 
06:17:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:19 
06:17:19 
06:17:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:20 
06:17:20 
06:17:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:21 
06:17:21 
06:17:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:22 
06:17:22 
06:17:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:23 
06:17:23 
06:17:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:24 
06:17:24 
06:17:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:25 
06:17:25 
06:17:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:26 
06:17:26 
06:17:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:27 
06:17:27 
06:17:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:28 
06:17:28 
06:17:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:29 
06:17:29 
06:17:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:30 
06:17:30 
06:17:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:31 
06:17:31 
06:17:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:32 --- javac err: ---
06:17:32 X.java:5: error: incompatible types: Object cannot be converted to Throwable
06:17:32 					throw new Object();
06:17:32 					^
06:17:32 X.java:6: error: incompatible types: Object cannot be converted to Throwable
06:17:32                 } catch(Object o) {
06:17:32                         ^
06:17:32 2 errors
06:17:32 
06:17:32 
06:17:32 
06:17:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:33 
06:17:33 
06:17:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:34 
06:17:34 
06:17:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:35 
06:17:35 
06:17:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:36 
06:17:36 
06:17:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:37 
06:17:37 
06:17:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:38 
06:17:38 
06:17:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:39 
06:17:39 
06:17:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:40 
06:17:40 
06:17:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:41 
06:17:41 
06:17:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:42 
06:17:42 
06:17:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:43 --- javac err: ---
06:17:43 X.java:5: error: unexpected type
06:17:43     	} catch(Exception[] e) {
06:17:43     	                 ^
06:17:43   required: class
06:17:43   found:    Exception[]
06:17:43 1 error
06:17:43 
06:17:43 
06:17:43 
06:17:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:44 --- javac err: ---
06:17:44 X.java:5: error: unexpected type
06:17:44     	} catch(int e) {
06:17:44     	        ^
06:17:44   required: class
06:17:44   found:    int
06:17:44 1 error
06:17:44 
06:17:44 
06:17:44 
06:17:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:45 
06:17:45 
06:17:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:46 
06:17:46 
06:17:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:47 
06:17:47 
06:17:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:48 --- javac err: ---
06:17:48 X.java:16: warning: [finally] finally clause cannot complete normally
06:17:48 		}
06:17:48 		^
06:17:48 X.java:17: error: unreachable statement
06:17:48 		return;
06:17:48 		^
06:17:48 1 error
06:17:48 1 warning
06:17:48 
06:17:48 
06:17:48 
06:17:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:49 --- javac err: ---
06:17:49 X.java:4: error: cannot find symbol
06:17:49 			Zork z = null;
06:17:49 			^
06:17:49   symbol:   class Zork
06:17:49   location: class X
06:17:49 X.java:6: error: cannot find symbol
06:17:49 		} catch(Zork z) {
06:17:49 		        ^
06:17:49   symbol:   class Zork
06:17:49   location: class X
06:17:49 2 errors
06:17:49 
06:17:49 
06:17:49 
06:17:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:50 
06:17:50 
06:17:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:51 --- javac err: ---
06:17:51 X.java:18: warning: unreachable catch clause
06:17:51             } catch (Foo f) {}
06:17:51               ^
06:17:51   thrown types GrandSonOfFoo,GrandDaughterOfFoo have already been caught
06:17:51 X.java:22: warning: [serial] serializable class Foo has no definition of serialVersionUID
06:17:51 class Foo extends Exception {}
06:17:51 ^
06:17:51 X.java:23: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
06:17:51 class SonOfFoo extends Foo {}
06:17:51 ^
06:17:51 X.java:24: warning: [serial] serializable class GrandSonOfFoo has no definition of serialVersionUID
06:17:51 class GrandSonOfFoo extends SonOfFoo {}
06:17:51 ^
06:17:51 X.java:25: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
06:17:51 class DaughterOfFoo extends Foo {}
06:17:51 ^
06:17:51 X.java:26: warning: [serial] serializable class GrandDaughterOfFoo has no definition of serialVersionUID
06:17:51 class GrandDaughterOfFoo extends DaughterOfFoo {}
06:17:51 ^
06:17:51 6 warnings
06:17:51 
06:17:51 
06:17:51 
06:17:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:52 --- javac err: ---
06:17:52 X.java:10: error: exception SonOfFoo is never thrown in body of corresponding try statement
06:17:52             } catch (SonOfFoo e1) {
06:17:52               ^
06:17:52 X.java:16: warning: [serial] serializable class Foo has no definition of serialVersionUID
06:17:52 class Foo extends Exception {}
06:17:52 ^
06:17:52 X.java:17: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
06:17:52 class SonOfFoo extends Foo {}
06:17:52 ^
06:17:52 X.java:18: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
06:17:52 class DaughterOfFoo extends Foo {}
06:17:52 ^
06:17:52 1 error
06:17:52 3 warnings
06:17:52 
06:17:52 
06:17:52 
06:17:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:53 --- javac err: ---
06:17:53 X.java:7: error: unreachable statement
06:17:53            foo();
06:17:53            ^
06:17:53 X.java:16: warning: [serial] serializable class Foo has no definition of serialVersionUID
06:17:53 class Foo extends Exception {}
06:17:53 ^
06:17:53 X.java:18: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
06:17:53 class DaughterOfFoo extends Foo {}
06:17:53 ^
06:17:53 X.java:17: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
06:17:53 class SonOfFoo extends Foo {}
06:17:53 ^
06:17:53 1 error
06:17:53 3 warnings
06:17:53 
06:17:53 
06:17:53 
06:17:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:54 --- javac err: ---
06:17:54 X.java:4: error: unexpected type
06:17:54 		} catch (Exception [][][][][]  e [][][][]) {
06:17:54 		                                 ^
06:17:54   required: class
06:17:54   found:    Exception[][][][][][][][][]
06:17:54 1 error
06:17:54 
06:17:54 
06:17:54 
06:17:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:54 --- javac err: ---
06:17:54 X.java:4: error: unexpected type
06:17:54 		} catch (Exception e []) {
06:17:54 		                     ^
06:17:54   required: class
06:17:54   found:    Exception[]
06:17:54 1 error
06:17:54 
06:17:54 
06:17:54 
06:17:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:55 --- javac err: ---
06:17:55 X.java:4: error: unexpected type
06:17:55 		} catch (Exception [] e) {
06:17:55 		                   ^
06:17:55   required: class
06:17:55   found:    Exception[]
06:17:55 1 error
06:17:55 
06:17:55 
06:17:55 
06:17:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:56 --- javac err: ---
06:17:56 X.java:2: warning: [rawtypes] found raw type: Class
06:17:56 	Class test(String name) throws ClassNotFoundException {
06:17:56 	^
06:17:56   missing type arguments for generic class Class<T>
06:17:56   where T is a type-variable:
06:17:56     T extends Object declared in class Class
06:17:56 X.java:3: warning: [rawtypes] found raw type: Class
06:17:56 		Class c= findClass(name);
06:17:56 		^
06:17:56   missing type arguments for generic class Class<T>
06:17:56   where T is a type-variable:
06:17:56     T extends Object declared in class Class
06:17:56 X.java:17: warning: [rawtypes] found raw type: Class
06:17:56     Class findClass(String name) throws ClassNotFoundException { return null; }
06:17:56     ^
06:17:56   missing type arguments for generic class Class<T>
06:17:56   where T is a type-variable:
06:17:56     T extends Object declared in class Class
06:17:56 3 warnings
06:17:56 
06:17:56 
06:17:56 
06:17:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:57 --- javac err: ---
06:17:57 Client.java:7: error: unreported exception E; must be caught or declared to be thrown
06:17:57             b.foo(null, null);
06:17:57                  ^
06:17:57 1 error
06:17:57 
06:17:57 
06:17:57 
06:17:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:17:58 --- javac err: ---
06:17:58 Client.java:7: error: unreported exception E; must be caught or declared to be thrown
06:17:58             b.foo(null, null);
06:17:58                  ^
06:17:58 1 error
06:17:58 
06:17:58 
06:17:58 
06:17:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 --- javac err: ---
06:18:00 Client.java:7: error: unreported exception E; must be caught or declared to be thrown
06:18:00             b.foo(null, null);
06:18:00                  ^
06:18:00 1 error
06:18:00 
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 ***************************************************************************
06:18:00 * Comparison with Sun Javac compiler for class UtilTest (null tests)
06:18:00 ***************************************************************************
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 
06:18:00 
06:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:00 ***************************************************************************
06:18:00 * Comparison with Sun Javac compiler for class XLargeTest (null tests)
06:18:00 ***************************************************************************
06:18:02 
06:18:02 
06:18:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:04 --- javac err: ---
06:18:04 X.java:2: error: code too large
06:18:04 	X0(0),
06:18:04 	^
06:18:04 1 error
06:18:04 
06:18:04 
06:18:04 
06:18:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:06 
06:18:06 
06:18:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:09 
06:18:09 
06:18:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:11 
06:18:11 
06:18:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:12 
06:18:12 
06:18:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:14 
06:18:14 
06:18:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:16 
06:18:16 
06:18:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:17 --- javac err: ---
06:18:17 
06:18:17 
06:18:17 The system is out of resources.
06:18:17 Consult the following stack trace for details.
06:18:17 java.lang.StackOverflowError
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 
06:18:17 
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:17 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:17 
06:18:19 
06:18:19 
06:18:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:20 
06:18:20 
06:18:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:21 
06:18:21 
06:18:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:23 --- javac err: ---
06:18:23 X.java:3: error: constant string too long
06:18:23     	"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz" +
06:18:23     	^
06:18:23 1 error
06:18:23 
06:18:23 
06:18:23 
06:18:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:24 --- javac err: ---
06:18:24 
06:18:24 
06:18:24 The system is out of resources.
06:18:24 Consult the following stack trace for details.
06:18:24 java.lang.StackOverflowError
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:656)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:715)
06:18:24 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3584)
06:18:24 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:24 
06:18:25 --- javac err: ---
06:18:25 
06:18:25 
06:18:25 The system is out of resources.
06:18:25 Consult the following stack trace for details.
06:18:25 java.lang.StackOverflowError
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 
06:18:25 
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:25 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:25 
06:18:26 --- javac err: ---
06:18:26 
06:18:26 
06:18:26 The system is out of resources.
06:18:26 Consult the following stack trace for details.
06:18:26 java.lang.StackOverflowError
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:2068)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
06:18:26 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:288)
06:18:26 
06:18:28 
06:18:28 
06:18:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:29 
06:18:29 
06:18:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:31 --- javac err: ---
06:18:31 X.java:8008: error: code too large for try statement
06:18:31 		} catch(Exception e) {
06:18:31 		  ^
06:18:31 X.java:3: error: code too large for try statement
06:18:31 		try {
06:18:31 		    ^
06:18:31 X.java:2: error: code too large
06:18:31 	public static int foo(int i) {
06:18:31 	                  ^
06:18:31 3 errors
06:18:31 
06:18:31 
06:18:31 
06:18:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:34 
06:18:34 
06:18:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:37 
06:18:37 
06:18:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:18:40 
06:18:40 
06:18:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:14 
06:20:14 
06:20:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:14 ***************************************************************************
06:20:14 * Comparison with Sun Javac compiler for class InternalScannerTest (null tests)
06:20:14 ***************************************************************************
06:20:14 
06:20:14 
06:20:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:14 
06:20:14 
06:20:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:14 ***************************************************************************
06:20:14 * Comparison with Sun Javac compiler for class ConditionalExpressionTest (null tests)
06:20:14 ***************************************************************************
06:20:15 
06:20:15 
06:20:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:16 
06:20:16 
06:20:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:17 --- javac err: ---
06:20:17 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:20:17 		return square(what ? new Integer(1) : new Integer(2)) % 2 == 1; // trouble here
06:20:17 		                     ^
06:20:17 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:20:17 		return square(what ? new Integer(1) : new Integer(2)) % 2 == 1; // trouble here
06:20:17 		                                      ^
06:20:17 2 warnings
06:20:17 
06:20:17 
06:20:17 
06:20:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:18 
06:20:18 
06:20:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:19 --- javac err: ---
06:20:19 X.java:3: warning: [rawtypes] found raw type: J
06:20:19     	I<? super J> i = true ? (I<I>) null : (I<J>) null; // Type mismatch reported
06:20:19     	          ^
06:20:19   missing type arguments for generic class J<T>
06:20:19   where T is a type-variable:
06:20:19     T extends Object declared in interface J
06:20:19 X.java:3: warning: [rawtypes] found raw type: I
06:20:19     	I<? super J> i = true ? (I<I>) null : (I<J>) null; // Type mismatch reported
06:20:19     	                           ^
06:20:19   missing type arguments for generic class I<T>
06:20:19   where T is a type-variable:
06:20:19     T extends Object declared in interface I
06:20:19 X.java:3: warning: [rawtypes] found raw type: J
06:20:19     	I<? super J> i = true ? (I<I>) null : (I<J>) null; // Type mismatch reported
06:20:19     	                                         ^
06:20:19   missing type arguments for generic class J<T>
06:20:19   where T is a type-variable:
06:20:19     T extends Object declared in interface J
06:20:19 3 warnings
06:20:19 
06:20:19 
06:20:19 
06:20:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:20 
06:20:20 
06:20:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:21 --- javac err: ---
06:20:21 X.java:9: error: incompatible types: bad type in conditional expression
06:20:21     	foo(false ? (a,b)->a+b :new StringCatenation());
06:20:21     	                        ^
06:20:21     StringCatenation cannot be converted to BinaryOperation<Integer>
06:20:21 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:20:21 1 error
06:20:21 
06:20:21 
06:20:21 
06:20:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:22 --- javac err: ---
06:20:22 X.java:9: error: incompatible types: bad type in conditional expression
06:20:22     	foo(false ? new StringCatenation() : (a,b)->a+b);
06:20:22     	            ^
06:20:22     StringCatenation cannot be converted to BinaryOperation<Integer>
06:20:22 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:20:22 1 error
06:20:22 
06:20:22 
06:20:22 
06:20:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:24 
06:20:24 
06:20:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:25 
06:20:25 
06:20:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:26 --- javac err: ---
06:20:26 X.java:7: warning: [rawtypes] found raw type: Nothing
06:20:26 		return (value == null) ? f.apply(value) : new Nothing();
06:20:26 		                                              ^
06:20:26   missing type arguments for generic class Nothing<T>
06:20:26   where T is a type-variable:
06:20:26     T extends Object declared in class Nothing
06:20:26 1 warning
06:20:26 
06:20:26 
06:20:26 
06:20:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:27 
06:20:27 
06:20:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:29 
06:20:29 
06:20:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:30 --- javac err: ---
06:20:30 X.java:2: warning: [rawtypes] found raw type: Class
06:20:30 	public X(Class clazz) {
06:20:30 	         ^
06:20:30   missing type arguments for generic class Class<T>
06:20:30   where T is a type-variable:
06:20:30     T extends Object declared in class Class
06:20:30 1 warning
06:20:30 
06:20:30 
06:20:30 
06:20:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:31 --- javac err: ---
06:20:31 X.java:2: warning: [rawtypes] found raw type: Class
06:20:31 	public X(Class clazz) {
06:20:31 	         ^
06:20:31   missing type arguments for generic class Class<T>
06:20:31   where T is a type-variable:
06:20:31     T extends Object declared in class Class
06:20:31 1 warning
06:20:31 
06:20:31 
06:20:31 
06:20:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:32 --- javac err: ---
06:20:32 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
06:20:32 		c.add(b ? new Integer(1)
06:20:32 		          ^
06:20:32 1 warning
06:20:32 
06:20:32 ----------------------------------------
06:20:32 org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest#test427625 - 12
06:20:32 X.java [
06:20:32 import java.util.Collection;
06:20:32 import java.util.List;
06:20:32 public class X {
06:20:32 	public void error(Collection<Object> c) {
06:20:32 		boolean b  =true;
06:20:32 		c.add(b ? new Integer(1)
06:20:32 		        : c==null ? null 
06:20:32 				  : c instanceof List ? Integer.valueOf(1) 
06:20:32 				                      : o()); 
06:20:32 	}
06:20:32 	public Object o() {
06:20:32 		return null;
06:20:32 	}
06:20:32 }
06:20:32 
06:20:32 ]
06:20:32 
06:20:32 
06:20:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:33 
06:20:33 
06:20:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:34 
06:20:34 
06:20:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:34 --- javac err: ---
06:20:34 Main.java:4: warning: [empty] empty statement after if
06:20:34 			if ((false) ? true: null);
06:20:34 			                         ^
06:20:34 1 warning
06:20:34 
06:20:35 
06:20:35 
06:20:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:36 --- javac err: ---
06:20:36 X.java:9: error: cannot find symbol
06:20:36 		f(y.f2() == 1 ? null : y.f());
06:20:36 		   ^
06:20:36   symbol:   method f2()
06:20:36   location: variable y of type Y
06:20:36 1 error
06:20:36 
06:20:36 
06:20:36 
06:20:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:36 ***************************************************************************
06:20:36 * Comparison with Sun Javac compiler for class ExternalizeStringLiteralsTest (null tests)
06:20:36 ***************************************************************************
06:20:36 
06:20:36 
06:20:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:37 
06:20:37 
06:20:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:38 --- javac err: ---
06:20:38 p/Foo.java:6: error: reached end of file while parsing
06:20:38 }
06:20:38  ^
06:20:38 1 error
06:20:38 
06:20:38 
06:20:38 
06:20:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:39 
06:20:39 
06:20:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:40 
06:20:40 
06:20:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:41 --- javac err: ---
06:20:41 X.java:4: error: reached end of file while parsing
06:20:41     }
06:20:41      ^
06:20:41 1 error
06:20:41 
06:20:41 
06:20:41 
06:20:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:42 
06:20:42 
06:20:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:42 
06:20:42 
06:20:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:44 
06:20:44 
06:20:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:45 --- javac err: ---
06:20:45 X.java:4: error: incompatible types: String cannot be converted to int
06:20:45 		int i = s;
06:20:45 		        ^
06:20:45 1 error
06:20:45 
06:20:45 
06:20:45 
06:20:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:45 --- javac err: ---
06:20:45 X.java:3: error: incompatible types: <null> cannot be converted to int
06:20:45 		int i = null;
06:20:45 		        ^
06:20:45 1 error
06:20:45 
06:20:45 
06:20:45 
06:20:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:46 --- javac err: ---
06:20:46 X.java:3: error: incompatible types: <null> cannot be converted to int
06:20:46 		int i = null;
06:20:46 		        ^
06:20:46 1 error
06:20:46 
06:20:46 
06:20:46 
06:20:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:47 
06:20:47 
06:20:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:48 
06:20:48 
06:20:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:49 
06:20:49 
06:20:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:50 
06:20:50 
06:20:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:51 --- javac err: ---
06:20:51 X.java:5: error: ';' expected
06:20:51 			enclosingType.toString()
06:20:51 			                        ^
06:20:51 1 error
06:20:51 
06:20:51 
06:20:51 
06:20:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:52 --- javac err: ---
06:20:52 X.java:2: error: illegal character: '#'
06:20:52 	#
06:20:52 	^
06:20:52 X.java:3: error: <identifier> expected
06:20:52 	String s1= "1"; //$NON-NLS-1$
06:20:52 	         ^
06:20:52 2 errors
06:20:52 
06:20:52 
06:20:52 
06:20:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:52 --- javac err: ---
06:20:52 X.java:3: error: illegal character: '#'
06:20:52 	#
06:20:52 	^
06:20:52 1 error
06:20:52 
06:20:52 
06:20:52 
06:20:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:53 --- javac err: ---
06:20:53 X.java:4: error: illegal character: '#'
06:20:53 		#
06:20:53 		^
06:20:53 1 error
06:20:53 
06:20:53 
06:20:53 
06:20:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:54 --- javac err: ---
06:20:54 X.java:5: error: illegal character: '#'
06:20:54 		#
06:20:54 		^
06:20:54 1 error
06:20:54 
06:20:54 
06:20:54 
06:20:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:55 --- javac err: ---
06:20:55 X.java:2: error: illegal character: '#'
06:20:55 	#
06:20:55 	^
06:20:55 X.java:3: error: <identifier> expected
06:20:55 	String s1= "1"; //$NON-NLS-1$
06:20:55 	         ^
06:20:55 X.java:5: error: illegal character: '#'
06:20:55 		#
06:20:55 		^
06:20:55 3 errors
06:20:55 
06:20:55 
06:20:55 
06:20:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:56 --- javac err: ---
06:20:56 X.java:4: error: not a statement
06:20:56                 output.append(this != null) ? null : "<no type>"); //$NON-NLS-1$
06:20:56                                             ^
06:20:56 X.java:4: error: ';' expected
06:20:56                 output.append(this != null) ? null : "<no type>"); //$NON-NLS-1$
06:20:56                                                                 ^
06:20:56 2 errors
06:20:56 
06:20:56 
06:20:56 
06:20:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:57 
06:20:57 
06:20:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:57 ***************************************************************************
06:20:57 * Comparison with Sun Javac compiler for class NonFatalErrorTest (null tests)
06:20:57 ***************************************************************************
06:20:58 
06:20:58 
06:20:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:20:59 
06:20:59 
06:20:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:00 
06:21:00 
06:21:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:00 
06:21:00 
06:21:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:01 
06:21:01 
06:21:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:02 
06:21:02 
06:21:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:03 
06:21:03 
06:21:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:05 
06:21:05 
06:21:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:06 
06:21:06 
06:21:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:07 --- javac err: ---
06:21:07 Test.java:5: error: reference to Double is ambiguous
06:21:07 	Double d = null;
06:21:07 	^
06:21:07   both class java.awt.geom.Line2D.Double in Line2D and class java.awt.geom.Point2D.Double in Point2D match
06:21:07 1 error
06:21:07 
06:21:07 
06:21:07 
06:21:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:07 
06:21:07 
06:21:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:07 
06:21:07 
06:21:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:07 
06:21:07 
06:21:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:07 
06:21:07 
06:21:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:07 
06:21:07 
06:21:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:07 ***************************************************************************
06:21:07 * Comparison with Sun Javac compiler for class FlowAnalysisTest (null tests)
06:21:07 ***************************************************************************
06:21:08 --- javac err: ---
06:21:08 X.java:9: error: missing return statement
06:21:08 	}	
06:21:08 	^
06:21:08 1 error
06:21:08 
06:21:08 
06:21:08 
06:21:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:09 --- javac err: ---
06:21:09 X.java:6: error: variable c2 might not have been initialized
06:21:09         if (c2 == 0) {} // complain
06:21:09             ^
06:21:09 1 error
06:21:09 
06:21:09 
06:21:09 
06:21:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:10 --- javac err: ---
06:21:10 X.java:6: error: variable c2 might not have been initialized
06:21:10         if (c2 == 0) {} // complain
06:21:10             ^
06:21:10 1 error
06:21:10 
06:21:10 
06:21:10 
06:21:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:11 --- javac err: ---
06:21:11 X.java:6: error: variable c2 might not have been initialized
06:21:11         if (c2 == 0) {} // complain
06:21:11             ^
06:21:11 1 error
06:21:11 
06:21:11 
06:21:11 
06:21:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:11 --- javac err: ---
06:21:11 X.java:6: error: variable c2 might not have been initialized
06:21:11         if (c2 == 0) {} // complain
06:21:11             ^
06:21:11 1 error
06:21:11 
06:21:11 
06:21:11 
06:21:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:12 --- javac err: ---
06:21:12 X.java:6: warning: [fallthrough] possible fall-through into case
06:21:12         case 1:
06:21:12         ^
06:21:12 1 warning
06:21:12 
06:21:12 
06:21:12 
06:21:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:12 
06:21:12 
06:21:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:13 --- javac err: ---
06:21:13 X.java:9: warning: [fallthrough] possible fall-through into case
06:21:13         case 1:
06:21:13         ^
06:21:13 1 warning
06:21:13 
06:21:13 
06:21:13 
06:21:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:14 
06:21:14 
06:21:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:15 --- javac err: ---
06:21:15 X.java:6: warning: [fallthrough] possible fall-through into case
06:21:15         case 1:
06:21:15         ^
06:21:15 1 warning
06:21:15 
06:21:15 
06:21:15 
06:21:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:15 
06:21:15 
06:21:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:16 --- javac err: ---
06:21:16 X.java:6: warning: [fallthrough] possible fall-through into case
06:21:16         default:
06:21:16         ^
06:21:16 1 warning
06:21:16 
06:21:16 
06:21:16 
06:21:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:17 --- javac err: ---
06:21:17 X.java:8: warning: [fallthrough] possible fall-through into case
06:21:17         case 1:
06:21:17         ^
06:21:17 1 warning
06:21:17 
06:21:17 
06:21:17 
06:21:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:18 --- javac err: ---
06:21:18 X.java:8: warning: [fallthrough] possible fall-through into case
06:21:18         case 1:
06:21:18         ^
06:21:18 1 warning
06:21:18 
06:21:18 
06:21:18 
06:21:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:19 --- javac err: ---
06:21:19 X.java:8: warning: [fallthrough] possible fall-through into case
06:21:19         case 1:
06:21:19         ^
06:21:19 1 warning
06:21:19 
06:21:19 
06:21:19 
06:21:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:20 --- javac err: ---
06:21:20 X.java:10: error: cannot find symbol
06:21:20 	Zork z;
06:21:20 	^
06:21:20   symbol:   class Zork
06:21:20   location: class X
06:21:20 1 error
06:21:20 
06:21:20 
06:21:20 
06:21:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:20 
06:21:20 
06:21:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:21 
06:21:21 
06:21:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:22 --- javac err: ---
06:21:22 X.java:10: error: variable x might not have been initialized
06:21:22 		x.foo();
06:21:22 		^
06:21:22 1 error
06:21:22 
06:21:22 
06:21:22 
06:21:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:22 --- javac err: ---
06:21:22 X.java:10: error: variable l might not have been initialized
06:21:22     l.toString();
06:21:22     ^
06:21:22 1 error
06:21:22 
06:21:22 
06:21:22 
06:21:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:24 
06:21:24 
06:21:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:24 --- javac err: ---
06:21:24 X.java:15: error: variable s might not have been initialized
06:21:24     System.out.println(s);
06:21:24                        ^
06:21:24 1 error
06:21:24 
06:21:24 
06:21:24 
06:21:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:26 
06:21:26 
06:21:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:27 
06:21:27 
06:21:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:28 
06:21:28 
06:21:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:29 
06:21:29 
06:21:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:30 
06:21:30 
06:21:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:30 --- javac err: ---
06:21:30 X.java:14: error: cannot reference blank before supertype constructor has been called
06:21:30 		super(blank = 0);
06:21:30 		      ^
06:21:30 1 error
06:21:30 
06:21:30 
06:21:30 
06:21:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:31 
06:21:31 
06:21:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:32 --- javac err: ---
06:21:32 X.java:6: warning: [fallthrough] possible fall-through into case
06:21:32     case i: // should complain: i not initialized
06:21:32     ^
06:21:32 X.java:6: error: variable i might not have been initialized
06:21:32     case i: // should complain: i not initialized
06:21:32          ^
06:21:32 1 error
06:21:32 1 warning
06:21:32 
06:21:32 
06:21:32 
06:21:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:33 --- javac err: ---
06:21:33 X.java:6: warning: [fallthrough] possible fall-through into case
06:21:33     case 1:
06:21:33     ^
06:21:33 X.java:7: error: variable j might not have been initialized
06:21:33       System.out.println(j); // should complain: j not initialized
06:21:33                          ^
06:21:33 1 error
06:21:33 1 warning
06:21:33 
06:21:33 
06:21:33 
06:21:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:34 --- javac err: ---
06:21:34 X.java:9: error: cannot find symbol
06:21:34       new Local();
06:21:34           ^
06:21:34   symbol:   class Local
06:21:34   location: class X
06:21:34 1 error
06:21:34 
06:21:34 
06:21:34 
06:21:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:35 --- javac err: ---
06:21:35 X.java:5: error: variable s might not have been initialized
06:21:35       System.out.println(s);
06:21:35                          ^
06:21:35 1 error
06:21:35 
06:21:35 
06:21:35 
06:21:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:36 
06:21:36 
06:21:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:37 --- javac err: ---
06:21:37 X.java:6: error: variable s might not have been initialized
06:21:37         System.out.println(s);
06:21:37                            ^
06:21:37 1 error
06:21:37 
06:21:37 
06:21:37 
06:21:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:38 --- javac err: ---
06:21:38 X.java:5: error: cannot assign a value to final variable s
06:21:38       s = "";
06:21:38       ^
06:21:38 1 error
06:21:38 
06:21:38 
06:21:38 
06:21:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:39 
06:21:39 
06:21:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:40 --- javac err: ---
06:21:40 X.java:7: error: variable s might already have been assigned
06:21:40     s = "";
06:21:40     ^
06:21:40 1 error
06:21:40 
06:21:40 
06:21:40 
06:21:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:41 
06:21:41 
06:21:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:42 --- javac err: ---
06:21:42 X.java:11: error: cannot assign a value to final variable j
06:21:42           j = 2;
06:21:42           ^
06:21:42 1 error
06:21:42 
06:21:42 
06:21:42 
06:21:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:43 --- javac err: ---
06:21:43 X.java:6: warning: [fallthrough] possible fall-through into case
06:21:43       case 2:
06:21:43       ^
06:21:43 X.java:8: error: variable j might not have been initialized
06:21:43           case j:
06:21:43                ^
06:21:43 1 error
06:21:43 1 warning
06:21:43 
06:21:43 
06:21:43 
06:21:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:44 --- javac err: ---
06:21:44 X.java:3: error: variable i might be assigned in loop
06:21:44     for (final int i; 0 < (i = 1); i = i + 1) {
06:21:44                            ^
06:21:44 1 error
06:21:44 
06:21:44 ----------------------------------------
06:21:44 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test046 - 12
06:21:44 X.java [
06:21:44 public abstract class X {
06:21:44   public static void main(String args[]) {
06:21:44     for (final int i; 0 < (i = 1); i = i + 1) {
06:21:44       System.out.println(i);
06:21:44       break;
06:21:44     }
06:21:44   }
06:21:44 }
06:21:44 
06:21:44 ]
06:21:44 
06:21:44 
06:21:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:45 
06:21:45 
06:21:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:45 
06:21:45 
06:21:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:45 
06:21:45 
06:21:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:46 
06:21:46 
06:21:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:47 
06:21:47 
06:21:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:47 --- javac err: ---
06:21:47 X.java:8: error: unreachable statement
06:21:47 		return;
06:21:47 		^
06:21:47 1 error
06:21:47 
06:21:47 
06:21:47 
06:21:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:48 --- javac err: ---
06:21:48 X.java:8: error: unreachable statement
06:21:48 		return;
06:21:48 		^
06:21:48 1 error
06:21:48 
06:21:48 
06:21:48 
06:21:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:49 --- javac err: ---
06:21:49 X.java:8: error: unreachable statement
06:21:49 		return;
06:21:49 		^
06:21:49 1 error
06:21:49 
06:21:49 
06:21:49 
06:21:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:50 --- javac err: ---
06:21:50 X.java:8: error: unreachable statement
06:21:50 		return;
06:21:50 		^
06:21:50 1 error
06:21:50 
06:21:50 
06:21:50 
06:21:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:51 --- javac err: ---
06:21:51 X.java:4: error: unreachable statement
06:21:51 		{
06:21:51 		^
06:21:51 X.java:10: error: unreachable statement
06:21:51 		{
06:21:51 		^
06:21:51 X.java:15: error: unreachable statement
06:21:51 		; // 4
06:21:51 		^
06:21:51 3 errors
06:21:51 
06:21:51 
06:21:51 
06:21:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:52 ----------------------------------------
06:21:52 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test057 - 12
06:21:52 X.java [
06:21:52 public class X {
06:21:52 	void foo(int x, int[] array) {
06:21:52 		for (int i = 0; 
06:21:52 		     i < array.length; 
06:21:52 		     i++) {//dead code
06:21:52 			if (x == array[i])
06:21:52 				return;
06:21:52 			else
06:21:52 				break;
06:21:52 		}
06:21:52 	}
06:21:52 }
06:21:52 
06:21:52 ]
06:21:52 
06:21:52 
06:21:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:53 --- javac err: ---
06:21:53 X.java:11: error: unreachable statement
06:21:53 					return;
06:21:53 					^
06:21:53 1 error
06:21:53 
06:21:53 
06:21:53 
06:21:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:54 --- javac err: ---
06:21:54 X.java:8: error: unreachable statement
06:21:54 		return;
06:21:54 		^
06:21:54 1 error
06:21:54 
06:21:54 
06:21:54 
06:21:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:55 --- javac err: ---
06:21:55 X.java:19: error: unreachable statement
06:21:55 		return;
06:21:55 		^
06:21:55 1 error
06:21:55 
06:21:55 
06:21:55 
06:21:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:56 
06:21:56 
06:21:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:56 --- javac err: ---
06:21:56 X.java:9: error: unreachable statement
06:21:56                 return;
06:21:56                 ^
06:21:56 1 error
06:21:56 
06:21:56 
06:21:56 
06:21:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:57 ----------------------------------------
06:21:57 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test063 - 12
06:21:57 X.java [
06:21:57 public class X {
06:21:57    boolean bar() { return false; } 
06:21:57 	public void foo() {		if (bar())
06:21:57 			new IllegalArgumentException("You must not bar!");
06:21:57 	}
06:21:57 }
06:21:57 ]
06:21:57 
06:21:57 
06:21:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:58 ----------------------------------------
06:21:58 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test064 - 12
06:21:58 X.java [
06:21:58 public class X {
06:21:58    boolean bar() { return false; } 
06:21:58 	public void foo() {		if (bar())
06:21:58 			new String("You must not bar!");
06:21:58 	}
06:21:58 }
06:21:58 ]
06:21:58 
06:21:58 
06:21:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:21:59 
06:21:59 
06:21:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:00 
06:22:00 
06:22:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:01 
06:22:01 
06:22:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:02 
06:22:02 
06:22:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:03 ----------------------------------------
06:22:03 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test069 - 12
06:22:03 X.java [
06:22:03 public class X {
06:22:03    boolean bar() { return false; } 
06:22:03 	public void foo() {		if (bar())
06:22:03 			new Object() {};
06:22:03 	}
06:22:03 }
06:22:03 ]
06:22:03 
06:22:03 
06:22:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:04 ----------------------------------------
06:22:04 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test070 - 12
06:22:04 X.java [
06:22:04 public final class X {
06:22:04     private X (){
06:22:04         boolean flagSet = true;
06:22:04         Object first = true ? null : "";        
06:22:04         Object second = flagSet || first == null ? null :
06:22:04             new Object() {};
06:22:04     }
06:22:04 }
06:22:04 
06:22:04 ]
06:22:04 
06:22:04 
06:22:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:05 ----------------------------------------
06:22:05 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test071 - 12
06:22:05 X.java [
06:22:05 import java.io.*;
06:22:05 public class X {
06:22:05   static {
06:22:05     try {
06:22:05       while(true) {
06:22:05           if (true)
06:22:05               throw new NumberFormatException();
06:22:05           else
06:22:05               throw new IOException();
06:22:05       }
06:22:05     } catch(IOException e ) {
06:22:05         // empty
06:22:05     } 
06:22:05   } 
06:22:05 }
06:22:05 
06:22:05 ]
06:22:05 
06:22:05 
06:22:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:06 --- javac err: ---
06:22:06 X.java:6: error: variable i might not have been initialized
06:22:06             i++;    
06:22:06             ^
06:22:06 1 error
06:22:06 
06:22:06 
06:22:06 
06:22:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:07 
06:22:07 
06:22:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:08 --- javac err: ---
06:22:08 X.java:7: error: variable field1 might not have been initialized
06:22:08 			i = field1;
06:22:08 			    ^
06:22:08 X.java:2: error: variable field1 not initialized in the default constructor
06:22:08     public final int field1;
06:22:08                      ^
06:22:08 2 errors
06:22:08 
06:22:08 
06:22:08 
06:22:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:08 --- javac err: ---
06:22:08 X.java:11: error: variable i might not have been initialized
06:22:08 		 i++;
06:22:08 		 ^
06:22:08 1 error
06:22:08 
06:22:08 
06:22:08 
06:22:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:10 
06:22:10 
06:22:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:10 --- javac err: ---
06:22:10 X.java:7: warning: [try] auto-closeable resource fis is never referenced in body of corresponding try statement
06:22:10             try (FileInputStream fis = new FileInputStream("")) {
06:22:10                                  ^
06:22:10 1 warning
06:22:10 
06:22:11 
06:22:11 
06:22:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:12 
06:22:12 
06:22:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:13 
06:22:13 
06:22:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:13 
06:22:13 
06:22:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:14 
06:22:14 
06:22:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:15 
06:22:15 
06:22:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:17 
06:22:17 
06:22:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:18 
06:22:18 
06:22:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:18 --- javac err: ---
06:22:18 Test.java:11: error: local variables referenced from an inner class must be final or effectively final
06:22:18             	str = "String";
06:22:18             	^
06:22:18 1 error
06:22:18 
06:22:18 
06:22:18 
06:22:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:19 
06:22:19 
06:22:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 --- javac err: ---
06:22:20 Test.java:27: error: variable action might not have been initialized
06:22:20 		if (action) //Missing error: 'action' may not be initialized!
06:22:20 		    ^
06:22:20 1 error
06:22:20 
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:20 
06:22:20 
06:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:21 ----------------------------------------
06:22:21 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#testCloseable1 - 12
06:22:21 X.java [
06:22:21 import java.io.File;
06:22:21 import java.io.FileReader;
06:22:21 import java.io.IOException;
06:22:21 public class X {
06:22:21     void foo() throws IOException {
06:22:21         File file = new File("somefile");
06:22:21         FileReader fileReader = new FileReader(file); // not closed
06:22:21         char[] in = new char[50];
06:22:21         fileReader.read(in);
06:22:21     }
06:22:21 }
06:22:21 
06:22:21 ]
06:22:21 
06:22:21 
06:22:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:22 
06:22:22 
06:22:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:23 
06:22:23 
06:22:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 --- javac err: ---
06:22:24 X.java:5: error: break outside switch or loop
06:22:24                 { if (true) break; }
06:22:24                             ^
06:22:24 X.java:15: error: undefined label: outer
06:22:24                   if (2 == j) continue outer;
06:22:24                               ^
06:22:24 X.java:16: error: continue outside of loop
06:22:24                   else continue;
06:22:24                        ^
06:22:24 3 errors
06:22:24 
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 ***************************************************************************
06:22:24 * Comparison with Sun Javac compiler for class CharOperationTest (null tests)
06:22:24 ***************************************************************************
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 
06:22:24 
06:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:24 ***************************************************************************
06:22:24 * Comparison with Sun Javac compiler for class RuntimeTests (null tests)
06:22:24 ***************************************************************************
06:22:25 
06:22:25 
06:22:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:26 
06:22:26 
06:22:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:27 
06:22:27 
06:22:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:29 
06:22:29 
06:22:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:31 
06:22:31 
06:22:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:33 
06:22:33 
06:22:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:35 
06:22:35 
06:22:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:36 --- javac err: ---
06:22:36 p1/Z.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression
06:22:36 		System.out.print(y.staticField);	
06:22:36 		                  ^
06:22:36 p1/Z.java:8: warning: [static] static method should be qualified by type name, X, instead of by an expression
06:22:36 		System.out.println(y.staticMethod());	
06:22:36 		                    ^
06:22:36 2 warnings
06:22:36 
06:22:37 
06:22:37 
06:22:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:37 ***************************************************************************
06:22:37 * Comparison with Sun Javac compiler for class DebugAttributeTest (null tests)
06:22:37 ***************************************************************************
06:22:38 
06:22:38 
06:22:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:39 
06:22:39 
06:22:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:40 --- javac err: ---
06:22:40 X.java:6: warning: [rawtypes] found raw type: List
06:22:40 		List l = new ArrayList();
06:22:40 		^
06:22:40   missing type arguments for generic class List<E>
06:22:40   where E is a type-variable:
06:22:40     E extends Object declared in interface List
06:22:40 X.java:6: warning: [rawtypes] found raw type: ArrayList
06:22:40 		List l = new ArrayList();
06:22:40 		             ^
06:22:40   missing type arguments for generic class ArrayList<E>
06:22:40   where E is a type-variable:
06:22:40     E extends Object declared in class ArrayList
06:22:40 X.java:7: warning: [rawtypes] found raw type: List
06:22:40 		List l2 = new ArrayList();
06:22:40 		^
06:22:40   missing type arguments for generic class List<E>
06:22:40   where E is a type-variable:
06:22:40     E extends Object declared in interface List
06:22:40 X.java:7: warning: [rawtypes] found raw type: ArrayList
06:22:40 		List l2 = new ArrayList();
06:22:40 		              ^
06:22:40   missing type arguments for generic class ArrayList<E>
06:22:40   where E is a type-variable:
06:22:40     E extends Object declared in class ArrayList
06:22:40 X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
06:22:40 		l.add(new X());
06:22:40 		     ^
06:22:40   where E is a type-variable:
06:22:40     E extends Object declared in interface List
06:22:40 X.java:9: warning: [rawtypes] found raw type: Iterator
06:22:40 		for (Iterator iterator = l.iterator(); iterator.hasNext() ;) {
06:22:40 		     ^
06:22:40   missing type arguments for generic class Iterator<E>
06:22:40   where E is a type-variable:
06:22:40     E extends Object declared in interface Iterator
06:22:40 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
06:22:40 			l2.add(((X) iterator.next()).toString()
06:22:40 			      ^
06:22:40   where E is a type-variable:
06:22:40     E extends Object declared in interface List
06:22:40 X.java:13: warning: [rawtypes] found raw type: Iterator
06:22:40 		for (Iterator iterator = l2.iterator(); iterator.hasNext() ;) {
06:22:40 		     ^
06:22:40   missing type arguments for generic class Iterator<E>
06:22:40   where E is a type-variable:
06:22:40     E extends Object declared in interface Iterator
06:22:40 8 warnings
06:22:40 
06:22:40 
06:22:40 
06:22:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:41 
06:22:41 
06:22:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:41 ***************************************************************************
06:22:41 * Comparison with Sun Javac compiler for class NullReferenceTest (null tests)
06:22:41 ***************************************************************************
06:22:42 
06:22:42 
06:22:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:43 
06:22:43 
06:22:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:44 
06:22:44 
06:22:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:45 
06:22:45 
06:22:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:46 --- javac err: ---
06:22:46 X.java:4: error: variable o might not have been initialized
06:22:46     o.toString();
06:22:46     ^
06:22:46 1 error
06:22:46 
06:22:46 
06:22:46 
06:22:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:46 
06:22:46 
06:22:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:47 
06:22:47 
06:22:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:48 
06:22:48 
06:22:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:49 
06:22:49 
06:22:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:50 
06:22:50 
06:22:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:51 
06:22:51 
06:22:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:52 
06:22:52 
06:22:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:53 
06:22:53 
06:22:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:54 
06:22:54 
06:22:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:55 
06:22:55 
06:22:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:56 
06:22:56 
06:22:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:57 
06:22:57 
06:22:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:58 
06:22:58 
06:22:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:58 
06:22:58 
06:22:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:22:59 
06:22:59 
06:22:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:00 
06:23:00 
06:23:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:01 
06:23:01 
06:23:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:02 
06:23:02 
06:23:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:03 
06:23:03 
06:23:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:04 
06:23:04 
06:23:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:05 
06:23:05 
06:23:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:06 
06:23:06 
06:23:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:07 
06:23:07 
06:23:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:08 
06:23:08 
06:23:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:08 
06:23:08 
06:23:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:09 
06:23:09 
06:23:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:10 
06:23:10 
06:23:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:11 
06:23:11 
06:23:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:12 
06:23:12 
06:23:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:13 
06:23:13 
06:23:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:14 
06:23:14 
06:23:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:15 
06:23:15 
06:23:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:16 
06:23:16 
06:23:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:17 
06:23:17 
06:23:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:18 
06:23:18 
06:23:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:19 
06:23:19 
06:23:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:20 
06:23:20 
06:23:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:21 
06:23:21 
06:23:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:22 
06:23:22 
06:23:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:23 
06:23:23 
06:23:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:23 
06:23:23 
06:23:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:24 
06:23:24 
06:23:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:25 
06:23:25 
06:23:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:26 
06:23:26 
06:23:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:27 
06:23:27 
06:23:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:28 
06:23:28 
06:23:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:29 
06:23:29 
06:23:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:30 
06:23:30 
06:23:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:31 
06:23:31 
06:23:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:32 
06:23:32 
06:23:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:33 
06:23:33 
06:23:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:34 
06:23:34 
06:23:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:35 
06:23:35 
06:23:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:36 
06:23:36 
06:23:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:36 
06:23:36 
06:23:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:37 
06:23:37 
06:23:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:38 
06:23:38 
06:23:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:39 
06:23:39 
06:23:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:40 
06:23:40 
06:23:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:41 
06:23:41 
06:23:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:42 
06:23:42 
06:23:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:43 
06:23:43 
06:23:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:44 --- javac err: ---
06:23:44 X.java:3: warning: [rawtypes] found raw type: Class
06:23:44     Class c = java.lang.Object.class;
06:23:44     ^
06:23:44   missing type arguments for generic class Class<T>
06:23:44   where T is a type-variable:
06:23:44     T extends Object declared in class Class
06:23:44 1 warning
06:23:44 
06:23:44 
06:23:44 
06:23:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:45 
06:23:45 
06:23:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:46 
06:23:46 
06:23:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:47 
06:23:47 
06:23:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:48 
06:23:48 
06:23:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:49 
06:23:49 
06:23:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:50 
06:23:50 
06:23:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:52 
06:23:52 
06:23:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:53 
06:23:53 
06:23:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:54 
06:23:54 
06:23:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:54 
06:23:54 
06:23:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:55 
06:23:55 
06:23:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:56 
06:23:56 
06:23:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:57 
06:23:57 
06:23:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:58 
06:23:58 
06:23:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:23:59 
06:23:59 
06:23:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:00 
06:24:00 
06:24:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:01 
06:24:01 
06:24:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:02 
06:24:02 
06:24:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:03 
06:24:03 
06:24:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:04 
06:24:04 
06:24:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:05 
06:24:05 
06:24:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:06 
06:24:06 
06:24:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:07 
06:24:07 
06:24:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:08 
06:24:08 
06:24:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:09 
06:24:09 
06:24:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:10 
06:24:10 
06:24:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:11 
06:24:11 
06:24:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:11 
06:24:11 
06:24:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:13 
06:24:13 
06:24:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:13 
06:24:13 
06:24:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:14 
06:24:14 
06:24:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:15 
06:24:15 
06:24:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:16 
06:24:16 
06:24:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:17 
06:24:17 
06:24:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:18 
06:24:18 
06:24:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:19 
06:24:19 
06:24:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:20 
06:24:20 
06:24:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:20 
06:24:20 
06:24:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:21 
06:24:21 
06:24:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:22 
06:24:22 
06:24:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:23 
06:24:23 
06:24:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:24 
06:24:24 
06:24:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:25 
06:24:25 
06:24:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:26 
06:24:26 
06:24:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:27 
06:24:27 
06:24:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:28 
06:24:28 
06:24:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:29 
06:24:29 
06:24:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:30 
06:24:30 
06:24:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:31 
06:24:31 
06:24:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:32 
06:24:32 
06:24:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:32 
06:24:32 
06:24:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:33 
06:24:33 
06:24:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:34 
06:24:34 
06:24:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:35 
06:24:35 
06:24:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:36 
06:24:36 
06:24:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:37 
06:24:37 
06:24:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:38 
06:24:38 
06:24:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:39 
06:24:39 
06:24:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:40 
06:24:40 
06:24:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:41 
06:24:41 
06:24:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:42 
06:24:42 
06:24:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:42 
06:24:42 
06:24:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:43 
06:24:43 
06:24:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:44 
06:24:44 
06:24:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:45 
06:24:45 
06:24:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:46 
06:24:46 
06:24:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:47 
06:24:47 
06:24:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:48 
06:24:48 
06:24:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:49 
06:24:49 
06:24:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:50 
06:24:50 
06:24:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:51 
06:24:51 
06:24:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:52 
06:24:52 
06:24:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:53 
06:24:53 
06:24:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:54 
06:24:54 
06:24:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:55 
06:24:55 
06:24:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:56 
06:24:56 
06:24:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:56 
06:24:56 
06:24:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:57 
06:24:57 
06:24:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:58 
06:24:58 
06:24:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:24:59 
06:24:59 
06:24:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:00 
06:25:00 
06:25:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:01 
06:25:01 
06:25:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:02 
06:25:02 
06:25:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:03 
06:25:03 
06:25:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:04 
06:25:04 
06:25:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:05 
06:25:05 
06:25:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:06 
06:25:06 
06:25:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:06 
06:25:06 
06:25:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:07 
06:25:07 
06:25:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:08 
06:25:08 
06:25:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:09 
06:25:09 
06:25:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:10 
06:25:10 
06:25:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:11 
06:25:11 
06:25:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:12 
06:25:12 
06:25:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:13 
06:25:13 
06:25:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:14 
06:25:14 
06:25:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:15 
06:25:15 
06:25:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:16 
06:25:16 
06:25:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:17 
06:25:17 
06:25:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:18 
06:25:18 
06:25:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:19 
06:25:19 
06:25:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:20 
06:25:20 
06:25:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:20 
06:25:20 
06:25:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:21 
06:25:21 
06:25:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:22 
06:25:22 
06:25:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:23 
06:25:23 
06:25:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:24 
06:25:24 
06:25:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:25 
06:25:25 
06:25:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:26 
06:25:26 
06:25:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:27 
06:25:27 
06:25:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:28 
06:25:28 
06:25:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:29 
06:25:29 
06:25:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:29 
06:25:29 
06:25:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:30 
06:25:30 
06:25:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:31 
06:25:31 
06:25:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:32 
06:25:32 
06:25:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:33 
06:25:33 
06:25:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:34 
06:25:34 
06:25:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:35 
06:25:35 
06:25:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:36 
06:25:36 
06:25:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:37 
06:25:37 
06:25:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:38 
06:25:38 
06:25:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:39 
06:25:39 
06:25:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:40 
06:25:40 
06:25:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:41 
06:25:41 
06:25:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:42 
06:25:42 
06:25:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:43 
06:25:43 
06:25:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:44 
06:25:44 
06:25:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:45 
06:25:45 
06:25:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:46 
06:25:46 
06:25:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:47 
06:25:47 
06:25:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:48 
06:25:48 
06:25:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:48 
06:25:48 
06:25:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:49 
06:25:49 
06:25:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:50 
06:25:50 
06:25:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:51 
06:25:51 
06:25:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:52 
06:25:52 
06:25:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:53 
06:25:53 
06:25:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:54 
06:25:54 
06:25:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:55 
06:25:55 
06:25:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:55 
06:25:55 
06:25:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:57 
06:25:57 
06:25:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:58 
06:25:58 
06:25:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:58 
06:25:58 
06:25:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:25:59 
06:25:59 
06:25:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:00 
06:26:00 
06:26:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:01 
06:26:01 
06:26:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:02 
06:26:02 
06:26:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:03 
06:26:03 
06:26:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:04 
06:26:04 
06:26:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:05 
06:26:05 
06:26:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:06 
06:26:06 
06:26:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:07 
06:26:07 
06:26:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:08 
06:26:08 
06:26:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:09 
06:26:09 
06:26:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:10 
06:26:10 
06:26:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:11 
06:26:11 
06:26:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:12 
06:26:12 
06:26:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:13 
06:26:13 
06:26:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:14 
06:26:14 
06:26:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:14 
06:26:14 
06:26:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:15 
06:26:15 
06:26:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:16 
06:26:16 
06:26:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:17 
06:26:17 
06:26:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:18 
06:26:18 
06:26:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:19 
06:26:19 
06:26:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:20 
06:26:20 
06:26:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:21 
06:26:21 
06:26:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:22 
06:26:22 
06:26:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:23 
06:26:23 
06:26:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:24 
06:26:24 
06:26:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:25 
06:26:25 
06:26:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:26 
06:26:26 
06:26:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:27 
06:26:27 
06:26:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:27 
06:26:27 
06:26:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:28 
06:26:28 
06:26:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:29 
06:26:29 
06:26:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:30 --- javac err: ---
06:26:30 X.java:2: warning: [rawtypes] found raw type: Class
06:26:30   Class bar(boolean b) throws ClassNotFoundException {
06:26:30   ^
06:26:30   missing type arguments for generic class Class<T>
06:26:30   where T is a type-variable:
06:26:30     T extends Object declared in class Class
06:26:30 X.java:8: warning: [rawtypes] found raw type: Class
06:26:30   public Class foo(Class c, boolean b) {
06:26:30                    ^
06:26:30   missing type arguments for generic class Class<T>
06:26:30   where T is a type-variable:
06:26:30     T extends Object declared in class Class
06:26:30 X.java:8: warning: [rawtypes] found raw type: Class
06:26:30   public Class foo(Class c, boolean b) {
06:26:30          ^
06:26:30   missing type arguments for generic class Class<T>
06:26:30   where T is a type-variable:
06:26:30     T extends Object declared in class Class
06:26:30 3 warnings
06:26:30 
06:26:30 
06:26:30 
06:26:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:31 
06:26:31 
06:26:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:32 
06:26:32 
06:26:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:33 
06:26:33 
06:26:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:34 
06:26:34 
06:26:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:35 
06:26:35 
06:26:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:36 
06:26:36 
06:26:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:37 
06:26:37 
06:26:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:38 
06:26:38 
06:26:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:39 --- javac err: ---
06:26:39 X.java:8: error: variable i might not have been initialized
06:26:39       System.out.println(i);
06:26:39                          ^
06:26:39 1 error
06:26:39 
06:26:39 
06:26:39 
06:26:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:40 --- javac err: ---
06:26:40 X.java:15: error: variable i might not have been initialized
06:26:40       if(i == 0)
06:26:40          ^
06:26:40 1 error
06:26:40 
06:26:40 
06:26:40 
06:26:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:41 --- javac err: ---
06:26:41 X.java:18: error: variable i might not have been initialized
06:26:41 		if (i==1) {
06:26:41 		    ^
06:26:41 1 error
06:26:41 
06:26:41 
06:26:41 
06:26:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:42 --- javac err: ---
06:26:42 X.java:7: error: variable i might not have been initialized
06:26:42 		System.out.println(i);
06:26:42 		                   ^
06:26:42 1 error
06:26:42 
06:26:42 
06:26:42 
06:26:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:43 
06:26:43 
06:26:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:44 
06:26:44 
06:26:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:45 
06:26:45 
06:26:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:46 --- javac err: ---
06:26:46 X.java:4: warning: [serial] serializable class MyException has no definition of serialVersionUID
06:26:46 class MyException extends Exception {}
06:26:46 ^
06:26:46 X.java:14: warning: [try] explicit call to close() on an auto-closeable resource
06:26:46 		fis3.close();
06:26:46 		    ^
06:26:46 2 warnings
06:26:46 
06:26:46 
06:26:46 
06:26:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:46 
06:26:46 
06:26:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:46 
06:26:46 
06:26:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:46 
06:26:46 
06:26:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:46 
06:26:46 
06:26:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:47 
06:26:47 
06:26:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:48 
06:26:48 
06:26:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:49 
06:26:49 
06:26:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:50 
06:26:50 
06:26:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:51 
06:26:51 
06:26:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:52 
06:26:52 
06:26:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:53 
06:26:53 
06:26:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:54 
06:26:54 
06:26:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:55 
06:26:55 
06:26:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:55 
06:26:55 
06:26:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:56 
06:26:56 
06:26:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:57 
06:26:57 
06:26:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:58 
06:26:58 
06:26:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:26:59 
06:26:59 
06:26:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:00 
06:27:00 
06:27:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:01 
06:27:01 
06:27:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:02 
06:27:02 
06:27:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:03 
06:27:03 
06:27:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:04 
06:27:04 
06:27:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:05 
06:27:05 
06:27:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:06 
06:27:06 
06:27:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:07 
06:27:07 
06:27:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:08 
06:27:08 
06:27:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:09 
06:27:09 
06:27:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:09 
06:27:09 
06:27:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:10 --- javac err: ---
06:27:10 X.java:3: warning: [rawtypes] found raw type: Iterable
06:27:10     Iterable i = null;
06:27:10     ^
06:27:10   missing type arguments for generic class Iterable<T>
06:27:10   where T is a type-variable:
06:27:10     T extends Object declared in interface Iterable
06:27:10 1 warning
06:27:10 
06:27:10 
06:27:10 
06:27:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:11 
06:27:11 
06:27:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:12 --- javac err: ---
06:27:12 X.java:3: warning: [rawtypes] found raw type: Iterable
06:27:12     Iterable i = new java.util.Vector<Object>();
06:27:12     ^
06:27:12   missing type arguments for generic class Iterable<T>
06:27:12   where T is a type-variable:
06:27:12     T extends Object declared in interface Iterable
06:27:12 1 warning
06:27:12 
06:27:12 
06:27:12 
06:27:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:13 --- javac err: ---
06:27:13 X.java:3: warning: [rawtypes] found raw type: Iterable
06:27:13     Iterable i = new java.util.Vector<Object>();
06:27:13     ^
06:27:13   missing type arguments for generic class Iterable<T>
06:27:13   where T is a type-variable:
06:27:13     T extends Object declared in interface Iterable
06:27:13 1 warning
06:27:13 
06:27:13 
06:27:13 
06:27:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:14 --- javac err: ---
06:27:14 X.java:3: warning: [rawtypes] found raw type: Iterable
06:27:14     Iterable i = new java.util.Vector<Object>();
06:27:14     ^
06:27:14   missing type arguments for generic class Iterable<T>
06:27:14   where T is a type-variable:
06:27:14     T extends Object declared in interface Iterable
06:27:14 1 warning
06:27:14 
06:27:14 
06:27:14 
06:27:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:15 
06:27:15 
06:27:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:16 
06:27:16 
06:27:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:17 
06:27:17 
06:27:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:18 
06:27:18 
06:27:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:19 
06:27:19 
06:27:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:20 
06:27:20 
06:27:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:21 
06:27:21 
06:27:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:22 
06:27:22 
06:27:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:23 
06:27:23 
06:27:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:24 
06:27:24 
06:27:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:25 
06:27:25 
06:27:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:26 --- javac err: ---
06:27:26 X.java:4: error: unreachable statement
06:27:26     if (x == null) { /* */ }
06:27:26     ^
06:27:26 1 error
06:27:26 
06:27:26 
06:27:26 
06:27:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:27 
06:27:27 
06:27:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:27 
06:27:27 
06:27:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:28 
06:27:28 
06:27:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:29 
06:27:29 
06:27:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:30 
06:27:30 
06:27:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:31 
06:27:31 
06:27:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:32 
06:27:32 
06:27:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:33 
06:27:33 
06:27:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:34 
06:27:34 
06:27:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:35 
06:27:35 
06:27:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:36 
06:27:36 
06:27:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:37 
06:27:37 
06:27:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:38 
06:27:38 
06:27:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:39 
06:27:39 
06:27:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:40 
06:27:40 
06:27:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:41 
06:27:41 
06:27:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:42 
06:27:42 
06:27:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:43 
06:27:43 
06:27:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:44 
06:27:44 
06:27:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:45 
06:27:45 
06:27:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:46 --- javac err: ---
06:27:46 X.java:8: warning: [fallthrough] possible fall-through into case
06:27:46      case 1 :
06:27:46      ^
06:27:46 1 warning
06:27:46 
06:27:46 
06:27:46 
06:27:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:47 
06:27:47 
06:27:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:48 
06:27:48 
06:27:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:49 
06:27:49 
06:27:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:49 
06:27:49 
06:27:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:50 
06:27:50 
06:27:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:51 
06:27:51 
06:27:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:52 
06:27:52 
06:27:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:53 
06:27:53 
06:27:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:54 
06:27:54 
06:27:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:55 
06:27:55 
06:27:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:56 
06:27:56 
06:27:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:57 
06:27:57 
06:27:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:58 
06:27:58 
06:27:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:27:59 
06:27:59 
06:27:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:00 
06:28:00 
06:28:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:01 
06:28:01 
06:28:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:02 
06:28:02 
06:28:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:03 
06:28:03 
06:28:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:03 
06:28:03 
06:28:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:04 --- javac err: ---
06:28:04 X.java:2: warning: [rawtypes] found raw type: Class
06:28:04   void foo(Class c) {
06:28:04            ^
06:28:04   missing type arguments for generic class Class<T>
06:28:04   where T is a type-variable:
06:28:04     T extends Object declared in class Class
06:28:04 1 warning
06:28:04 
06:28:04 
06:28:04 
06:28:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:05 
06:28:05 
06:28:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:06 
06:28:06 
06:28:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:07 
06:28:07 
06:28:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:08 --- javac err: ---
06:28:08 X.java:5: warning: [rawtypes] found raw type: Class
06:28:08   Class bar(String name) throws ClassNotFoundException { return null; }
06:28:08   ^
06:28:08   missing type arguments for generic class Class<T>
06:28:08   where T is a type-variable:
06:28:08     T extends Object declared in class Class
06:28:08 X.java:8: warning: [rawtypes] found raw type: Class
06:28:08   public Class foo(String name, boolean resolve) throws ClassNotFoundException {
06:28:08          ^
06:28:08   missing type arguments for generic class Class<T>
06:28:08   where T is a type-variable:
06:28:08     T extends Object declared in class Class
06:28:08 X.java:10: warning: [rawtypes] found raw type: Class
06:28:08     Class c = bar(name);
06:28:08     ^
06:28:08   missing type arguments for generic class Class<T>
06:28:08   where T is a type-variable:
06:28:08     T extends Object declared in class Class
06:28:08 3 warnings
06:28:08 
06:28:08 
06:28:08 
06:28:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:09 
06:28:09 
06:28:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:10 --- javac err: ---
06:28:10 X.java:8: warning: [cast] redundant cast to X
06:28:10       X other = (X)itself;
06:28:10                 ^
06:28:10 1 warning
06:28:10 
06:28:10 
06:28:10 
06:28:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:11 
06:28:11 
06:28:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:12 
06:28:12 
06:28:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:13 
06:28:13 
06:28:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:14 
06:28:14 
06:28:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:15 
06:28:15 
06:28:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:16 
06:28:16 
06:28:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:16 
06:28:16 
06:28:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:17 
06:28:17 
06:28:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:18 
06:28:18 
06:28:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:19 
06:28:19 
06:28:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:20 
06:28:20 
06:28:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:21 
06:28:21 
06:28:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:22 
06:28:22 
06:28:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:23 
06:28:23 
06:28:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:24 
06:28:24 
06:28:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:25 
06:28:25 
06:28:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:26 
06:28:26 
06:28:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:26 
06:28:26 
06:28:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:27 
06:28:27 
06:28:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:28 
06:28:28 
06:28:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:29 
06:28:29 
06:28:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:30 
06:28:30 
06:28:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:31 
06:28:31 
06:28:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:32 
06:28:32 
06:28:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:33 
06:28:33 
06:28:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:34 
06:28:34 
06:28:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:35 
06:28:35 
06:28:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:35 
06:28:35 
06:28:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:36 
06:28:36 
06:28:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:37 
06:28:37 
06:28:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:38 
06:28:38 
06:28:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:39 
06:28:39 
06:28:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:40 
06:28:40 
06:28:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:41 
06:28:41 
06:28:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:42 
06:28:42 
06:28:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:43 
06:28:43 
06:28:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:44 
06:28:44 
06:28:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:45 
06:28:45 
06:28:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:47 
06:28:47 
06:28:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:48 --- javac err: ---
06:28:48 X.java:17: error: variable o might not have been initialized
06:28:48     if (o == null) { /* */ }
06:28:48         ^
06:28:48 1 error
06:28:48 
06:28:48 
06:28:48 
06:28:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:49 
06:28:49 
06:28:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:50 
06:28:50 
06:28:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:51 
06:28:51 
06:28:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:52 
06:28:52 
06:28:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:53 
06:28:53 
06:28:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:54 
06:28:54 
06:28:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:54 
06:28:54 
06:28:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:55 
06:28:55 
06:28:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:56 
06:28:56 
06:28:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:57 --- javac err: ---
06:28:57 X.java:20: error: variable m164 not initialized in the default constructor
06:28:57       final int m164;
06:28:57                 ^
06:28:57 1 error
06:28:57 
06:28:57 
06:28:57 
06:28:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:58 --- javac err: ---
06:28:58 X.java:34: error: variable m164 not initialized in the default constructor
06:28:58       final int m164;
06:28:58                 ^
06:28:58 1 error
06:28:58 
06:28:58 
06:28:58 
06:28:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:28:59 --- javac err: ---
06:28:59 X.java:29: error: variable l1 might not have been initialized
06:28:59     m000 = l1;
06:28:59            ^
06:28:59 1 error
06:28:59 
06:28:59 
06:28:59 
06:28:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:00 
06:29:00 
06:29:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:01 --- javac err: ---
06:29:01 X.java:18: error: variable o might not have been initialized
06:29:01     o.toString();
06:29:01     ^
06:29:01 1 error
06:29:01 
06:29:01 
06:29:01 
06:29:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:02 --- javac err: ---
06:29:02 X.java:18: error: variable o might not have been initialized
06:29:02     o.toString();
06:29:02     ^
06:29:02 1 error
06:29:02 
06:29:02 
06:29:02 
06:29:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:03 --- javac err: ---
06:29:03 X.java:26: error: variable o1 might not have been initialized
06:29:03     o1.toString();
06:29:03     ^
06:29:03 1 error
06:29:03 
06:29:03 
06:29:03 
06:29:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:04 --- javac err: ---
06:29:04 Bug358827.java:5: warning: [try] auto-closeable resource rf is never referenced in body of corresponding try statement
06:29:04 		try (FileReader rf = new FileReader("file")){
06:29:04 		                ^
06:29:04 1 warning
06:29:04 
06:29:04 
06:29:04 
06:29:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:05 --- javac err: ---
06:29:05 Bug367879.java:10: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement
06:29:05             try (InputStream in = http.getInputStream()) { /* get input */ }
06:29:05                              ^
06:29:05 1 warning
06:29:05 
06:29:05 
06:29:05 
06:29:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:06 
06:29:06 
06:29:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:07 
06:29:07 
06:29:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:08 
06:29:08 
06:29:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:09 
06:29:09 
06:29:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:10 
06:29:10 
06:29:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:11 --- javac err: ---
06:29:11 Test.java:27: warning: [serial] serializable class Test.MyException has no definition of serialVersionUID
06:29:11   class MyException extends Exception
06:29:11   ^
06:29:11 1 warning
06:29:11 
06:29:11 
06:29:11 
06:29:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:12 
06:29:12 
06:29:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:12 
06:29:12 
06:29:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:13 
06:29:13 
06:29:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:14 
06:29:14 
06:29:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:15 
06:29:15 
06:29:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:16 
06:29:16 
06:29:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:17 
06:29:17 
06:29:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:18 --- javac err: ---
06:29:18 X.java:7: warning: [empty] empty statement after if
06:29:18         if (collectionVar == null);
06:29:18                                   ^
06:29:18 X.java:8: warning: [empty] empty statement after if
06:29:18         if (array == null);
06:29:18                           ^
06:29:18 X.java:9: warning: [empty] empty statement after if
06:29:18 		 if (argArray == null);
06:29:18 		                      ^
06:29:18 X.java:14: warning: [empty] empty statement after if
06:29:18         if (array == null);
06:29:18                           ^
06:29:18 X.java:15: warning: [empty] empty statement after if
06:29:18 		 if (argArray == null);
06:29:18 		                      ^
06:29:18 X.java:20: warning: [empty] empty statement after if
06:29:18         if (array == null);
06:29:18                           ^
06:29:18 X.java:21: warning: [empty] empty statement after if
06:29:18 		 if (argArray == null);
06:29:18 		                      ^
06:29:18 X.java:24: warning: [empty] empty statement after if
06:29:18         if (array == null);
06:29:18                           ^
06:29:18 X.java:25: warning: [empty] empty statement after if
06:29:18 		 if (argArray == null);
06:29:18 		                      ^
06:29:18 9 warnings
06:29:18 
06:29:18 
06:29:18 
06:29:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:19 --- javac err: ---
06:29:19 X.java:6: warning: [empty] empty statement after if
06:29:19         if (collectionVar == null);
06:29:19                                   ^
06:29:19 X.java:7: warning: [empty] empty statement after if
06:29:19         if (array == null);
06:29:19                           ^
06:29:19 X.java:8: warning: [empty] empty statement after if
06:29:19 		 if (argArray == null);
06:29:19 		                      ^
06:29:19 3 warnings
06:29:19 
06:29:19 
06:29:19 
06:29:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:20 
06:29:20 
06:29:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:21 
06:29:21 
06:29:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:22 
06:29:22 
06:29:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:23 
06:29:23 
06:29:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:24 
06:29:24 
06:29:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:25 
06:29:25 
06:29:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:25 
06:29:25 
06:29:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:26 
06:29:26 
06:29:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:27 
06:29:27 
06:29:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:28 
06:29:28 
06:29:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:29 
06:29:29 
06:29:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:30 
06:29:30 
06:29:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:31 
06:29:31 
06:29:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:32 
06:29:32 
06:29:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:33 
06:29:33 
06:29:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:34 
06:29:34 
06:29:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:35 
06:29:35 
06:29:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:36 
06:29:36 
06:29:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:37 
06:29:37 
06:29:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:38 
06:29:38 
06:29:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:39 
06:29:39 
06:29:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:40 
06:29:40 
06:29:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:41 
06:29:41 
06:29:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:42 
06:29:42 
06:29:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:43 
06:29:43 
06:29:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:44 
06:29:44 
06:29:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:45 
06:29:45 
06:29:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:46 
06:29:46 
06:29:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:47 
06:29:47 
06:29:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:48 
06:29:48 
06:29:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:49 
06:29:49 
06:29:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:50 
06:29:50 
06:29:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:51 --- javac err: ---
06:29:51 X.java:12: warning: [static] static variable should be qualified by type name, B, instead of by an expression
06:29:51 		int i = localB.CONST;
06:29:51 		              ^
06:29:51 1 warning
06:29:51 
06:29:51 
06:29:51 
06:29:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:52 
06:29:52 
06:29:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:53 
06:29:53 
06:29:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:54 --- javac err: ---
06:29:54 X.java:15: error: unreachable statement
06:29:54        System.out.println("This is dead code");
06:29:54        ^
06:29:54 1 error
06:29:54 
06:29:54 
06:29:54 
06:29:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:55 
06:29:55 
06:29:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:56 
06:29:56 
06:29:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:57 
06:29:57 
06:29:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:58 
06:29:58 
06:29:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:29:59 
06:29:59 
06:29:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:00 
06:30:00 
06:30:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:01 
06:30:01 
06:30:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:02 
06:30:02 
06:30:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:03 
06:30:03 
06:30:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:04 
06:30:04 
06:30:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:05 
06:30:05 
06:30:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:06 
06:30:06 
06:30:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:07 
06:30:07 
06:30:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:08 
06:30:08 
06:30:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:09 
06:30:09 
06:30:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:10 
06:30:10 
06:30:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:11 
06:30:11 
06:30:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:12 
06:30:12 
06:30:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:13 
06:30:13 
06:30:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:14 
06:30:14 
06:30:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:15 
06:30:15 
06:30:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:16 
06:30:16 
06:30:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:17 
06:30:17 
06:30:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:18 
06:30:18 
06:30:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:19 
06:30:19 
06:30:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:20 
06:30:20 
06:30:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:21 
06:30:21 
06:30:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:22 
06:30:22 
06:30:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:23 
06:30:23 
06:30:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:24 
06:30:24 
06:30:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:25 --- javac err: ---
06:30:25 X.java:13: warning: [deprecation] Integer(int) in Integer has been deprecated
06:30:25 			return new Integer(local3.length());
06:30:25 			       ^
06:30:25 1 warning
06:30:25 
06:30:25 
06:30:25 
06:30:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:26 --- javac err: ---
06:30:26 X.java:20: warning: [deprecation] Integer(int) in Integer has been deprecated
06:30:26 			return new Integer(local3.length());
06:30:26 			       ^
06:30:26 1 warning
06:30:26 
06:30:26 
06:30:26 
06:30:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:27 
06:30:27 
06:30:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:28 
06:30:28 
06:30:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:29 
06:30:29 
06:30:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:30 
06:30:30 
06:30:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:31 --- javac err: ---
06:30:31 DeadCodeExample.java:3: warning: [serial] serializable class DeadCodeExample.CanceledException has no definition of serialVersionUID
06:30:31 	private class CanceledException extends Exception {
06:30:31 	        ^
06:30:31 1 warning
06:30:31 
06:30:31 
06:30:31 
06:30:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:32 --- javac err: ---
06:30:32 DeadCodeExample.java:3: warning: [serial] serializable class DeadCodeExample.CanceledException has no definition of serialVersionUID
06:30:32 	private class CanceledException extends Exception {
06:30:32 	        ^
06:30:32 1 warning
06:30:32 
06:30:32 
06:30:32 
06:30:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:33 
06:30:33 
06:30:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:34 
06:30:34 
06:30:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:35 
06:30:35 
06:30:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:36 
06:30:36 
06:30:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:37 
06:30:37 
06:30:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:38 
06:30:38 
06:30:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:39 
06:30:39 
06:30:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:40 
06:30:40 
06:30:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:41 --- javac err: ---
06:30:41 X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
06:30:41 		return new Integer(0);
06:30:41 		       ^
06:30:41 1 warning
06:30:41 
06:30:41 
06:30:41 
06:30:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:42 --- javac err: ---
06:30:42 X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
06:30:42 		return new Integer(0);
06:30:42 		       ^
06:30:42 1 warning
06:30:42 
06:30:42 
06:30:42 
06:30:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:43 --- javac err: ---
06:30:43 X.java:13: warning: [deprecation] Integer(int) in Integer has been deprecated
06:30:43 		return new Integer(0);
06:30:43 		       ^
06:30:43 1 warning
06:30:43 
06:30:43 
06:30:43 
06:30:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:44 
06:30:44 
06:30:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:45 
06:30:45 
06:30:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:46 
06:30:46 
06:30:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:47 
06:30:47 
06:30:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:48 
06:30:48 
06:30:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:49 
06:30:49 
06:30:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:50 
06:30:50 
06:30:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:50 
06:30:50 
06:30:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:51 
06:30:51 
06:30:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:52 
06:30:52 
06:30:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:53 
06:30:53 
06:30:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:54 
06:30:54 
06:30:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:55 
06:30:55 
06:30:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:56 
06:30:56 
06:30:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:57 
06:30:57 
06:30:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:58 
06:30:58 
06:30:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:30:59 
06:30:59 
06:30:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:00 
06:31:00 
06:31:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:00 
06:31:00 
06:31:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:01 
06:31:01 
06:31:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:02 
06:31:02 
06:31:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:03 
06:31:03 
06:31:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:04 
06:31:04 
06:31:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:05 
06:31:05 
06:31:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:06 
06:31:06 
06:31:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:07 
06:31:07 
06:31:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:08 
06:31:08 
06:31:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:09 
06:31:09 
06:31:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:10 
06:31:10 
06:31:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:11 
06:31:11 
06:31:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:12 
06:31:12 
06:31:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:13 
06:31:13 
06:31:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:14 
06:31:14 
06:31:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:15 
06:31:15 
06:31:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:16 
06:31:16 
06:31:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:17 
06:31:17 
06:31:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:18 
06:31:18 
06:31:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:19 
06:31:19 
06:31:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:20 
06:31:20 
06:31:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:21 --- javac err: ---
06:31:21 Test.java:24: warning: [empty] empty statement after if
06:31:21 				;
06:31:21 				^
06:31:21 1 warning
06:31:21 
06:31:21 
06:31:21 
06:31:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:22 --- javac err: ---
06:31:22 Test.java:24: warning: [empty] empty statement after if
06:31:22 				;
06:31:22 				^
06:31:22 1 warning
06:31:22 
06:31:22 
06:31:22 
06:31:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:23 --- javac err: ---
06:31:23 DeadCodeExample.java:3: warning: [serial] serializable class DeadCodeExample.CanceledException has no definition of serialVersionUID
06:31:23 	class CanceledException extends Exception {
06:31:23 	^
06:31:23 1 warning
06:31:23 
06:31:23 
06:31:23 
06:31:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:24 --- javac err: ---
06:31:24 Test.java:5: warning: [rawtypes] found raw type: Map
06:31:24     Map topMap = new HashMap();
06:31:24     ^
06:31:24   missing type arguments for generic class Map<K,V>
06:31:24   where K,V are type-variables:
06:31:24     K extends Object declared in interface Map
06:31:24     V extends Object declared in interface Map
06:31:24 Test.java:5: warning: [rawtypes] found raw type: HashMap
06:31:24     Map topMap = new HashMap();
06:31:24                      ^
06:31:24   missing type arguments for generic class HashMap<K,V>
06:31:24   where K,V are type-variables:
06:31:24     K extends Object declared in class HashMap
06:31:24     V extends Object declared in class HashMap
06:31:24 Test.java:6: warning: [rawtypes] found raw type: List
06:31:24     List targets = null;
06:31:24     ^
06:31:24   missing type arguments for generic class List<E>
06:31:24   where E is a type-variable:
06:31:24     E extends Object declared in interface List
06:31:24 Test.java:13: warning: [rawtypes] found raw type: ArrayList
06:31:24         targets = new ArrayList(64);
06:31:24                       ^
06:31:24   missing type arguments for generic class ArrayList<E>
06:31:24   where E is a type-variable:
06:31:24     E extends Object declared in class ArrayList
06:31:24 4 warnings
06:31:24 
06:31:24 
06:31:24 
06:31:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:25 
06:31:25 
06:31:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:26 
06:31:26 
06:31:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:27 
06:31:27 
06:31:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:28 
06:31:28 
06:31:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:29 
06:31:29 
06:31:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:30 
06:31:30 
06:31:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:30 
06:31:30 
06:31:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:31 
06:31:31 
06:31:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:32 --- javac err: ---
06:31:32 test/Test447695.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
06:31:32 		int b = (l1 = new Integer(2)) + (l2 = new Integer(1));
06:31:32 		              ^
06:31:32 test/Test447695.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
06:31:32 		int b = (l1 = new Integer(2)) + (l2 = new Integer(1));
06:31:32 		                                      ^
06:31:32 2 warnings
06:31:32 
06:31:32 
06:31:32 
06:31:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:33 
06:31:33 
06:31:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:34 --- javac err: ---
06:31:34 test/Test447695.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
06:31:34 		int j = -(i = new Integer(1));
06:31:34 		              ^
06:31:34 test/Test447695.java:8: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated
06:31:34 		boolean b = !(b1 = new Boolean(false));
06:31:34 		                   ^
06:31:34 2 warnings
06:31:34 
06:31:34 
06:31:34 
06:31:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:35 --- javac err: ---
06:31:35 test/Test447695.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
06:31:35 		int j = (i1 = new Integer(1)) 
06:31:35 		              ^
06:31:35 test/Test447695.java:10: warning: [deprecation] Integer(int) in Integer has been deprecated
06:31:35 				+ (i2 = new Integer(1)) 
06:31:35 				        ^
06:31:35 test/Test447695.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
06:31:35 				+ (i3 = new Integer(2)) + i;
06:31:35 				        ^
06:31:35 3 warnings
06:31:35 
06:31:35 
06:31:35 
06:31:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:36 
06:31:36 
06:31:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:37 --- javac err: ---
06:31:37 X.java:11: warning: [fallthrough] possible fall-through into case
06:31:37             case 1:
06:31:37             ^
06:31:37 1 warning
06:31:37 
06:31:37 
06:31:37 
06:31:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:38 
06:31:38 
06:31:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:39 
06:31:39 
06:31:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:40 
06:31:40 
06:31:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:41 
06:31:41 
06:31:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:42 
06:31:42 
06:31:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:43 
06:31:43 
06:31:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:43 
06:31:43 
06:31:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:43 
06:31:43 
06:31:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:44 
06:31:44 
06:31:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:45 
06:31:45 
06:31:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:46 
06:31:46 
06:31:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:47 
06:31:47 
06:31:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:48 
06:31:48 
06:31:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:49 
06:31:49 
06:31:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:49 ***************************************************************************
06:31:49 * Comparison with Sun Javac compiler for class NullReferenceTestAsserts (null tests)
06:31:49 ***************************************************************************
06:31:50 
06:31:50 
06:31:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:51 
06:31:51 
06:31:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:52 
06:31:52 
06:31:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:53 
06:31:53 
06:31:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:54 
06:31:54 
06:31:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:55 
06:31:55 
06:31:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:56 
06:31:56 
06:31:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:57 
06:31:57 
06:31:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:58 
06:31:58 
06:31:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:31:59 
06:31:59 
06:31:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:00 
06:32:00 
06:32:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:00 
06:32:00 
06:32:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:01 
06:32:01 
06:32:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:02 
06:32:02 
06:32:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:03 
06:32:03 
06:32:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:04 
06:32:04 
06:32:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:05 
06:32:05 
06:32:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:06 
06:32:06 
06:32:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:07 
06:32:07 
06:32:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:09 
06:32:09 
06:32:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:09 
06:32:09 
06:32:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:10 
06:32:10 
06:32:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:11 
06:32:11 
06:32:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:12 
06:32:12 
06:32:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:14 
06:32:14 
06:32:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:15 
06:32:15 
06:32:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:15 
06:32:15 
06:32:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 
06:32:16 
06:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 ***************************************************************************
06:32:16 * Comparison with Sun Javac compiler for class CompilerInvocationTests (null tests)
06:32:16 ***************************************************************************
06:32:16 
06:32:16 
06:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 
06:32:16 
06:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 
06:32:16 
06:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 
06:32:16 
06:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 
06:32:16 
06:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 
06:32:16 
06:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 
06:32:16 
06:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 
06:32:16 
06:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:16 ***************************************************************************
06:32:16 * Comparison with Sun Javac compiler for class InnerEmulationTest (null tests)
06:32:16 ***************************************************************************
06:32:17 
06:32:17 
06:32:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:18 --- javac err: ---
06:32:18 A.java:10: error: cannot reference this before supertype constructor has been called
06:32:18 		this(new C()); 
06:32:18 		     ^
06:32:18 1 error
06:32:18 
06:32:18 
06:32:18 
06:32:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:19 --- javac err: ---
06:32:19 A.java:8: error: cannot reference this before supertype constructor has been called
06:32:19 		super(getRunnable(), new B().toString()); 
06:32:19 		                     ^
06:32:19 1 error
06:32:19 
06:32:19 
06:32:19 
06:32:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:20 
06:32:20 
06:32:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:21 
06:32:21 
06:32:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:22 
06:32:22 
06:32:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:23 
06:32:23 
06:32:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:24 
06:32:24 
06:32:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:25 
06:32:25 
06:32:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:26 
06:32:26 
06:32:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:27 
06:32:27 
06:32:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:28 
06:32:28 
06:32:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:29 
06:32:29 
06:32:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:30 
06:32:30 
06:32:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:31 --- javac err: ---
06:32:31 AAA.java:3: warning: [empty] empty statement after if
06:32:31 		if (new AAA().foo(5) == 15);  
06:32:31 		                           ^
06:32:31 1 warning
06:32:31 
06:32:32 
06:32:32 
06:32:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:33 --- javac err: ---
06:32:33 AAA.java:3: warning: [empty] empty statement after if
06:32:33 		if (new AAA().foo(5) == 15);  
06:32:33 		                           ^
06:32:33 1 warning
06:32:33 
06:32:33 
06:32:33 
06:32:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:34 
06:32:34 
06:32:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:35 
06:32:35 
06:32:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:36 
06:32:36 
06:32:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:37 
06:32:37 
06:32:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:39 
06:32:39 
06:32:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:40 
06:32:40 
06:32:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:41 
06:32:41 
06:32:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:42 
06:32:42 
06:32:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:43 
06:32:43 
06:32:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:44 
06:32:44 
06:32:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:45 --- javac err: ---
06:32:45 p2/c2.java:4: error: c1.c1m.c1a has protected access in c1.c1m
06:32:45 	public c1m.c1a myC1a;	
06:32:45 	          ^
06:32:45 p2/c2.java:6: error: c1.c1m.c1a has protected access in c1.c1m
06:32:45 		myC1a = new c1m().new c1a();	
06:32:45 		                      ^
06:32:45 2 errors
06:32:45 
06:32:45 
06:32:45 
06:32:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:46 --- javac err: ---
06:32:46 p2/c2.java:4: error: c1.c1m.c1a has protected access in c1.c1m
06:32:46 	public c1m.c1a myC1a;	
06:32:46 	          ^
06:32:46 p2/c2.java:6: error: c1.c1m() has protected access in c1.c1m
06:32:46 		myC1a = new c1m().new c1a();	
06:32:46 		        ^
06:32:46 p2/c2.java:6: error: c1.c1m.c1a has protected access in c1.c1m
06:32:46 		myC1a = new c1m().new c1a();	
06:32:46 		                      ^
06:32:46 3 errors
06:32:46 
06:32:46 
06:32:46 
06:32:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:47 
06:32:47 
06:32:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:47 --- javac err: ---
06:32:47 p2/c2.java:3: error: c1.c1a has protected access in c1
06:32:47 public class c2 extends c1.c1a {// qualified acces does not work	
06:32:47                           ^
06:32:47 p2/c2.java:4: error: cannot find symbol
06:32:47 	public c1a myC1a; 
06:32:47 	       ^
06:32:47   symbol:   class c1a
06:32:47   location: class c2
06:32:47 p2/c2.java:6: error: cannot find symbol
06:32:47 		myC1a = new c1a();	
06:32:47 		            ^
06:32:47   symbol:   class c1a
06:32:47   location: class c2
06:32:47 3 errors
06:32:47 
06:32:47 
06:32:47 
06:32:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:48 --- javac err: ---
06:32:48 p2/c2.java:3: error: cannot find symbol
06:32:48 public class c2 extends c1a {	
06:32:48                         ^
06:32:48   symbol: class c1a
06:32:48 p2/c2.java:4: error: cannot find symbol
06:32:48 	public c1a myC1a; 
06:32:48 	       ^
06:32:48   symbol:   class c1a
06:32:48   location: class c2
06:32:48 p2/c2.java:6: error: cannot find symbol
06:32:48 		myC1a = new c1a();	
06:32:48 		            ^
06:32:48   symbol:   class c1a
06:32:48   location: class c2
06:32:48 3 errors
06:32:48 
06:32:48 
06:32:48 
06:32:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:49 --- javac err: ---
06:32:49 p/A.java:6: warning: [rawtypes] found raw type: Class
06:32:49 				public Class getCls() {
06:32:49 				       ^
06:32:49   missing type arguments for generic class Class<T>
06:32:49   where T is a type-variable:
06:32:49     T extends Object declared in class Class
06:32:49 1 warning
06:32:49 
06:32:49 
06:32:49 
06:32:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:50 --- javac err: ---
06:32:50 p1/A2.java:20: error: an enclosing instance that contains D.E is required
06:32:50 			(new D.E(null, null, null, new F(get()) {}) {}).execute();	
06:32:50 			 ^
06:32:50 p1/A2.java:20: error: an enclosing instance that contains D.E is required
06:32:50 			(new D.E(null, null, null, new F(get()) {}) {}).execute();	
06:32:50 			                                            ^
06:32:50 2 errors
06:32:50 
06:32:50 
06:32:50 
06:32:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:51 
06:32:51 
06:32:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:52 --- javac err: ---
06:32:52 p1/A2.java:20: error: an enclosing instance that contains D.E is required
06:32:52 			(new D.E(null, null, null, new F(get()) {})).execute();	
06:32:52 			 ^
06:32:52 1 error
06:32:52 
06:32:52 
06:32:52 
06:32:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:53 
06:32:53 
06:32:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:54 
06:32:54 
06:32:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:55 
06:32:55 
06:32:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:56 
06:32:56 
06:32:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:57 
06:32:57 
06:32:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:58 
06:32:58 
06:32:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:32:59 
06:32:59 
06:32:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:00 
06:33:00 
06:33:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:01 
06:33:01 
06:33:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:02 
06:33:02 
06:33:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:03 
06:33:03 
06:33:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:04 
06:33:04 
06:33:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:05 
06:33:05 
06:33:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:06 
06:33:06 
06:33:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:07 
06:33:07 
06:33:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:08 
06:33:08 
06:33:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:09 
06:33:09 
06:33:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:10 
06:33:10 
06:33:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:11 --- javac err: ---
06:33:11 p1/X.java:8: error: an enclosing instance that contains L1.LM1 is required
06:33:11 		class L2 extends L1.LM1 {	
06:33:11 		^
06:33:11 1 error
06:33:11 
06:33:11 
06:33:11 
06:33:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:12 --- javac err: ---
06:33:12 p1/X.java:9: error: an enclosing instance that contains L1.LM1 is required
06:33:12 		new L1.LM1(){};	//ko
06:33:12 		^
06:33:12 p1/X.java:9: error: an enclosing instance that contains L1.LM1 is required
06:33:12 		new L1.LM1(){};	//ko
06:33:12 		            ^
06:33:12 2 errors
06:33:12 
06:33:12 
06:33:12 
06:33:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:13 
06:33:13 
06:33:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:14 
06:33:14 
06:33:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:15 
06:33:15 
06:33:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:16 
06:33:16 
06:33:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:17 
06:33:17 
06:33:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:18 
06:33:18 
06:33:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:19 
06:33:19 
06:33:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:20 
06:33:20 
06:33:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:21 
06:33:21 
06:33:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:22 
06:33:22 
06:33:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:24 
06:33:24 
06:33:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:25 
06:33:25 
06:33:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:26 
06:33:26 
06:33:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:27 
06:33:27 
06:33:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:28 
06:33:28 
06:33:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:28 
06:33:28 
06:33:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:29 
06:33:29 
06:33:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:30 
06:33:30 
06:33:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:31 
06:33:31 
06:33:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:33 --- javac err: ---
06:33:33 Y.java:4: error: cannot find symbol
06:33:33 		new X().access$0();	
06:33:33 		       ^
06:33:33   symbol:   method access$0()
06:33:33   location: class X
06:33:33 1 error
06:33:33 
06:33:33 
06:33:33 
06:33:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:34 
06:33:34 
06:33:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:35 
06:33:35 
06:33:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:36 
06:33:36 
06:33:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:37 
06:33:37 
06:33:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:39 
06:33:39 
06:33:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:40 
06:33:40 
06:33:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:41 
06:33:41 
06:33:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:42 
06:33:42 
06:33:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:43 
06:33:43 
06:33:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:44 
06:33:44 
06:33:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:45 
06:33:45 
06:33:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:47 --- javac err: ---
06:33:47 X.java:6: error: an enclosing instance that contains X.Middle.Inner is required
06:33:47 	class M extends Middle.Inner {	
06:33:47 	^
06:33:47 1 error
06:33:47 
06:33:47 
06:33:47 
06:33:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:48 
06:33:48 
06:33:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:49 
06:33:49 
06:33:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:50 
06:33:50 
06:33:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:51 
06:33:51 
06:33:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:52 --- javac err: ---
06:33:52 X.java:3: error: non-static variable this cannot be referenced from a static context
06:33:52 		System.out.println(X.this);	
06:33:52 		                    ^
06:33:52 1 error
06:33:52 
06:33:52 
06:33:52 
06:33:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:53 --- javac err: ---
06:33:53 X.java:5: error: unexpected type
06:33:53 		i.new Y();	
06:33:53 		^
06:33:53   required: reference
06:33:53   found:    int
06:33:53 1 error
06:33:53 
06:33:53 
06:33:53 
06:33:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:54 --- javac err: ---
06:33:54 X.java:5: error: unexpected type
06:33:54 		i.new Y(){};	
06:33:54 		^
06:33:54   required: reference
06:33:54   found:    int
06:33:54 1 error
06:33:54 
06:33:54 
06:33:54 
06:33:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:54 --- javac err: ---
06:33:54 X.java:4: error: qualified new of static class
06:33:54 		new X().new Y(){};	
06:33:54 		^
06:33:54 X.java:4: error: illegal qualifier; Y is not an inner class
06:33:54 		new X().new Y(){};	
06:33:54 		               ^
06:33:54 2 errors
06:33:54 
06:33:54 
06:33:54 
06:33:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:56 
06:33:56 
06:33:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:56 
06:33:56 
06:33:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:58 --- javac err: ---
06:33:58 X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file
06:33:58 		Object a = new Y$1Local();        // compile-time error 
06:33:58 		               ^
06:33:58 1 warning
06:33:58 
06:33:58 ----------------------------------------
06:33:58 org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest#test099 - 12
06:33:58 X.java [
06:33:58 public class X { 
06:33:58     public static void main(String argv[]) { 
06:33:58 		Object a = new Y$1Local();        // compile-time error 
06:33:58     } 
06:33:58 } 
06:33:58 
06:33:58 ]
06:33:58 
06:33:58 
06:33:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:59 
06:33:59 
06:33:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:33:59 --- javac err: ---
06:33:59 X.java:9: error: cannot reference this before supertype constructor has been called
06:33:59 			super(new M());//2
06:33:59 			      ^
06:33:59 1 error
06:33:59 
06:33:59 
06:33:59 
06:33:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:00 --- javac err: ---
06:34:00 X.java:13: error: cannot reference this before supertype constructor has been called
06:34:00 			super(new M());//2
06:34:00 			      ^
06:34:00 X.java:21: error: cannot reference this before supertype constructor has been called
06:34:00 			super(new M());//4
06:34:00 			      ^
06:34:00 2 errors
06:34:00 
06:34:00 
06:34:00 
06:34:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:01 --- javac err: ---
06:34:01 X.java:11: error: cannot reference this before supertype constructor has been called
06:34:01 			super(B.this); 
06:34:01 			       ^
06:34:01 1 error
06:34:01 
06:34:01 
06:34:01 
06:34:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:02 
06:34:02 
06:34:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:03 
06:34:03 
06:34:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:04 
06:34:04 
06:34:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:05 
06:34:05 
06:34:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:06 
06:34:06 
06:34:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:07 
06:34:07 
06:34:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:08 --- javac err: ---
06:34:08 X.java:9: error: cannot reference s before supertype constructor has been called
06:34:08 				super(s);
06:34:08 				      ^
06:34:08 1 error
06:34:08 
06:34:08 
06:34:08 
06:34:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:09 --- javac err: ---
06:34:09 p2/X2.java:6: warning: [static] static variable should be qualified by type name, X1, instead of by an expression
06:34:09                 System.out.print(X2.this.field);
06:34:09                                         ^
06:34:09 p2/X2.java:7: warning: [static] static method should be qualified by type name, X1, instead of by an expression
06:34:09                 X2.this.doit();
06:34:09                        ^
06:34:09 2 warnings
06:34:09 
06:34:09 
06:34:09 
06:34:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:10 --- javac err: ---
06:34:10 X.java:9: error: anonymous class implements interface; cannot have qualifier for new
06:34:10     display.new Bla() {
06:34:10     ^
06:34:10 X.java:9: error: <anonymous X$1> is not abstract and does not override abstract method a() in Bla
06:34:10     display.new Bla() {
06:34:10                       ^
06:34:10 2 errors
06:34:10 
06:34:10 
06:34:10 
06:34:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:11 
06:34:11 
06:34:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:12 --- javac err: ---
06:34:12 X.java:9: error: cannot reference this before supertype constructor has been called
06:34:12 					bar();
06:34:12 					^
06:34:12 1 error
06:34:12 
06:34:12 
06:34:12 
06:34:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:13 
06:34:13 
06:34:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:14 --- javac err: ---
06:34:14 X.java:10: error: no enclosing instance of type X is in scope
06:34:14 							foo(); //1
06:34:14 							^
06:34:14 1 error
06:34:14 
06:34:14 
06:34:14 
06:34:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:15 
06:34:15 
06:34:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:16 --- javac err: ---
06:34:16 X.java:10: warning: [static] static variable should be qualified by type name, Y, instead of by an expression
06:34:16 	    	if (y.b) {
06:34:16 	    	     ^
06:34:16 X.java:15: warning: [static] static variable should be qualified by type name, Y, instead of by an expression
06:34:16 	    	if (y.b) {
06:34:16 	    	     ^
06:34:16 2 warnings
06:34:16 
06:34:16 
06:34:16 
06:34:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:17 --- javac err: ---
06:34:17 X.java:15: warning: [rawtypes] found raw type: Class
06:34:17     public void frob(Class cls) throws Exception {
06:34:17                      ^
06:34:17   missing type arguments for generic class Class<T>
06:34:17   where T is a type-variable:
06:34:17     T extends Object declared in class Class
06:34:17 X.java:16: warning: [deprecation] newInstance() in Class has been deprecated
06:34:17         Object o = cls.newInstance();
06:34:17                       ^
06:34:17   where T is a type-variable:
06:34:17     T extends Object declared in class Class
06:34:17 2 warnings
06:34:17 
06:34:17 
06:34:17 
06:34:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:18 
06:34:18 
06:34:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:19 --- javac err: ---
06:34:19 X.java:2: error: illegal combination of modifiers: public and private
06:34:19         private class Inner {}
06:34:19                 ^
06:34:19 X.java:3: error: illegal combination of modifiers: public and private
06:34:19         private interface IInner {}
06:34:19                 ^
06:34:19 X.java:4: error: illegal combination of modifiers: public and private
06:34:19         private enum EInner {}
06:34:19                 ^
06:34:19 X.java:5: error: illegal combination of modifiers: public and private
06:34:19         private @interface AInner {}
06:34:19                  ^
06:34:19 4 errors
06:34:19 
06:34:19 
06:34:19 
06:34:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:21 
06:34:21 
06:34:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:22 
06:34:22 
06:34:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:24 
06:34:24 
06:34:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:25 
06:34:25 
06:34:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:25 --- javac err: ---
06:34:25 X.java:8: error: class Local is already defined in method foo()
06:34:25 			class Local {
06:34:25 			^
06:34:25 X.java:11: error: cannot find symbol
06:34:25 					this.bar(); // should detect error
06:34:25 					    ^
06:34:25   symbol: method bar()
06:34:25 2 errors
06:34:25 
06:34:25 
06:34:25 
06:34:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:26 
06:34:26 
06:34:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:27 
06:34:27 
06:34:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:28 
06:34:28 
06:34:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:29 --- javac err: ---
06:34:29 p/X.java:6: warning: [deprecation] A in p has been deprecated
06:34:29 		A.M2.MM1 mm1 = (A.M2.MM1) o;
06:34:29 		^
06:34:29 p/X.java:6: warning: [deprecation] A in p has been deprecated
06:34:29 		A.M2.MM1 mm1 = (A.M2.MM1) o;
06:34:29 		                ^
06:34:29 p/X.java:7: warning: [deprecation] A in p has been deprecated
06:34:29 		A.M2.MM1[] mm1s = (A.M2.MM1[]) os;
06:34:29 		^
06:34:29 p/X.java:7: warning: [deprecation] A in p has been deprecated
06:34:29 		A.M2.MM1[] mm1s = (A.M2.MM1[]) os;
06:34:29 		                   ^
06:34:29 p/X.java:16: error: cannot find symbol
06:34:29 		Zork z;
06:34:29 		^
06:34:29   symbol:   class Zork
06:34:29   location: class X
06:34:29 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:34:29 public class A {
06:34:29        ^
06:34:29 1 error
06:34:29 5 warnings
06:34:29 
06:34:29 
06:34:29 
06:34:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:30 --- javac err: ---
06:34:30 p/X.java:11: error: cannot find symbol
06:34:30 		Zork z;
06:34:30 		^
06:34:30   symbol:   class Zork
06:34:30   location: class X
06:34:30 1 error
06:34:30 
06:34:30 
06:34:30 
06:34:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:31 --- javac err: ---
06:34:31 p/X.java:12: error: cannot find symbol
06:34:31 		Zork z;
06:34:31 		^
06:34:31   symbol:   class Zork
06:34:31   location: class X
06:34:31 1 error
06:34:31 
06:34:31 
06:34:31 
06:34:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:32 --- javac err: ---
06:34:32 p/X.java:12: error: cannot find symbol
06:34:32 		Zork z;
06:34:32 		^
06:34:32   symbol:   class Zork
06:34:32   location: class X
06:34:32 1 error
06:34:32 
06:34:32 
06:34:32 
06:34:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:33 --- javac err: ---
06:34:33 X.java:9: error: cannot find symbol
06:34:33 class Y extends Zork {}
06:34:33                 ^
06:34:33   symbol: class Zork
06:34:33 1 error
06:34:33 
06:34:33 
06:34:33 
06:34:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:34 
06:34:34 
06:34:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:35 
06:34:35 
06:34:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:36 
06:34:36 
06:34:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:36 
06:34:36 
06:34:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:37 
06:34:37 
06:34:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:38 
06:34:38 
06:34:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:39 
06:34:39 
06:34:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:40 
06:34:40 
06:34:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:41 --- javac err: ---
06:34:41 X.java:2: warning: [serial] serializable class B has no definition of serialVersionUID
06:34:41 	public static class B extends Exception {
06:34:41 	              ^
06:34:41 1 warning
06:34:41 
06:34:41 
06:34:41 
06:34:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:42 
06:34:42 
06:34:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:43 --- javac err: ---
06:34:43 X.java:8: error: cannot inherit from final String
06:34:43         class SMember extends String {}
06:34:43                               ^
06:34:43 X.java:10: error: cannot inherit from final X
06:34:43         class Member extends X {  
06:34:43                              ^
06:34:43 X.java:11: error: cannot find symbol
06:34:43                 ZorkMember z;
06:34:43                 ^
06:34:43   symbol:   class ZorkMember
06:34:43   location: class X.Member
06:34:43 X.java:8: warning: [serial] serializable class X.SMember has no definition of serialVersionUID
06:34:43         class SMember extends String {}
06:34:43         ^
06:34:43 X.java:14: error: cannot find symbol
06:34:43                         Zork1 z;
06:34:43                         ^
06:34:43   symbol:   class Zork1
06:34:43   location: class X.Member
06:34:43 X.java:10: warning: [serial] serializable class X.Member has no definition of serialVersionUID
06:34:43         class Member extends X {  
06:34:43         ^
06:34:43 X.java:19: error: qualified new of static class
06:34:43                 new X().new IM();
06:34:43                 ^
06:34:43 X.java:19: error: IM is abstract; cannot be instantiated
06:34:43                 new X().new IM();
06:34:43                         ^
06:34:43 X.java:20: error: cannot inherit from final X
06:34:43                 class Local extends X { 
06:34:43                                     ^
06:34:43 X.java:21: error: cannot find symbol
06:34:43                         ZorkLocal z;
06:34:43                         ^
06:34:43   symbol:   class ZorkLocal
06:34:43   location: class Local
06:34:43 X.java:24: error: cannot find symbol
06:34:43                                 Zork3 z;
06:34:43                                 ^
06:34:43   symbol:   class Zork3
06:34:43   location: class Local
06:34:43 X.java:20: warning: [serial] serializable class Local has no definition of serialVersionUID
06:34:43                 class Local extends X { 
06:34:43                 ^
06:34:43 X.java:27: error: cannot inherit from final X
06:34:43                 new X() {
06:34:43                     ^
06:34:43 X.java:28: error: cannot find symbol
06:34:43                         ZorkAnonymous2 z;                       
06:34:43                         ^
06:34:43   symbol: class ZorkAnonymous2
06:34:43 X.java:31: error: cannot find symbol
06:34:43                                 Zork4 z;
06:34:43                                 ^
06:34:43   symbol: class Zork4
06:34:43 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
06:34:43 public final class X implements Serializable {
06:34:43              ^
06:34:43 12 errors
06:34:43 4 warnings
06:34:43 
06:34:43 
06:34:43 
06:34:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:44 
06:34:44 
06:34:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:45 
06:34:45 
06:34:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:46 
06:34:46 
06:34:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:47 
06:34:47 
06:34:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:48 
06:34:48 
06:34:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:49 
06:34:49 
06:34:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:50 
06:34:50 
06:34:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:51 
06:34:51 
06:34:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:52 
06:34:52 
06:34:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:53 --- javac err: ---
06:34:53 package2/C.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:34:53             int j = C.this.outerField;
06:34:53                           ^
06:34:53 1 warning
06:34:53 
06:34:53 
06:34:53 
06:34:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:54 --- javac err: ---
06:34:54 package2/C.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:34:54             C.this.outerField = 12;
06:34:54                   ^
06:34:54 1 warning
06:34:54 
06:34:54 
06:34:54 
06:34:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:55 
06:34:55 
06:34:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:56 
06:34:56 
06:34:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:57 --- javac err: ---
06:34:57 package2/C.java:7: warning: [static] static method should be qualified by type name, A, instead of by an expression
06:34:57             C.this.outerMethod();
06:34:57                   ^
06:34:57 1 warning
06:34:57 
06:34:57 
06:34:57 
06:34:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:58 
06:34:58 
06:34:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:34:59 
06:34:59 
06:34:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:01 
06:35:01 
06:35:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:02 
06:35:02 
06:35:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:03 
06:35:03 
06:35:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:04 
06:35:04 
06:35:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:05 --- javac err: ---
06:35:05 X.java:8: error: method a in class X cannot be applied to given types;
06:35:05 			a(null);
06:35:05 			^
06:35:05   required: no arguments
06:35:05   found: <null>
06:35:05   reason: actual and formal argument lists differ in length
06:35:05 org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest#test172 - 12
06:35:05 1 error
06:35:05 
06:35:05 ----------------------------------------
06:35:05 X.java [
06:35:05 public class X {
06:35:05 	void a() {}
06:35:05 	private static void a(String s) {}
06:35:05 	private void c() {}
06:35:05 	private static void c(String s) {}
06:35:05 	static class M1 extends X {
06:35:05 		public void x() {
06:35:05 			a(null);
06:35:05 			c(null);
06:35:05 		}
06:35:05 	}
06:35:05 	static class M2 {
06:35:05 		public void x() {
06:35:05 			a(null);
06:35:05 			c(null);
06:35:05 		}
06:35:05 	}
06:35:05 	public static void main(String[] args) {
06:35:05 	}
06:35:05 }
06:35:05 
06:35:05 ]
06:35:05 
06:35:05 
06:35:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:06 --- javac err: ---
06:35:06 X.java:6: warning: [rawtypes] found raw type: List
06:35:06 		final List yourList = new ArrayList();
06:35:06 		      ^
06:35:06   missing type arguments for generic class List<E>
06:35:06   where E is a type-variable:
06:35:06     E extends Object declared in interface List
06:35:06 X.java:6: warning: [rawtypes] found raw type: ArrayList
06:35:06 		final List yourList = new ArrayList();
06:35:06 		                          ^
06:35:06   missing type arguments for generic class ArrayList<E>
06:35:06   where E is a type-variable:
06:35:06     E extends Object declared in class ArrayList
06:35:06 X.java:7: warning: [rawtypes] found raw type: List
06:35:06 		final List myList = new ArrayList();
06:35:06 		      ^
06:35:06   missing type arguments for generic class List<E>
06:35:06   where E is a type-variable:
06:35:06     E extends Object declared in interface List
06:35:06 X.java:7: warning: [rawtypes] found raw type: ArrayList
06:35:06 		final List myList = new ArrayList();
06:35:06 		                        ^
06:35:06   missing type arguments for generic class ArrayList<E>
06:35:06   where E is a type-variable:
06:35:06     E extends Object declared in class ArrayList
06:35:06 X.java:8: warning: [rawtypes] found raw type: Comparator
06:35:06 		new Comparator() {
06:35:06 		    ^
06:35:06   missing type arguments for generic class Comparator<T>
06:35:06   where T is a type-variable:
06:35:06     T extends Object declared in interface Comparator
06:35:06 5 warnings
06:35:06 
06:35:06 
06:35:06 
06:35:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:07 --- javac err: ---
06:35:07 X.java:9: warning: [rawtypes] found raw type: Comparator
06:35:07 		new Comparator() {
06:35:07 		    ^
06:35:07   missing type arguments for generic class Comparator<T>
06:35:07   where T is a type-variable:
06:35:07     T extends Object declared in interface Comparator
06:35:07 1 warning
06:35:07 
06:35:07 
06:35:07 
06:35:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:09 
06:35:09 
06:35:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:10 --- javac err: ---
06:35:10 Demo.java:3: warning: [rawtypes] found raw type: ArrayList
06:35:10         static class ExprFactoryList extends ArrayList {
06:35:10                                              ^
06:35:10   missing type arguments for generic class ArrayList<E>
06:35:10   where E is a type-variable:
06:35:10     E extends Object declared in class ArrayList
06:35:10 Demo.java:3: warning: [serial] serializable class ExprFactoryList has no definition of serialVersionUID
06:35:10         static class ExprFactoryList extends ArrayList {
06:35:10                ^
06:35:10 Demo.java:9: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
06:35:10                         add(new Object() {public Expr generate() {return new Expr() {};} }); // OK
06:35:10                            ^
06:35:10   where E is a type-variable:
06:35:10     E extends Object declared in class ArrayList
06:35:10 Demo.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
06:35:10                         add(new Object() {public Expr generate() {return new Expr2() {};} }); // Ok
06:35:10                            ^
06:35:10   where E is a type-variable:
06:35:10     E extends Object declared in class ArrayList
06:35:10 Demo.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
06:35:10                         add(new Object() {
06:35:10                            ^
06:35:10   where E is a type-variable:
06:35:10     E extends Object declared in class ArrayList
06:35:10 Demo.java:23: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
06:35:10                         add (new Statement()); // OK
06:35:10                             ^
06:35:10   where E is a type-variable:
06:35:10     E extends Object declared in class ArrayList
06:35:10 Demo.java:24: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
06:35:10                         add(new Object() {
06:35:10                            ^
06:35:10   where E is a type-variable:
06:35:10     E extends Object declared in class ArrayList
06:35:10 7 warnings
06:35:10 
06:35:10 
06:35:10 
06:35:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:11 
06:35:11 
06:35:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:12 
06:35:12 
06:35:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:13 
06:35:13 
06:35:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:14 
06:35:14 
06:35:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:14 ***************************************************************************
06:35:14 * Comparison with Sun Javac compiler for class SuperTypeTest (null tests)
06:35:14 ***************************************************************************
06:35:15 
06:35:15 
06:35:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:16 
06:35:16 
06:35:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:17 
06:35:17 
06:35:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:18 
06:35:18 
06:35:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:19 
06:35:19 
06:35:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:20 
06:35:20 
06:35:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:21 --- javac err: ---
06:35:21 p1/Test.java:11: error: method bar in class Secondary cannot be applied to given types;
06:35:21 			String z = bar();	
06:35:21 			           ^
06:35:21   required: int
06:35:21   found: no arguments
06:35:21   reason: actual and formal argument lists differ in length
06:35:21 1 error
06:35:21 
06:35:21 
06:35:21 
06:35:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:22 
06:35:22 
06:35:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:23 
06:35:23 
06:35:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:24 
06:35:24 
06:35:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:25 
06:35:25 
06:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:25 
06:35:25 
06:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:25 
06:35:25 
06:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:25 
06:35:25 
06:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:25 
06:35:25 
06:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:25 
06:35:25 
06:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:25 
06:35:25 
06:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:25 
06:35:25 
06:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:25 ***************************************************************************
06:35:25 * Comparison with Sun Javac compiler for class ForStatementTest (null tests)
06:35:25 ***************************************************************************
06:35:26 
06:35:26 
06:35:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:27 
06:35:27 
06:35:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:29 
06:35:29 
06:35:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:30 
06:35:30 
06:35:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:31 
06:35:31 
06:35:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:32 
06:35:32 
06:35:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:33 
06:35:33 
06:35:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:34 
06:35:34 
06:35:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:35 
06:35:35 
06:35:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:36 
06:35:36 
06:35:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:38 
06:35:38 
06:35:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:39 
06:35:39 
06:35:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:40 
06:35:40 
06:35:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:41 
06:35:41 
06:35:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:42 
06:35:42 
06:35:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:42 ***************************************************************************
06:35:42 * Comparison with Sun Javac compiler for class FieldAccessTest (null tests)
06:35:42 ***************************************************************************
06:35:43 
06:35:43 
06:35:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:44 
06:35:44 
06:35:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:45 --- javac err: ---
06:35:45 bar/Bar.java:5: warning: [static] static variable should be qualified by type name, BaseFoo, instead of by an expression
06:35:45 	int v = tab[0].VAL;
06:35:45 	              ^
06:35:45 1 warning
06:35:45 
06:35:45 
06:35:45 
06:35:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:46 --- javac err: ---
06:35:46 bar/Bar.java:5: warning: [static] static variable should be qualified by type name, BaseFoo, instead of by an expression
06:35:46 	int v = tab[0].VAL;
06:35:46 	              ^
06:35:46 1 warning
06:35:46 
06:35:46 
06:35:46 
06:35:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:47 
06:35:47 
06:35:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:48 
06:35:48 
06:35:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:49 --- javac err: ---
06:35:49 X.java:3: error: test has private access in A
06:35:49 		new A().a2.a.test = 8;
06:35:49 		            ^
06:35:49 1 error
06:35:49 
06:35:49 
06:35:49 
06:35:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:50 --- javac err: ---
06:35:50 X.java:3: error: a2 has private access in A
06:35:50 		new A().a2.a.test = 8;
06:35:50 		       ^
06:35:50 1 error
06:35:50 
06:35:50 
06:35:50 
06:35:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:50 --- javac err: ---
06:35:50 X.java:3: error: a has private access in A
06:35:50 		new A().a2.a.test = 8;
06:35:50 		          ^
06:35:50 1 error
06:35:50 
06:35:50 
06:35:50 
06:35:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:51 --- javac err: ---
06:35:51 X.java:3: error: a has private access in A
06:35:51 		A.a2.a.test = 8;
06:35:51 		    ^
06:35:51 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:35:51 		A.a2.a.test = 8;
06:35:51 		    ^
06:35:51 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:35:51 		A.a2.a.test = 8;
06:35:51 		      ^
06:35:51 1 error
06:35:51 2 warnings
06:35:51 
06:35:51 
06:35:51 
06:35:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:52 --- javac err: ---
06:35:52 X.java:3: error: a2 has private access in A
06:35:52 		A.a2.a.test = 8;
06:35:52 		 ^
06:35:52 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:35:52 		A.a2.a.test = 8;
06:35:52 		    ^
06:35:52 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:35:52 		A.a2.a.test = 8;
06:35:52 		      ^
06:35:52 1 error
06:35:52 2 warnings
06:35:52 
06:35:52 
06:35:52 
06:35:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:53 --- javac err: ---
06:35:53 X.java:3: error: test has private access in A
06:35:53 		A.a2.a.test = 8;
06:35:53 		      ^
06:35:53 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:35:53 		A.a2.a.test = 8;
06:35:53 		      ^
06:35:53 1 error
06:35:53 1 warning
06:35:53 
06:35:53 
06:35:53 
06:35:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:54 --- javac err: ---
06:35:54 X.java:3: error: test has private access in A
06:35:54 		test = 8;
06:35:54 		^
06:35:54 1 error
06:35:54 
06:35:54 
06:35:54 
06:35:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:55 --- javac err: ---
06:35:55 X.java:3: error: test has private access in A
06:35:55 		this.test = 8;
06:35:55 		    ^
06:35:55 1 error
06:35:55 
06:35:55 
06:35:55 
06:35:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:55 --- javac err: ---
06:35:55 X.java:3: error: MyA has private access in A
06:35:55 		MyA.test = 8;
06:35:55 		^
06:35:55 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:35:55 		MyA.test = 8;
06:35:55 		   ^
06:35:55 1 error
06:35:55 1 warning
06:35:55 
06:35:55 
06:35:55 
06:35:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:56 --- javac err: ---
06:35:56 X.java:3: error: MyA has private access in A
06:35:56 		MyA2.MyA.test = 8;
06:35:56 		    ^
06:35:56 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:35:56 		MyA2.MyA.test = 8;
06:35:56 		    ^
06:35:56 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
06:35:56 		MyA2.MyA.test = 8;
06:35:56 		        ^
06:35:56 1 error
06:35:56 2 warnings
06:35:56 
06:35:56 
06:35:56 
06:35:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:57 --- javac err: ---
06:35:57 X.java:2: error: cannot find symbol
06:35:57 		Zork z;
06:35:57 		^
06:35:57   symbol:   class Zork
06:35:57   location: class X
06:35:57 1 error
06:35:57 
06:35:57 
06:35:57 
06:35:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:58 --- javac err: ---
06:35:58 X.java:2: error: cannot find symbol
06:35:58 		Zork z;
06:35:58 		^
06:35:58   symbol:   class Zork
06:35:58   location: class X
06:35:58 1 error
06:35:58 
06:35:58 
06:35:58 
06:35:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:35:59 --- javac err: ---
06:35:59 X.java:2: error: cannot find symbol
06:35:59 		Zork z;
06:35:59 		^
06:35:59   symbol:   class Zork
06:35:59   location: class X
06:35:59 1 error
06:35:59 
06:35:59 
06:35:59 
06:35:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:00 --- javac err: ---
06:36:00 X.java:2: error: cannot find symbol
06:36:00 		Zork z;
06:36:00 		^
06:36:00   symbol:   class Zork
06:36:00   location: class X
06:36:00 1 error
06:36:00 
06:36:00 
06:36:00 
06:36:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:01 --- javac err: ---
06:36:01 X.java:5: warning: [rawtypes] found raw type: ArrayList
06:36:01 		ArrayList myList = new ArrayList();
06:36:01 		^
06:36:01   missing type arguments for generic class ArrayList<E>
06:36:01   where E is a type-variable:
06:36:01     E extends Object declared in class ArrayList
06:36:01 X.java:5: warning: [rawtypes] found raw type: ArrayList
06:36:01 		ArrayList myList = new ArrayList();
06:36:01 		                       ^
06:36:01   missing type arguments for generic class ArrayList<E>
06:36:01   where E is a type-variable:
06:36:01     E extends Object declared in class ArrayList
06:36:01 X.java:6: error: cannot find symbol
06:36:01 		int len = myList.length;
06:36:01 		                ^
06:36:01   symbol:   variable length
06:36:01   location: variable myList of type ArrayList
06:36:01 1 error
06:36:01 2 warnings
06:36:01 
06:36:01 
06:36:01 
06:36:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:02 --- javac err: ---
06:36:02 Y.java:3: error: cannot find symbol
06:36:02 		int i = X.OLD_FIELD;
06:36:02 		         ^
06:36:02   symbol:   variable OLD_FIELD
06:36:02   location: class X
06:36:02 Y.java:6: error: cannot find symbol
06:36:02 		int j = X.OLD_FIELD;
06:36:02 		         ^
06:36:02   symbol:   variable OLD_FIELD
06:36:02   location: class X
06:36:02 2 errors
06:36:02 
06:36:02 
06:36:02 
06:36:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:03 ----------------------------------------
06:36:03 org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest#test023 - 12
06:36:03 p1/A.java [
06:36:03 package p1;
06:36:03 public abstract class A {
06:36:03     protected int field;
06:36:03 }
06:36:03 
06:36:03 ]
06:36:03 p2/B.java [
06:36:03 package p2;
06:36:03 import p1.A;
06:36:03 public abstract class B extends A {
06:36:03     protected int field;
06:36:03 }
06:36:03 
06:36:03 ]
06:36:03 
06:36:03 
06:36:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:04 ----------------------------------------
06:36:04 org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest#test024 - 12
06:36:04 p1/A.java [
06:36:04 package p1;
06:36:04 public abstract class A extends Super {
06:36:04 }
06:36:04 
06:36:04 ]
06:36:04 p1/Super.java [
06:36:04 package p1;
06:36:04 public abstract class Super extends SuperSuper {
06:36:04 }
06:36:04 
06:36:04 ]
06:36:04 p1/SuperSuper.java [
06:36:04 package p1;
06:36:04 public abstract class SuperSuper {
06:36:04     protected int field;
06:36:04 }
06:36:04 
06:36:04 ]
06:36:04 p2/B.java [
06:36:04 package p2;
06:36:04 import p1.A;
06:36:04 public abstract class B extends A {
06:36:04     protected int field;
06:36:04 }
06:36:04 
06:36:04 ]
06:36:04 
06:36:04 
06:36:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:05 ----------------------------------------
06:36:05 org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest#test025 - 12
06:36:05 p1/A.java [
06:36:05 package p1;
06:36:05 public abstract class A extends Super {
06:36:05 }
06:36:05 
06:36:05 ]
06:36:05 p1/Super.java [
06:36:05 package p1;
06:36:05 public abstract class Super extends SuperSuper {
06:36:05 }
06:36:05 
06:36:05 ]
06:36:05 p1/SuperSuper.java [
06:36:05 package p1;
06:36:05 public abstract class SuperSuper implements Interface{
06:36:05 }
06:36:05 
06:36:05 ]
06:36:05 p1/Interface.java [
06:36:05 package p1;
06:36:05 public interface Interface{
06:36:05     int field = 123;
06:36:05 }
06:36:05 
06:36:05 ]
06:36:05 p2/B.java [
06:36:05 package p2;
06:36:05 import p1.A;
06:36:05 public abstract class B extends A {
06:36:05     protected int field;
06:36:05 }
06:36:05 
06:36:05 ]
06:36:05 
06:36:05 
06:36:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:06 --- javac err: ---
06:36:06 Bug361039.java:5: error: cannot find symbol
06:36:06 		return new Bug361039(!((Boolean)this.f));
06:36:06 		                                    ^
06:36:06   symbol: variable f
06:36:06 Bug361039.java:5: warning: [cast] redundant cast to Boolean
06:36:06 		return new Bug361039(!((Boolean)this.f));
06:36:06 		                       ^
06:36:06 1 error
06:36:06 1 warning
06:36:06 
06:36:06 
06:36:06 
06:36:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:06 ***************************************************************************
06:36:06 * Comparison with Sun Javac compiler for class SerialVersionUIDTests (null tests)
06:36:06 ***************************************************************************
06:36:06 --- javac err: ---
06:36:06 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
06:36:06 public class X implements Serializable {
06:36:06        ^
06:36:06 1 warning
06:36:06 
06:36:07 
06:36:07 
06:36:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:07 --- javac err: ---
06:36:07 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
06:36:07 public class X implements java.io.Externalizable {
06:36:07        ^
06:36:07 1 warning
06:36:07 
06:36:08 
06:36:08 
06:36:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:08 --- javac err: ---
06:36:08 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
06:36:08 public class X implements java.io.Serializable {
06:36:08        ^
06:36:08 1 warning
06:36:08 
06:36:08 
06:36:08 
06:36:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:09 --- javac err: ---
06:36:09 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
06:36:09 public class X implements java.io.Serializable {
06:36:09        ^
06:36:09 1 warning
06:36:09 
06:36:09 
06:36:09 
06:36:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:10 --- javac err: ---
06:36:10 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
06:36:10 public class X implements java.io.Serializable {
06:36:10        ^
06:36:10 1 warning
06:36:10 
06:36:10 
06:36:10 
06:36:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:11 --- javac err: ---
06:36:11 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
06:36:11 public class X implements java.io.Serializable {
06:36:11        ^
06:36:11 1 warning
06:36:11 
06:36:11 
06:36:11 
06:36:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:12 --- javac err: ---
06:36:12 X.java:1: warning: [serial] serializable class A has no definition of serialVersionUID
06:36:12 abstract class A implements java.io.Serializable {}
06:36:12          ^
06:36:12 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:36:12 public class X extends A {}
06:36:12        ^
06:36:12 2 warnings
06:36:12 
06:36:12 
06:36:12 
06:36:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:13 ----------------------------------------
06:36:13 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test011 - 12
06:36:13 X.java [
06:36:13 public class X {
06:36:13 	private static final long serialVersionUID = 1L;
06:36:13 }
06:36:13 ]
06:36:13 
06:36:13 
06:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:14 ----------------------------------------
06:36:14 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test012 - 12
06:36:14 X.java [
06:36:14 public class X<T> {
06:36:14 	private static final long serialVersionUID = 1L;
06:36:14 }
06:36:14 ]
06:36:14 
06:36:14 
06:36:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:15 ----------------------------------------
06:36:15 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test013 - 12
06:36:15 X.java [
06:36:15 public class X<T> {
06:36:15 	private static final long serialPersistentFields = 1L;
06:36:15 }
06:36:15 ]
06:36:15 
06:36:15 
06:36:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:16 ----------------------------------------
06:36:16 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test014 - 12
06:36:16 X.java [
06:36:16 public class X {
06:36:16 	private static final long serialPersistentFields = 1L;
06:36:16 }
06:36:16 ]
06:36:16 
06:36:16 
06:36:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:17 ----------------------------------------
06:36:17 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test015 - 12
06:36:17 X.java [
06:36:17 import java.io.ObjectStreamField;
06:36:17 public class X<T> implements java.io.Serializable {
06:36:17 	private static final long serialVersionUID = 1L;
06:36:17 	private final static ObjectStreamField[] serialPersistentFields = null;
06:36:17 	private int i;
06:36:17 }
06:36:17 ]
06:36:17 
06:36:17 
06:36:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:17 ----------------------------------------
06:36:17 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test016 - 12
06:36:17 X.java [
06:36:17 import java.io.ObjectStreamField;
06:36:17 public class X implements java.io.Serializable {
06:36:17 	private static final long serialVersionUID = 1L;
06:36:17 	private final static ObjectStreamField[] serialPersistentFields = null;
06:36:17 	private int i;
06:36:17 }
06:36:17 ]
06:36:17 
06:36:17 
06:36:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:17 ***************************************************************************
06:36:17 * Comparison with Sun Javac compiler for class LineNumberAttributeTest (null tests)
06:36:17 ***************************************************************************
06:36:18 
06:36:18 
06:36:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:19 
06:36:19 
06:36:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:20 
06:36:20 
06:36:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:21 
06:36:21 
06:36:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:21 ***************************************************************************
06:36:21 * Comparison with Sun Javac compiler for class ProgrammingProblemsTest (null tests)
06:36:21 ***************************************************************************
06:36:22 
06:36:22 
06:36:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:22 
06:36:22 
06:36:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:22 
06:36:22 
06:36:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:22 
06:36:22 
06:36:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:22 
06:36:22 
06:36:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:22 
06:36:22 
06:36:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:23 
06:36:23 
06:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:24 --- javac err: ---
06:36:24 X.java:16: error: cannot find symbol
06:36:24 	Zork z;
06:36:24 	^
06:36:24   symbol:   class Zork
06:36:24   location: class X
06:36:24 1 error
06:36:24 
06:36:24 
06:36:24 
06:36:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:25 --- javac err: ---
06:36:25 X.java:28: error: cannot find symbol
06:36:25 	Zork z;
06:36:25 	^
06:36:25   symbol:   class Zork
06:36:25   location: class X
06:36:25 1 error
06:36:25 
06:36:25 
06:36:25 
06:36:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:26 --- javac err: ---
06:36:26 X.java:8: error: cannot find symbol
06:36:26 	Zork z;
06:36:26 	^
06:36:26   symbol:   class Zork
06:36:26   location: class X
06:36:26 1 error
06:36:26 
06:36:26 
06:36:26 
06:36:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:27 --- javac err: ---
06:36:27 X.java:12: error: cannot find symbol
06:36:27 	Zork z;
06:36:27 	^
06:36:27   symbol:   class Zork
06:36:27   location: class X
06:36:27 1 error
06:36:27 
06:36:27 
06:36:27 
06:36:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:28 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0041 - 12
06:36:28 ----------------------------------------
06:36:28 X.java [
06:36:28 public class X {
06:36:28 	public static void main(String[] args) {
06:36:28 		System.out.println(1.0 == 1.0);
06:36:28 		System.out.println(1.0f == 1.0f);
06:36:28 	}
06:36:28 }
06:36:28 
06:36:28 ]
06:36:28 
06:36:28 
06:36:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:28 
06:36:28 
06:36:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:29 --- javac err: ---
06:36:29 X.java:3: error: cannot find symbol
06:36:29 		foo((a));
06:36:29 		     ^
06:36:29   symbol:   variable a
06:36:29   location: class X
06:36:29 X.java:3: error: illegal parenthesized expression
06:36:29 		foo((a));
06:36:29 		    ^
06:36:29 2 errors
06:36:29 
06:36:29 
06:36:29 
06:36:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:30 ----------------------------------------
06:36:30 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0044 - 12
06:36:30 X.java [
06:36:30 class X {
06:36:30    volatile int x;
06:36:30    int nvx;
06:36:30 	void foo(int i) {
06:36:30 		x = x;
06:36:30        nvx = nvx;
06:36:30 	}
06:36:30 }
06:36:30 ]
06:36:30 
06:36:30 
06:36:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:30 ----------------------------------------
06:36:30 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0045 - 12
06:36:30 X.java [
06:36:30 class X {
06:36:30    volatile int x = this.x;
06:36:30    int nvx = this.nvx;
06:36:30 	void foo(int i) {
06:36:30 	}
06:36:30 }
06:36:30 ]
06:36:30 
06:36:30 
06:36:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:31 ----------------------------------------
06:36:31 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046 - 12
06:36:31 X.java [
06:36:31 class X {
06:36:31     int foo() {
06:36:31         int i=1;
06:36:31         boolean b=false;
06:36:31         b|=true;
06:36:31         int k = 2;
06:36:31         --k;
06:36:31         k+=3;
06:36:31         Integer j = 3;
06:36:31         j++;
06:36:31         i++;
06:36:31         return i++;
06:36:31     }
06:36:31 }
06:36:31 ]
06:36:31 
06:36:31 
06:36:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:32 ----------------------------------------
06:36:32 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field - 12
06:36:32 X.java [
06:36:32 class X {
06:36:32     private int i=1;
06:36:32     private boolean b=false;
06:36:32     private int k = 2;
06:36:32     private Integer j = 3;
06:36:32     int foo() {
06:36:32         b|=true;
06:36:32         --k;
06:36:32         k+=3;
06:36:32         j++;
06:36:32         return i++;
06:36:32     }
06:36:32 }
06:36:32 ]
06:36:32 
06:36:32 
06:36:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:33 ----------------------------------------
06:36:33 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field_in_private_type - 12
06:36:33 X.java [
06:36:33 class X {
06:36:33     private class Y {
06:36:33         int i=1;
06:36:33         public boolean b=false;
06:36:33         protected int k = 2;
06:36:33         Integer j = 3;
06:36:33     }
06:36:33     int foo(Y y) {
06:36:33         y.b|=true;
06:36:33         --y.k;
06:36:33         y.k+=3;
06:36:33         y.j++;
06:36:33         int result = y.i++;
06:36:33         y.i++;
06:36:33         return result;
06:36:33     }
06:36:33 }
06:36:33 ]
06:36:33 
06:36:33 
06:36:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:34 ----------------------------------------
06:36:34 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field_qualified - 12
06:36:34 X.java [
06:36:34 class X {
06:36:34     private int i=1;
06:36:34     private boolean b=false;
06:36:34     private int k = 2;
06:36:34     private Integer j = 3;
06:36:34     int foo(X that) {
06:36:34         that.b|=true;
06:36:34         --that.k;
06:36:34         that.k+=3;
06:36:34         that.j++;
06:36:34         that.i++;
06:36:34         return that.i++;
06:36:34     }
06:36:34 }
06:36:34 ]
06:36:34 
06:36:34 
06:36:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:36 ----------------------------------------
06:36:36 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field_this_qualified - 12
06:36:36 X.java [
06:36:36 class X {
06:36:36     private int i=1;
06:36:36     private boolean b=false;
06:36:36     private int k = 2;
06:36:36     private Integer j = 3;
06:36:36     int foo() {
06:36:36         this.b|=true;
06:36:36         --this.k;
06:36:36         getThis().k+=3;
06:36:36         this.j++;
06:36:36         return this.i++;
06:36:36     }
06:36:36     X getThis() { return this; }
06:36:36 }
06:36:36 ]
06:36:36 
06:36:36 
06:36:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:36 ----------------------------------------
06:36:36 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0047 - 12
06:36:36 X.java [
06:36:36 class X {
06:36:36     void foo(int param1, int param2, Integer param3) {
06:36:36         boolean b=false;
06:36:36         b|=true;
06:36:36         param1++;
06:36:36         {
06:36:36             int val=23;
06:36:36             param2 += val;
06:36:36         }
06:36:36         param3++;
06:36:36     }
06:36:36 }
06:36:36 ]
06:36:36 
06:36:36 
06:36:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:37 ----------------------------------------
06:36:37 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0048 - 12
06:36:37 X.java [
06:36:37 public class X extends A implements Y{
06:36:37    public void foo(int param1, int param2, Integer param3) {
06:36:37         boolean b=false;
06:36:37         b|=true;
06:36:37         param1++;
06:36:37         param2 += 1;
06:36:37         param3++;
06:36:37     }
06:36:37    public void foo(int param1, int param2) {
06:36:37         boolean b=false;
06:36:37         b|=true;
06:36:37         param1++;
06:36:37         param2 += 1;
06:36:37     }
06:36:37    public void bar(int param1, int param2, Integer param3) {
06:36:37         param1++;
06:36:37         param2 += 1;
06:36:37         param3++;
06:36:37     }
06:36:37 }
06:36:37 interface Y{
06:36:37 	public void foo(int param1, int param2, Integer param3);}
06:36:37 abstract class A{
06:36:37 	public abstract void bar(int param1, int param2, Integer param3);}
06:36:37 
06:36:37 ]
06:36:37 
06:36:37 
06:36:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:38 ----------------------------------------
06:36:38 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0049 - 12
06:36:38 X.java [
06:36:38 public class X extends A {
06:36:38    public void foo(int param1, int param2, Integer param3) {
06:36:38         boolean b=false;
06:36:38         b|=true;
06:36:38         param1++;
06:36:38         param2 += 1;
06:36:38         param3++;
06:36:38     }
06:36:38    public void foo(int param1, Integer param3) {
06:36:38         param1++;
06:36:38         param3++;
06:36:38     }
06:36:38 }
06:36:38 class A{
06:36:38    public void foo(int param1, int param2, Integer param3) {
06:36:38         param1 -=1;
06:36:38         param2--;
06:36:38         param3--;
06:36:38     }
06:36:38 }
06:36:38 
06:36:38 ]
06:36:38 
06:36:38 
06:36:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:39 ----------------------------------------
06:36:39 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0050 - 12
06:36:39 X.java [
06:36:39 class X {
06:36:39     int foo() {
06:36:39         int i=1;
06:36:39 		 if (false) {
06:36:39         	boolean b=false;
06:36:39         	b|=true;
06:36:39 		 }
06:36:39         int k = 2;
06:36:39         --k;
06:36:39         k+=3;
06:36:39         Integer j = 3;
06:36:39         j++;
06:36:39         return i++;
06:36:39     }
06:36:39 }
06:36:39 ]
06:36:39 
06:36:39 
06:36:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:40 ----------------------------------------
06:36:40 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0051 - 12
06:36:40 X.java [
06:36:40 class X {
06:36:40     X(int abc) {
06:36:40         abc++;
06:36:40     }
06:36:40 }
06:36:40 ]
06:36:40 
06:36:40 
06:36:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:41 
06:36:41 
06:36:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:42 
06:36:42 
06:36:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:43 
06:36:43 
06:36:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:44 
06:36:44 
06:36:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:45 
06:36:45 
06:36:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:46 ----------------------------------------
06:36:46 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0055 - 12
06:36:46 test1/E.java [
06:36:46 package test1;
06:36:46 public class E {
06:36:46     private void foo() {
06:36:46         int a= 10;
06:36:46         a++;
06:36:46         a--;
06:36:46         --a;
06:36:46         ++a;
06:36:46         for ( ; ; a++) {
06:36:46         }
06:36:46     }
06:36:46 }
06:36:46 ]
06:36:46 
06:36:46 
06:36:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:47 
06:36:47 
06:36:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:48 
06:36:48 
06:36:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:49 ----------------------------------------
06:36:49 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0059 - 12
06:36:49 X.java [
06:36:49 public class X {
06:36:49     public static void main(String[] args) {
06:36:49     	Object a = null;
06:36:49     	if (a != null){
06:36:49         	int j = 3;
06:36:49         	j++;
06:36:49     	}
06:36:49     	System.out.println("OK");
06:36:49     }
06:36:49 }
06:36:49 ]
06:36:49 
06:36:49 
06:36:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:49 ----------------------------------------
06:36:49 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0060 - 12
06:36:49 org/eclipse/jdt/internal/compiler/lookup/X.java [
06:36:49 package org.eclipse.jdt.internal.compiler.lookup;
06:36:49 class TypeBinding {
06:36:49 }
06:36:49 public class X {
06:36:49 	public static void main(String[] args) {
06:36:49 		TypeBinding t1 = null, t2 = null;
06:36:49 		if (t1 == t2) { 
06:36:49 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
06:36:49 				if (t1 == t2) {
06:36:49 				}
06:36:49 			}
06:36:49 		}
06:36:49 	}
06:36:49 	public static void gain(String[] args) {
06:36:49 		TypeBinding t1 = null, t2 = null;
06:36:49 		if (t1 == t2) { 
06:36:49 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
06:36:49 				if (t1 == t2) {
06:36:49 				}
06:36:49 			}
06:36:49 		}
06:36:49 	}
06:36:49 	public static void vain(String[] args) {
06:36:49 		TypeBinding t1 = null, t2 = null;
06:36:49 		//$IDENTITY-COMPARISON$
06:36:49 		//$IDENTITY-COMPARISON$
06:36:49 		//$IDENTITY-COMPARISON$
06:36:49 		if (t1 == t2) { 
06:36:49 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
06:36:49 				if (t1 == t2) { //$IDENTITY-COMPARISON$
06:36:49 				}
06:36:49 			}
06:36:49 		}
06:36:49 	}
06:36:49 	public static void cain(String[] args) {
06:36:49 		TypeBinding t1 = null, t2 = null;
06:36:49 		if (t1 == t2) { //$IDENTITY-COMPARISON$
06:36:49 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
06:36:49 				if (t1 == t2) { //$IDENTITY-COMPARISON$
06:36:49 				}
06:36:49 			}
06:36:49 		}
06:36:49 	}
06:36:49 }
06:36:49 
06:36:49 ]
06:36:49 
06:36:49 
06:36:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:50 
06:36:50 
06:36:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:51 
06:36:51 
06:36:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:52 ----------------------------------------
06:36:52 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0063 - 12
06:36:52 org/eclipse/jdt/core/dom/X.java [
06:36:52 package org.eclipse.jdt.core.dom;
06:36:52 interface ITypeBinding {
06:36:52 }
06:36:52 class TypeBinding implements ITypeBinding {
06:36:52 }
06:36:52 public class X {
06:36:52 	public static void main(String[] args) {
06:36:52 		TypeBinding t1 = null, t2 = null;
06:36:52 		if (t1 == t2) { 
06:36:52 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
06:36:52 				if (t1 == t2) {
06:36:52 				}
06:36:52 			}
06:36:52 		}
06:36:52 	}
06:36:52 	public static void gain(String[] args) {
06:36:52 		TypeBinding t1 = null, t2 = null;
06:36:52 		if (t1 == t2) { 
06:36:52 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
06:36:52 				if (t1 == t2) {
06:36:52 				}
06:36:52 			}
06:36:52 		}
06:36:52 	}
06:36:52 	public static void vain(String[] args) {
06:36:52 		TypeBinding t1 = null, t2 = null;
06:36:52 		//$IDENTITY-COMPARISON$
06:36:52 		//$IDENTITY-COMPARISON$
06:36:52 		//$IDENTITY-COMPARISON$
06:36:52 		if (t1 == t2) { 
06:36:52 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
06:36:52 				if (t1 == t2) { //$IDENTITY-COMPARISON$
06:36:52 				}
06:36:52 			}
06:36:52 		}
06:36:52 	}
06:36:52 	public static void cain(String[] args) {
06:36:52 		TypeBinding t1 = null, t2 = null;
06:36:52 		if (t1 == t2) { //$IDENTITY-COMPARISON$
06:36:52 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
06:36:52 				if (t1 == t2) { //$IDENTITY-COMPARISON$
06:36:52 				}
06:36:52 			}
06:36:52 		}
06:36:52 	}
06:36:52 }
06:36:52 
06:36:52 ]
06:36:52 
06:36:52 
06:36:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:53 ----------------------------------------
06:36:53 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218a - 12
06:36:53 X.java [
06:36:53 import java.util.*;
06:36:53 class X {
06:36:53   void test() {
06:36:53 	Set<Short> set = new HashSet<Short>();
06:36:53 	short one = 1;
06:36:53 	set.add(one);
06:36:53 
06:36:53 	if (set.contains("ONE")) // bad
06:36:53 		set.remove("ONE"); // bad
06:36:53 	if (set.contains(1)) // bad
06:36:53 		set.remove(1); // bad (tries to remove "Integer 1")
06:36:53 	System.out.println(set); // shows that the "Short 1" is still in!
06:36:53 
06:36:53 	if (set.contains(one)) // ok
06:36:53 		set.remove(one); // ok
06:36:53 	if (set.contains(Short.valueOf(one))) // ok
06:36:53 		set.remove(Short.valueOf(one)); // ok
06:36:53 	System.out.println(set);
06:36:53   }
06:36:53 }
06:36:53 
06:36:53 ]
06:36:53 
06:36:53 
06:36:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:54 ----------------------------------------
06:36:54 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218b - 12
06:36:54 X.java [
06:36:54 import java.util.*;
06:36:54 class X {
06:36:54   <T> void test(Set<HashSet<T>> hss, TreeSet<T> ts, LinkedHashSet<T> lhs) {
06:36:54 	if (hss.contains(ts)) // bad
06:36:54 		hss.remove(ts); // bad
06:36:54 	if (hss.contains((Set<T>)ts)) // ok
06:36:54 		hss.remove((Set<T>)ts); // ok
06:36:54 	if (hss.contains(lhs)) // ok
06:36:54 		hss.remove(lhs); // ok
06:36:54   }
06:36:54 }
06:36:54 
06:36:54 ]
06:36:54 
06:36:54 
06:36:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:55 ----------------------------------------
06:36:55 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218b2 - 12
06:36:55 X.java [
06:36:55 import java.util.*;
06:36:55 class X {
06:36:55   <T> void test(Set<HashSet<T>> hss, TreeSet<T> ts, LinkedHashSet<T> lhs) {
06:36:55 	if (hss.contains(ts)) // bad
06:36:55 		hss.remove(ts); // bad
06:36:55 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)
06:36:55 		hss.remove((Set<T>)ts); // bad (because of strict check)
06:36:55 	if (hss.contains(lhs)) // ok
06:36:55 		hss.remove(lhs); // ok
06:36:55   }
06:36:55 }
06:36:55 
06:36:55 ]
06:36:55 
06:36:55 
06:36:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:56 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218c - 12
06:36:56 ----------------------------------------
06:36:56 X.java [
06:36:56 import java.util.*;
06:36:56 class X {
06:36:56   Number test(Map<? extends Number, Number> m, boolean f) {
06:36:56 	if (m.containsKey("ONE")) // bad
06:36:56 		m.remove("ONE"); // bad
06:36:56 	if (m.containsValue("ONE")) // bad
06:36:56 		m.remove("ONE"); // bad
06:36:56 	short one = 1;
06:36:56 	if (m.containsKey(one)) // almost ok
06:36:56 		m.remove(one); // almost ok
06:36:56 	if (m.containsValue(Short.valueOf(one))) // ok
06:36:56 		m.remove(Short.valueOf(one)); // almost ok
06:36:56 	if (f)
06:36:56 		return m.get("ONE"); // bad
06:36:56 	return m.get(one);
06:36:56  // almost ok
06:36:56   }
06:36:56 }
06:36:56 
06:36:56 ]
06:36:56 
06:36:56 
06:36:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:57 ----------------------------------------
06:36:57 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218d - 12
06:36:57 X.java [
06:36:57 import java.util.*;
06:36:57 interface NumberCollection extends Collection<Number> {}
06:36:57 class X {
06:36:57   void test(NumberCollection numbers, List<Integer> ints, Set<String> stringSet) {
06:36:57 	if (numbers.containsAll(ints)) // ok
06:36:57 		numbers.removeAll(ints); // ok
06:36:57 	else
06:36:57 		numbers.retainAll(ints); // ok
06:36:57 
06:36:57 	numbers.removeAll(stringSet); // bad
06:36:57   }
06:36:57 }
06:36:57 
06:36:57 ]
06:36:57 
06:36:57 
06:36:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:58 ----------------------------------------
06:36:58 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218e - 12
06:36:58 X.java [
06:36:58 import java.util.*;
06:36:58 class X {
06:36:58   int test1(List<Integer> ints, Object o) {
06:36:58 	return ints.indexOf("ONE"); // bad
06:36:58   }
06:36:58   @SuppressWarnings("unlikely-arg-type")
06:36:58   int test2(List<Integer> ints, boolean f, Object o) {
06:36:58 	if (f)
06:36:58 		return ints.indexOf("ONE"); // bad but suppressed
06:36:58 	return ints.indexOf(o); // supertype
06:36:58   }
06:36:58 }
06:36:58 
06:36:58 ]
06:36:58 
06:36:58 
06:36:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:36:59 ----------------------------------------
06:36:59 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218f - 12
06:36:59 test/TestUnlikely.java [
06:36:59 package test;
06:36:59 
06:36:59 import java.util.Collection;
06:36:59 import java.util.Iterator;
06:36:59 import java.util.List;
06:36:59 import java.util.Map;
06:36:59 import java.util.Objects;
06:36:59 import java.util.Set;
06:36:59 import java.util.function.BiPredicate;
06:36:59 import java.util.function.Predicate;
06:36:59 
06:36:59 public class TestUnlikely {
06:36:59 	interface Interface {
06:36:59 	}
06:36:59 
06:36:59 	interface OtherInterface {
06:36:59 	}
06:36:59 
06:36:59 	static class NonFinal implements Interface {
06:36:59 	}
06:36:59 
06:36:59 	static class Sub extends NonFinal implements OtherInterface {
06:36:59 	}
06:36:59 
06:36:59 	static final class Final implements Interface {
06:36:59 	}
06:36:59 
06:36:59 	void f1(List<Interface> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
06:36:59 		c.remove(i);
06:36:59 		c.remove(o); // warning: unrelated interface
06:36:59 		c.remove(f);
06:36:59 		c.remove(nf);
06:36:59 		c.remove(s);
06:36:59 	}
06:36:59 
06:36:59 	void f2(List<OtherInterface> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
06:36:59 		c.remove(i); // warning: unrelated interface
06:36:59 		c.remove(o);
06:36:59 		c.remove(f); // warning: impossible
06:36:59 		c.remove(nf); // warning: castable, but not supertype
06:36:59 		c.remove(s);
06:36:59 	}
06:36:59 
06:36:59 	void f3(List<Final> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
06:36:59 		c.remove(i); // supertype
06:36:59 		c.remove(o); // warning: impossible
06:36:59 		c.remove(f);
06:36:59 		c.remove(nf); // warning: impossible
06:36:59 		c.remove(s); // warning: impossible
06:36:59 	}
06:36:59 
06:36:59 	void f4(List<NonFinal> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
06:36:59 		c.remove(i); // supertype
06:36:59 		c.remove(o); // warning: unrelated interface
06:36:59 		c.remove(f); // warning: impossible
06:36:59 		c.remove(nf);
06:36:59 		c.remove(s);
06:36:59 	}
06:36:59 
06:36:59 	void f5(List<Sub> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
06:36:59 		c.remove(i); // supertype
06:36:59 		c.remove(o); // supertype
06:36:59 		c.remove(f); // warning: impossible
06:36:59 		c.remove(nf); // supertype
06:36:59 		c.remove(s);
06:36:59 	}
06:36:59 
06:36:59 	<K, V> void map(Map<K, V> map, K key, V value) {
06:36:59 		map.containsKey(key);
06:36:59 		map.containsKey(value); // warning
06:36:59 		map.containsValue(key); // warning
06:36:59 		map.containsValue(value);
06:36:59 	}
06:36:59 
06:36:59 	boolean wildcards(Collection<?> c, Iterable<?> s) {
06:36:59 		for (Iterator<?> iterator = s.iterator(); iterator.hasNext();) {
06:36:59 			if (c.contains(iterator.next())) {
06:36:59 				return true;
06:36:59 			}
06:36:59 		}
06:36:59 		return false;
06:36:59 	}
06:36:59 
06:36:59 	<T, U extends T> boolean relatedTypeVariables(Collection<T> c, Iterable<U> s) {
06:36:59 		for (Iterator<?> iterator = s.iterator(); iterator.hasNext();) {
06:36:59 			if (c.contains(iterator.next())) {
06:36:59 				return true;
06:36:59 			}
06:36:59 		}
06:36:59 		return false;
06:36:59 	}
06:36:59 
06:36:59 	<T, U> boolean unrelatedTypeVariables(Collection<T> c, Iterable<U> s) {
06:36:59 		for (Iterator<U> iterator = s.iterator(); iterator.hasNext();) {
06:36:59 			if (c.contains(iterator.next())) { // warning
06:36:59 				return true;
06:36:59 			}
06:36:59 		}
06:36:59 		return false;
06:36:59 	}
06:36:59 
06:36:59 	void all(List<NonFinal> c, Collection<Sub> s, Set<Final> other) {
06:36:59 		c.removeAll(s);
06:36:59 		s.removeAll(c);
06:36:59 		c.removeAll(other); // warning
06:36:59 	}
06:36:59 
06:36:59 	void methodRef(Set<Interface> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
06:36:59 		Predicate<Interface> p1 = c::contains;
06:36:59 		BiPredicate<Collection<Interface>, Interface> bp1 = Collection<Interface>::contains;
06:36:59 		Predicate<OtherInterface> p2 = c::contains; // warning
06:36:59 		BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning
06:36:59 		p1.test(i);
06:36:59 		bp1.test(c, i);
06:36:59 		p2.test(o);
06:36:59 		bp2.test(c, o);
06:36:59 	}
06:36:59 
06:36:59 	void equals(String s, Integer i, Number n) {
06:36:59 		s.equals(i); // info
06:36:59 		i.equals(s); // info
06:36:59 		i.equals(n);
06:36:59 		n.equals(i);
06:36:59 
06:36:59 		Predicate<String> p1 = i::equals; // info
06:36:59 		p1.test(s);
06:36:59 
06:36:59 		BiPredicate<String, Integer> bp2 = Object::equals; // info
06:36:59 		bp2.test(s, i);
06:36:59 
06:36:59 		Objects.equals(s, i); // info
06:36:59 		Objects.equals(i, s); // info
06:36:59 		Objects.equals(n, i);
06:36:59 		Objects.equals(i, n);
06:36:59 
06:36:59 		BiPredicate<String, Integer> bp3 = Objects::equals; // info
06:36:59 		bp3.test(s, i);
06:36:59 	}
06:36:59 
06:36:59 }
06:36:59 
06:36:59 ]
06:36:59 
06:36:59 
06:36:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:00 --- javac err: ---
06:37:00 test/Test.java:7: warning: [rawtypes] found raw type: List
06:37:00 	void f(List dependencyList, Set<Object> set) {
06:37:00 	       ^
06:37:00   missing type arguments for generic class List<E>
06:37:00   where E is a type-variable:
06:37:00     E extends Object declared in interface List
06:37:00 test/Test.java:8: warning: [unchecked] unchecked call to removeAll(Collection<?>) as a member of the raw type List
06:37:00 		dependencyList.removeAll(set);
06:37:00 		                        ^
06:37:00 2 warnings
06:37:00 
06:37:00 
06:37:00 
06:37:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:01 
06:37:01 
06:37:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:02 
06:37:02 
06:37:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 ----------------------------------------
06:37:03 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug514956c - 12
06:37:03 Unlikely.java [
06:37:03 interface I1 {}
06:37:03 interface I2 {}
06:37:03 interface I3 {}
06:37:03 public class Unlikely implements I1 {
06:37:03 	boolean m1(I1 i1) {
06:37:03 		return i1.equals((I1)this);
06:37:03 	}
06:37:03 	boolean m2(I1 i1, I2 i2) {
06:37:03 		return i1.equals((I3)i2);
06:37:03 	}
06:37:03 }
06:37:03 
06:37:03 ]
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 ***************************************************************************
06:37:03 * Comparison with Sun Javac compiler for class ManifestAnalyzerTest (null tests)
06:37:03 ***************************************************************************
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 
06:37:03 
06:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:03 ***************************************************************************
06:37:03 * Comparison with Sun Javac compiler for class InitializationTests (null tests)
06:37:03 ***************************************************************************
06:37:04 
06:37:04 
06:37:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:05 
06:37:05 
06:37:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:06 --- javac err: ---
06:37:06 X.java:12: error: variable abc might already have been assigned
06:37:06 			abc = new X(1);
06:37:06 			^
06:37:06 1 error
06:37:06 
06:37:06 
06:37:06 
06:37:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:06 --- javac err: ---
06:37:06 X.java:13: error: variable abc might already have been assigned
06:37:06 		boolean comp = X.comparison((abc = new X(2)), (abc = new X(1)).returnA());
06:37:06 		                                               ^
06:37:06 1 error
06:37:06 
06:37:06 
06:37:06 
06:37:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:07 --- javac err: ---
06:37:07 X.java:10: error: variable abc might already have been assigned
06:37:07 		boolean comp = ((abc = new X(2)).returnA() == 1 || (abc = new X(1)).returnA() == 1);
06:37:07 		                                                    ^
06:37:07 1 error
06:37:07 
06:37:07 
06:37:07 
06:37:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:08 --- javac err: ---
06:37:08 X.java:12: error: variable abc might already have been assigned
06:37:08 			val = (abc = new X(2)).returnA();
06:37:08 			       ^
06:37:08 1 error
06:37:08 
06:37:08 
06:37:08 
06:37:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:09 --- javac err: ---
06:37:09 X.java:16: error: variable abc might already have been assigned
06:37:09 		abc = new X(2);
06:37:09 		^
06:37:09 1 error
06:37:09 
06:37:09 
06:37:09 
06:37:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:10 
06:37:10 
06:37:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:11 
06:37:11 
06:37:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:12 --- javac err: ---
06:37:12 X.java:10: error: variable abc might already have been assigned
06:37:12 		abc = new X(abc = 2).returnA();
06:37:12 		^
06:37:12 1 error
06:37:12 
06:37:12 
06:37:12 
06:37:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:13 --- javac err: ---
06:37:13 X.java:5: error: variable x might already have been assigned
06:37:13 		x = new X(x = 2).returnA();	}
06:37:13 		^
06:37:13 1 error
06:37:13 
06:37:13 
06:37:13 
06:37:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:14 --- javac err: ---
06:37:14 X.java:16: error: variable before might not have been initialized
06:37:14 				return new String(before);
06:37:14 				                  ^
06:37:14 1 error
06:37:14 
06:37:14 
06:37:14 
06:37:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:15 
06:37:15 
06:37:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:16 
06:37:16 
06:37:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:17 --- javac err: ---
06:37:17 Bug324178.java:5: error: variable b2 might not have been initialized
06:37:17           return b2;
06:37:17                  ^
06:37:17 1 error
06:37:17 
06:37:17 
06:37:17 
06:37:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:17 --- javac err: ---
06:37:17 X.java:3: error: variable oStatic not initialized in the default constructor
06:37:17 	 final static Object oStatic; // report here!
06:37:17 	                     ^
06:37:17 X.java:2: error: variable o not initialized in the default constructor
06:37:17 	 final Object o; // report here!
06:37:17 	              ^
06:37:17 2 errors
06:37:17 
06:37:17 
06:37:17 
06:37:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:17 ***************************************************************************
06:37:17 * Comparison with Sun Javac compiler for class ResourceLeakTests (null tests)
06:37:17 ***************************************************************************
06:37:18 
06:37:18 
06:37:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:19 
06:37:19 
06:37:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:20 
06:37:20 
06:37:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:21 
06:37:21 
06:37:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:22 
06:37:22 
06:37:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:23 
06:37:23 
06:37:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:24 
06:37:24 
06:37:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:25 
06:37:25 
06:37:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:26 
06:37:26 
06:37:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:27 
06:37:27 
06:37:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:28 
06:37:28 
06:37:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:29 
06:37:29 
06:37:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:30 
06:37:30 
06:37:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:31 
06:37:31 
06:37:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:32 
06:37:32 
06:37:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:33 
06:37:33 
06:37:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:34 
06:37:34 
06:37:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:35 
06:37:35 
06:37:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:36 
06:37:36 
06:37:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:37 
06:37:37 
06:37:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:38 
06:37:38 
06:37:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:39 
06:37:39 
06:37:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:40 
06:37:40 
06:37:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:41 
06:37:41 
06:37:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:42 --- javac err: ---
06:37:42 X.java:10: error: auto-closeable resource fileReader may not be assigned
06:37:42             fileReader = new FileReader(file);  // debug here
06:37:42             ^
06:37:42 1 error
06:37:42 
06:37:42 
06:37:42 
06:37:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:43 
06:37:43 
06:37:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:44 
06:37:44 
06:37:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:45 
06:37:45 
06:37:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:46 
06:37:46 
06:37:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:47 
06:37:47 
06:37:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:48 
06:37:48 
06:37:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:49 --- javac err: ---
06:37:49 X.java:7: warning: [try] auto-closeable resource reader3 is never referenced in body of corresponding try statement
06:37:49         try (FileReader reader3 = new FileReader("file3")) {
06:37:49                         ^
06:37:49 1 warning
06:37:49 
06:37:49 
06:37:49 
06:37:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:50 
06:37:50 
06:37:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:50 
06:37:50 
06:37:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:51 
06:37:51 
06:37:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:52 
06:37:52 
06:37:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:53 
06:37:53 
06:37:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:54 
06:37:54 
06:37:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:55 
06:37:55 
06:37:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:56 
06:37:56 
06:37:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:57 
06:37:57 
06:37:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:58 
06:37:58 
06:37:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:37:59 
06:37:59 
06:37:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:00 
06:38:00 
06:38:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:01 
06:38:01 
06:38:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:02 
06:38:02 
06:38:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:03 
06:38:03 
06:38:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:04 
06:38:04 
06:38:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:05 
06:38:05 
06:38:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:06 
06:38:06 
06:38:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:07 
06:38:07 
06:38:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:08 
06:38:08 
06:38:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:09 
06:38:09 
06:38:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:10 
06:38:10 
06:38:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:11 
06:38:11 
06:38:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:12 
06:38:12 
06:38:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:12 
06:38:12 
06:38:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:13 
06:38:13 
06:38:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:14 
06:38:14 
06:38:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:15 
06:38:15 
06:38:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:16 
06:38:16 
06:38:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:17 
06:38:17 
06:38:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:18 
06:38:18 
06:38:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:19 
06:38:19 
06:38:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:20 
06:38:20 
06:38:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:21 
06:38:21 
06:38:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:22 
06:38:22 
06:38:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:23 
06:38:23 
06:38:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:24 
06:38:24 
06:38:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:25 
06:38:25 
06:38:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:26 
06:38:26 
06:38:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:27 
06:38:27 
06:38:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:28 --- javac err: ---
06:38:28 Test066.java:2: warning: [serial] serializable class MyException has no definition of serialVersionUID
06:38:28 class MyException extends Exception{}
06:38:28 ^
06:38:28 1 warning
06:38:28 
06:38:28 
06:38:28 
06:38:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:29 --- javac err: ---
06:38:29 Test066.java:2: warning: [serial] serializable class MyException has no definition of serialVersionUID
06:38:29 class MyException extends Exception{}
06:38:29 ^
06:38:29 1 warning
06:38:29 
06:38:29 
06:38:29 
06:38:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:30 
06:38:30 
06:38:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:31 
06:38:31 
06:38:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:32 --- javac err: ---
06:38:32 Test069.java:5: warning: [serial] serializable class Test069.CoreException has no definition of serialVersionUID
06:38:32 	class CoreException extends Exception {}
06:38:32 	^
06:38:32 1 warning
06:38:32 
06:38:32 
06:38:32 
06:38:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:33 
06:38:33 
06:38:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:34 
06:38:34 
06:38:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:35 
06:38:35 
06:38:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:36 
06:38:36 
06:38:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:37 
06:38:37 
06:38:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:38 
06:38:38 
06:38:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:39 
06:38:39 
06:38:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:40 
06:38:40 
06:38:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:41 
06:38:41 
06:38:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:42 
06:38:42 
06:38:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:43 
06:38:43 
06:38:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:43 
06:38:43 
06:38:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:44 
06:38:44 
06:38:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:45 
06:38:45 
06:38:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:47 
06:38:47 
06:38:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:47 
06:38:47 
06:38:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:49 
06:38:49 
06:38:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:50 
06:38:50 
06:38:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:51 
06:38:51 
06:38:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:52 
06:38:52 
06:38:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:53 
06:38:53 
06:38:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:54 
06:38:54 
06:38:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:55 
06:38:55 
06:38:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:56 
06:38:56 
06:38:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:57 
06:38:57 
06:38:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:58 
06:38:58 
06:38:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:38:59 
06:38:59 
06:38:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:00 
06:39:00 
06:39:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:01 
06:39:01 
06:39:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:02 --- javac err: ---
06:39:02 HostIdTest.java:6: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
06:39:02     try (InputStream x = new ByteArrayInputStream(null)) {
06:39:02                      ^
06:39:02 1 warning
06:39:02 
06:39:02 
06:39:02 
06:39:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:03 
06:39:03 
06:39:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:04 
06:39:04 
06:39:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:05 --- javac err: ---
06:39:05 A.java:5: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement
06:39:05     try(FileInputStream in = b ? new FileInputStream("a") : null){}
06:39:05                         ^
06:39:05 1 warning
06:39:05 
06:39:05 
06:39:05 
06:39:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:06 --- javac err: ---
06:39:06 A.java:4: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement
06:39:06     try(FileInputStream in = create(new FileInputStream("a"))){}
06:39:06                         ^
06:39:06 1 warning
06:39:06 
06:39:06 
06:39:06 
06:39:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:07 --- javac err: ---
06:39:07 A.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
06:39:07 		try (FileInputStream a = new FileInputStream("A") {{
06:39:07 		                     ^
06:39:07 1 warning
06:39:07 
06:39:07 
06:39:07 
06:39:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:08 
06:39:08 
06:39:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:09 
06:39:09 
06:39:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:10 
06:39:10 
06:39:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:11 
06:39:11 
06:39:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:12 
06:39:12 
06:39:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:12 
06:39:12 
06:39:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:13 
06:39:13 
06:39:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:14 
06:39:14 
06:39:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:15 
06:39:15 
06:39:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:16 --- javac err: ---
06:39:16 Bug444964.java:5: warning: [try] auto-closeable resource baos is never referenced in body of corresponding try statement
06:39:16     try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) {
06:39:16                                ^
06:39:16 Bug444964.java:13: warning: [try] auto-closeable resource baos is never referenced in body of corresponding try statement
06:39:16     try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) {
06:39:16                                ^
06:39:16 2 warnings
06:39:16 
06:39:16 
06:39:16 
06:39:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:17 
06:39:17 
06:39:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:18 
06:39:18 
06:39:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:19 
06:39:19 
06:39:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:20 
06:39:20 
06:39:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:21 --- javac err: ---
06:39:21 AutoCloseableEnhancedForTest.java:27: warning: [try] auto-closeable resource MyIterable<T> has a member method close() that could throw InterruptedException
06:39:21    private static class MyIterable<T> implements Iterable<T>, AutoCloseable
06:39:21                   ^
06:39:21   where T is a type-variable:
06:39:21     T extends Object declared in class MyIterable
06:39:21 1 warning
06:39:21 
06:39:21 
06:39:21 
06:39:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:22 
06:39:22 
06:39:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:23 
06:39:23 
06:39:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:24 
06:39:24 
06:39:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:27 
06:39:27 
06:39:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:29 
06:39:29 
06:39:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:30 
06:39:30 
06:39:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:31 
06:39:31 
06:39:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:31 
06:39:31 
06:39:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:31 
06:39:31 
06:39:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:31 
06:39:31 
06:39:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:32 --- javac err: ---
06:39:32 Test.java:38: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement
06:39:32         try (CountingBufferedOutputStream out = new CountingBufferedOutputStream(
06:39:32                                           ^
06:39:32 1 warning
06:39:32 
06:39:32 
06:39:32 
06:39:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:33 
06:39:33 
06:39:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:34 
06:39:34 
06:39:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:35 
06:39:35 
06:39:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:37 
06:39:37 
06:39:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:39 
06:39:39 
06:39:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:40 
06:39:40 
06:39:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:41 
06:39:41 
06:39:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:42 --- javac err: ---
06:39:42 B.java:1: warning: [try] auto-closeable resource B<U> has a member method close() that could throw InterruptedException
06:39:42 public abstract class B<U> implements AutoCloseable {}
06:39:42                 ^
06:39:42   where U is a type-variable:
06:39:42     U extends Object declared in class B
06:39:42 A.java:2: warning: [try] auto-closeable resource A<T> has a member method close() that could throw InterruptedException
06:39:42 public abstract class A<T> extends B<T> implements C<D> {
06:39:42                 ^
06:39:42   where T is a type-variable:
06:39:42     T extends Object declared in class A
06:39:42 D.java:1: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
06:39:42 public abstract class D extends A<String> {}
06:39:42                 ^
06:39:42 3 warnings
06:39:42 
06:39:42 
06:39:42 
06:39:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:43 
06:39:43 
06:39:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:44 
06:39:44 
06:39:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:45 
06:39:45 
06:39:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:46 
06:39:46 
06:39:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:47 
06:39:47 
06:39:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:48 
06:39:48 
06:39:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:49 
06:39:49 
06:39:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:51 
06:39:51 
06:39:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:39:51 ***************************************************************************
06:39:51 * Comparison with Sun Javac compiler for class JavadocBugsTest (null tests)
06:39:51 ***************************************************************************
06:39:52 --- javac err: ---
06:39:52 boden/IAFAState.java:3: warning: [serial] serializable class ValidationException has no definition of serialVersionUID
06:39:52     public class ValidationException extends Exception {
06:39:52            ^
06:39:52 1 warning
06:39:52 
06:39:53 --- javac err: ---
06:39:53 boden/IAFAState.java:3: warning: [serial] serializable class ValidationException has no definition of serialVersionUID
06:39:53     public class ValidationException extends Exception {
06:39:53            ^
06:39:53 1 warning
06:39:53 
06:39:54 --- javac err: ---
06:39:54 boden/IAFAState.java:3: warning: [serial] serializable class ValidationException has no definition of serialVersionUID
06:39:54     public class ValidationException extends Exception {
06:39:54            ^
06:39:54 1 warning
06:39:54 
06:40:04 --- javac err: ---
06:40:04 X.java:6: error: cannot find symbol
06:40:04 		Zork z;
06:40:04 		^
06:40:04   symbol:   class Zork
06:40:04   location: class X
06:40:04 p/A.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:40:04 	public void bar() {
06:40:04 	            ^
06:40:04 1 error
06:40:04 1 warning
06:40:04 
06:40:05 --- javac err: ---
06:40:05 X.java:7: error: cannot find symbol
06:40:05 		Zork z;
06:40:05 		^
06:40:05   symbol:   class Zork
06:40:05   location: class X
06:40:05 1 error
06:40:05 
06:40:06 --- javac err: ---
06:40:06 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:40:06 public class A {
06:40:06        ^
06:40:06 1 warning
06:40:06 
06:40:07 --- javac err: ---
06:40:07 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:40:07 public class A {
06:40:07        ^
06:40:07 1 warning
06:40:07 
06:40:08 --- javac err: ---
06:40:08 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:40:08 public class A {
06:40:08        ^
06:40:08 1 warning
06:40:08 
06:40:09 --- javac err: ---
06:40:09 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:40:09 public class A {
06:40:09        ^
06:40:09 1 warning
06:40:09 
06:40:10 --- javac err: ---
06:40:10 Test.java:3: error: invalid method declaration; return type required
06:40:10 	public Test() {}
06:40:10 	       ^
06:40:10 Test.java:5: error: invalid method declaration; return type required
06:40:10 	public test() {}
06:40:10 	       ^
06:40:10 2 errors
06:40:10 
06:40:34 ----------------------------------------
06:40:34 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug170637b - 12
06:40:34 X.java [
06:40:34 public interface X
06:40:34 {
06:40:34   /**
06:40:34    * Test for bug {@link "https://bugs.eclipse.org/bugs/show_bug.cgi?id=170637"}
06:40:34    * 
06:40:34    * 
06:40:34    * @param bar1 {@link X}
06:40:34    * @param bar2 {@link X}
06:40:34    * @param bar3 {@link X}
06:40:34    * @param bar4 {@link X}
06:40:34    * @param bar5 {@link X}
06:40:34    * @param bar6 {@link X}
06:40:34    * @param bar7 {@link X}
06:40:34    * @param bar8 {@link X}
06:40:34    * @param bar9 {@link X}
06:40:34    * @param bar10 {@link X}
06:40:34    * @param bar11 {@link X}
06:40:34    * @param bar12 {@link X}
06:40:34    * @param bar13 {@link X}
06:40:34    * @param bar14 {@link X}
06:40:34    * @param bar15 {@link X}
06:40:34    * @param bar16 {@link X}
06:40:34    * @param bar17 {@link X}
06:40:34    * @param bar18 {@link X}
06:40:34    * @param bar19 {@link X}
06:40:34    * @param bar20 {@link X}
06:40:34    * @param bar21 {@link X}
06:40:34    * @param bar22 {@link X}
06:40:34    * @param bar23 {@link X}
06:40:34    * @param bar24 {@link X}
06:40:34    * @param bar25 {@link X}
06:40:34    * @param bar26 {@link X}
06:40:34    * @param bar27 {@link X}
06:40:34    * @param bar28 {@link X}
06:40:34    * @param bar29 {@link X}
06:40:34    * @param bar30 {@link X}
06:40:34    * 
06:40:34    * @return A string
06:40:34    */
06:40:34   public String foo(String bar1,
06:40:34       String bar2,
06:40:34       String bar3,
06:40:34       String bar4,
06:40:34       String bar5,
06:40:34       String bar6,
06:40:34       String bar7,
06:40:34       String bar8,
06:40:34       String bar9,
06:40:34       String bar10,
06:40:34       String bar11,
06:40:34       String bar12,
06:40:34       String bar13,
06:40:34       String bar14,
06:40:34       String bar15,
06:40:34       String bar16,
06:40:34       String bar17,
06:40:34       String bar18,
06:40:34       String bar19,
06:40:34       String bar20,
06:40:34       String bar21,
06:40:34       String bar22,
06:40:34       String bar23,
06:40:34       String bar24,
06:40:34       String bar25,
06:40:34       String bar26,
06:40:34       String bar27,
06:40:34       String bar28,
06:40:34       String bar29,
06:40:34       String bar30,
06:40:34       String bar31
06:40:34       );
06:40:34 }
06:40:34 
06:40:34 ]
06:40:55 ----------------------------------------
06:40:55 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345a - 12
06:40:55 pkg/X.java [
06:40:55 package pkg;
06:40:55 
06:40:55 public class X extends Object {
06:40:55 	/**
06:40:55 	 * This is {@literal raw text:
06:40:55 	 * 			{@link BadLink} is just text}
06:40:55 	 * 			{@link expected_error}
06:40:55 	 * }
06:40:55 	 */
06:40:55 	public String toString() { 
06:40:55 		return "foo";
06:40:55 	}
06:40:55 }
06:40:55 
06:40:55 ]
06:40:56 ----------------------------------------
06:40:56 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345b - 12
06:40:56 pkg/X.java [
06:40:56 package pkg;
06:40:56 
06:40:56 public class X extends Object {
06:40:56 	/**
06:40:56 	 * This is {@code raw text:
06:40:56 	 * 			{@link BadLink} is just text}
06:40:56 	 * 			{@link expected_error}
06:40:56 	 * }
06:40:56 	 */
06:40:56 	public String toString() { 
06:40:56 		return "foo";
06:40:56 	}
06:40:56 }
06:40:56 
06:40:56 ]
06:40:57 ----------------------------------------
06:40:57 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345c - 12
06:40:57 pkg/X.java [
06:40:57 package pkg;
06:40:57 
06:40:57 public class X extends Object {
06:40:57 	/**
06:40:57 	 * This is {@link raw text:
06:40:57 	 * 			{@link BadLink} is just text}
06:40:57 	 * 			{@link expected_error}
06:40:57 	 * }
06:40:57 	 */
06:40:57 	public String toString() { 
06:40:57 		return "foo";
06:40:57 	}
06:40:57 }
06:40:57 
06:40:57 ]
06:40:58 ----------------------------------------
06:40:58 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345d - 12
06:40:58 pkg/X.java [
06:40:58 package pkg;
06:40:58 
06:40:58 public class X extends Object {
06:40:58 	/**
06:40:58 	 * This is {@literal raw text:
06:40:58 	 * 			{@link BadLink}}}} is just text}
06:40:58 	 * 			{@link expected_error}
06:40:58 	 * }
06:40:58 	 */
06:40:58 	public String toString() { 
06:40:58 		return "foo";
06:40:58 	}
06:40:58 }
06:40:58 
06:40:58 ]
06:40:59 ----------------------------------------
06:40:59 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345e - 12
06:40:59 pkg/X.java [
06:40:59 package pkg;
06:40:59 
06:40:59 public class X extends Object {
06:40:59 	/**
06:40:59 	 * This is {@code raw text:
06:40:59 	 * 			{{{{{{@link BadLink}}} is just text}
06:40:59 	 * @since 4.2
06:40:59 	 */
06:40:59 	public String toString() { 
06:40:59 		return "foo";
06:40:59 	}
06:40:59 }
06:40:59 
06:40:59 ]
06:41:00 ----------------------------------------
06:41:00 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345f - 12
06:41:00 pkg/X.java [
06:41:00 package pkg;
06:41:00 
06:41:00 public class X extends Object {
06:41:00 	/**
06:41:00 	 * This is {@code raw text:
06:41:00 	 * 			{@link BadLink}
06:41:00 	 * @since 4.2
06:41:00 	 */
06:41:00 	public String toString() { 
06:41:00 		return "foo";
06:41:00 	}
06:41:00 }
06:41:00 
06:41:00 ]
06:41:00 ----------------------------------------
06:41:00 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345g - 12
06:41:00 pkg/X.java [
06:41:00 package pkg;
06:41:00 
06:41:00 public class X extends Object {
06:41:00 	/**
06:41:00 	 * This is {@code raw text:
06:41:00 	 * 			{@link BadLink
06:41:00 	 * @since 4.2
06:41:00 	 */
06:41:00 	public String toString() { 
06:41:00 		return "foo";
06:41:00 	}
06:41:00 }
06:41:00 
06:41:00 ]
06:41:01 ----------------------------------------
06:41:01 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345h - 12
06:41:01 pkg/X.java [
06:41:01 package pkg;
06:41:01 
06:41:01 public class X extends Object {
06:41:01 	/**
06:41:01 	 * This is {@code raw text:
06:41:01 	 * @since 4.2
06:41:01 	 */
06:41:01 	public String toString() { 
06:41:01 		return "foo";
06:41:01 	}
06:41:01 }
06:41:01 
06:41:01 ]
06:41:02 ----------------------------------------
06:41:02 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345i - 12
06:41:02 pkg/X.java [
06:41:02 package pkg;
06:41:02 
06:41:02 public class X extends Object {
06:41:02 	/**
06:41:02 	 * This is {@code raw text:
06:41:02 	 */
06:41:02 	public String toString() { 
06:41:02 		return "foo";
06:41:02 	}
06:41:02 }
06:41:02 
06:41:02 ]
06:41:05 ----------------------------------------
06:41:05 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345l - 12
06:41:05 pkg/X.java [
06:41:05 package pkg;
06:41:05 
06:41:05 public class X extends Object {
06:41:05 	/**
06:41:05 	 * This is {@literal raw text:
06:41:05 	 * 			{@link BadLink}
06:41:05 	 */
06:41:05 	public String toString() { 
06:41:05 		return "foo";
06:41:05 	}
06:41:05 }
06:41:05 
06:41:05 ]
06:41:06 ----------------------------------------
06:41:06 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345m - 12
06:41:06 pkg/X.java [
06:41:06 package pkg;
06:41:06 
06:41:06 public class X extends Object {
06:41:06 	/**
06:41:06 	 * This is {@code raw text:
06:41:06 	 * 			{@link BadLink}
06:41:06 	 */
06:41:06 	public String toString() { 
06:41:06 		return "foo";
06:41:06 	}
06:41:06 }
06:41:06 
06:41:06 ]
06:41:07 ----------------------------------------
06:41:07 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug207765 - 12
06:41:07 pkg/X.java [
06:41:07 package pkg;
06:41:07 
06:41:07 public class X {
06:41:07 	/**
06:41:07 	 * {@link "http://www.eclipse.org/}
06:41:07 	 * @see "http://www.eclipse.org/
06:41:07 	 */
06:41:07 	public void foo() { 
06:41:07 	 
06:41:07 	}
06:41:07 }
06:41:07 
06:41:07 ]
06:41:13 --- javac err: ---
06:41:13 X.java:30: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:41:13 	public String foo(String aParam) {
06:41:13 	              ^
06:41:13 1 warning
06:41:13 
06:41:14 ----------------------------------------
06:41:14 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug222900c - 12
06:41:14 X.java [
06:41:14 /**
06:41:14  * Test the {@code} missing description
06:41:14  * Test the {@code
06:41:14  * } missing description
06:41:14  * Test the {@code X} with description
06:41:14  * Test the {@code
06:41:14  * public class X} with description
06:41:14 */
06:41:14 public class X {
06:41:14 }
06:41:14 
06:41:14 ]
06:41:15 --- javac err: ---
06:41:15 X.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:41:15 public class X {
06:41:15        ^
06:41:15 1 warning
06:41:15 
06:41:18 ----------------------------------------
06:41:18 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug233187a - 12
06:41:18 test/a/X.java [
06:41:18 package test.a;
06:41:18 
06:41:18 public class X {
06:41:18    public static class Y {
06:41:18         public static class Z { 
06:41:18             /**
06:41:18              * The position in the new method signature depends on
06:41:18              * the position in the array passed to
06:41:18              * {@link X.Y#foo(test.a.X.Y.Z[])} OK for javadoc tool
06:41:18              * {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool
06:41:18              * {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool
06:41:18              * {@link X.Y#foo(Y.Z[])} KO for javadoc tool
06:41:18              * {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool
06:41:18              */
06:41:18             public int bar() {
06:41:18                 return 0;
06:41:18             }
06:41:18         }
06:41:18 
06:41:18         public void foo(Z[] params) {
06:41:18         }
06:41:18     }
06:41:18 }
06:41:18 
06:41:18 ]
06:41:19 ----------------------------------------
06:41:19 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug233187b - 12
06:41:19 test/b/X.java [
06:41:19 package test.b;
06:41:19 
06:41:19 public class X {
06:41:19    public static class Y {
06:41:19         public static class Z { 
06:41:19             /**
06:41:19              * The position in the new method signature depends on
06:41:19              * the position in the array passed to
06:41:19              * {@link X.Y#foo(test.b.X.Y.Z)} OK for javadoc tool
06:41:19             * {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool
06:41:19              * {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool
06:41:19              * {@link X.Y#foo(Y.Z)} KO for javadoc tool
06:41:19              * {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool
06:41:19              */
06:41:19             public int bar() {
06:41:19                 return 0;
06:41:19             }
06:41:19         }
06:41:19 
06:41:19         public void foo(Z params) {
06:41:19         }
06:41:19     }
06:41:19 }
06:41:19 
06:41:19 ]
06:41:23 --- javac err: ---
06:41:23 X.java:18: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:41:23 	public String foo(String aParam) throws Exception {
06:41:23 	              ^
06:41:23 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:41:23 public class X {
06:41:23        ^
06:41:23 2 warnings
06:41:23 
06:41:29 ----------------------------------------
06:41:29 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug254825 - 12
06:41:29 X.java [
06:41:29 class X {
06:41:29   public Object foo(Object o) { 
06:41:29     return new Object() {
06:41:29       /** @see #o */
06:41:29       public void x() {}
06:41:29     };
06:41:29   }
06:41:29 }
06:41:29 
06:41:29 ]
06:41:29 ----------------------------------------
06:41:29 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug254825b - 12
06:41:29 X.java [
06:41:29 class X {
06:41:29   /** @see #o */
06:41:29   public Object foo(Object o) { return null; }
06:41:29 }
06:41:29 
06:41:29 ]
06:41:30 ----------------------------------------
06:41:30 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_1 - 12
06:41:30 X.java [
06:41:30 public class X {
06:41:30 /**
06:41:30 * @see #X(int)
06:41:30 */
06:41:30 X(int i) {
06:41:30 }
06:41:30 }
06:41:30 
06:41:30 ]
06:41:31 ----------------------------------------
06:41:31 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_2a - 12
06:41:31 X.java [
06:41:31 public class X {
06:41:31 X(int i) {}
06:41:31 }
06:41:31 class Y extends X {
06:41:31 /** @see X#X(int) */
06:41:31 Y(double d) { super(0); }
06:41:31 }
06:41:31 
06:41:31 ]
06:41:32 ----------------------------------------
06:41:32 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_2b - 12
06:41:32 X.java [
06:41:32 import java.util.*;
06:41:32 public class X<T> {
06:41:32 X(ArrayList<T> alt) {}
06:41:32 }
06:41:32 class Y<U> extends X<U> {
06:41:32 /** @see X#X(ArrayList) */
06:41:32 Y(List<U> lu) { super(null); }
06:41:32 }
06:41:32 
06:41:32 ]
06:41:33 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_2c - 12
06:41:33 X.java [
06:41:33 ----------------------------------------
06:41:33 import java.util.*;
06:41:33 public class X<T> {
06:41:33 X(Object o) {}
06:41:33 }
06:41:33 class Y<U> extends X<U> {
06:41:33 /** @see X#X(Object) */
06:41:33 Y(List<U> lu) { super(lu); }
06:41:33 }
06:41:33 
06:41:33 ]
06:41:36 ----------------------------------------
06:41:36 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug267833_3 - 12
06:41:36 X.java [
06:41:36 public class X {
06:41:36 /** 
06:41:36 * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}
06:41:36 * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}
06:41:36 * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}
06:41:36 * @param i
06:41:36 * @return value
06:41:36 * @throws NullPointerException 
06:41:36 */
06:41:36 public int foo(int i) {
06:41:36 	return 0;
06:41:36 }
06:41:36 }
06:41:36 
06:41:36 ]
06:41:37 ----------------------------------------
06:41:37 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug281609a - 12
06:41:37 pkg/X.java [
06:41:37 package pkg;
06:41:37 
06:41:37 public class X {
06:41:37 	/**
06:41:37 	 * @see java
06:41:37 	 * @see java.lang
06:41:37 	 * @see PKG
06:41:37 	 * @see pkg
06:41:37 	 */
06:41:37 	public void foo() { 
06:41:37 	 
06:41:37 	}
06:41:37 }
06:41:37 
06:41:37 ]
06:41:38 --- javac err: ---
06:41:38 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:41:38 public class X {
06:41:38        ^
06:41:38 1 warning
06:41:38 
06:41:48 --- javac err: ---
06:41:48 X.java:1: warning: [rawtypes] found raw type: Comparable
06:41:48 public class X implements Comparable {
06:41:48                           ^
06:41:48   missing type arguments for generic class Comparable<T>
06:41:48   where T is a type-variable:
06:41:48     T extends Object declared in interface Comparable
06:41:48 X.java:1: warning: [overrides] Class X overrides equals, but neither it nor any superclass overrides hashCode method
06:41:48 public class X implements Comparable {
06:41:48        ^
06:41:48 2 warnings
06:41:48 
06:41:56 --- javac err: ---
06:41:56 X.java:2: warning: [rawtypes] found raw type: Comparable
06:41:56 public class X implements Comparable {
06:41:56                           ^
06:41:56   missing type arguments for generic class Comparable<T>
06:41:56   where T is a type-variable:
06:41:56     T extends Object declared in interface Comparable
06:41:56 1 warning
06:41:56 
06:41:57 --- javac err: ---
06:41:57 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:41:57 public class X extends RuntimeException {
06:41:57        ^
06:41:57 1 warning
06:41:57 
06:41:57 --- javac err: ---
06:41:57 X.java:2: warning: [rawtypes] found raw type: Comparable
06:41:57 public class X implements Comparable {
06:41:57                           ^
06:41:57   missing type arguments for generic class Comparable<T>
06:41:57   where T is a type-variable:
06:41:57     T extends Object declared in interface Comparable
06:41:57 1 warning
06:41:57 
06:41:58 --- javac err: ---
06:41:58 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
06:41:58 public class X extends RuntimeException {
06:41:58        ^
06:41:58 1 warning
06:41:58 
06:42:04 --- javac err: ---
06:42:04 X.java:22: warning: [rawtypes] found raw type: Vector
06:42:04 	int foo(String str, int var, Vector list, char[] array) throws IllegalAccessException { return 0; }
06:42:04 	                             ^
06:42:04   missing type arguments for generic class Vector<E>
06:42:04   where E is a type-variable:
06:42:04     E extends Object declared in class Vector
06:42:04 1 warning
06:42:04 
06:42:05 --- javac err: ---
06:42:05 X.java:34: warning: [rawtypes] found raw type: Vector
06:42:05 	int foo(String str, int var, Vector list, char[] array) throws IllegalAccessException { return 0; }
06:42:05 	                             ^
06:42:05   missing type arguments for generic class Vector<E>
06:42:05   where E is a type-variable:
06:42:05     E extends Object declared in class Vector
06:42:05 1 warning
06:42:05 
06:42:08 --- javac err: ---
06:42:08 X.java:3: warning: [rawtypes] found raw type: Vector
06:42:08 	int bar(String str, int var, Vector list, char[] array) throws IllegalAccessException { return 0; }
06:42:08 	                             ^
06:42:08   missing type arguments for generic class Vector<E>
06:42:08   where E is a type-variable:
06:42:08     E extends Object declared in class Vector
06:42:08 1 warning
06:42:08 
06:43:13 --- javac err: ---
06:43:13 X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:13 	public String foo(String aParam) {
06:43:13 	              ^
06:43:13 1 warning
06:43:13 
06:43:13 --- javac err: ---
06:43:13 X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:13 	public String foo(String aParam) {
06:43:13 	              ^
06:43:13 1 warning
06:43:13 
06:43:14 --- javac err: ---
06:43:14 X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:14 	public String foo(String aParam) {
06:43:14 	              ^
06:43:14 1 warning
06:43:14 
06:43:15 --- javac err: ---
06:43:15 X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:15 	public String foo(String aParam) {
06:43:15 	              ^
06:43:15 1 warning
06:43:15 
06:43:19 --- javac err: ---
06:43:19 p/Y.java:8: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:19    public void bar() {}
06:43:19                ^
06:43:19 X.java:12: warning: [deprecation] bar() in Y has been deprecated
06:43:19 					new Y().bar();
06:43:19 					       ^
06:43:19 X.java:4: warning: [overrides] Class <anonymous X$1> overrides equals, but neither it nor any superclass overrides hashCode method
06:43:19 	Object obj = new Object() {
06:43:19 	                          ^
06:43:19 3 warnings
06:43:19 
06:43:23 --- javac err: ---
06:43:23 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:23 public class X {
06:43:23        ^
06:43:23 Y.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:23 public class Y {
06:43:23        ^
06:43:23 Z.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:23 	public int x;
06:43:23 	           ^
06:43:23 Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:23 	public void foo() {}
06:43:23 	            ^
06:43:23 4 warnings
06:43:23 
06:43:24 --- javac err: ---
06:43:24 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:24 public class X {
06:43:24        ^
06:43:24 Y.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:24 public class Y {
06:43:24        ^
06:43:24 Z.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:24 	public int x;
06:43:24 	           ^
06:43:24 Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:24 	public void foo() {}
06:43:24 	            ^
06:43:24 4 warnings
06:43:24 
06:43:24 --- javac err: ---
06:43:24 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:24 public class X {
06:43:24        ^
06:43:24 Y.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:24 public class Y {
06:43:24        ^
06:43:24 Z.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:24 	public int x;
06:43:24 	           ^
06:43:24 Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:24 	public void foo() {}
06:43:24 	            ^
06:43:24 4 warnings
06:43:24 
06:43:25 --- javac err: ---
06:43:25 A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:25 	static int i0009;
06:43:25 	           ^
06:43:25 A.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:25 	static int i000a;
06:43:25 	           ^
06:43:25 A.java:9: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:25 	static int i000c;
06:43:25 	           ^
06:43:25 X.java:2: warning: [deprecation] i0009 in A has been deprecated
06:43:25 	int i0 = A.i0009;
06:43:25 	          ^
06:43:25 X.java:3: warning: [deprecation] i000a in A has been deprecated
06:43:25 	int i1 = A.i000a;
06:43:25 	          ^
06:43:25 X.java:5: warning: [deprecation] i000c in A has been deprecated
06:43:25 	int i3 = A.i000c;
06:43:25 	          ^
06:43:25 6 warnings
06:43:25 
06:43:26 --- javac err: ---
06:43:26 A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:26 	static int i0009;
06:43:26 	           ^
06:43:26 A.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:26 	static int i000a;
06:43:26 	           ^
06:43:26 A.java:9: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:26 	static int i000c;
06:43:26 	           ^
06:43:26 X.java:2: warning: [deprecation] i0009 in A has been deprecated
06:43:26 	int i0 = A.i0009;
06:43:26 	          ^
06:43:26 X.java:3: warning: [deprecation] i000a in A has been deprecated
06:43:26 	int i1 = A.i000a;
06:43:26 	          ^
06:43:26 X.java:5: warning: [deprecation] i000c in A has been deprecated
06:43:26 	int i3 = A.i000c;
06:43:26 	          ^
06:43:26 6 warnings
06:43:26 
06:43:42 ***************************************************************************
06:43:42 * Comparison with Sun Javac compiler for class JavadocTestForMethod (null tests)
06:43:42 ***************************************************************************
06:43:44 --- javac err: ---
06:43:44 X.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:44 	int x;
06:43:44 	    ^
06:43:44 Y.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:44 public class Y {
06:43:44        ^
06:43:44 2 warnings
06:43:44 
06:43:45 --- javac err: ---
06:43:45 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
06:43:45 		new Z().foo(2);
06:43:45 		       ^
06:43:45 Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:45 	public String foo(int x) { 
06:43:45 	              ^
06:43:45 2 warnings
06:43:45 
06:43:46 --- javac err: ---
06:43:46 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
06:43:46 		new Z().foo(2);
06:43:46 		       ^
06:43:46 Z.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:46 	public String foo(int x) { 
06:43:46 	              ^
06:43:46 2 warnings
06:43:46 
06:43:47 --- javac err: ---
06:43:47 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
06:43:47 		new Z().foo(2);
06:43:47 		       ^
06:43:47 Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:47 	public String foo(int x) { 
06:43:47 	              ^
06:43:47 2 warnings
06:43:47 
06:43:47 --- javac err: ---
06:43:47 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
06:43:47 		new Z().foo(2);
06:43:47 		       ^
06:43:47 Z.java:14: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:47 	public String foo(int x) { 
06:43:47 	              ^
06:43:47 2 warnings
06:43:47 
06:43:48 --- javac err: ---
06:43:48 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
06:43:48 		new Z().foo(2);
06:43:48 		       ^
06:43:48 Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:48 	public String foo(int x) { 
06:43:48 	              ^
06:43:48 2 warnings
06:43:48 
06:43:49 --- javac err: ---
06:43:49 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
06:43:49 		new Z().foo(2);
06:43:49 		       ^
06:43:49 Z.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:43:49 	public String foo(int x) { 
06:43:49 	              ^
06:43:49 2 warnings
06:43:49 
06:44:05 --- javac err: ---
06:44:05 X.java:9: warning: [rawtypes] found raw type: Hashtable
06:44:05 	public void p_foo(java.util.Hashtable h, float f) {
06:44:05 	                           ^
06:44:05   missing type arguments for generic class Hashtable<K,V>
06:44:05   where K,V are type-variables:
06:44:05     K extends Object declared in class Hashtable
06:44:05     V extends Object declared in class Hashtable
06:44:05 1 warning
06:44:05 
06:44:07 --- javac err: ---
06:44:07 X.java:8: error: cannot find symbol
06:44:07 	public void p_foo(inr a, int b, int c) {
06:44:07 	                  ^
06:44:07   symbol:   class inr
06:44:07   location: class X
06:44:07 1 error
06:44:07 
06:44:08 --- javac err: ---
06:44:08 X.java:8: error: cannot find symbol
06:44:08 	public void p_foo(inr a, inx b, inq c) {
06:44:08 	                  ^
06:44:08   symbol:   class inr
06:44:08   location: class X
06:44:08 X.java:8: error: cannot find symbol
06:44:08 	public void p_foo(inr a, inx b, inq c) {
06:44:08 	                         ^
06:44:08   symbol:   class inx
06:44:08   location: class X
06:44:08 X.java:8: error: cannot find symbol
06:44:08 	public void p_foo(inr a, inx b, inq c) {
06:44:08 	                                ^
06:44:08   symbol:   class inq
06:44:08   location: class X
06:44:08 3 errors
06:44:08 
06:44:14 --- javac err: ---
06:44:14 X.java:9: error: cannot find symbol
06:44:14 	public void t_foo() throws InvalidException {
06:44:14 	                           ^
06:44:14   symbol:   class InvalidException
06:44:14   location: class X
06:44:14 1 error
06:44:14 
06:44:15 --- javac err: ---
06:44:15 X.java:6: error: cannot find symbol
06:44:15 	public void t_foo() throws InvalidException {
06:44:15 	                           ^
06:44:15   symbol:   class InvalidException
06:44:15   location: class X
06:44:15 1 error
06:44:15 
06:44:16 --- javac err: ---
06:44:16 X.java:6: error: cannot find symbol
06:44:16 	public void t_foo() throws InvalidException {
06:44:16 	                           ^
06:44:16   symbol:   class InvalidException
06:44:16   location: class X
06:44:16 1 error
06:44:16 
06:44:16 --- javac err: ---
06:44:16 X.java:7: error: cannot find symbol
06:44:16 	public void t_foo() throws InvalidException {
06:44:16 	                           ^
06:44:16   symbol:   class InvalidException
06:44:16   location: class X
06:44:16 1 error
06:44:16 
06:44:21 --- javac err: ---
06:44:21 X.java:12: error: cannot find symbol
06:44:21 		InvalidException, 
06:44:21 		^
06:44:21   symbol:   class InvalidException
06:44:21   location: class X
06:44:21 X.java:13: error: incompatible types: String cannot be converted to Throwable
06:44:21 		String, 
06:44:21 		^
06:44:21 2 errors
06:44:21 
06:44:22 --- javac err: ---
06:44:22 X.java:9: error: cannot find symbol
06:44:22 		InvalidException, 
06:44:22 		^
06:44:22   symbol:   class InvalidException
06:44:22   location: class X
06:44:22 X.java:10: error: incompatible types: String cannot be converted to Throwable
06:44:22 		String, 
06:44:22 		^
06:44:22 2 errors
06:44:22 
06:44:23 --- javac err: ---
06:44:23 X.java:8: error: cannot find symbol
06:44:23 		InvalidException, 
06:44:23 		^
06:44:23   symbol:   class InvalidException
06:44:23   location: class X
06:44:23 X.java:9: error: incompatible types: String cannot be converted to Throwable
06:44:23 		String, 
06:44:23 		^
06:44:23 2 errors
06:44:23 
06:44:24 --- javac err: ---
06:44:24 X.java:9: error: cannot find symbol
06:44:24 		InvalidException, 
06:44:24 		^
06:44:24   symbol:   class InvalidException
06:44:24   location: class X
06:44:24 X.java:10: error: incompatible types: String cannot be converted to Throwable
06:44:24 		String, 
06:44:24 		^
06:44:24 2 errors
06:44:24 
06:44:25 --- javac err: ---
06:44:25 X.java:7: error: cannot find symbol
06:44:25 		InvalidException, 
06:44:25 		^
06:44:25   symbol:   class InvalidException
06:44:25   location: class X
06:44:25 X.java:11: error: cannot find symbol
06:44:25 		IOException, 
06:44:25 		^
06:44:25   symbol:   class IOException
06:44:25   location: class X
06:44:25 X.java:8: error: incompatible types: String cannot be converted to Throwable
06:44:25 		String, 
06:44:25 		^
06:44:25 3 errors
06:44:25 
06:44:27 --- javac err: ---
06:44:27 X.java:7: warning: [rawtypes] found raw type: Vector
06:44:27 	public java.util.Vector s_foo() {
06:44:27 	                ^
06:44:27   missing type arguments for generic class Vector<E>
06:44:27   where E is a type-variable:
06:44:27     E extends Object declared in class Vector
06:44:27 X.java:8: warning: [rawtypes] found raw type: Vector
06:44:27 	  return new java.util.Vector();
06:44:27 	                      ^
06:44:27   missing type arguments for generic class Vector<E>
06:44:27   where E is a type-variable:
06:44:27     E extends Object declared in class Vector
06:44:27 2 warnings
06:44:27 
06:44:54 --- javac err: ---
06:44:54 X.java:14: warning: [rawtypes] found raw type: Vector
06:44:54 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:44:54 	                                                                    ^
06:44:54   missing type arguments for generic class Vector<E>
06:44:54   where E is a type-variable:
06:44:54     E extends Object declared in class Vector
06:44:54 1 warning
06:44:54 
06:44:55 --- javac err: ---
06:44:55 X.java:31: warning: [rawtypes] found raw type: Vector
06:44:55 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:44:55 	                                                                    ^
06:44:55   missing type arguments for generic class Vector<E>
06:44:55   where E is a type-variable:
06:44:55     E extends Object declared in class Vector
06:44:55 1 warning
06:44:55 
06:44:56 --- javac err: ---
06:44:56 X.java:21: warning: [rawtypes] found raw type: Vector
06:44:56 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:44:56 	                                                                    ^
06:44:56   missing type arguments for generic class Vector<E>
06:44:56   where E is a type-variable:
06:44:56     E extends Object declared in class Vector
06:44:56 1 warning
06:44:56 
06:44:57 --- javac err: ---
06:44:57 X.java:21: warning: [rawtypes] found raw type: Vector
06:44:57 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:44:57 	                                                                    ^
06:44:57   missing type arguments for generic class Vector<E>
06:44:57   where E is a type-variable:
06:44:57     E extends Object declared in class Vector
06:44:57 1 warning
06:44:57 
06:44:58 --- javac err: ---
06:44:58 X.java:34: warning: [rawtypes] found raw type: Hashtable
06:44:58 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:44:58 	                             ^
06:44:58   missing type arguments for generic class Hashtable<K,V>
06:44:58   where K,V are type-variables:
06:44:58     K extends Object declared in class Hashtable
06:44:58     V extends Object declared in class Hashtable
06:44:58 X.java:34: warning: [rawtypes] found raw type: Vector
06:44:58 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:44:58 	                                                    ^
06:44:58   missing type arguments for generic class Vector<E>
06:44:58   where E is a type-variable:
06:44:58     E extends Object declared in class Vector
06:44:58 2 warnings
06:44:58 
06:45:01 --- javac err: ---
06:45:01 X.java:15: warning: [rawtypes] found raw type: Hashtable
06:45:01 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:01 	                             ^
06:45:01   missing type arguments for generic class Hashtable<K,V>
06:45:01   where K,V are type-variables:
06:45:01     K extends Object declared in class Hashtable
06:45:01     V extends Object declared in class Hashtable
06:45:01 X.java:15: warning: [rawtypes] found raw type: Vector
06:45:01 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:01 	                                                    ^
06:45:01   missing type arguments for generic class Vector<E>
06:45:01   where E is a type-variable:
06:45:01     E extends Object declared in class Vector
06:45:01 2 warnings
06:45:01 
06:45:04 --- javac err: ---
06:45:04 X.java:19: warning: [rawtypes] found raw type: Hashtable
06:45:04 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:04 	                             ^
06:45:04   missing type arguments for generic class Hashtable<K,V>
06:45:04   where K,V are type-variables:
06:45:04     K extends Object declared in class Hashtable
06:45:04     V extends Object declared in class Hashtable
06:45:04 X.java:19: warning: [rawtypes] found raw type: Vector
06:45:04 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:04 	                                                    ^
06:45:04   missing type arguments for generic class Vector<E>
06:45:04   where E is a type-variable:
06:45:04     E extends Object declared in class Vector
06:45:04 2 warnings
06:45:04 
06:45:05 --- javac err: ---
06:45:05 X.java:34: warning: [rawtypes] found raw type: Hashtable
06:45:05 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:05 	                             ^
06:45:05   missing type arguments for generic class Hashtable<K,V>
06:45:05   where K,V are type-variables:
06:45:05     K extends Object declared in class Hashtable
06:45:05     V extends Object declared in class Hashtable
06:45:05 X.java:34: warning: [rawtypes] found raw type: Vector
06:45:05 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:05 	                                                    ^
06:45:05   missing type arguments for generic class Vector<E>
06:45:05   where E is a type-variable:
06:45:05     E extends Object declared in class Vector
06:45:05 2 warnings
06:45:05 
06:45:07 --- javac err: ---
06:45:07 X.java:22: warning: [rawtypes] found raw type: Hashtable
06:45:07 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:07 	                             ^
06:45:07   missing type arguments for generic class Hashtable<K,V>
06:45:07   where K,V are type-variables:
06:45:07     K extends Object declared in class Hashtable
06:45:07     V extends Object declared in class Hashtable
06:45:07 X.java:22: warning: [rawtypes] found raw type: Vector
06:45:07 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:07 	                                                    ^
06:45:07   missing type arguments for generic class Vector<E>
06:45:07   where E is a type-variable:
06:45:07     E extends Object declared in class Vector
06:45:07 2 warnings
06:45:07 
06:45:08 --- javac err: ---
06:45:08 X.java:19: warning: [rawtypes] found raw type: Hashtable
06:45:08 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:08 	                             ^
06:45:08   missing type arguments for generic class Hashtable<K,V>
06:45:08   where K,V are type-variables:
06:45:08     K extends Object declared in class Hashtable
06:45:08     V extends Object declared in class Hashtable
06:45:08 X.java:19: warning: [rawtypes] found raw type: Vector
06:45:08 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:08 	                                                    ^
06:45:08   missing type arguments for generic class Vector<E>
06:45:08   where E is a type-variable:
06:45:08     E extends Object declared in class Vector
06:45:08 2 warnings
06:45:08 
06:45:09 --- javac err: ---
06:45:09 test/deep/qualified/name/p/X.java:35: warning: [rawtypes] found raw type: Hashtable
06:45:09 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:09 	                             ^
06:45:09   missing type arguments for generic class Hashtable<K,V>
06:45:09   where K,V are type-variables:
06:45:09     K extends Object declared in class Hashtable
06:45:09     V extends Object declared in class Hashtable
06:45:09 test/deep/qualified/name/p/X.java:35: warning: [rawtypes] found raw type: Vector
06:45:09 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:09 	                                                    ^
06:45:09   missing type arguments for generic class Vector<E>
06:45:09   where E is a type-variable:
06:45:09     E extends Object declared in class Vector
06:45:09 2 warnings
06:45:09 
06:45:11 --- javac err: ---
06:45:11 test/deep/qualified/name/p/X.java:23: warning: [rawtypes] found raw type: Hashtable
06:45:11 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:11 	                             ^
06:45:11   missing type arguments for generic class Hashtable<K,V>
06:45:11   where K,V are type-variables:
06:45:11     K extends Object declared in class Hashtable
06:45:11     V extends Object declared in class Hashtable
06:45:11 test/deep/qualified/name/p/X.java:23: warning: [rawtypes] found raw type: Vector
06:45:11 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:11 	                                                    ^
06:45:11   missing type arguments for generic class Vector<E>
06:45:11   where E is a type-variable:
06:45:11     E extends Object declared in class Vector
06:45:11 2 warnings
06:45:11 
06:45:12 --- javac err: ---
06:45:12 test/deep/qualified/name/p/X.java:20: warning: [rawtypes] found raw type: Hashtable
06:45:12 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:12 	                             ^
06:45:12   missing type arguments for generic class Hashtable<K,V>
06:45:12   where K,V are type-variables:
06:45:12     K extends Object declared in class Hashtable
06:45:12     V extends Object declared in class Hashtable
06:45:12 test/deep/qualified/name/p/X.java:20: warning: [rawtypes] found raw type: Vector
06:45:12 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:45:12 	                                                    ^
06:45:12   missing type arguments for generic class Vector<E>
06:45:12   where E is a type-variable:
06:45:12     E extends Object declared in class Vector
06:45:12 2 warnings
06:45:12 
06:45:23 --- javac err: ---
06:45:23 test/X.java:2: error: VisibilityPackage is not public in test.copy; cannot be accessed from outside package
06:45:23 import test.copy.VisibilityPackage;
06:45:23                 ^
06:45:23 1 error
06:45:23 
06:45:35 ***************************************************************************
06:45:35 * Comparison with Sun Javac compiler for class JavadocTestMixed (null tests)
06:45:35 ***************************************************************************
06:45:40 --- javac err: ---
06:45:40 X.java:2: error: unclosed string literal
06:45:40 	String s1 = "non-terminated;
06:45:40 	            ^
06:45:40 1 error
06:45:40 
06:45:45 --- javac err: ---
06:45:45 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:45 	public X(String str) {
06:45:45 	       ^
06:45:45 test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:45 	public String foo(java.util.Vector list) {
06:45:45 	              ^
06:45:45 test/X.java:33: warning: [rawtypes] found raw type: Vector
06:45:45 	public String foo(java.util.Vector list) {
06:45:45 	                           ^
06:45:45   missing type arguments for generic class Vector<E>
06:45:45   where E is a type-variable:
06:45:45     E extends Object declared in class Vector
06:45:45 3 warnings
06:45:45 
06:45:46 --- javac err: ---
06:45:46 test/X.java:23: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:46 	public X(String str) {
06:45:46 	       ^
06:45:46 test/X.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:46 	public String foo(java.util.Vector list) {
06:45:46 	              ^
06:45:46 test/X.java:34: warning: [rawtypes] found raw type: Vector
06:45:46 	public String foo(java.util.Vector list) {
06:45:46 	                           ^
06:45:46   missing type arguments for generic class Vector<E>
06:45:46   where E is a type-variable:
06:45:46     E extends Object declared in class Vector
06:45:46 3 warnings
06:45:46 
06:45:47 --- javac err: ---
06:45:47 test/X.java:23: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:47 	public X(String str) {
06:45:47 	       ^
06:45:47 test/X.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:47 	public String foo(java.util.Vector list) {
06:45:47 	              ^
06:45:47 test/X.java:34: warning: [rawtypes] found raw type: Vector
06:45:47 	public String foo(java.util.Vector list) {
06:45:47 	                           ^
06:45:47   missing type arguments for generic class Vector<E>
06:45:47   where E is a type-variable:
06:45:47     E extends Object declared in class Vector
06:45:47 3 warnings
06:45:47 
06:45:48 --- javac err: ---
06:45:48 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:48 	public X(String str) {
06:45:48 	       ^
06:45:48 test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:48 	public String foo(java.util.Vector list) {
06:45:48 	              ^
06:45:48 test/X.java:33: warning: [rawtypes] found raw type: Vector
06:45:48 	public String foo(java.util.Vector list) {
06:45:48 	                           ^
06:45:48   missing type arguments for generic class Vector<E>
06:45:48   where E is a type-variable:
06:45:48     E extends Object declared in class Vector
06:45:48 3 warnings
06:45:48 
06:45:49 --- javac err: ---
06:45:49 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:49 	public X(String str) {
06:45:49 	       ^
06:45:49 test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:49 	public String foo(java.util.Vector list) {
06:45:49 	              ^
06:45:49 test/X.java:33: warning: [rawtypes] found raw type: Vector
06:45:49 	public String foo(java.util.Vector list) {
06:45:49 	                           ^
06:45:49   missing type arguments for generic class Vector<E>
06:45:49   where E is a type-variable:
06:45:49     E extends Object declared in class Vector
06:45:49 3 warnings
06:45:49 
06:45:50 --- javac err: ---
06:45:50 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:50 	public X(String str) throws java.io.IOException {
06:45:50 	       ^
06:45:50 test/X.java:32: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:50 	public String foo(java.util.Vector list) {
06:45:50 	              ^
06:45:50 test/X.java:32: warning: [rawtypes] found raw type: Vector
06:45:50 	public String foo(java.util.Vector list) {
06:45:50 	                           ^
06:45:50   missing type arguments for generic class Vector<E>
06:45:50   where E is a type-variable:
06:45:50     E extends Object declared in class Vector
06:45:50 3 warnings
06:45:50 
06:45:51 --- javac err: ---
06:45:51 test/X.java:7: error: modifier protected not allowed here
06:45:51 protected class X {
06:45:51           ^
06:45:51 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:51 	public X(String str) {
06:45:51 	       ^
06:45:51 test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:45:51 	public String foo(java.util.Vector list) {
06:45:51 	              ^
06:45:51 test/X.java:33: warning: [rawtypes] found raw type: Vector
06:45:51 	public String foo(java.util.Vector list) {
06:45:51 	                           ^
06:45:51   missing type arguments for generic class Vector<E>
06:45:51   where E is a type-variable:
06:45:51     E extends Object declared in class Vector
06:45:51 1 error
06:45:51 3 warnings
06:45:51 
06:45:51 --- javac err: ---
06:45:51 test/X.java:12: error: ';' expected
06:45:51 	public int x
06:45:51 	            ^
06:45:51 1 error
06:45:51 
06:45:52 --- javac err: ---
06:45:52 test/X.java:22: error: ';' expected
06:45:52 	public X(String str) 
06:45:52 	                    ^
06:45:52 test/X.java:33: error: class, interface, or enum expected
06:45:52 	public String foo(java.util.Vector list) {
06:45:52 	       ^
06:45:52 test/X.java:35: error: class, interface, or enum expected
06:45:52 	}
06:45:52 	^
06:45:52 3 errors
06:45:52 
06:45:54 ***************************************************************************
06:45:54 * Comparison with Sun Javac compiler for class JavadocTestForClass (null tests)
06:45:54 ***************************************************************************
06:46:16 --- javac err: ---
06:46:16 X.java:10: warning: [rawtypes] found raw type: Vector
06:46:16 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:46:16 	                                                                    ^
06:46:16   missing type arguments for generic class Vector<E>
06:46:16   where E is a type-variable:
06:46:16     E extends Object declared in class Vector
06:46:16 1 warning
06:46:16 
06:46:17 --- javac err: ---
06:46:17 X.java:8: warning: [rawtypes] found raw type: Vector
06:46:17 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:46:17 	                                                                    ^
06:46:17   missing type arguments for generic class Vector<E>
06:46:17   where E is a type-variable:
06:46:17     E extends Object declared in class Vector
06:46:17 1 warning
06:46:17 
06:46:18 --- javac err: ---
06:46:18 X.java:21: warning: [rawtypes] found raw type: Hashtable
06:46:18 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:18 	                             ^
06:46:18   missing type arguments for generic class Hashtable<K,V>
06:46:18   where K,V are type-variables:
06:46:18     K extends Object declared in class Hashtable
06:46:18     V extends Object declared in class Hashtable
06:46:18 X.java:21: warning: [rawtypes] found raw type: Vector
06:46:18 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:18 	                                                    ^
06:46:18   missing type arguments for generic class Vector<E>
06:46:18   where E is a type-variable:
06:46:18     E extends Object declared in class Vector
06:46:18 2 warnings
06:46:18 
06:46:19 --- javac err: ---
06:46:19 X.java:15: warning: [rawtypes] found raw type: Hashtable
06:46:19 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:19 	                             ^
06:46:19   missing type arguments for generic class Hashtable<K,V>
06:46:19   where K,V are type-variables:
06:46:19     K extends Object declared in class Hashtable
06:46:19     V extends Object declared in class Hashtable
06:46:19 X.java:15: warning: [rawtypes] found raw type: Vector
06:46:19 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:19 	                                                    ^
06:46:19   missing type arguments for generic class Vector<E>
06:46:19   where E is a type-variable:
06:46:19     E extends Object declared in class Vector
06:46:19 2 warnings
06:46:19 
06:46:20 --- javac err: ---
06:46:20 X.java:17: warning: [rawtypes] found raw type: Hashtable
06:46:20 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:20 	                             ^
06:46:20   missing type arguments for generic class Hashtable<K,V>
06:46:20   where K,V are type-variables:
06:46:20     K extends Object declared in class Hashtable
06:46:20     V extends Object declared in class Hashtable
06:46:20 X.java:17: warning: [rawtypes] found raw type: Vector
06:46:20 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:20 	                                                    ^
06:46:20   missing type arguments for generic class Vector<E>
06:46:20   where E is a type-variable:
06:46:20     E extends Object declared in class Vector
06:46:20 2 warnings
06:46:20 
06:46:21 --- javac err: ---
06:46:21 test/deep/qualified/name/p/X.java:18: warning: [rawtypes] found raw type: Hashtable
06:46:21 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:21 	                             ^
06:46:21   missing type arguments for generic class Hashtable<K,V>
06:46:21   where K,V are type-variables:
06:46:21     K extends Object declared in class Hashtable
06:46:21     V extends Object declared in class Hashtable
06:46:21 test/deep/qualified/name/p/X.java:18: warning: [rawtypes] found raw type: Vector
06:46:21 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:21 	                                                    ^
06:46:21   missing type arguments for generic class Vector<E>
06:46:21   where E is a type-variable:
06:46:21     E extends Object declared in class Vector
06:46:21 2 warnings
06:46:21 
06:46:29 --- javac err: ---
06:46:29 X.java:10: error: = expected
06:46:29 	int i;
06:46:29 	     ^
06:46:29 1 error
06:46:29 
06:46:30 --- javac err: ---
06:46:30 X.java:8: warning: [rawtypes] found raw type: Map
06:46:30 public interface X extends Map {
06:46:30                            ^
06:46:30   missing type arguments for generic class Map<K,V>
06:46:30   where K,V are type-variables:
06:46:30     K extends Object declared in interface Map
06:46:30     V extends Object declared in interface Map
06:46:30 X.java:9: warning: [rawtypes] found raw type: Entry
06:46:30 	Entry e = null;
06:46:30 	^
06:46:30   missing type arguments for generic class Entry<K,V>
06:46:30   where K,V are type-variables:
06:46:30     K extends Object declared in interface Entry
06:46:30 org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass#test055 - 12
06:46:30     V extends Object declared in interface Entry
06:46:30 2 warnings
06:46:30 X.java [
06:46:30 
06:46:30 import java.util.Map;
06:46:30 
06:46:30 ----------------------------------------
06:46:30 /**
06:46:30  * <ul>
06:46:30  * <li> {@link Entry} </li>
06:46:30  * </ul>
06:46:30  */
06:46:30 public interface X extends Map {
06:46:30 	Entry e = null;
06:46:30 }
06:46:30 
06:46:30 ]
06:46:31 --- javac err: ---
06:46:31 X.java:10: error: = expected
06:46:31 	Entry e;
06:46:31 	       ^
06:46:31 1 error
06:46:31 
06:46:31 ***************************************************************************
06:46:31 * Comparison with Sun Javac compiler for class JavadocTestForConstructor (null tests)
06:46:31 ***************************************************************************
06:46:33 --- javac err: ---
06:46:33 X.java:4: warning: [deprecation] Z(int) in Z has been deprecated
06:46:33 		new Z(2);
06:46:33 		^
06:46:33 Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:46:33 	public Z(int value) { 
06:46:33 	       ^
06:46:33 2 warnings
06:46:33 
06:46:34 --- javac err: ---
06:46:34 X.java:4: warning: [deprecation] Z() in Z has been deprecated
06:46:34 		new Z();
06:46:34 		^
06:46:34 Z.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:46:34 	public Z() { 
06:46:34 	       ^
06:46:34 2 warnings
06:46:34 
06:46:48 --- javac err: ---
06:46:48 X.java:12: warning: [rawtypes] found raw type: Vector
06:46:48 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:46:48 	                                                                    ^
06:46:48   missing type arguments for generic class Vector<E>
06:46:48   where E is a type-variable:
06:46:48     E extends Object declared in class Vector
06:46:48 1 warning
06:46:48 
06:46:49 --- javac err: ---
06:46:49 X.java:10: warning: [rawtypes] found raw type: Vector
06:46:49 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:46:49 	                                                                    ^
06:46:49   missing type arguments for generic class Vector<E>
06:46:49   where E is a type-variable:
06:46:49     E extends Object declared in class Vector
06:46:49 1 warning
06:46:49 
06:46:50 --- javac err: ---
06:46:50 X.java:21: warning: [rawtypes] found raw type: Hashtable
06:46:50 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:50 	                             ^
06:46:50   missing type arguments for generic class Hashtable<K,V>
06:46:50   where K,V are type-variables:
06:46:50     K extends Object declared in class Hashtable
06:46:50     V extends Object declared in class Hashtable
06:46:50 X.java:21: warning: [rawtypes] found raw type: Vector
06:46:50 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:50 	                                                    ^
06:46:50   missing type arguments for generic class Vector<E>
06:46:50   where E is a type-variable:
06:46:50     E extends Object declared in class Vector
06:46:50 2 warnings
06:46:50 
06:46:52 --- javac err: ---
06:46:52 X.java:17: warning: [rawtypes] found raw type: Hashtable
06:46:52 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:52 	                             ^
06:46:52   missing type arguments for generic class Hashtable<K,V>
06:46:52   where K,V are type-variables:
06:46:52     K extends Object declared in class Hashtable
06:46:52     V extends Object declared in class Hashtable
06:46:52 X.java:17: warning: [rawtypes] found raw type: Vector
06:46:52 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:52 	                                                    ^
06:46:52   missing type arguments for generic class Vector<E>
06:46:52   where E is a type-variable:
06:46:52     E extends Object declared in class Vector
06:46:52 2 warnings
06:46:52 
06:46:53 --- javac err: ---
06:46:53 X.java:20: warning: [rawtypes] found raw type: Hashtable
06:46:53 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:53 	                             ^
06:46:53   missing type arguments for generic class Hashtable<K,V>
06:46:53   where K,V are type-variables:
06:46:53     K extends Object declared in class Hashtable
06:46:53     V extends Object declared in class Hashtable
06:46:53 X.java:20: warning: [rawtypes] found raw type: Vector
06:46:53 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:53 	                                                    ^
06:46:53   missing type arguments for generic class Vector<E>
06:46:53   where E is a type-variable:
06:46:53     E extends Object declared in class Vector
06:46:53 2 warnings
06:46:53 
06:46:54 --- javac err: ---
06:46:54 test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Hashtable
06:46:54 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:54 	                             ^
06:46:54   missing type arguments for generic class Hashtable<K,V>
06:46:54   where K,V are type-variables:
06:46:54     K extends Object declared in class Hashtable
06:46:54     V extends Object declared in class Hashtable
06:46:54 test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Vector
06:46:54 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:46:54 	                                                    ^
06:46:54   missing type arguments for generic class Vector<E>
06:46:54   where E is a type-variable:
06:46:54     E extends Object declared in class Vector
06:46:54 2 warnings
06:46:54 
06:47:02 ***************************************************************************
06:47:02 * Comparison with Sun Javac compiler for class JavadocTestForField (null tests)
06:47:02 ***************************************************************************
06:47:09 --- javac err: ---
06:47:09 X.java:4: warning: [deprecation] z in Z has been deprecated
06:47:09 		x=(new Z()).z;
06:47:09 		           ^
06:47:09 Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:47:09 	public int z;
06:47:09 	           ^
06:47:09 2 warnings
06:47:09 
06:47:28 --- javac err: ---
06:47:28 X.java:13: warning: [rawtypes] found raw type: Vector
06:47:28 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:47:28 	                                                                    ^
06:47:28   missing type arguments for generic class Vector<E>
06:47:28   where E is a type-variable:
06:47:28     E extends Object declared in class Vector
06:47:28 1 warning
06:47:28 
06:47:29 --- javac err: ---
06:47:29 X.java:11: warning: [rawtypes] found raw type: Vector
06:47:29 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
06:47:29 	                                                                    ^
06:47:29   missing type arguments for generic class Vector<E>
06:47:29   where E is a type-variable:
06:47:29     E extends Object declared in class Vector
06:47:29 1 warning
06:47:29 
06:47:30 --- javac err: ---
06:47:30 X.java:20: warning: [rawtypes] found raw type: Hashtable
06:47:30 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:47:30 	                             ^
06:47:30   missing type arguments for generic class Hashtable<K,V>
06:47:30   where K,V are type-variables:
06:47:30     K extends Object declared in class Hashtable
06:47:30     V extends Object declared in class Hashtable
06:47:30 X.java:20: warning: [rawtypes] found raw type: Vector
06:47:30 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:47:30 	                                                    ^
06:47:30   missing type arguments for generic class Vector<E>
06:47:30   where E is a type-variable:
06:47:30     E extends Object declared in class Vector
06:47:30 2 warnings
06:47:30 
06:47:32 --- javac err: ---
06:47:32 X.java:17: warning: [rawtypes] found raw type: Hashtable
06:47:32 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:47:32 	                             ^
06:47:32   missing type arguments for generic class Hashtable<K,V>
06:47:32   where K,V are type-variables:
06:47:32     K extends Object declared in class Hashtable
06:47:32     V extends Object declared in class Hashtable
06:47:32 X.java:17: warning: [rawtypes] found raw type: Vector
06:47:32 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:47:32 	                                                    ^
06:47:32   missing type arguments for generic class Vector<E>
06:47:32   where E is a type-variable:
06:47:32     E extends Object declared in class Vector
06:47:32 2 warnings
06:47:32 
06:47:33 --- javac err: ---
06:47:33 X.java:20: warning: [rawtypes] found raw type: Hashtable
06:47:33 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:47:33 	                             ^
06:47:33   missing type arguments for generic class Hashtable<K,V>
06:47:33   where K,V are type-variables:
06:47:33     K extends Object declared in class Hashtable
06:47:33     V extends Object declared in class Hashtable
06:47:33 X.java:20: warning: [rawtypes] found raw type: Vector
06:47:33 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:47:33 	                                                    ^
06:47:33   missing type arguments for generic class Vector<E>
06:47:33   where E is a type-variable:
06:47:33     E extends Object declared in class Vector
06:47:33 2 warnings
06:47:33 
06:47:34 --- javac err: ---
06:47:34 test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Hashtable
06:47:34 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:47:34 	                             ^
06:47:34   missing type arguments for generic class Hashtable<K,V>
06:47:34   where K,V are type-variables:
06:47:34     K extends Object declared in class Hashtable
06:47:34     V extends Object declared in class Hashtable
06:47:34 test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Vector
06:47:34 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
06:47:34 	                                                    ^
06:47:34   missing type arguments for generic class Vector<E>
06:47:34   where E is a type-variable:
06:47:34     E extends Object declared in class Vector
06:47:34 2 warnings
06:47:34 
06:47:42 --- javac err: ---
06:47:42 X.java:2: error: cannot find symbol
06:47:42   public static <T> FieldSet<T> emptySet() { return null; }
06:47:42                     ^
06:47:42   symbol:   class FieldSet
06:47:42   location: class Repro
06:47:42 1 error
06:47:42 
06:47:42 ***************************************************************************
06:47:42 * Comparison with Sun Javac compiler for class JavadocTestForInterface (null tests)
06:47:42 ***************************************************************************
06:48:04 --- javac err: ---
06:48:04 IX.java:13: warning: [rawtypes] found raw type: Vector
06:48:04 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra);
06:48:04 	                                                                    ^
06:48:04   missing type arguments for generic class Vector<E>
06:48:04   where E is a type-variable:
06:48:04     E extends Object declared in class Vector
06:48:04 1 warning
06:48:04 
06:48:05 --- javac err: ---
06:48:05 IX.java:8: warning: [rawtypes] found raw type: Vector
06:48:05 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra);
06:48:05 	                                                                    ^
06:48:05   missing type arguments for generic class Vector<E>
06:48:05   where E is a type-variable:
06:48:05     E extends Object declared in class Vector
06:48:05 1 warning
06:48:05 
06:48:06 --- javac err: ---
06:48:06 IX.java:17: warning: [rawtypes] found raw type: Hashtable
06:48:06 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:06 	                             ^
06:48:06   missing type arguments for generic class Hashtable<K,V>
06:48:06   where K,V are type-variables:
06:48:06     K extends Object declared in class Hashtable
06:48:06     V extends Object declared in class Hashtable
06:48:06 IX.java:17: warning: [rawtypes] found raw type: Vector
06:48:06 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:06 	                                                    ^
06:48:06   missing type arguments for generic class Vector<E>
06:48:06   where E is a type-variable:
06:48:06     E extends Object declared in class Vector
06:48:06 2 warnings
06:48:06 
06:48:08 --- javac err: ---
06:48:08 IX.java:17: warning: [rawtypes] found raw type: Hashtable
06:48:08 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:08 	                             ^
06:48:08   missing type arguments for generic class Hashtable<K,V>
06:48:08   where K,V are type-variables:
06:48:08     K extends Object declared in class Hashtable
06:48:08     V extends Object declared in class Hashtable
06:48:08 IX.java:17: warning: [rawtypes] found raw type: Vector
06:48:08 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:08 	                                                    ^
06:48:08   missing type arguments for generic class Vector<E>
06:48:08   where E is a type-variable:
06:48:08     E extends Object declared in class Vector
06:48:08 2 warnings
06:48:08 
06:48:09 --- javac err: ---
06:48:09 IX.java:14: warning: [rawtypes] found raw type: Hashtable
06:48:09 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:09 	                             ^
06:48:09   missing type arguments for generic class Hashtable<K,V>
06:48:09   where K,V are type-variables:
06:48:09     K extends Object declared in class Hashtable
06:48:09     V extends Object declared in class Hashtable
06:48:09 IX.java:14: warning: [rawtypes] found raw type: Vector
06:48:09 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:09 	                                                    ^
06:48:09   missing type arguments for generic class Vector<E>
06:48:09   where E is a type-variable:
06:48:09     E extends Object declared in class Vector
06:48:09 2 warnings
06:48:09 
06:48:10 --- javac err: ---
06:48:10 test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Hashtable
06:48:10 	public void smr_foo(java.util.Hashtable h, Vector v, boolean b);
06:48:10 	                             ^
06:48:10   missing type arguments for generic class Hashtable<K,V>
06:48:10   where K,V are type-variables:
06:48:10     K extends Object declared in class Hashtable
06:48:10     V extends Object declared in class Hashtable
06:48:10 test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Vector
06:48:10 	public void smr_foo(java.util.Hashtable h, Vector v, boolean b);
06:48:10 	                                           ^
06:48:10   missing type arguments for generic class Vector<E>
06:48:10   where E is a type-variable:
06:48:10     E extends Object declared in class Vector
06:48:10 2 warnings
06:48:10 
06:48:19 --- javac err: ---
06:48:19 IX.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:48:19 	int x=0;
06:48:19 	    ^
06:48:19 IY.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:48:19 public interface IY {
06:48:19        ^
06:48:19 2 warnings
06:48:19 
06:48:20 --- javac err: ---
06:48:20 X.java:4: warning: [deprecation] foo(int) in IX has been deprecated
06:48:20 		x.foo(2);
06:48:20 		 ^
06:48:20 IX.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:48:20 	public String foo(int x);
06:48:20 	              ^
06:48:20 2 warnings
06:48:20 
06:48:21 --- javac err: ---
06:48:21 X.java:4: warning: [deprecation] foo(int) in IX has been deprecated
06:48:21 		x.foo(2);
06:48:21 		 ^
06:48:21 IX.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:48:21 	public String foo(int x);
06:48:21 	              ^
06:48:21 2 warnings
06:48:21 
06:48:32 --- javac err: ---
06:48:32 IX.java:13: error: cannot find symbol
06:48:32 		InvalidException, 
06:48:32 		^
06:48:32   symbol:   class InvalidException
06:48:32   location: interface IX
06:48:32 IX.java:17: error: cannot find symbol
06:48:32 		IOException;
06:48:32 		^
06:48:32   symbol:   class IOException
06:48:32   location: interface IX
06:48:32 IX.java:14: error: incompatible types: String cannot be converted to Throwable
06:48:32 		String, 
06:48:32 		^
06:48:32 3 errors
06:48:32 
06:48:49 --- javac err: ---
06:48:49 IX.java:13: warning: [rawtypes] found raw type: Vector
06:48:49 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra);
06:48:49 	                                                                    ^
06:48:49   missing type arguments for generic class Vector<E>
06:48:49   where E is a type-variable:
06:48:49     E extends Object declared in class Vector
06:48:49 1 warning
06:48:49 
06:48:50 --- javac err: ---
06:48:50 IX.java:11: warning: [rawtypes] found raw type: Vector
06:48:50 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra);
06:48:50 	                                                                    ^
06:48:50   missing type arguments for generic class Vector<E>
06:48:50   where E is a type-variable:
06:48:50     E extends Object declared in class Vector
06:48:50 1 warning
06:48:50 
06:48:51 --- javac err: ---
06:48:51 IX.java:17: warning: [rawtypes] found raw type: Hashtable
06:48:51 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:51 	                             ^
06:48:51   missing type arguments for generic class Hashtable<K,V>
06:48:51   where K,V are type-variables:
06:48:51     K extends Object declared in class Hashtable
06:48:51     V extends Object declared in class Hashtable
06:48:51 IX.java:17: warning: [rawtypes] found raw type: Vector
06:48:51 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:51 	                                                    ^
06:48:51   missing type arguments for generic class Vector<E>
06:48:51   where E is a type-variable:
06:48:51     E extends Object declared in class Vector
06:48:51 2 warnings
06:48:51 
06:48:53 --- javac err: ---
06:48:53 IX.java:17: warning: [rawtypes] found raw type: Hashtable
06:48:53 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:53 	                             ^
06:48:53   missing type arguments for generic class Hashtable<K,V>
06:48:53   where K,V are type-variables:
06:48:53     K extends Object declared in class Hashtable
06:48:53     V extends Object declared in class Hashtable
06:48:53 IX.java:17: warning: [rawtypes] found raw type: Vector
06:48:53 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:53 	                                                    ^
06:48:53   missing type arguments for generic class Vector<E>
06:48:53   where E is a type-variable:
06:48:53     E extends Object declared in class Vector
06:48:53 2 warnings
06:48:53 
06:48:54 --- javac err: ---
06:48:54 IX.java:14: warning: [rawtypes] found raw type: Hashtable
06:48:54 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:54 	                             ^
06:48:54   missing type arguments for generic class Hashtable<K,V>
06:48:54   where K,V are type-variables:
06:48:54     K extends Object declared in class Hashtable
06:48:54     V extends Object declared in class Hashtable
06:48:54 IX.java:14: warning: [rawtypes] found raw type: Vector
06:48:54 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
06:48:54 	                                                    ^
06:48:54   missing type arguments for generic class Vector<E>
06:48:54   where E is a type-variable:
06:48:54     E extends Object declared in class Vector
06:48:54 2 warnings
06:48:54 
06:48:55 --- javac err: ---
06:48:55 test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Hashtable
06:48:55 	public void smr_foo(java.util.Hashtable h, Vector v, boolean b);
06:48:55 	                             ^
06:48:55   missing type arguments for generic class Hashtable<K,V>
06:48:55   where K,V are type-variables:
06:48:55     K extends Object declared in class Hashtable
06:48:55     V extends Object declared in class Hashtable
06:48:55 test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Vector
06:48:55 	public void smr_foo(java.util.Hashtable h, Vector v, boolean b);
06:48:55 	                                           ^
06:48:55   missing type arguments for generic class Vector<E>
06:48:55   where E is a type-variable:
06:48:55     E extends Object declared in class Vector
06:48:55 2 warnings
06:48:55 
06:49:02 ***************************************************************************
06:49:02 * Comparison with Sun Javac compiler for class JavadocTestOptions (null tests)
06:49:02 ***************************************************************************
06:49:03 --- javac err: ---
06:49:03 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:03 	public int x_dep;
06:49:03 	           ^
06:49:03 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:03 	public X() {}
06:49:03 	       ^
06:49:03 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:03 	public void foo_dep() {}
06:49:03 	            ^
06:49:03 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:03 public class X_dep {}
06:49:03        ^
06:49:03 4 warnings
06:49:03 
06:49:04 --- javac err: ---
06:49:04 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:04 	public int x_dep;
06:49:04 	           ^
06:49:04 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:04 	public X() {}
06:49:04 	       ^
06:49:04 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:04 	public void foo_dep() {}
06:49:04 	            ^
06:49:04 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:04 public class X_dep {}
06:49:04        ^
06:49:04 4 warnings
06:49:04 
06:49:04 --- javac err: ---
06:49:04 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:04 	public int x_dep;
06:49:04 	           ^
06:49:04 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:04 	public X() {}
06:49:04 	       ^
06:49:04 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:04 	public void foo_dep() {}
06:49:04 	            ^
06:49:04 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:04 public class X_dep {}
06:49:04        ^
06:49:04 4 warnings
06:49:04 
06:49:05 --- javac err: ---
06:49:05 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:05 	public int x_dep;
06:49:05 	           ^
06:49:05 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:05 	public X() {}
06:49:05 	       ^
06:49:05 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:05 	public void foo_dep() {}
06:49:05 	            ^
06:49:05 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:05 public class X_dep {}
06:49:05        ^
06:49:05 4 warnings
06:49:05 
06:49:06 --- javac err: ---
06:49:06 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:06 	public int x_dep;
06:49:06 	           ^
06:49:06 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:06 	public X() {}
06:49:06 	       ^
06:49:06 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:06 	public void foo_dep() {}
06:49:06 	            ^
06:49:06 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:06 public class X_dep {}
06:49:06        ^
06:49:06 4 warnings
06:49:06 
06:49:07 --- javac err: ---
06:49:07 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:07 	public int x_dep;
06:49:07 	           ^
06:49:07 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:07 	public X() {}
06:49:07 	       ^
06:49:07 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:07 	public void foo_dep() {}
06:49:07 	            ^
06:49:07 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:07 public class X_dep {}
06:49:07        ^
06:49:07 4 warnings
06:49:07 
06:49:08 --- javac err: ---
06:49:08 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:08 	public int x_dep;
06:49:08 	           ^
06:49:08 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:08 	public X() {}
06:49:08 	       ^
06:49:08 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:08 	public void foo_dep() {}
06:49:08 	            ^
06:49:08 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:08 public class X_dep {}
06:49:08        ^
06:49:08 4 warnings
06:49:08 
06:49:09 --- javac err: ---
06:49:09 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:09 	public int x_dep;
06:49:09 	           ^
06:49:09 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:09 	public X() {}
06:49:09 	       ^
06:49:09 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:09 	public void foo_dep() {}
06:49:09 	            ^
06:49:09 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:09 public class X_dep {}
06:49:09        ^
06:49:09 4 warnings
06:49:09 
06:49:10 --- javac err: ---
06:49:10 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:10 	public int x_dep;
06:49:10 	           ^
06:49:10 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:10 	public X() {}
06:49:10 	       ^
06:49:10 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:10 	public void foo_dep() {}
06:49:10 	            ^
06:49:10 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:10 public class X_dep {}
06:49:10        ^
06:49:10 4 warnings
06:49:10 
06:49:11 --- javac err: ---
06:49:11 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:11 	public int x_dep;
06:49:11 	           ^
06:49:11 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:11 	public X() {}
06:49:11 	       ^
06:49:11 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:11 	public void foo_dep() {}
06:49:11 	            ^
06:49:11 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:11 public class X_dep {}
06:49:11        ^
06:49:11 4 warnings
06:49:11 
06:49:12 --- javac err: ---
06:49:12 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:12 	public int x_dep;
06:49:12 	           ^
06:49:12 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:12 	public X() {}
06:49:12 	       ^
06:49:12 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:12 	public void foo_dep() {}
06:49:12 	            ^
06:49:12 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:12 public class X_dep {}
06:49:12        ^
06:49:12 4 warnings
06:49:12 
06:49:13 --- javac err: ---
06:49:13 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:13 	public int x_dep;
06:49:13 	           ^
06:49:13 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:13 	public X() {}
06:49:13 	       ^
06:49:13 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:13 	public void foo_dep() {}
06:49:13 	            ^
06:49:13 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:13 public class X_dep {}
06:49:13        ^
06:49:13 4 warnings
06:49:13 
06:49:14 --- javac err: ---
06:49:14 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:14 	public int x_dep;
06:49:14 	           ^
06:49:14 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:14 	public X() {}
06:49:14 	       ^
06:49:14 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:14 	public void foo_dep() {}
06:49:14 	            ^
06:49:14 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:14 public class X_dep {}
06:49:14        ^
06:49:14 4 warnings
06:49:14 
06:49:15 --- javac err: ---
06:49:15 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:15 	public int x_dep;
06:49:15 	           ^
06:49:15 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:15 	public X() {}
06:49:15 	       ^
06:49:15 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:15 	public void foo_dep() {}
06:49:15 	            ^
06:49:15 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:15 public class X_dep {}
06:49:15        ^
06:49:15 4 warnings
06:49:15 
06:49:16 --- javac err: ---
06:49:16 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:16 	public int x_dep;
06:49:16 	           ^
06:49:16 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:16 	public X() {}
06:49:16 	       ^
06:49:16 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:16 	public void foo_dep() {}
06:49:16 	            ^
06:49:16 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:16 public class X_dep {}
06:49:16        ^
06:49:16 4 warnings
06:49:16 
06:49:17 --- javac err: ---
06:49:17 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:17 	public int x_dep;
06:49:17 	           ^
06:49:17 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:17 	public X() {}
06:49:17 	       ^
06:49:17 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:17 	public void foo_dep() {}
06:49:17 	            ^
06:49:17 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:17 public class X_dep {}
06:49:17        ^
06:49:17 4 warnings
06:49:17 
06:49:18 --- javac err: ---
06:49:18 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:18 	public int x_dep;
06:49:18 	           ^
06:49:18 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:18 	public X() {}
06:49:18 	       ^
06:49:18 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:18 	public void foo_dep() {}
06:49:18 	            ^
06:49:18 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:18 public class X_dep {}
06:49:18        ^
06:49:18 4 warnings
06:49:18 
06:49:19 --- javac err: ---
06:49:19 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:19 	public int x_dep;
06:49:19 	           ^
06:49:19 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:19 	public X() {}
06:49:19 	       ^
06:49:19 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:19 	public void foo_dep() {}
06:49:19 	            ^
06:49:19 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:19 public class X_dep {}
06:49:19        ^
06:49:19 4 warnings
06:49:19 
06:49:20 --- javac err: ---
06:49:20 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:20 	public int x_dep;
06:49:20 	           ^
06:49:20 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:20 	public X() {}
06:49:20 	       ^
06:49:20 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:20 	public void foo_dep() {}
06:49:20 	            ^
06:49:20 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:20 public class X_dep {}
06:49:20        ^
06:49:20 4 warnings
06:49:20 
06:49:21 --- javac err: ---
06:49:21 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:21 	public int x_dep;
06:49:21 	           ^
06:49:21 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:21 	public X() {}
06:49:21 	       ^
06:49:21 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:21 	public void foo_dep() {}
06:49:21 	            ^
06:49:21 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:21 public class X_dep {}
06:49:21        ^
06:49:21 4 warnings
06:49:21 
06:49:22 --- javac err: ---
06:49:22 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:22 	public int x_dep;
06:49:22 	           ^
06:49:22 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:22 	public X() {}
06:49:22 	       ^
06:49:22 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:22 	public void foo_dep() {}
06:49:22 	            ^
06:49:22 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:22 public class X_dep {}
06:49:22        ^
06:49:22 4 warnings
06:49:22 
06:49:23 --- javac err: ---
06:49:23 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:23 	public int x_dep;
06:49:23 	           ^
06:49:23 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:23 	public X() {}
06:49:23 	       ^
06:49:23 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:23 	public void foo_dep() {}
06:49:23 	            ^
06:49:23 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:23 public class X_dep {}
06:49:23        ^
06:49:23 4 warnings
06:49:23 
06:49:24 --- javac err: ---
06:49:24 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:24 	public int x_dep;
06:49:24 	           ^
06:49:24 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:24 	public X() {}
06:49:24 	       ^
06:49:24 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:24 	public void foo_dep() {}
06:49:24 	            ^
06:49:24 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:24 public class X_dep {}
06:49:24        ^
06:49:24 4 warnings
06:49:24 
06:49:25 --- javac err: ---
06:49:25 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:25 	public int x_dep;
06:49:25 	           ^
06:49:25 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:25 	public X() {}
06:49:25 	       ^
06:49:25 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:25 	public void foo_dep() {}
06:49:25 	            ^
06:49:25 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:25 public class X_dep {}
06:49:25        ^
06:49:25 4 warnings
06:49:25 
06:49:25 --- javac err: ---
06:49:25 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:25 	public int x_dep;
06:49:25 	           ^
06:49:25 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:25 	public X() {}
06:49:25 	       ^
06:49:25 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:25 	public void foo_dep() {}
06:49:25 	            ^
06:49:25 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:25 public class X_dep {}
06:49:25        ^
06:49:25 4 warnings
06:49:25 
06:49:26 --- javac err: ---
06:49:26 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:26 	public int x_dep;
06:49:26 	           ^
06:49:26 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:26 	public X() {}
06:49:26 	       ^
06:49:26 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:26 	public void foo_dep() {}
06:49:26 	            ^
06:49:26 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:26 public class X_dep {}
06:49:26        ^
06:49:26 4 warnings
06:49:26 
06:49:27 --- javac err: ---
06:49:27 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:27 	public int x_dep;
06:49:27 	           ^
06:49:27 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:27 	public X() {}
06:49:27 	       ^
06:49:27 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:27 	public void foo_dep() {}
06:49:27 	            ^
06:49:27 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:27 public class X_dep {}
06:49:27        ^
06:49:27 4 warnings
06:49:27 
06:49:28 --- javac err: ---
06:49:28 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:28 	public int x_dep;
06:49:28 	           ^
06:49:28 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:28 	public X() {}
06:49:28 	       ^
06:49:28 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:28 	public void foo_dep() {}
06:49:28 	            ^
06:49:28 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:28 public class X_dep {}
06:49:28        ^
06:49:28 4 warnings
06:49:28 
06:49:29 --- javac err: ---
06:49:29 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:29 	public int x_dep;
06:49:29 	           ^
06:49:29 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:29 	public X() {}
06:49:29 	       ^
06:49:29 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:29 	public void foo_dep() {}
06:49:29 	            ^
06:49:29 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:29 public class X_dep {}
06:49:29        ^
06:49:29 4 warnings
06:49:29 
06:49:30 --- javac err: ---
06:49:30 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:30 	public int x_dep;
06:49:30 	           ^
06:49:30 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:30 	public X() {}
06:49:30 	       ^
06:49:30 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:30 	public void foo_dep() {}
06:49:30 	            ^
06:49:30 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:30 public class X_dep {}
06:49:30        ^
06:49:30 4 warnings
06:49:30 
06:49:31 --- javac err: ---
06:49:31 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:31 	public int x_dep;
06:49:31 	           ^
06:49:31 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:31 	public X() {}
06:49:31 	       ^
06:49:31 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:31 	public void foo_dep() {}
06:49:31 	            ^
06:49:31 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:31 public class X_dep {}
06:49:31        ^
06:49:31 4 warnings
06:49:31 
06:49:32 --- javac err: ---
06:49:32 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:32 	public int x_dep;
06:49:32 	           ^
06:49:32 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:32 	public X() {}
06:49:32 	       ^
06:49:32 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:32 	public void foo_dep() {}
06:49:32 	            ^
06:49:32 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:32 public class X_dep {}
06:49:32        ^
06:49:32 4 warnings
06:49:32 
06:49:33 --- javac err: ---
06:49:33 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:33 	public int x_dep;
06:49:33 	           ^
06:49:33 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:33 	public X() {}
06:49:33 	       ^
06:49:33 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:33 	public void foo_dep() {}
06:49:33 	            ^
06:49:33 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:33 public class X_dep {}
06:49:33        ^
06:49:33 4 warnings
06:49:33 
06:49:34 --- javac err: ---
06:49:34 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:34 	public int x_dep;
06:49:34 	           ^
06:49:34 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:34 	public X() {}
06:49:34 	       ^
06:49:34 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:34 	public void foo_dep() {}
06:49:34 	            ^
06:49:34 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:34 public class X_dep {}
06:49:34        ^
06:49:34 4 warnings
06:49:34 
06:49:35 --- javac err: ---
06:49:35 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:35 	public int x_dep;
06:49:35 	           ^
06:49:35 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:35 	public X() {}
06:49:35 	       ^
06:49:35 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:35 	public void foo_dep() {}
06:49:35 	            ^
06:49:35 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:35 public class X_dep {}
06:49:35        ^
06:49:35 4 warnings
06:49:35 
06:49:36 --- javac err: ---
06:49:36 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:36 	public int x_dep;
06:49:36 	           ^
06:49:36 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:36 	public X() {}
06:49:36 	       ^
06:49:36 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:36 	public void foo_dep() {}
06:49:36 	            ^
06:49:36 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:36 public class X_dep {}
06:49:36        ^
06:49:36 4 warnings
06:49:36 
06:49:37 --- javac err: ---
06:49:37 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:37 	public int x_dep;
06:49:37 	           ^
06:49:37 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:37 	public X() {}
06:49:37 	       ^
06:49:37 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:37 	public void foo_dep() {}
06:49:37 	            ^
06:49:37 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:37 public class X_dep {}
06:49:37        ^
06:49:37 4 warnings
06:49:37 
06:49:38 --- javac err: ---
06:49:38 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:38 	public int x_dep;
06:49:38 	           ^
06:49:38 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:38 	public X() {}
06:49:38 	       ^
06:49:38 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:38 	public void foo_dep() {}
06:49:38 	            ^
06:49:38 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:38 public class X_dep {}
06:49:38        ^
06:49:38 4 warnings
06:49:38 
06:49:39 --- javac err: ---
06:49:39 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:39 	public int x_dep;
06:49:39 	           ^
06:49:39 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:39 	public X() {}
06:49:39 	       ^
06:49:39 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:39 	public void foo_dep() {}
06:49:39 	            ^
06:49:39 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:39 public class X_dep {}
06:49:39        ^
06:49:39 4 warnings
06:49:39 
06:49:40 --- javac err: ---
06:49:40 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:40 	public int x_dep;
06:49:40 	           ^
06:49:40 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:40 	public X() {}
06:49:40 	       ^
06:49:40 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:40 	public void foo_dep() {}
06:49:40 	            ^
06:49:40 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:40 public class X_dep {}
06:49:40        ^
06:49:40 4 warnings
06:49:40 
06:49:41 --- javac err: ---
06:49:41 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:41 	public int x_dep;
06:49:41 	           ^
06:49:41 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:41 	public X() {}
06:49:41 	       ^
06:49:41 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:41 	public void foo_dep() {}
06:49:41 	            ^
06:49:41 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:41 public class X_dep {}
06:49:41        ^
06:49:41 4 warnings
06:49:41 
06:49:42 --- javac err: ---
06:49:42 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:42 	public int x_dep;
06:49:42 	           ^
06:49:42 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:42 	public X() {}
06:49:42 	       ^
06:49:42 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:42 	public void foo_dep() {}
06:49:42 	            ^
06:49:42 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:42 public class X_dep {}
06:49:42        ^
06:49:42 4 warnings
06:49:42 
06:49:43 --- javac err: ---
06:49:43 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:43 	public int x_dep;
06:49:43 	           ^
06:49:43 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:43 	public X() {}
06:49:43 	       ^
06:49:43 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:43 	public void foo_dep() {}
06:49:43 	            ^
06:49:43 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:43 public class X_dep {}
06:49:43        ^
06:49:43 4 warnings
06:49:43 
06:49:44 --- javac err: ---
06:49:44 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:44 	public int x_dep;
06:49:44 	           ^
06:49:44 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:44 	public X() {}
06:49:44 	       ^
06:49:44 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:44 	public void foo_dep() {}
06:49:44 	            ^
06:49:44 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:44 public class X_dep {}
06:49:44        ^
06:49:44 4 warnings
06:49:44 
06:49:45 --- javac err: ---
06:49:45 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:45 	public int x_dep;
06:49:45 	           ^
06:49:45 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:45 	public X() {}
06:49:45 	       ^
06:49:45 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:45 	public void foo_dep() {}
06:49:45 	            ^
06:49:45 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:45 public class X_dep {}
06:49:45        ^
06:49:45 4 warnings
06:49:45 
06:49:46 --- javac err: ---
06:49:46 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:46 	public int x_dep;
06:49:46 	           ^
06:49:46 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:46 	public X() {}
06:49:46 	       ^
06:49:46 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:46 	public void foo_dep() {}
06:49:46 	            ^
06:49:46 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:46 public class X_dep {}
06:49:46        ^
06:49:46 4 warnings
06:49:46 
06:49:46 --- javac err: ---
06:49:46 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:46 	public int x_dep;
06:49:46 	           ^
06:49:46 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:46 	public X() {}
06:49:46 	       ^
06:49:46 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:46 	public void foo_dep() {}
06:49:46 	            ^
06:49:46 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:46 public class X_dep {}
06:49:46        ^
06:49:46 4 warnings
06:49:46 
06:49:47 --- javac err: ---
06:49:47 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:47 	public int x_dep;
06:49:47 	           ^
06:49:47 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:47 	public X() {}
06:49:47 	       ^
06:49:47 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:47 	public void foo_dep() {}
06:49:47 	            ^
06:49:47 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:47 public class X_dep {}
06:49:47        ^
06:49:47 4 warnings
06:49:47 
06:49:48 --- javac err: ---
06:49:48 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:48 	public int x_dep;
06:49:48 	           ^
06:49:48 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:48 	public X() {}
06:49:48 	       ^
06:49:48 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:48 	public void foo_dep() {}
06:49:48 	            ^
06:49:48 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:48 public class X_dep {}
06:49:48        ^
06:49:48 4 warnings
06:49:48 
06:49:49 --- javac err: ---
06:49:49 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:49 	public int x_dep;
06:49:49 	           ^
06:49:49 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:49 	public X() {}
06:49:49 	       ^
06:49:49 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:49 	public void foo_dep() {}
06:49:49 	            ^
06:49:49 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:49 public class X_dep {}
06:49:49        ^
06:49:49 4 warnings
06:49:49 
06:49:50 --- javac err: ---
06:49:50 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:50 	public int x_dep;
06:49:50 	           ^
06:49:50 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:50 	public X() {}
06:49:50 	       ^
06:49:50 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:50 	public void foo_dep() {}
06:49:50 	            ^
06:49:50 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:50 public class X_dep {}
06:49:50        ^
06:49:50 4 warnings
06:49:50 
06:49:51 --- javac err: ---
06:49:51 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:51 	public int x_dep;
06:49:51 	           ^
06:49:51 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:51 	public X() {}
06:49:51 	       ^
06:49:51 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:51 	public void foo_dep() {}
06:49:51 	            ^
06:49:51 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:51 public class X_dep {}
06:49:51        ^
06:49:51 4 warnings
06:49:51 
06:49:52 --- javac err: ---
06:49:52 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:52 	public int x_dep;
06:49:52 	           ^
06:49:52 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:52 	public X() {}
06:49:52 	       ^
06:49:52 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:52 	public void foo_dep() {}
06:49:52 	            ^
06:49:52 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:52 public class X_dep {}
06:49:52        ^
06:49:52 4 warnings
06:49:52 
06:49:53 --- javac err: ---
06:49:53 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:53 	public int x_dep;
06:49:53 	           ^
06:49:53 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:53 	public X() {}
06:49:53 	       ^
06:49:53 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:53 	public void foo_dep() {}
06:49:53 	            ^
06:49:53 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:53 public class X_dep {}
06:49:53        ^
06:49:53 4 warnings
06:49:53 
06:49:54 --- javac err: ---
06:49:54 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:54 	public int x_dep;
06:49:54 	           ^
06:49:54 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:54 	public X() {}
06:49:54 	       ^
06:49:54 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:54 	public void foo_dep() {}
06:49:54 	            ^
06:49:54 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:54 public class X_dep {}
06:49:54        ^
06:49:54 4 warnings
06:49:54 
06:49:55 --- javac err: ---
06:49:55 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:55 	public int x_dep;
06:49:55 	           ^
06:49:55 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:55 	public X() {}
06:49:55 	       ^
06:49:55 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:55 	public void foo_dep() {}
06:49:55 	            ^
06:49:55 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:55 public class X_dep {}
06:49:55        ^
06:49:55 4 warnings
06:49:55 
06:49:56 --- javac err: ---
06:49:56 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:56 	public int x_dep;
06:49:56 	           ^
06:49:56 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:56 	public X() {}
06:49:56 	       ^
06:49:56 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:56 	public void foo_dep() {}
06:49:56 	            ^
06:49:56 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:56 public class X_dep {}
06:49:56        ^
06:49:56 4 warnings
06:49:56 
06:49:57 --- javac err: ---
06:49:57 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:57 	public int x_dep;
06:49:57 	           ^
06:49:57 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:57 	public X() {}
06:49:57 	       ^
06:49:57 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:57 	public void foo_dep() {}
06:49:57 	            ^
06:49:57 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:57 public class X_dep {}
06:49:57        ^
06:49:57 4 warnings
06:49:57 
06:49:58 --- javac err: ---
06:49:58 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:58 	public int x_dep;
06:49:58 	           ^
06:49:58 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:58 	public X() {}
06:49:58 	       ^
06:49:58 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:58 	public void foo_dep() {}
06:49:58 	            ^
06:49:58 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:58 public class X_dep {}
06:49:58        ^
06:49:58 4 warnings
06:49:58 
06:49:59 --- javac err: ---
06:49:59 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:59 	public int x_dep;
06:49:59 	           ^
06:49:59 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:59 	public X() {}
06:49:59 	       ^
06:49:59 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:59 	public void foo_dep() {}
06:49:59 	            ^
06:49:59 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:49:59 public class X_dep {}
06:49:59        ^
06:49:59 4 warnings
06:49:59 
06:50:00 --- javac err: ---
06:50:00 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:00 	public int x_dep;
06:50:00 	           ^
06:50:00 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:00 	public X() {}
06:50:00 	       ^
06:50:00 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:00 	public void foo_dep() {}
06:50:00 	            ^
06:50:00 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:00 public class X_dep {}
06:50:00        ^
06:50:00 4 warnings
06:50:00 
06:50:01 --- javac err: ---
06:50:01 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:01 	public int x_dep;
06:50:01 	           ^
06:50:01 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:01 	public X() {}
06:50:01 	       ^
06:50:01 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:01 	public void foo_dep() {}
06:50:01 	            ^
06:50:01 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:01 public class X_dep {}
06:50:01        ^
06:50:01 4 warnings
06:50:01 
06:50:02 --- javac err: ---
06:50:02 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:02 	public int x_dep;
06:50:02 	           ^
06:50:02 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:02 	public X() {}
06:50:02 	       ^
06:50:02 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:02 	public void foo_dep() {}
06:50:02 	            ^
06:50:02 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:02 public class X_dep {}
06:50:02        ^
06:50:02 4 warnings
06:50:02 
06:50:03 --- javac err: ---
06:50:03 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:03 	public int x_dep;
06:50:03 	           ^
06:50:03 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:03 	public X() {}
06:50:03 	       ^
06:50:03 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:03 	public void foo_dep() {}
06:50:03 	            ^
06:50:03 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:03 public class X_dep {}
06:50:03        ^
06:50:03 4 warnings
06:50:03 
06:50:04 --- javac err: ---
06:50:04 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:04 	public int x_dep;
06:50:04 	           ^
06:50:04 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:04 	public X() {}
06:50:04 	       ^
06:50:04 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:04 	public void foo_dep() {}
06:50:04 	            ^
06:50:04 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:04 public class X_dep {}
06:50:04        ^
06:50:04 4 warnings
06:50:04 
06:50:05 --- javac err: ---
06:50:05 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:05 	public int x_dep;
06:50:05 	           ^
06:50:05 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:05 	public X() {}
06:50:05 	       ^
06:50:05 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:05 	public void foo_dep() {}
06:50:05 	            ^
06:50:05 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:05 public class X_dep {}
06:50:05        ^
06:50:05 4 warnings
06:50:05 
06:50:06 --- javac err: ---
06:50:06 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:06 	public int x_dep;
06:50:06 	           ^
06:50:06 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:06 	public X() {}
06:50:06 	       ^
06:50:06 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:06 	public void foo_dep() {}
06:50:06 	            ^
06:50:06 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:06 public class X_dep {}
06:50:06        ^
06:50:06 4 warnings
06:50:06 
06:50:07 --- javac err: ---
06:50:07 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:07 	public int x_dep;
06:50:07 	           ^
06:50:07 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:07 	public X() {}
06:50:07 	       ^
06:50:07 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:07 	public void foo_dep() {}
06:50:07 	            ^
06:50:07 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:07 public class X_dep {}
06:50:07        ^
06:50:07 4 warnings
06:50:07 
06:50:08 --- javac err: ---
06:50:08 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:08 	public int x_dep;
06:50:08 	           ^
06:50:08 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:08 	public X() {}
06:50:08 	       ^
06:50:08 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:08 	public void foo_dep() {}
06:50:08 	            ^
06:50:08 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:08 public class X_dep {}
06:50:08        ^
06:50:08 4 warnings
06:50:08 
06:50:09 --- javac err: ---
06:50:09 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:09 	public int x_dep;
06:50:09 	           ^
06:50:09 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:09 	public X() {}
06:50:09 	       ^
06:50:09 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:09 	public void foo_dep() {}
06:50:09 	            ^
06:50:09 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:09 public class X_dep {}
06:50:09        ^
06:50:09 4 warnings
06:50:09 
06:50:10 --- javac err: ---
06:50:10 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:10 	public int x_dep;
06:50:10 	           ^
06:50:10 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:10 	public X() {}
06:50:10 	       ^
06:50:10 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:10 	public void foo_dep() {}
06:50:10 	            ^
06:50:10 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:10 public class X_dep {}
06:50:10        ^
06:50:10 4 warnings
06:50:10 
06:50:10 --- javac err: ---
06:50:10 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:10 	public int x_dep;
06:50:10 	           ^
06:50:10 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:10 	public X() {}
06:50:10 	       ^
06:50:10 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:10 	public void foo_dep() {}
06:50:10 	            ^
06:50:10 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:10 public class X_dep {}
06:50:10        ^
06:50:10 4 warnings
06:50:10 
06:50:11 --- javac err: ---
06:50:11 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:11 	public int x_dep;
06:50:11 	           ^
06:50:11 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:11 	public X() {}
06:50:11 	       ^
06:50:11 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:11 	public void foo_dep() {}
06:50:11 	            ^
06:50:11 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:11 public class X_dep {}
06:50:11        ^
06:50:11 4 warnings
06:50:11 
06:50:12 --- javac err: ---
06:50:12 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:12 	public int x_dep;
06:50:12 	           ^
06:50:12 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:12 	public X() {}
06:50:12 	       ^
06:50:12 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:12 	public void foo_dep() {}
06:50:12 	            ^
06:50:12 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:12 public class X_dep {}
06:50:12        ^
06:50:12 4 warnings
06:50:12 
06:50:13 --- javac err: ---
06:50:13 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:13 	public int x_dep;
06:50:13 	           ^
06:50:13 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:13 	public X() {}
06:50:13 	       ^
06:50:13 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:13 	public void foo_dep() {}
06:50:13 	            ^
06:50:13 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:13 public class X_dep {}
06:50:13        ^
06:50:13 4 warnings
06:50:13 
06:50:14 --- javac err: ---
06:50:14 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:14 	public int x_dep;
06:50:14 	           ^
06:50:14 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:14 	public X() {}
06:50:14 	       ^
06:50:14 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:14 	public void foo_dep() {}
06:50:14 	            ^
06:50:14 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:14 public class X_dep {}
06:50:14        ^
06:50:14 4 warnings
06:50:14 
06:50:15 --- javac err: ---
06:50:15 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:15 	public int x_dep;
06:50:15 	           ^
06:50:15 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:15 	public X() {}
06:50:15 	       ^
06:50:15 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:15 	public void foo_dep() {}
06:50:15 	            ^
06:50:15 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:15 public class X_dep {}
06:50:15        ^
06:50:15 4 warnings
06:50:15 
06:50:16 --- javac err: ---
06:50:16 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:16 	public int x_dep;
06:50:16 	           ^
06:50:16 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:16 	public X() {}
06:50:16 	       ^
06:50:16 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:16 	public void foo_dep() {}
06:50:16 	            ^
06:50:16 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:16 public class X_dep {}
06:50:16        ^
06:50:16 4 warnings
06:50:16 
06:50:17 --- javac err: ---
06:50:17 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:17 	public int x_dep;
06:50:17 	           ^
06:50:17 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:17 	public X() {}
06:50:17 	       ^
06:50:17 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:17 	public void foo_dep() {}
06:50:17 	            ^
06:50:17 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:17 public class X_dep {}
06:50:17        ^
06:50:17 4 warnings
06:50:17 
06:50:18 --- javac err: ---
06:50:18 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:18 	public int x_dep;
06:50:18 	           ^
06:50:18 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:18 	public X() {}
06:50:18 	       ^
06:50:18 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:18 	public void foo_dep() {}
06:50:18 	            ^
06:50:18 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:18 public class X_dep {}
06:50:18        ^
06:50:18 4 warnings
06:50:18 
06:50:19 --- javac err: ---
06:50:19 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:19 	public int x_dep;
06:50:19 	           ^
06:50:19 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:19 	public X() {}
06:50:19 	       ^
06:50:19 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:19 	public void foo_dep() {}
06:50:19 	            ^
06:50:19 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:19 public class X_dep {}
06:50:19        ^
06:50:19 4 warnings
06:50:19 
06:50:20 --- javac err: ---
06:50:20 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:20 	public int x_dep;
06:50:20 	           ^
06:50:20 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:20 	public X() {}
06:50:20 	       ^
06:50:20 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:20 	public void foo_dep() {}
06:50:20 	            ^
06:50:20 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:20 public class X_dep {}
06:50:20        ^
06:50:20 4 warnings
06:50:20 
06:50:21 --- javac err: ---
06:50:21 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:21 	public int x_dep;
06:50:21 	           ^
06:50:21 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:21 	public X() {}
06:50:21 	       ^
06:50:21 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:21 	public void foo_dep() {}
06:50:21 	            ^
06:50:21 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:21 public class X_dep {}
06:50:21        ^
06:50:21 4 warnings
06:50:21 
06:50:22 --- javac err: ---
06:50:22 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:22 	public int x_dep;
06:50:22 	           ^
06:50:22 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:22 	public X() {}
06:50:22 	       ^
06:50:22 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:22 	public void foo_dep() {}
06:50:22 	            ^
06:50:22 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
06:50:22 public class X_dep {}
06:50:22        ^
06:50:22 4 warnings
06:50:22 
06:50:43 ***************************************************************************
06:50:43 * Comparison with Sun Javac compiler for class AssertionTest (null tests)
06:50:43 ***************************************************************************
06:50:43 --- javac err: ---
06:50:43 assert.java:1: error: as of release 1.4, 'assert' is a keyword, and may not be used as an identifier
06:50:43 public class assert {}
06:50:43              ^
06:50:43 1 error
06:50:43 
06:50:43 
06:50:43 
06:50:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:45 
06:50:45 
06:50:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:46 
06:50:46 
06:50:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:47 
06:50:47 
06:50:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:48 
06:50:48 
06:50:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:49 --- javac err: ---
06:50:49 A4.java:4: error: cannot find symbol
06:50:49 		assert false : unbound;	
06:50:49 		               ^
06:50:49   symbol:   variable unbound
06:50:49   location: class A4
06:50:49 1 error
06:50:49 
06:50:49 
06:50:49 
06:50:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:50 
06:50:50 
06:50:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:52 
06:50:52 
06:50:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:53 
06:50:53 
06:50:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:54 
06:50:54 
06:50:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:55 
06:50:55 
06:50:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:56 
06:50:56 
06:50:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:57 
06:50:57 
06:50:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:50:58 --- javac err: ---
06:50:58 X.java:6: warning: [rawtypes] found raw type: Class
06:50:58 			Class c = Foo.class;
06:50:58 			^
06:50:58   missing type arguments for generic class Class<T>
06:50:58   where T is a type-variable:
06:50:58     T extends Object declared in class Class
06:50:58 X.java:13: warning: [rawtypes] found raw type: Class
06:50:58 			Class c = Bar.class;
06:50:58 			^
06:50:58   missing type arguments for generic class Class<T>
06:50:58   where T is a type-variable:
06:50:58     T extends Object declared in class Class
06:50:58 2 warnings
06:50:58 
06:50:58 
06:50:58 
06:50:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:00 --- javac err: ---
06:51:00 X.java:6: warning: [rawtypes] found raw type: Class
06:51:00 			Class c = Foo.class;
06:51:00 			^
06:51:00   missing type arguments for generic class Class<T>
06:51:00   where T is a type-variable:
06:51:00     T extends Object declared in class Class
06:51:00 X.java:13: warning: [rawtypes] found raw type: Class
06:51:00 			Class c = Bar.class;
06:51:00 			^
06:51:00   missing type arguments for generic class Class<T>
06:51:00   where T is a type-variable:
06:51:00     T extends Object declared in class Class
06:51:00 2 warnings
06:51:00 
06:51:00 
06:51:00 
06:51:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:01 --- javac err: ---
06:51:01 X.java:6: warning: [rawtypes] found raw type: Class
06:51:01 			Class c = Foo.class;
06:51:01 			^
06:51:01   missing type arguments for generic class Class<T>
06:51:01   where T is a type-variable:
06:51:01     T extends Object declared in class Class
06:51:01 X.java:13: warning: [rawtypes] found raw type: Class
06:51:01 			Class c = Bar.class;
06:51:01 			^
06:51:01   missing type arguments for generic class Class<T>
06:51:01   where T is a type-variable:
06:51:01     T extends Object declared in class Class
06:51:01 2 warnings
06:51:01 
06:51:01 
06:51:01 
06:51:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:02 --- javac err: ---
06:51:02 X.java:23: error: variable error4 might not have been initialized
06:51:02 		assert (srcPts && (error4 = maxError()) > 0) : error4;
06:51:02 		                                               ^
06:51:02 X.java:29: error: variable error5 might not have been initialized
06:51:02 			return error5;
06:51:02 			       ^
06:51:02 X.java:36: error: variable error6 might not have been initialized
06:51:02 			return error6;
06:51:02 			       ^
06:51:02 3 errors
06:51:02 
06:51:02 
06:51:02 
06:51:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:03 --- javac err: ---
06:51:03 X.java:5: error: variable i might not have been initialized
06:51:03         System.out.println(i);
06:51:03                            ^
06:51:03 1 error
06:51:03 
06:51:03 
06:51:03 
06:51:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:04 
06:51:04 
06:51:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:05 --- javac err: ---
06:51:05 X.java:4: error: variable i might not have been initialized
06:51:05         System.out.println(i);
06:51:05                            ^
06:51:05 1 error
06:51:05 
06:51:05 
06:51:05 
06:51:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:06 --- javac err: ---
06:51:06 X.java:7: error: variable i might not have been initialized
06:51:06         System.out.println(i);
06:51:06                            ^
06:51:06 1 error
06:51:06 
06:51:06 
06:51:06 
06:51:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:07 --- javac err: ---
06:51:07 X.java:7: error: variable i might not have been initialized
06:51:07         assert i++ == 0;
06:51:07                ^
06:51:07 X.java:8: error: variable i might not have been initialized
06:51:07         System.out.println(i);
06:51:07                            ^
06:51:07 2 errors
06:51:07 
06:51:07 
06:51:07 
06:51:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:08 
06:51:08 
06:51:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:08 ***************************************************************************
06:51:08 * Comparison with Sun Javac compiler for class AmbiguousMethodTest (null tests)
06:51:08 ***************************************************************************
06:51:09 
06:51:09 
06:51:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:10 
06:51:10 
06:51:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:11 
06:51:11 
06:51:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:12 --- javac err: ---
06:51:12 X.java:4: error: name clash: method(E4) in I2 and method(E3) in I1 have the same erasure, yet neither overrides the other
06:51:12 	static interface I3<E3, E4> extends I1<E3>, I2<E4> {}
06:51:12 	       ^
06:51:12   where E4,E3 are type-variables:
06:51:12     E4 extends Object declared in interface I3
06:51:12     E3 extends Object declared in interface I3
06:51:12 1 error
06:51:12 
06:51:12 
06:51:12 
06:51:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:13 
06:51:13 
06:51:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:14 --- javac err: ---
06:51:14 X.java:1: error: reference to test is ambiguous
06:51:14 public class X { void foo() { new BB().test(); } }
06:51:14                                       ^
06:51:14   both method test() in AA and method <U>test() in BB match
06:51:14   where U is a type-variable:
06:51:14     U extends Object declared in method <U>test()
06:51:14 X.java:3: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other
06:51:14 class BB extends AA<CC> { <U> void test() {} }
06:51:14                                    ^
06:51:14 2 errors
06:51:14 
06:51:14 
06:51:14 
06:51:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:15 --- javac err: ---
06:51:15 X.java:2: warning: [deprecation] Integer(int) in Integer has been deprecated
06:51:15 	void singleMatch() { System.out.print(new BB().test(new N(), new Integer(1))); }
06:51:15 	                                                             ^
06:51:15 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:51:15 	void betterMatch() { System.out.print(new CC().test(new N(), new Integer(1))); }
06:51:15 	                                                             ^
06:51:15 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
06:51:15 	void worseMatch() { System.out.print(new DD().test(new N(), new Integer(1))); }
06:51:15 	                                                            ^
06:51:15 3 warnings
06:51:15 
06:51:15 
06:51:15 
06:51:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:16 --- javac err: ---
06:51:16 X.java:2: error: reference to test is ambiguous
06:51:16 	void ambiguous() { new BB().test(new N()); }
06:51:16 	                           ^
06:51:16   both method test(T) in AA and method <U>test(N) in BB match
06:51:16   where T,U are type-variables:
06:51:16     T extends Object declared in class AA
06:51:16     U extends Object declared in method <U>test(N)
06:51:16 1 error
06:51:16 
06:51:16 
06:51:16 
06:51:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:17 --- javac err: ---
06:51:17 X.java:2: error: reference to test is ambiguous
06:51:17 	void ambiguous() { new BB().test(new N(), Integer.valueOf(1)); }
06:51:17 	                           ^
06:51:17   both method test(T,Integer) in AA and method <U>test(N,U) in BB match
06:51:17   where T,U are type-variables:
06:51:17     T extends Object declared in class AA
06:51:17     U extends Number declared in method <U>test(N,U)
06:51:17 1 error
06:51:17 
06:51:17 
06:51:17 
06:51:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:18 --- javac err: ---
06:51:18 X.java:3: error: reference to id is ambiguous
06:51:18 		m.id(Integer.valueOf(111));
06:51:18 		 ^
06:51:18   both method id(T) in C and method <ZZ>id(Integer) in M match
06:51:18   where T,ZZ are type-variables:
06:51:18     T extends Number declared in class C
06:51:18     ZZ extends Object declared in method <ZZ>id(Integer)
06:51:18 1 error
06:51:18 
06:51:18 
06:51:18 
06:51:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:19 --- javac err: ---
06:51:19 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:51:19 		m.id(new Integer(111));
06:51:19 		     ^
06:51:19 1 warning
06:51:19 
06:51:20 
06:51:20 
06:51:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:20 --- javac err: ---
06:51:20 X.java:3: error: name clash: <N>foo() and <S>foo() have the same erasure
06:51:20 		 <N extends B> N foo() { return null; }
06:51:20 		                 ^
06:51:20   where N,S are type-variables:
06:51:20     N extends B declared in method <N>foo()
06:51:20     S extends A declared in method <S>foo()
06:51:20 1 error
06:51:20 
06:51:20 
06:51:20 
06:51:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:21 --- javac err: ---
06:51:21 X.java:3: error: reference to foo is ambiguous
06:51:21    	new Y<Object>().foo("X");
06:51:21    	               ^
06:51:21   both method <U1>foo(U1) in X and method foo(T2) in Y match
06:51:21   where U1,T2 are type-variables:
06:51:21     U1 extends Object declared in method <U1>foo(U1)
06:51:21     T2 extends Object declared in class Y
06:51:21 X.java:4: error: reference to foo2 is ambiguous
06:51:21    	new Y<Object>().foo2("X");
06:51:21    	               ^
06:51:21   both method <U2>foo2(U2) in X and method <U3>foo2(T2) in Y match
06:51:21   where U2,U3,T2 are type-variables:
06:51:21     U2 extends Object declared in method <U2>foo2(U2)
06:51:21     U3 extends Object declared in method <U3>foo2(T2)
06:51:21     T2 extends Object declared in class Y
06:51:21 X.java:10: error: name clash: foo(T2) in Y and foo(U1) in X have the same erasure, yet neither overrides the other
06:51:21 	void foo(T2 t) {}
06:51:21 	     ^
06:51:21   where T2,U1 are type-variables:
06:51:21     T2 extends Object declared in class Y
06:51:21     U1 extends Object declared in method <U1>foo(U1)
06:51:21 X.java:11: error: name clash: foo2(T2) in Y and foo2(U2) in X have the same erasure, yet neither overrides the other
06:51:21 	<U3> void foo2(T2 t) {}
06:51:21 	          ^
06:51:21   where T2,U2 are type-variables:
06:51:21     T2 extends Object declared in class Y
06:51:21     U2 extends Object declared in method <U2>foo2(U2)
06:51:21 4 errors
06:51:21 
06:51:21 
06:51:21 
06:51:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:22 --- javac err: ---
06:51:22 B.java:3: error: reference to foo is ambiguous
06:51:22    	new M().foo(Integer.valueOf(1), 2);
06:51:22    	       ^
06:51:22   both method foo(int,int) in M and method foo(Number,Number) in M match
06:51:22 B.java:4: error: reference to foo is ambiguous
06:51:22    	new N().foo(Integer.valueOf(1), 2);
06:51:22    	       ^
06:51:22   both method foo(int,int) in N and method foo(Number,Number) in N match
06:51:22 2 errors
06:51:22 
06:51:22 
06:51:22 
06:51:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:23 
06:51:23 
06:51:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:24 --- javac err: ---
06:51:24 A.java:1: error: reference to test is ambiguous
06:51:24 public class A { void check() { new C().test(new T()); } }
06:51:24                                        ^
06:51:24   both method test(S) in B and method <U>test(U) in C match
06:51:24   where U is a type-variable:
06:51:24     U extends S declared in method <U>test(U)
06:51:24 A.java:5: error: name clash: test(U) in C and test(S) in B have the same erasure, yet neither overrides the other
06:51:24 class C extends B { <U extends S> int test(U u) {return -1;} }
06:51:24                                       ^
06:51:24   where U is a type-variable:
06:51:24     U extends S declared in method <U>test(U)
06:51:24 2 errors
06:51:24 
06:51:24 
06:51:24 
06:51:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:26 --- javac err: ---
06:51:26 T.java:10: error: types List<E#1> and Set<E#2> are incompatible;
06:51:26 interface OrderedSet<E> extends List<E>, Set<E> { boolean add(E o); }
06:51:26 ^
06:51:26   interface OrderedSet<E#3> inherits unrelated defaults for spliterator() from types List and Set
06:51:26   where E#1,E#2,E#3 are type-variables:
06:51:26     E#1 extends Object declared in interface List
06:51:26     E#2 extends Object declared in interface Set
06:51:26     E#3 extends Object declared in interface OrderedSet
06:51:26 1 error
06:51:26 
06:51:26 
06:51:26 
06:51:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:27 
06:51:27 
06:51:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:28 --- javac err: ---
06:51:28 X.java:5: error: method <L1>createParser(L1) is already defined in class X
06:51:28   	static <L2 extends ErrorListener & Listener> Object createParser(L2 l) { return null; }
06:51:28   	                                                    ^
06:51:28   where L1 is a type-variable:
06:51:28     L1 extends Listener,ErrorListener declared in method <L1>createParser(L1)
06:51:28 1 error
06:51:28 
06:51:28 
06:51:28 
06:51:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:29 
06:51:29 
06:51:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:30 
06:51:30 
06:51:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:31 --- javac err: ---
06:51:31 X.java:4: warning: [rawtypes] found raw type: X
06:51:31 	void test2(X x) throws ExTwo { x.foo(Integer.valueOf(1), Integer.valueOf(2)); }
06:51:31 	           ^
06:51:31   missing type arguments for generic class X<A>
06:51:31   where A is a type-variable:
06:51:31     A extends Number declared in class X
06:51:31 X.java:4: warning: [unchecked] unchecked call to foo(C,C) as a member of the raw type Y
06:51:31 	void test2(X x) throws ExTwo { x.foo(Integer.valueOf(1), Integer.valueOf(2)); }
06:51:31 	                                    ^
06:51:31   where C is a type-variable:
06:51:31     C extends Number declared in class Y
06:51:31 2 warnings
06:51:31 
06:51:31 
06:51:31 
06:51:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:32 --- javac err: ---
06:51:32 Combined.java:3: error: name clash: <T#1>pickOne(Comparable<T#1>) and <T#2>pickOne(T#2) have the same erasure
06:51:32 	<T> T pickOne(Comparable<T> value) throws ExTwo { return null;}
06:51:32 	      ^
06:51:32   where T#1,T#2 are type-variables:
06:51:32     T#1 extends Object declared in method <T#1>pickOne(Comparable<T#1>)
06:51:32     T#2 extends Comparable<T#2> declared in method <T#2>pickOne(T#2)
06:51:32 1 error
06:51:32 
06:51:32 
06:51:32 
06:51:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:33 --- javac err: ---
06:51:33 Test1.java:3: error: name clash: <T#1>pickOne(Comparable<T#1>) and <T#2>pickOne(T#2) have the same erasure
06:51:33 	<T> T pickOne(Comparable<T> value) throws ExTwo { return null;}
06:51:33 	      ^
06:51:33   where T#1,T#2 are type-variables:
06:51:33     T#1 extends Object declared in method <T#1>pickOne(Comparable<T#1>)
06:51:33     T#2 extends Comparable<T#2> declared in method <T#2>pickOne(T#2)
06:51:33 Test1.java:4: warning: [unchecked] unchecked method invocation: method pickOne in class Test1 is applied to given types
06:51:33 	void pickOne2(Test1<Integer,Integer> c) throws ExOne { c.pickOne((Comparable) "test"); }
06:51:33 	                                                                ^
06:51:33   required: T
06:51:33   found: Comparable
06:51:33   where T is a type-variable:
06:51:33     T extends Comparable<T> declared in method <T>pickOne(T)
06:51:33 1 error
06:51:33 1 warning
06:51:33 
06:51:33 
06:51:33 
06:51:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:34 --- javac err: ---
06:51:34 XX.java:2: warning: [deprecation] Integer(int) in Integer has been deprecated
06:51:34 	public static void main(String[] s) { System.out.println(new B().id(new Integer(1))); }
06:51:34 	                                                                    ^
06:51:34 1 warning
06:51:34 
06:51:34 
06:51:34 
06:51:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:35 --- javac err: ---
06:51:35 XX.java:2: error: reference to id is ambiguous
06:51:35 	public static void main(String[] s) { System.out.println(new B().id(Integer.valueOf(1))); }
06:51:35 	                                                                ^
06:51:35   both method id(T) in A and method <ZZ>id(Integer) in B match
06:51:35   where T,ZZ are type-variables:
06:51:35     T extends Number declared in class A
06:51:35     ZZ extends Object declared in method <ZZ>id(Integer)
06:51:35 1 error
06:51:35 
06:51:35 
06:51:35 
06:51:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:36 
06:51:36 
06:51:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:37 --- javac err: ---
06:51:37 X.java:2: warning: [rawtypes] found raw type: G
06:51:37 	void a(G x) { System.out.print(1); }
06:51:37 	       ^
06:51:37   missing type arguments for generic class G<T2>
06:51:37   where T2 is a type-variable:
06:51:37     T2 extends Object declared in class G
06:51:37 X.java:3: warning: [rawtypes] found raw type: F
06:51:37 	void b(F x) { System.out.print(2); }
06:51:37 	       ^
06:51:37   missing type arguments for generic class F<T1>
06:51:37   where T1 is a type-variable:
06:51:37     T1 extends Object declared in class F
06:51:37 2 warnings
06:51:37 
06:51:37 
06:51:37 
06:51:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:38 --- javac err: ---
06:51:38 X.java:5: warning: [rawtypes] found raw type: H
06:51:38 		H h = null;
06:51:38 		^
06:51:38   missing type arguments for generic class H<T3>
06:51:38   where T3 is a type-variable:
06:51:38     T3 extends Object declared in class H
06:51:38 X.java:6: warning: [rawtypes] found raw type: G
06:51:38 		G g = null;
06:51:38 		^
06:51:38   missing type arguments for generic class G<T2>
06:51:38   where T2 is a type-variable:
06:51:38     T2 extends Object declared in class G
06:51:38 X.java:7: warning: [unchecked] unchecked method invocation: method a in class X is applied to given types
06:51:38 		new X().a(h);
06:51:38 		         ^
06:51:38   required: G<C>
06:51:38   found: H
06:51:38 X.java:7: warning: [unchecked] unchecked conversion
06:51:38 		new X().a(h);
06:51:38 		          ^
06:51:38   required: G<C>
06:51:38   found:    H
06:51:38 X.java:8: warning: [unchecked] unchecked method invocation: method a in class X is applied to given types
06:51:38 		new X().a(g);
06:51:38 		         ^
06:51:38   required: G<C>
06:51:38   found: G
06:51:38 X.java:8: warning: [unchecked] unchecked conversion
06:51:38 		new X().a(g);
06:51:38 		          ^
06:51:38   required: G<C>
06:51:38   found:    G
06:51:38 X.java:9: warning: [unchecked] unchecked method invocation: method b in class X is applied to given types
06:51:38 		new X().b(h);
06:51:38 		         ^
06:51:38   required: F<C>
06:51:38   found: H
06:51:38 X.java:9: warning: [unchecked] unchecked conversion
06:51:38 		new X().b(h);
06:51:38 		          ^
06:51:38   required: F<C>
06:51:38   found:    H
06:51:38 X.java:10: warning: [unchecked] unchecked method invocation: method b in class X is applied to given types
06:51:38 		new X().b(g);
06:51:38 		         ^
06:51:38   required: F<C>
06:51:38   found: G
06:51:38 X.java:10: warning: [unchecked] unchecked conversion
06:51:38 		new X().b(g);
06:51:38 		          ^
06:51:38   required: F<C>
06:51:38   found:    G
06:51:38 10 warnings
06:51:38 
06:51:38 
06:51:38 
06:51:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:39 --- javac err: ---
06:51:39 X0.java:2: warning: [rawtypes] found raw type: G
06:51:39 	void two(G x) { System.out.print(1); }
06:51:39 	         ^
06:51:39   missing type arguments for generic class G<T2>
06:51:39   where T2 is a type-variable:
06:51:39     T2 extends Object declared in class G
06:51:39 X0.java:4: warning: [rawtypes] found raw type: G
06:51:39 	void three(G x) { System.out.print(3); }
06:51:39 	           ^
06:51:39   missing type arguments for generic class G<T2>
06:51:39   where T2 is a type-variable:
06:51:39     T2 extends Object declared in class G
06:51:39 2 warnings
06:51:39 
06:51:39 
06:51:39 
06:51:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:40 --- javac err: ---
06:51:40 X.java:2: warning: [rawtypes] found raw type: G
06:51:40 	void a(G x) {}
06:51:40 	       ^
06:51:40   missing type arguments for generic class G<T2>
06:51:40   where T2 is a type-variable:
06:51:40     T2 extends Object declared in class G
06:51:40 X.java:5: warning: [rawtypes] found raw type: F
06:51:40 	void b(F x) {}
06:51:40 	       ^
06:51:40   missing type arguments for generic class F<T1>
06:51:40   where T1 is a type-variable:
06:51:40     T1 extends Object declared in class F
06:51:40 X.java:8: error: reference to a is ambiguous
06:51:40 		new X().a(h);
06:51:40 		       ^
06:51:40   both method a(G) in X and method a(F<C>) in X match
06:51:40 1 error
06:51:40 2 warnings
06:51:40 
06:51:40 
06:51:40 
06:51:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:41 --- javac err: ---
06:51:41 X.java:6: error: no suitable method found for one(H<C>)
06:51:41 		new X().one(h);
06:51:41 		       ^
06:51:41     method X.one(G<B>) is not applicable
06:51:41       (argument mismatch; H<C> cannot be converted to G<B>)
06:51:41     method X.one(F<B>) is not applicable
06:51:41       (argument mismatch; H<C> cannot be converted to F<B>)
06:51:41 1 error
06:51:41 
06:51:41 
06:51:41 
06:51:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:42 
06:51:42 
06:51:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:43 --- javac err: ---
06:51:43 X.java:6: error: reference to three is ambiguous
06:51:43 		new X().three(h);
06:51:43 		       ^
06:51:43   both method <E1,E2>three(G<E2>) in X and method <E3>three(F<E3>) in X match
06:51:43   where E1,E2,E3 are type-variables:
06:51:43     E1 extends Object declared in method <E1,E2>three(G<E2>)
06:51:43     E2 extends B declared in method <E1,E2>three(G<E2>)
06:51:43     E3 extends C declared in method <E3>three(F<E3>)
06:51:43 1 error
06:51:43 
06:51:43 
06:51:43 
06:51:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:45 
06:51:45 
06:51:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:46 --- javac err: ---
06:51:46 X.java:2: warning: [rawtypes] found raw type: G
06:51:46 	void x(G x) { System.out.print(true); }
06:51:46 	       ^
06:51:46   missing type arguments for generic class G<T2>
06:51:46   where T2 is a type-variable:
06:51:46     T2 extends Object declared in class G
06:51:46 X.java:3: warning: [rawtypes] found raw type: F
06:51:46 	void x(F x) { System.out.print(false); }
06:51:46 	       ^
06:51:46   missing type arguments for generic class F<T1>
06:51:46   where T1 is a type-variable:
06:51:46     T1 extends Object declared in class F
06:51:46 X.java:6: warning: [rawtypes] found raw type: G
06:51:46 	void a(G x) {}
06:51:46 	       ^
06:51:46   missing type arguments for generic class G<T2>
06:51:46   where T2 is a type-variable:
06:51:46     T2 extends Object declared in class G
06:51:46 X.java:8: warning: [rawtypes] found raw type: G
06:51:46 	void a2(G x) {}
06:51:46 	        ^
06:51:46   missing type arguments for generic class G<T2>
06:51:46   where T2 is a type-variable:
06:51:46     T2 extends Object declared in class G
06:51:46 X.java:10: warning: [rawtypes] found raw type: G
06:51:46 	void a3(G x) {}
06:51:46 	        ^
06:51:46   missing type arguments for generic class G<T2>
06:51:46   where T2 is a type-variable:
06:51:46     T2 extends Object declared in class G
06:51:46 X.java:12: warning: [rawtypes] found raw type: G
06:51:46 	void a4(G x) {}
06:51:46 	        ^
06:51:46   missing type arguments for generic class G<T2>
06:51:46   where T2 is a type-variable:
06:51:46     T2 extends Object declared in class G
06:51:46 X.java:14: warning: [rawtypes] found raw type: G
06:51:46 	<T extends G> void a5(T x) {}
06:51:46 	           ^
06:51:46   missing type arguments for generic class G<T2>
06:51:46   where T2 is a type-variable:
06:51:46     T2 extends Object declared in class G
06:51:46 X.java:16: warning: [rawtypes] found raw type: G
06:51:46 	<T extends G> void a6(T x) {}
06:51:46 	           ^
06:51:46   missing type arguments for generic class G<T2>
06:51:46   where T2 is a type-variable:
06:51:46     T2 extends Object declared in class G
06:51:46 X.java:19: warning: [rawtypes] found raw type: F
06:51:46 	void b(F x) { System.out.print(false); }
06:51:46 	       ^
06:51:46   missing type arguments for generic class F<T1>
06:51:46   where T1 is a type-variable:
06:51:46     T1 extends Object declared in class F
06:51:46 X.java:21: warning: [rawtypes] found raw type: F
06:51:46 	<T extends F> void b2(T x) { System.out.print(false); }
06:51:46 	           ^
06:51:46   missing type arguments for generic class F<T1>
06:51:46   where T1 is a type-variable:
06:51:46     T1 extends Object declared in class F
06:51:46 X.java:23: warning: [rawtypes] found raw type: F
06:51:46 	void b3(F x) { System.out.print(false); }
06:51:46 	        ^
06:51:46   missing type arguments for generic class F<T1>
06:51:46   where T1 is a type-variable:
06:51:46     T1 extends Object declared in class F
06:51:46 X.java:25: warning: [rawtypes] found raw type: F
06:51:46 	void b4(F x) { System.out.print(false); }
06:51:46 	        ^
06:51:46   missing type arguments for generic class F<T1>
06:51:46   where T1 is a type-variable:
06:51:46     T1 extends Object declared in class F
06:51:46 X.java:27: warning: [rawtypes] found raw type: F
06:51:46 	void b5(F x) { System.out.print(false); }
06:51:46 	        ^
06:51:46   missing type arguments for generic class F<T1>
06:51:46   where T1 is a type-variable:
06:51:46     T1 extends Object declared in class F
06:51:46 X.java:28: warning: [rawtypes] found raw type: G
06:51:46 	void c(G x) { System.out.print(true); }
06:51:46 	       ^
06:51:46   missing type arguments for generic class G<T2>
06:51:46   where T2 is a type-variable:
06:51:46     T2 extends Object declared in class G
06:51:46 X.java:29: warning: [rawtypes] found raw type: F
06:51:46 	<T extends C> void c(F x) { System.out.print(false); }
06:51:46 	                     ^
06:51:46   missing type arguments for generic class F<T1>
06:51:46   where T1 is a type-variable:
06:51:46     T1 extends Object declared in class F
06:51:46 X.java:32: warning: [rawtypes] found raw type: H
06:51:46 		H hraw = null;
06:51:46 		^
06:51:46   missing type arguments for generic class H<T3>
06:51:46   where T3 is a type-variable:
06:51:46     T3 extends Object declared in class H
06:51:46 X.java:36: warning: [unchecked] unchecked method invocation: method x2 in class X is applied to given types
06:51:46 		new X().x2(hraw);
06:51:46 		          ^
06:51:46   required: G<C>
06:51:46   found: H
06:51:46 X.java:36: warning: [unchecked] unchecked conversion
06:51:46 		new X().x2(hraw);
06:51:46 		           ^
06:51:46   required: G<C>
06:51:46   found:    H
06:51:46 X.java:38: warning: [unchecked] unchecked method invocation: method b in class X is applied to given types
06:51:46 		new X().b(hraw);
06:51:46 		         ^
06:51:46   required: G<C>
06:51:46   found: H
06:51:46 X.java:38: warning: [unchecked] unchecked conversion
06:51:46 		new X().b(hraw);
06:51:46 		          ^
06:51:46   required: G<C>
06:51:46   found:    H
06:51:46 X.java:40: warning: [unchecked] unchecked method invocation: method b2 in class X is applied to given types
06:51:46 		new X().b2(hraw);
06:51:46 		          ^
06:51:46   required: G<C>
06:51:46   found: H
06:51:46 X.java:40: warning: [unchecked] unchecked conversion
06:51:46 		new X().b2(hraw);
06:51:46 		           ^
06:51:46   required: G<C>
06:51:46   found:    H
06:51:46 X.java:42: warning: [unchecked] unchecked method invocation: method b3 in class X is applied to given types
06:51:46 		new X().b3(hraw);
06:51:46 		          ^
06:51:46   required: G<T>
06:51:46   found: H
06:51:46   where T is a type-variable:
06:51:46     T extends C declared in method <T>b3(G<T>)
06:51:46 X.java:42: warning: [unchecked] unchecked conversion
06:51:46 		new X().b3(hraw);
06:51:46 		           ^
06:51:46   required: G<T>
06:51:46   found:    H
06:51:46   where T is a type-variable:
06:51:46     T extends C declared in method <T>b3(G<T>)
06:51:46 X.java:44: warning: [unchecked] unchecked method invocation: method b4 in class X is applied to given types
06:51:46 		new X().b4(hraw);
06:51:46 		          ^
06:51:46   required: T
06:51:46   found: H
06:51:46   where T is a type-variable:
06:51:46     T extends G<C> declared in method <T>b4(T)
06:51:46 X.java:46: warning: [unchecked] unchecked method invocation: method b5 in class X is applied to given types
06:51:46 		new X().b5(hraw);
06:51:46 		          ^
06:51:46   required: S
06:51:46   found: H
06:51:46   where S,T are type-variables:
06:51:46     S extends G<T> declared in method <T,S>b5(S)
06:51:46     T extends C declared in method <T,S>b5(S)
06:51:46 26 warnings
06:51:46 
06:51:47 --- javac err: ---
06:51:47 Y.java:3: warning: auxiliary class H in X.java should not be accessed from outside its own source file
06:51:47 		H<C> h = null;
06:51:47 		^
06:51:47 Y.java:3: warning: auxiliary class C in X.java should not be accessed from outside its own source file
06:51:47 		H<C> h = null;
06:51:47 		  ^
06:51:47 Y.java:4: warning: auxiliary class H in X.java should not be accessed from outside its own source file
06:51:47 		H hraw = null;
06:51:47 		^
06:51:47 Y.java:4: warning: [rawtypes] found raw type: H
06:51:47 		H hraw = null;
06:51:47 		^
06:51:47   missing type arguments for generic class H<T3>
06:51:47   where T3 is a type-variable:
06:51:47     T3 extends Object declared in class H
06:51:47 Y.java:5: error: reference to a is ambiguous
06:51:47 		new X().a(h);
06:51:47 		       ^
06:51:47   both method a(G) in X and method a(F<C>) in X match
06:51:47 Y.java:6: error: reference to a is ambiguous
06:51:47 		new X().a(hraw);
06:51:47 		       ^
06:51:47   both method a(G) in X and method a(F<C>) in X match
06:51:47 Y.java:7: error: reference to a2 is ambiguous
06:51:47 		new X().a2(h);
06:51:47 		       ^
06:51:47   both method a2(G) in X and method <T>a2(F<T>) in X match
06:51:47   where T is a type-variable:
06:51:47     T extends C declared in method <T>a2(F<T>)
06:51:47 Y.java:8: error: reference to a2 is ambiguous
06:51:47 		new X().a2(hraw);
06:51:47 		       ^
06:51:47   both method a2(G) in X and method <T>a2(F<T>) in X match
06:51:47   where T is a type-variable:
06:51:47     T extends C declared in method <T>a2(F<T>)
06:51:47 Y.java:9: error: reference to a3 is ambiguous
06:51:47 		new X().a3(h);
06:51:47 		       ^
06:51:47   both method a3(G) in X and method <T>a3(T) in X match
06:51:47   where T is a type-variable:
06:51:47     T extends F<C> declared in method <T>a3(T)
06:51:47 Y.java:10: error: reference to a3 is ambiguous
06:51:47 		new X().a3(hraw);
06:51:47 		       ^
06:51:47   both method a3(G) in X and method <T>a3(T) in X match
06:51:47   where T is a type-variable:
06:51:47     T extends F<C> declared in method <T>a3(T)
06:51:47 Y.java:11: error: reference to a4 is ambiguous
06:51:47 		new X().a4(h);
06:51:47 		       ^
06:51:47   both method a4(G) in X and method <T,S>a4(S) in X match
06:51:47   where T,S are type-variables:
06:51:47     T extends C declared in method <T,S>a4(S)
06:51:47     S extends F<T> declared in method <T,S>a4(S)
06:51:47 Y.java:12: error: reference to a4 is ambiguous
06:51:47 		new X().a4(hraw);
06:51:47 		       ^
06:51:47   both method a4(G) in X and method <T,S>a4(S) in X match
06:51:47   where T,S are type-variables:
06:51:47     T extends C declared in method <T,S>a4(S)
06:51:47     S extends F<T> declared in method <T,S>a4(S)
06:51:47 Y.java:13: error: reference to a5 is ambiguous
06:51:47 		new X().a5(h);
06:51:47 		       ^
06:51:47   both method <T>a5(T) in X and method a5(F<C>) in X match
06:51:47   where T is a type-variable:
06:51:47     T extends G declared in method <T>a5(T)
06:51:47 Y.java:14: error: reference to a5 is ambiguous
06:51:47 		new X().a5(hraw);
06:51:47 		       ^
06:51:47   both method <T>a5(T) in X and method a5(F<C>) in X match
06:51:47   where T is a type-variable:
06:51:47     T extends G declared in method <T>a5(T)
06:51:47 Y.java:15: error: reference to a6 is ambiguous
06:51:47 		new X().a6(h);
06:51:47 		       ^
06:51:47   both method <T#1>a6(T#1) in X and method <T#2,S>a6(S) in X match
06:51:47   where T#1,T#2,S are type-variables:
06:51:47     T#1 extends G declared in method <T#1>a6(T#1)
06:51:47     T#2 extends C declared in method <T#2,S>a6(S)
06:51:47     S extends F<T#2> declared in method <T#2,S>a6(S)
06:51:47 Y.java:16: error: reference to a6 is ambiguous
06:51:47 		new X().a6(hraw);
06:51:47 		       ^
06:51:47   both method <T#1>a6(T#1) in X and method <T#2,S>a6(S) in X match
06:51:47   where T#1,T#2,S are type-variables:
06:51:47     T#1 extends G declared in method <T#1>a6(T#1)
06:51:47     T#2 extends C declared in method <T#2,S>a6(S)
06:51:47     S extends F<T#2> declared in method <T#2,S>a6(S)
06:51:47 12 errors
06:51:47 4 warnings
06:51:47 
06:51:47 
06:51:47 
06:51:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:48 --- javac err: ---
06:51:48 X.java:5: warning: [rawtypes] found raw type: G
06:51:48 	void a(G x) {}
06:51:48 	       ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:8: warning: [rawtypes] found raw type: G
06:51:48 	void b(G x) {}
06:51:48 	       ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:9: warning: [rawtypes] found raw type: F
06:51:48 	void b(F x) {}
06:51:48 	       ^
06:51:48   missing type arguments for generic class F<T1>
06:51:48   where T1 is a type-variable:
06:51:48     T1 extends Object declared in class F
06:51:48 X.java:11: warning: [rawtypes] found raw type: G
06:51:48 	void c(G x) {}
06:51:48 	       ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:14: warning: [rawtypes] found raw type: G
06:51:48 	void d(G x) {}
06:51:48 	       ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:17: warning: [rawtypes] found raw type: G
06:51:48 	void e(G x) {}
06:51:48 	       ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:20: warning: [rawtypes] found raw type: G
06:51:48 	void f(G x) {}
06:51:48 	       ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:21: warning: [rawtypes] found raw type: F
06:51:48 	<S extends F> void f(S x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class F<T1>
06:51:48   where T1 is a type-variable:
06:51:48     T1 extends Object declared in class F
06:51:48 X.java:23: warning: [rawtypes] found raw type: G
06:51:48 	void g(G x) {}
06:51:48 	       ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:24: warning: [rawtypes] found raw type: F
06:51:48 	<S extends F & J<S>> void g(S x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class F<T1>
06:51:48   where T1 is a type-variable:
06:51:48     T1 extends Object declared in class F
06:51:48 X.java:26: warning: [rawtypes] found raw type: G
06:51:48 	<T extends G> void a2(T x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:29: warning: [rawtypes] found raw type: G
06:51:48 	<T extends G> void b2(T x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:30: warning: [rawtypes] found raw type: F
06:51:48 	void b2(F x) {}
06:51:48 	        ^
06:51:48   missing type arguments for generic class F<T1>
06:51:48   where T1 is a type-variable:
06:51:48     T1 extends Object declared in class F
06:51:48 X.java:32: warning: [rawtypes] found raw type: G
06:51:48 	<T extends G> void c2(T x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:35: warning: [rawtypes] found raw type: G
06:51:48 	<T extends G> void d2(T x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:38: warning: [rawtypes] found raw type: G
06:51:48 	<T extends G> void e2(T x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 
06:51:48 
06:51:48 X.java:41: warning: [rawtypes] found raw type: G
06:51:48 	<T extends G> void f2(T x) {}
06:51:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:48 	           ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:42: warning: [rawtypes] found raw type: F
06:51:48 	<S extends F & J> void f2(S x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class F<T1>
06:51:48   where T1 is a type-variable:
06:51:48     T1 extends Object declared in class F
06:51:48 X.java:42: warning: [rawtypes] found raw type: J
06:51:48 	<S extends F & J> void f2(S x) {}
06:51:48 	               ^
06:51:48   missing type arguments for generic class J<T>
06:51:48   where T is a type-variable:
06:51:48     T extends Object declared in interface J
06:51:48 X.java:44: warning: [rawtypes] found raw type: G
06:51:48 	<T extends G> void g2(T x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class G<T2>
06:51:48   where T2 is a type-variable:
06:51:48     T2 extends Object declared in class G
06:51:48 X.java:45: warning: [rawtypes] found raw type: F
06:51:48 	<S extends F & J<S>> void g2(S x) {}
06:51:48 	           ^
06:51:48   missing type arguments for generic class F<T1>
06:51:48   where T1 is a type-variable:
06:51:48     T1 extends Object declared in class F
06:51:48 X.java:50: warning: [rawtypes] found raw type: H
06:51:48 		H hraw = null;
06:51:48 		^
06:51:48   missing type arguments for generic class H<T3>
06:51:48   where T3 is a type-variable:
06:51:48     T3 extends Object declared in class H
06:51:48 X.java:52: error: reference to a is ambiguous
06:51:48 		x.a(h);
06:51:48 		 ^
06:51:48   both method a(G) in X and method <T,S>a(S) in X match
06:51:48   where T,S are type-variables:
06:51:48     T extends C declared in method <T,S>a(S)
06:51:48     S extends F<T> declared in method <T,S>a(S)
06:51:48 X.java:53: error: reference to a is ambiguous
06:51:48 		x.a(hraw);
06:51:48 		 ^
06:51:48   both method a(G) in X and method <T,S>a(S) in X match
06:51:48   where T,S are type-variables:
06:51:48     T extends C declared in method <T,S>a(S)
06:51:48     S extends F<T> declared in method <T,S>a(S)
06:51:48 X.java:58: error: reference to c is ambiguous
06:51:48 		x.c(h);
06:51:48 		 ^
06:51:48   both method c(G) in X and method c(F<?>) in X match
06:51:48 X.java:59: error: reference to c is ambiguous
06:51:48 		x.c(hraw);
06:51:48 		 ^
06:51:48   both method c(G) in X and method c(F<?>) in X match
06:51:48 X.java:61: error: reference to d is ambiguous
06:51:48 		x.d(h);
06:51:48 		 ^
06:51:48   both method d(G) in X and method d(F<C>) in X match
06:51:48 X.java:62: error: reference to d is ambiguous
06:51:48 		x.d(hraw);
06:51:48 		 ^
06:51:48   both method d(G) in X and method d(F<C>) in X match
06:51:48 X.java:64: error: reference to e is ambiguous
06:51:48 		x.e(h);
06:51:48 		 ^
06:51:48   both method e(G) in X and method <T>e(F<T>) in X match
06:51:48   where T is a type-variable:
06:51:48     T extends C declared in method <T>e(F<T>)
06:51:48 X.java:65: error: reference to e is ambiguous
06:51:48 		x.e(hraw);
06:51:48 		 ^
06:51:48   both method e(G) in X and method <T>e(F<T>) in X match
06:51:48   where T is a type-variable:
06:51:48     T extends C declared in method <T>e(F<T>)
06:51:48 X.java:71: error: reference to g is ambiguous
06:51:48 		x.g(hraw);
06:51:48 		 ^
06:51:48   both method g(G) in X and method <S>g(S) in X match
06:51:48   where S is a type-variable:
06:51:48     S extends F,J<S> declared in method <S>g(S)
06:51:48 X.java:73: error: reference to a2 is ambiguous
06:51:48 		x.a2(h);
06:51:48 		 ^
06:51:48   both method <T#1>a2(T#1) in X and method <T#2,S>a2(S) in X match
06:51:48   where T#1,T#2,S are type-variables:
06:51:48     T#1 extends G declared in method <T#1>a2(T#1)
06:51:48     T#2 extends C declared in method <T#2,S>a2(S)
06:51:48     S extends F<T#2> declared in method <T#2,S>a2(S)
06:51:48 X.java:74: error: reference to a2 is ambiguous
06:51:48 		x.a2(hraw);
06:51:48 		 ^
06:51:48   both method <T#1>a2(T#1) in X and method <T#2,S>a2(S) in X match
06:51:48   where T#1,T#2,S are type-variables:
06:51:48     T#1 extends G declared in method <T#1>a2(T#1)
06:51:48     T#2 extends C declared in method <T#2,S>a2(S)
06:51:48     S extends F<T#2> declared in method <T#2,S>a2(S)
06:51:48 X.java:79: error: reference to c2 is ambiguous
06:51:48 		x.c2(h);
06:51:48 		 ^
06:51:48   both method <T>c2(T) in X and method c2(F<?>) in X match
06:51:48   where T is a type-variable:
06:51:48     T extends G declared in method <T>c2(T)
06:51:48 X.java:80: error: reference to c2 is ambiguous
06:51:48 		x.c2(hraw);
06:51:48 		 ^
06:51:48   both method <T>c2(T) in X and method c2(F<?>) in X match
06:51:48   where T is a type-variable:
06:51:48     T extends G declared in method <T>c2(T)
06:51:48 X.java:82: error: reference to d2 is ambiguous
06:51:48 		x.d2(h);
06:51:48 		 ^
06:51:48   both method <T>d2(T) in X and method d2(F<C>) in X match
06:51:48   where T is a type-variable:
06:51:48     T extends G declared in method <T>d2(T)
06:51:48 X.java:83: error: reference to d2 is ambiguous
06:51:48 		x.d2(hraw);
06:51:48 		 ^
06:51:48   both method <T>d2(T) in X and method d2(F<C>) in X match
06:51:48   where T is a type-variable:
06:51:48     T extends G declared in method <T>d2(T)
06:51:48 X.java:85: error: reference to e2 is ambiguous
06:51:48 		x.e2(h);
06:51:48 		 ^
06:51:48   both method <T#1>e2(T#1) in X and method <T#2>e2(F<T#2>) in X match
06:51:48   where T#1,T#2 are type-variables:
06:51:48     T#1 extends G declared in method <T#1>e2(T#1)
06:51:48     T#2 extends C declared in method <T#2>e2(F<T#2>)
06:51:48 X.java:86: error: reference to e2 is ambiguous
06:51:48 		x.e2(hraw);
06:51:48 		 ^
06:51:48   both method <T#1>e2(T#1) in X and method <T#2>e2(F<T#2>) in X match
06:51:48   where T#1,T#2 are type-variables:
06:51:48     T#1 extends G declared in method <T#1>e2(T#1)
06:51:48     T#2 extends C declared in method <T#2>e2(F<T#2>)
06:51:48 X.java:92: error: reference to g2 is ambiguous
06:51:48 		x.g2(hraw);
06:51:48 		 ^
06:51:48   both method <T>g2(T) in X and method <S>g2(S) in X match
06:51:48   where T,S are type-variables:
06:51:48     T extends G declared in method <T>g2(T)
06:51:48     S extends F,J<S> declared in method <S>g2(S)
06:51:48 X.java:98: warning: [rawtypes] found raw type: I
06:51:48 class C extends B implements I {}
06:51:48                              ^
06:51:48   missing type arguments for generic class I<T>
06:51:48   where T is a type-variable:
06:51:48     T extends Object declared in interface I
06:51:48 18 errors
06:51:48 23 warnings
06:51:48 
06:51:49 
06:51:49 
06:51:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:50 
06:51:50 
06:51:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:50 
06:51:50 
06:51:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:50 
06:51:50 
06:51:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:50 
06:51:50 
06:51:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:51 --- javac err: ---
06:51:51 Y.java:8: error: name clash: <U>make(Class<U>) and <W>make(Class<W>) have the same erasure
06:51:51   public static <U extends Object> X<U> make(Class<U> clazz) {
06:51:51                                         ^
06:51:51   where U,W are type-variables:
06:51:51     U extends Object declared in method <U>make(Class<U>)
06:51:51     W extends String declared in method <W>make(Class<W>)
06:51:51 Y.java:13: warning: [unchecked] unchecked method invocation: method make in class Y is applied to given types
06:51:51     Y.make(getClazz());
06:51:51           ^
06:51:51   required: Class<W>
06:51:51   found: Class
06:51:51   where W is a type-variable:
06:51:51     W extends String declared in method <W>make(Class<W>)
06:51:51 Y.java:13: warning: [unchecked] unchecked conversion
06:51:51     Y.make(getClazz());
06:51:51                    ^
06:51:51   required: Class<W>
06:51:51   found:    Class
06:51:51   where W is a type-variable:
06:51:51     W extends String declared in method <W>make(Class<W>)
06:51:51 Y.java:15: warning: [rawtypes] found raw type: Class
06:51:51   public static Class getClazz() {
06:51:51                 ^
06:51:51   missing type arguments for generic class Class<T>
06:51:51   where T is a type-variable:
06:51:51     T extends Object declared in class Class
06:51:51 1 error
06:51:51 3 warnings
06:51:51 
06:51:51 
06:51:51 
06:51:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:52 --- javac err: ---
06:51:52 X.java:7: error: name clash: <U>make(Class<U>) and <W>make(Class<W>) have the same erasure
06:51:52   public <U extends Object> X<U> make(Class<U> clazz) {
06:51:52                                  ^
06:51:52   where U,W are type-variables:
06:51:52     U extends Object declared in method <U>make(Class<U>)
06:51:52     W extends String declared in method <W>make(Class<W>)
06:51:52 X.java:12: warning: [rawtypes] found raw type: Y
06:51:52     Y y = new Y();
06:51:52     ^
06:51:52   missing type arguments for generic class Y<V>
06:51:52   where V is a type-variable:
06:51:52     V extends String declared in class Y
06:51:52 X.java:12: warning: [rawtypes] found raw type: Y
06:51:52     Y y = new Y();
06:51:52               ^
06:51:52   missing type arguments for generic class Y<V>
06:51:52   where V is a type-variable:
06:51:52     V extends String declared in class Y
06:51:52 X.java:13: warning: [unchecked] unchecked call to <W>make(Class<W>) as a member of the raw type Y
06:51:52     y.make(String.class);
06:51:52           ^
06:51:52   where W is a type-variable:
06:51:52     W extends String declared in method <W>make(Class<W>)
06:51:52 X.java:14: warning: [unchecked] unchecked call to <W>make(Class<W>) as a member of the raw type Y
06:51:52     y.make(getClazz());
06:51:52           ^
06:51:52   where W is a type-variable:
06:51:52     W extends String declared in method <W>make(Class<W>)
06:51:52 X.java:15: warning: [unchecked] unchecked call to <W>make(Class<W>) as a member of the raw type Y
06:51:52     y.make(getClazz().newInstance().getClass());
06:51:52           ^
06:51:52   where W is a type-variable:
06:51:52     W extends String declared in method <W>make(Class<W>)
06:51:52 X.java:17: warning: [rawtypes] found raw type: Class
06:51:52   public static Class getClazz() {
06:51:52                 ^
06:51:52   missing type arguments for generic class Class<T>
06:51:52   where T is a type-variable:
06:51:52     T extends Object declared in class Class
06:51:52 1 error
06:51:52 6 warnings
06:51:52 
06:51:52 
06:51:52 
06:51:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:53 
06:51:53 
06:51:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:54 
06:51:54 
06:51:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:55 --- javac err: ---
06:51:55 J.java:2: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
06:51:55   Float foo(final Number p);
06:51:55         ^
06:51:55   return type requires unchecked conversion from Float to T
06:51:55   where T is a type-variable:
06:51:55     T extends Number declared in method <T>foo(Number)
06:51:55 Y.java:2: warning: [unchecked] foo(Number) in Y implements <T>foo(Number) in I
06:51:55   public Float foo(final Number p){
06:51:55                ^
06:51:55   return type requires unchecked conversion from Float to T
06:51:56   where T is a type-variable:
06:51:56     T extends Number declared in method <T>foo(Number)
06:51:56 2 warnings
06:51:56 
06:51:56 
06:51:56 
06:51:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:57 --- javac err: ---
06:51:57 J.java:2: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
06:51:57   Float foo(final Number p);
06:51:57         ^
06:51:57   return type requires unchecked conversion from Float to T
06:51:57   where T is a type-variable:
06:51:57     T extends Number declared in method <T>foo(Number)
06:51:57 Y.java:2: warning: [unchecked] foo(Number) in Y implements <T>foo(Number) in I
06:51:57   public Float foo(final Number p){
06:51:57                ^
06:51:57   return type requires unchecked conversion from Float to T
06:51:57   where T is a type-variable:
06:51:57     T extends Number declared in method <T>foo(Number)
06:51:57 2 warnings
06:51:57 
06:51:57 
06:51:57 
06:51:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:58 --- javac err: ---
06:51:58 J.java:3: error: name clash: foo(Number) and <T>foo(Number) have the same erasure
06:51:58   Float foo(final Number p);
06:51:58         ^
06:51:58   where T is a type-variable:
06:51:58     T extends Number declared in method <T>foo(Number)
06:51:58 1 error
06:51:58 
06:51:58 
06:51:58 
06:51:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:51:59 
06:51:59 
06:51:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:00 
06:52:00 
06:52:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:01 
06:52:01 
06:52:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:02 
06:52:02 
06:52:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:04 
06:52:04 
06:52:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:05 
06:52:05 
06:52:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:06 
06:52:06 
06:52:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:07 
06:52:07 
06:52:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:08 
06:52:08 
06:52:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:09 --- javac err: ---
06:52:09 X.java:9: error: incompatible types: Object cannot be converted to String
06:52:09     String s = ((I) this).foo(0.0f);
06:52:09                              ^
06:52:09 1 error
06:52:09 
06:52:09 
06:52:09 
06:52:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:10 
06:52:10 
06:52:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:11 --- javac err: ---
06:52:11 X.java:12: error: Z is not abstract and does not override abstract method foo(float) in J
06:52:11 class Z extends X {
06:52:11 ^
06:52:11 X.java:14: error: foo(float) in Z cannot override foo(float) in J
06:52:11   public Object foo(float f) {
06:52:11                 ^
06:52:11   return type Object is not compatible with String
06:52:11 2 errors
06:52:11 
06:52:11 
06:52:11 
06:52:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:12 
06:52:12 
06:52:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:13 
06:52:13 
06:52:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:14 
06:52:14 
06:52:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:15 --- javac err: ---
06:52:15 X.java:1: error: types J and I are incompatible;
06:52:15 public class X<T extends I & J> {
06:52:15                ^
06:52:15   both define method(), but with unrelated return types
06:52:15 1 error
06:52:15 
06:52:15 
06:52:15 
06:52:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:16 --- javac err: ---
06:52:16 X.java:1: error: types J and I are incompatible;
06:52:16 public class X<T extends I & J> {
06:52:16                ^
06:52:16   both define method(), but with unrelated return types
06:52:16 X.java:3: error: reference to method is ambiguous
06:52:16     t.method();
06:52:16      ^
06:52:16   both method method() in J and method method() in I match
06:52:16 X.java:5: warning: [static] static variable should be qualified by type name, J, instead of by an expression
06:52:16     if (t.CONSTANT > 0);
06:52:16          ^
06:52:16 X.java:5: warning: [empty] empty statement after if
06:52:16     if (t.CONSTANT > 0);
06:52:16                        ^
06:52:16 2 errors
06:52:16 2 warnings
06:52:16 
06:52:16 
06:52:16 
06:52:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:17 --- javac err: ---
06:52:17 X.java:7: error: X is not abstract and does not override abstract method method() in J
06:52:17 class X implements I, J {
06:52:17 ^
06:52:17 X.java:8: error: method() in X cannot implement method() in J
06:52:17   public int method() {
06:52:17              ^
06:52:17   return type int is not compatible with boolean
06:52:17 2 errors
06:52:17 
06:52:17 
06:52:17 
06:52:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:18 
06:52:18 
06:52:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:19 --- javac err: ---
06:52:19 X.java:9: error: reference to bar is ambiguous
06:52:19     bar(new Z());
06:52:19     ^
06:52:19   both method bar(I<?>) in Y and method bar(Z) in X match
06:52:19 X.java:13: warning: [rawtypes] found raw type: I
06:52:19   private static final class Z implements I {
06:52:19                                           ^
06:52:19   missing type arguments for generic class I<T>
06:52:19   where T is a type-variable:
06:52:19     T extends Object declared in interface I
06:52:19 1 error
06:52:19 1 warning
06:52:19 
06:52:19 
06:52:19 
06:52:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:20 
06:52:20 
06:52:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:21 --- javac err: ---
06:52:21 X.java:13: warning: [rawtypes] found raw type: I
06:52:21   private static class Z implements I {
06:52:21                                     ^
06:52:21   missing type arguments for generic class I<T>
06:52:21   where T is a type-variable:
06:52:21     T extends Object declared in interface I
06:52:21 X.java:9: error: reference to bar is ambiguous
06:52:21     bar(new Z(){});
06:52:21     ^
06:52:21   both method bar(I<?>) in Y and method bar(Z) in X match
06:52:21 1 error
06:52:21 1 warning
06:52:21 
06:52:21 
06:52:21 
06:52:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:22 
06:52:22 
06:52:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:22 
06:52:22 
06:52:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:23 
06:52:23 
06:52:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:24 --- javac err: ---
06:52:24 X.java:1: warning: [rawtypes] found raw type: A
06:52:24 public class X extends A {
06:52:24                        ^
06:52:24   missing type arguments for generic class A<T>
06:52:24   where T is a type-variable:
06:52:24     T extends Object declared in class A
06:52:24 X.java:2: warning: [rawtypes] found raw type: G
06:52:24 	void x(G g) { System.out.print(1); }
06:52:24 	       ^
06:52:24   missing type arguments for generic class G<T>
06:52:24   where T is a type-variable:
06:52:24     T extends Object declared in class G
06:52:24 X.java:3: warning: [rawtypes] found raw type: G
06:52:24 	void x(G g, G g2) { System.out.print(1); }
06:52:24 	       ^
06:52:24   missing type arguments for generic class G<T>
06:52:24   where T is a type-variable:
06:52:24     T extends Object declared in class G
06:52:24 X.java:3: warning: [rawtypes] found raw type: G
06:52:24 	void x(G g, G g2) { System.out.print(1); }
06:52:24 	            ^
06:52:24   missing type arguments for generic class G<T>
06:52:24   where T is a type-variable:
06:52:24     T extends Object declared in class G
06:52:24 X.java:5: warning: [rawtypes] found raw type: H
06:52:24 		H h = new H();
06:52:24 		^
06:52:24   missing type arguments for generic class H<T>
06:52:24   where T is a type-variable:
06:52:24     T extends Object declared in class H
06:52:24 X.java:5: warning: [rawtypes] found raw type: H
06:52:24 		H h = new H();
06:52:24 		          ^
06:52:24   missing type arguments for generic class H<T>
06:52:24   where T is a type-variable:
06:52:24     T extends Object declared in class H
06:52:24 6 warnings
06:52:24 
06:52:24 
06:52:24 
06:52:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:25 --- javac err: ---
06:52:25 X.java:1: warning: [rawtypes] found raw type: ArrayList
06:52:25 public class X extends java.util.ArrayList {
06:52:25                                 ^
06:52:25   missing type arguments for generic class ArrayList<E>
06:52:25   where E is a type-variable:
06:52:25     E extends Object declared in class ArrayList
06:52:25 X.java:3: warning: [rawtypes] found raw type: Comparable
06:52:25 	public void add(Comparable o) {}
06:52:25 	                ^
06:52:25   missing type arguments for generic class Comparable<T>
06:52:25   where T is a type-variable:
06:52:25     T extends Object declared in interface Comparable
06:52:25 2 warnings
06:52:25 
06:52:25 
06:52:25 
06:52:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:26 --- javac err: ---
06:52:26 X.java:8: error: methods foo(T) from X<String> and foo(String) from X<String> are inherited with the same signature
06:52:26 class NoErrorSubclass extends X<String> {}
06:52:26 ^
06:52:26   where T is a type-variable:
06:52:26     T extends Object declared in class X
06:52:26 X.java:10: error: reference to X is ambiguous
06:52:26 	StringOnlySubClass(String s) { super(s); }
06:52:26 	                               ^
06:52:26   both constructor X(String) in X and constructor X(T) in X match
06:52:26   where T is a type-variable:
06:52:26     T extends Object declared in class X
06:52:26 X.java:11: error: reference to foo is ambiguous
06:52:26 	@Override void foo(String s) { super.foo(s); }
06:52:26 	                                    ^
06:52:26   both method foo(String) in X and method foo(T) in X match
06:52:26   where T is a type-variable:
06:52:26     T extends Object declared in class X
06:52:26 X.java:14: error: reference to X is ambiguous
06:52:26 	Object o = new X<String>("xyz");
06:52:26 	           ^
06:52:26   both constructor X(String) in X and constructor X(T) in X match
06:52:26   where T is a type-variable:
06:52:26     T extends Object declared in class X
06:52:26 X.java:15: error: reference to foo is ambiguous
06:52:26 	void test(X<String> x) { x.foo("xyz"); }
06:52:26 	                          ^
06:52:26   both method foo(String) in X and method foo(T) in X match
06:52:26   where T is a type-variable:
06:52:26     T extends Object declared in class X
06:52:26 5 errors
06:52:26 
06:52:26 
06:52:26 
06:52:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:27 --- javac err: ---
06:52:27 X.java:4: warning: [rawtypes] found raw type: TreeMap
06:52:27 		TreeMap copy = new TreeMap(tm);
06:52:27 		^
06:52:27   missing type arguments for generic class TreeMap<K,V>
06:52:27   where K,V are type-variables:
06:52:27     K extends Object declared in class TreeMap
06:52:27     V extends Object declared in class TreeMap
06:52:27 X.java:4: warning: [rawtypes] found raw type: TreeMap
06:52:27 		TreeMap copy = new TreeMap(tm);
06:52:27 		                   ^
06:52:27   missing type arguments for generic class TreeMap<K,V>
06:52:27   where K,V are type-variables:
06:52:27     K extends Object declared in class TreeMap
06:52:27     V extends Object declared in class TreeMap
06:52:27 X.java:4: warning: [unchecked] unchecked call to TreeMap(SortedMap<K,? extends V>) as a member of the raw type TreeMap
06:52:27 		TreeMap copy = new TreeMap(tm);
06:52:27 		               ^
06:52:27   where K,V are type-variables:
06:52:27     K extends Object declared in class TreeMap
06:52:27     V extends Object declared in class TreeMap
06:52:27 3 warnings
06:52:27 
06:52:27 
06:52:27 
06:52:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:28 --- javac err: ---
06:52:28 X.java:3: warning: [rawtypes] found raw type: Y
06:52:28 		new Y(p);
06:52:28 		    ^
06:52:28   missing type arguments for generic class Y<T,U>
06:52:28   where T,U are type-variables:
06:52:28     T extends Object declared in class Y
06:52:28     U extends Object declared in class Y
06:52:28 X.java:3: warning: [unchecked] unchecked call to Y(J<T,? extends U>) as a member of the raw type Y
06:52:28 		new Y(p);
06:52:28 		^
06:52:28   where T,U are type-variables:
06:52:28     T extends Object declared in class Y
06:52:28     U extends Object declared in class Y
06:52:28 X.java:4: warning: [rawtypes] found raw type: Y
06:52:28 		new Y((J<T, Object>) p);
06:52:28 		    ^
06:52:28   missing type arguments for generic class Y<T,U>
06:52:28   where T,U are type-variables:
06:52:28     T extends Object declared in class Y
06:52:28     U extends Object declared in class Y
06:52:28 X.java:4: warning: [unchecked] unchecked call to Y(J<T,? extends U>) as a member of the raw type Y
06:52:28 		new Y((J<T, Object>) p);
06:52:28 		^
06:52:28   where T,U are type-variables:
06:52:28     T extends Object declared in class Y
06:52:28     U extends Object declared in class Y
06:52:28 X.java:5: warning: [rawtypes] found raw type: Y
06:52:28 		new Y((I<T, Object>) p);
06:52:28 		    ^
06:52:28   missing type arguments for generic class Y<T,U>
06:52:28   where T,U are type-variables:
06:52:28     T extends Object declared in class Y
06:52:28     U extends Object declared in class Y
06:52:28 X.java:5: warning: [unchecked] unchecked call to Y(I<? extends T,? extends U>) as a member of the raw type Y
06:52:28 		new Y((I<T, Object>) p);
06:52:28 		^
06:52:28   where T,U are type-variables:
06:52:28     T extends Object declared in class Y
06:52:28     U extends Object declared in class Y
06:52:28 6 warnings
06:52:28 
06:52:29 
06:52:29 
06:52:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:29 --- javac err: ---
06:52:29 X.java:3: warning: [rawtypes] found raw type: Y
06:52:29 		new Y(p);
06:52:29 		    ^
06:52:29   missing type arguments for generic class Y<T,U>
06:52:29   where T,U are type-variables:
06:52:29     T extends Object declared in class Y
06:52:29     U extends Object declared in class Y
06:52:29 X.java:3: error: reference to Y is ambiguous
06:52:29 		new Y(p);
06:52:29 		^
06:52:29   both constructor Y(I<? extends T,? extends U>) in Y and constructor Y(J<T,? extends U>) in Y match
06:52:29   where T,U are type-variables:
06:52:29     T extends Object declared in class Y
06:52:29     U extends Object declared in class Y
06:52:29 X.java:3: warning: [unchecked] unchecked call to Y(I<? extends T,? extends U>) as a member of the raw type Y
06:52:29 		new Y(p);
06:52:29 		^
06:52:29   where T,U are type-variables:
06:52:29     T extends Object declared in class Y
06:52:29     U extends Object declared in class Y
06:52:29 X.java:4: warning: [rawtypes] found raw type: Y
06:52:29 		new Y((J<T, Object>) p);
06:52:29 		    ^
06:52:29   missing type arguments for generic class Y<T,U>
06:52:29   where T,U are type-variables:
06:52:29     T extends Object declared in class Y
06:52:29     U extends Object declared in class Y
06:52:29 X.java:4: warning: [unchecked] unchecked call to Y(J<T,? extends U>) as a member of the raw type Y
06:52:29 		new Y((J<T, Object>) p);
06:52:29 		^
06:52:29   where T,U are type-variables:
06:52:29     T extends Object declared in class Y
06:52:29     U extends Object declared in class Y
06:52:29 X.java:5: warning: [rawtypes] found raw type: Y
06:52:29 		new Y((I<T, Object>) p);
06:52:29 		    ^
06:52:29   missing type arguments for generic class Y<T,U>
06:52:29   where T,U are type-variables:
06:52:29     T extends Object declared in class Y
06:52:29     U extends Object declared in class Y
06:52:29 X.java:5: warning: [unchecked] unchecked call to Y(I<? extends T,? extends U>) as a member of the raw type Y
06:52:29 		new Y((I<T, Object>) p);
06:52:29 		^
06:52:29   where T,U are type-variables:
06:52:29     T extends Object declared in class Y
06:52:29     U extends Object declared in class Y
06:52:29 1 error
06:52:29 6 warnings
06:52:29 
06:52:29 
06:52:29 
06:52:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:31 
06:52:31 
06:52:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:32 --- javac err: ---
06:52:32 Test.java:2: warning: [rawtypes] found raw type: I
06:52:32 class X<T extends I> {
06:52:32                   ^
06:52:32   missing type arguments for generic class I<R>
06:52:32   where R is a type-variable:
06:52:32     R extends Object declared in interface I
06:52:32 Test.java:5: warning: [rawtypes] found raw type: I
06:52:32 class Y<T extends I> extends X<T> {
06:52:32                   ^
06:52:32   missing type arguments for generic class I<R>
06:52:32   where R is a type-variable:
06:52:32     R extends Object declared in interface I
06:52:32 Test.java:6: warning: [rawtypes] found raw type: I
06:52:32 	@Override void method(X<? extends I> that) { System.out.print(1); }
06:52:32 	                                  ^
06:52:32   missing type arguments for generic class I<R>
06:52:32   where R is a type-variable:
06:52:32     R extends Object declared in interface I
06:52:32 Test.java:9: warning: [rawtypes] found raw type: Y
06:52:32 	public static void main(String[] args) { new Y().method((X) null); }
06:52:32 	                                             ^
06:52:32   missing type arguments for generic class Y<T>
06:52:32   where T is a type-variable:
06:52:32     T extends I declared in class Y
06:52:32 Test.java:9: warning: [unchecked] unchecked call to method(X<? extends I>) as a member of the raw type Y
06:52:32 	public static void main(String[] args) { new Y().method((X) null); }
06:52:32 	                                                       ^
06:52:32 5 warnings
06:52:32 
06:52:32 
06:52:32 
06:52:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:33 --- javac err: ---
06:52:33 A.java:4: warning: [rawtypes] found raw type: I
06:52:33 public abstract class A implements I {
06:52:33                                    ^
06:52:33   missing type arguments for generic class I<E>
06:52:33   where E is a type-variable:
06:52:33     E extends Object declared in interface I
06:52:33 A.java:5: warning: [rawtypes] found raw type: I
06:52:33 	public void x(I i) {}
06:52:33 	              ^
06:52:33   missing type arguments for generic class I<E>
06:52:33   where E is a type-variable:
06:52:33     E extends Object declared in interface I
06:52:33 2 warnings
06:52:33 
06:52:33 
06:52:33 
06:52:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:34 
06:52:34 
06:52:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:35 --- javac err: ---
06:52:35 A.java:6: warning: [rawtypes] found raw type: ArrayList
06:52:35 		new B().foo(new ArrayList());
06:52:35 		                ^
06:52:35   missing type arguments for generic class ArrayList<E>
06:52:35   where E is a type-variable:
06:52:35     E extends Object declared in class ArrayList
06:52:35 A.java:6: error: reference to foo is ambiguous
06:52:35 		new B().foo(new ArrayList());
06:52:35 		       ^
06:52:35   both method foo(Collection<Object[]>) in A and method foo(ArrayList) in B match
06:52:35 A.java:6: warning: [unchecked] unchecked method invocation: method foo in class A is applied to given types
06:52:35 		new B().foo(new ArrayList());
06:52:35 		           ^
06:52:35   required: Collection<Object[]>
06:52:35   found: ArrayList
06:52:35 A.java:6: warning: [unchecked] unchecked conversion
06:52:35 		new B().foo(new ArrayList());
06:52:35 		            ^
06:52:35   required: Collection<Object[]>
06:52:35   found:    ArrayList
06:52:35 A.java:7: warning: [rawtypes] found raw type: ArrayList
06:52:35 		new B().foo(new ArrayList(), args[0]);
06:52:35 		                ^
06:52:35   missing type arguments for generic class ArrayList<E>
06:52:35   where E is a type-variable:
06:52:35     E extends Object declared in class ArrayList
06:52:35 A.java:7: error: reference to foo is ambiguous
06:52:35 		new B().foo(new ArrayList(), args[0]);
06:52:35 		       ^
06:52:35   both method foo(Collection<Object[]>,Object) in A and method foo(ArrayList,Object) in B match
06:52:35 A.java:7: warning: [unchecked] unchecked method invocation: method foo in class A is applied to given types
06:52:35 		new B().foo(new ArrayList(), args[0]);
06:52:35 		           ^
06:52:35   required: Collection<Object[]>,Object
06:52:35   found: ArrayList,String
06:52:35 A.java:7: warning: [unchecked] unchecked conversion
06:52:35 		new B().foo(new ArrayList(), args[0]);
06:52:35 		            ^
06:52:35   required: Collection<Object[]>
06:52:35   found:    ArrayList
06:52:35 A.java:11: warning: [rawtypes] found raw type: ArrayList
06:52:35 	void foo(ArrayList a) {}
06:52:35 	         ^
06:52:35   missing type arguments for generic class ArrayList<E>
06:52:35   where E is a type-variable:
06:52:35     E extends Object declared in class ArrayList
06:52:35 A.java:12: warning: [rawtypes] found raw type: ArrayList
06:52:35 	void foo(ArrayList a, Object o) {}
06:52:35 	         ^
06:52:35   missing type arguments for generic class ArrayList<E>
06:52:35   where E is a type-variable:
06:52:35     E extends Object declared in class ArrayList
06:52:35 2 errors
06:52:35 8 warnings
06:52:35 
06:52:35 
06:52:35 
06:52:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:36 
06:52:36 
06:52:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:37 
06:52:37 
06:52:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:38 --- javac err: ---
06:52:38 X.java:7: error: incompatible types: X<CAP#1> cannot be converted to X<? extends B>
06:52:38 		X<? extends B> c_b = c.foo();
06:52:38 		                          ^
06:52:38   where CAP#1 is a fresh type-variable:
06:52:38     CAP#1 extends A from capture of ? extends A
06:52:38 X.java:8: error: incompatible types: X<CAP#1> cannot be converted to X<? extends B>
06:52:38 		 X<? extends B> d_b = d.foo();
06:52:38 		                           ^
06:52:38   where CAP#1 is a fresh type-variable:
06:52:38     CAP#1 extends A from capture of ? extends A
06:52:38 X.java:2: error: foo() in B clashes with foo() in A
06:52:38 interface B extends A { X<? extends A> foo(); }
06:52:38                                        ^
06:52:38   return type X<? extends A> is not compatible with X<? extends B>
06:52:38 3 errors
06:52:38 
06:52:38 
06:52:38 
06:52:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:39 --- javac err: ---
06:52:39 X.java:8: error: reference to foo is ambiguous
06:52:39 		X<? extends B> c_b = c.foo();
06:52:39 		                      ^
06:52:39   both method foo() in B and method foo() in A match
06:52:39 X.java:10: error: reference to foo is ambiguous
06:52:39 		 X<? extends B> d_b = d.foo();
06:52:39 		                       ^
06:52:39   both method foo() in B and method foo() in A match
06:52:39 X.java:3: error: types A and B are incompatible;
06:52:39 interface C extends B, A {}
06:52:39 ^
06:52:39   both define foo(), but with unrelated return types
06:52:39 X.java:4: error: types B and A are incompatible;
06:52:39 interface D extends A, B {}
06:52:39 ^
06:52:39   both define foo(), but with unrelated return types
06:52:39 4 errors
06:52:39 
06:52:39 
06:52:39 
06:52:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:40 
06:52:40 
06:52:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:41 
06:52:41 
06:52:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:42 --- javac err: ---
06:52:42 Y.java:13: error: types I and X are incompatible;
06:52:42 abstract class Y extends X implements I, J {
06:52:42          ^
06:52:42   both define b(), but with unrelated return types
06:52:42 Y.java:15: error: reference to a is ambiguous
06:52:42 		byte a = a();
06:52:42 		         ^
06:52:42   both method a() in J and method a() in I match
06:52:42 Y.java:16: error: reference to b is ambiguous
06:52:42 		byte b = b();
06:52:42 		         ^
06:52:42   both method b() in I and method b() in X match
06:52:42 Y.java:16: error: incompatible types: possible lossy conversion from int to byte
06:52:42 		byte b = b();
06:52:42 		          ^
06:52:42 Y.java:20: error: types I and X are incompatible;
06:52:42 abstract class Y2 extends X implements J, I {
06:52:42          ^
06:52:42   both define b(), but with unrelated return types
06:52:42 Y.java:22: error: reference to a is ambiguous
06:52:42 		byte a = a();
06:52:42 		         ^
06:52:42   both method a() in J and method a() in I match
06:52:42 Y.java:23: error: reference to b is ambiguous
06:52:42 		byte b = b();
06:52:42 		         ^
06:52:42   both method b() in I and method b() in X match
06:52:42 Y.java:23: error: incompatible types: possible lossy conversion from int to byte
06:52:42 		byte b = b();
06:52:42 		          ^
06:52:42 8 errors
06:52:42 
06:52:42 
06:52:42 
06:52:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:43 --- javac err: ---
06:52:43 Y.java:3: warning: [rawtypes] found raw type: I
06:52:43 	void a(I x) {}
06:52:43 	       ^
06:52:43   missing type arguments for generic class I<T>
06:52:43   where T is a type-variable:
06:52:43     T extends Object declared in interface I
06:52:43 Y.java:9: warning: [rawtypes] found raw type: I
06:52:43 class C extends B implements I {
06:52:43                              ^
06:52:43   missing type arguments for generic class I<T>
06:52:43   where T is a type-variable:
06:52:43     T extends Object declared in interface I
06:52:43 Y.java:19: error: reference to b is ambiguous
06:52:43         b(new C());
06:52:43         ^
06:52:43   both method b(I<?>) in A and method b(C) in C match
06:52:43 Y.java:20: error: reference to b is ambiguous
06:52:43         b(new D());
06:52:43         ^
06:52:43   both method b(I<?>) in A and method b(C) in C match
06:52:43 Y.java:21: error: reference to b is ambiguous
06:52:43         b(new C[0]);
06:52:43         ^
06:52:43   both method b(I<?>[]) in A and method b(C[]) in C match
06:52:43 Y.java:22: error: reference to b is ambiguous
06:52:43         b(new D[0]);
06:52:43         ^
06:52:43   both method b(I<?>[]) in A and method b(C[]) in C match
06:52:43 Y.java:23: error: reference to c is ambiguous
06:52:43         c(new C());
06:52:43         ^
06:52:43   both method <U>c(I<?>) in A and method c(C) in C match
06:52:43   where U is a type-variable:
06:52:43     U extends Object declared in method <U>c(I<?>)
06:52:43 Y.java:24: error: reference to c is ambiguous
06:52:43         c(new D());
06:52:43         ^
06:52:43   both method <U>c(I<?>) in A and method c(C) in C match
06:52:43   where U is a type-variable:
06:52:43     U extends Object declared in method <U>c(I<?>)
06:52:43 Y.java:28: warning: [rawtypes] found raw type: I
06:52:43 	void a(I x) {}
06:52:43 	       ^
06:52:43   missing type arguments for generic class I<T>
06:52:43   where T is a type-variable:
06:52:43     T extends Object declared in interface I
06:52:43 Y.java:33: warning: [rawtypes] found raw type: A2
06:52:43 class B2 extends A2 {}
06:52:43                  ^
06:52:43   missing type arguments for generic class A2<T>
06:52:43   where T is a type-variable:
06:52:43     T extends Object declared in class A2
06:52:43 Y.java:34: warning: [rawtypes] found raw type: I
06:52:43 class C2 extends B2 implements I {
06:52:43                                ^
06:52:43   missing type arguments for generic class I<T>
06:52:43   where T is a type-variable:
06:52:43     T extends Object declared in interface I
06:52:43 6 errors
06:52:43 5 warnings
06:52:43 
06:52:43 
06:52:43 
06:52:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:44 --- javac err: ---
06:52:44 C.java:1: warning: [rawtypes] found raw type: Comparable
06:52:44 abstract class A<T extends Comparable> {
06:52:44                            ^
06:52:44   missing type arguments for generic class Comparable<T>
06:52:44   where T is a type-variable:
06:52:44     T extends Object declared in interface Comparable
06:52:44 C.java:4: warning: [rawtypes] found raw type: Comparable
06:52:44 class B<T extends Comparable> extends A<T> {
06:52:44                   ^
06:52:44   missing type arguments for generic class Comparable<T>
06:52:44   where T is a type-variable:
06:52:44     T extends Object declared in interface Comparable
06:52:44 2 warnings
06:52:44 
06:52:44 
06:52:44 
06:52:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:45 --- javac err: ---
06:52:45 X.java:8: error: name clash: b() in J and b() in I have the same erasure, yet neither overrides the other
06:52:45 	<U> J<String> b();
06:52:45 	              ^
06:52:45 X.java:15: error: incompatible types: J<String> cannot be converted to J<Integer>
06:52:45 		J<Integer> b = ints.a();
06:52:45 		                     ^
06:52:45 X.java:16: error: incompatible types: J<String> cannot be converted to J<Object>
06:52:45 		J<Object> c = ints.a();
06:52:45 		                    ^
06:52:45 X.java:17: warning: [rawtypes] found raw type: J
06:52:45 		J d = ints.a();
06:52:45 		^
06:52:45   missing type arguments for generic class J<E>
06:52:45   where E is a type-variable:
06:52:45     E extends Object declared in interface J
06:52:45 X.java:19: error: incompatible types: J<String> cannot be converted to I<Integer>
06:52:45 		I<Integer> f = ints.a();
06:52:45 		                     ^
06:52:45 X.java:20: error: incompatible types: J<String> cannot be converted to I<Object>
06:52:45 		I<Object> g = ints.a();
06:52:45 		                    ^
06:52:45 X.java:21: warning: [rawtypes] found raw type: I
06:52:45 		I h = ints.a();
06:52:45 		^
06:52:45   missing type arguments for generic class I<E>
06:52:45   where E is a type-variable:
06:52:45     E extends Object declared in interface I
06:52:45 X.java:25: error: incompatible types: I<String> cannot be converted to J<String>
06:52:45 		J<String> a = ints.b();
06:52:45 		                    ^
06:52:45 X.java:26: error: incompatible types: I<String> cannot be converted to J<Integer>
06:52:45 		J<Integer> b = ints.b();
06:52:45 		                     ^
06:52:45 X.java:27: error: incompatible types: I<String> cannot be converted to J<Object>
06:52:45 		J<Object> c = ints.b();
06:52:45 		                    ^
06:52:45 X.java:28: warning: [rawtypes] found raw type: J
06:52:45 		J d = ints.b();
06:52:45 		^
06:52:45   missing type arguments for generic class J<E>
06:52:45   where E is a type-variable:
06:52:45     E extends Object declared in interface J
06:52:45 X.java:28: error: incompatible types: I<String> cannot be converted to J
06:52:45 		J d = ints.b();
06:52:45 		            ^
06:52:45 X.java:30: error: incompatible types: I<String> cannot be converted to I<Integer>
06:52:45 		I<Integer> f = ints.b();
06:52:45 		                     ^
06:52:45 X.java:31: error: incompatible types: I<String> cannot be converted to I<Object>
06:52:45 		I<Object> g = ints.b();
06:52:45 		                    ^
06:52:45 X.java:32: warning: [rawtypes] found raw type: I
06:52:45 		I h = ints.b();
06:52:45 		^
06:52:45   missing type arguments for generic class I<E>
06:52:45   where E is a type-variable:
06:52:45     E extends Object declared in interface I
06:52:45 X.java:39: warning: [rawtypes] found raw type: J
06:52:45 		J d = ints.c();
06:52:45 		^
06:52:45   missing type arguments for generic class J<E>
06:52:45   where E is a type-variable:
06:52:45     E extends Object declared in interface J
06:52:45 X.java:43: warning: [rawtypes] found raw type: I
06:52:45 		I h = ints.c();
06:52:45 		^
06:52:45   missing type arguments for generic class I<E>
06:52:45   where E is a type-variable:
06:52:45     E extends Object declared in interface I
06:52:45 11 errors
06:52:45 6 warnings
06:52:45 
06:52:45 
06:52:45 
06:52:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:46 
06:52:46 
06:52:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:47 --- javac err: ---
06:52:47 X.java:12: error: reference to b is ambiguous
06:52:47 		x.b(null);
06:52:47 		 ^
06:52:47   both method <T#1>b(T#1) in X and method <T#2>b(X.Field<T#2>) in X match
06:52:47   where T#1,T#2 are type-variables:
06:52:47     T#1 extends Number declared in method <T#1>b(T#1)
06:52:47     T#2 extends Object declared in method <T#2>b(X.Field<T#2>)
06:52:47 X.java:13: error: reference to b is ambiguous
06:52:47 		x.<Integer>b(null);
06:52:47 		 ^
06:52:47   both method <T#1>b(T#1) in X and method <T#2>b(X.Field<T#2>) in X match
06:52:47   where T#1,T#2 are type-variables:
06:52:47     T#1 extends Number declared in method <T#1>b(T#1)
06:52:47     T#2 extends Object declared in method <T#2>b(X.Field<T#2>)
06:52:47 X.java:14: error: reference to c is ambiguous
06:52:47 		x.c(null);
06:52:47 		 ^
06:52:47   both method c(String) in X and method c(X.Field<String>) in X match
06:52:47 3 errors
06:52:47 
06:52:47 
06:52:47 
06:52:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:48 --- javac err: ---
06:52:48 X.java:10: warning: [unchecked] y() in Two overrides <T>y() in One
06:52:48     I<B> y() throws IllegalAccessError;
06:52:48          ^
06:52:48   return type requires unchecked conversion from I<B> to I<T>
06:52:48   where T is a type-variable:
06:52:48     T extends A declared in method <T>y()
06:52:48 X.java:9: error: name clash: x() in Two and x() in One have the same erasure, yet neither overrides the other
06:52:48     <T extends A> I<T> x() throws IllegalAccessError;
06:52:48                        ^
06:52:48 1 error
06:52:48 1 warning
06:52:48 
06:52:48 
06:52:48 
06:52:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:49 --- javac err: ---
06:52:49 X.java:7: warning: [cast] redundant cast to BaseA
06:52:49 	    return (BaseA) ask(prompt, impl);
06:52:49 	           ^
06:52:49 1 warning
06:52:49 
06:52:49 
06:52:49 
06:52:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:51 --- javac err: ---
06:52:51 C.java:3: warning: [unchecked] unchecked cast
06:52:51         this.set((ValueType) valueGetter.getObject());
06:52:51                                                   ^
06:52:51 org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test081 - 12
06:52:51   required: ValueType
06:52:51 C.java [
06:52:51   found:    Object
06:52:51   where ValueType is a type-variable:
06:52:51 class A<ModelType extends D, ValueType> implements I<ModelType, ValueType> {
06:52:51     ValueType extends Object declared in class A
06:52:51     public void doSet(ModelType valueGetter) {
06:52:51 C.java:9: warning: [rawtypes] found raw type: E
06:52:51 class B extends A<E, CharSequence> {
06:52:51         this.set((ValueType) valueGetter.getObject());
06:52:51                   ^
06:52:51     }
06:52:51     public void set(Object object) {
06:52:51   missing type arguments for generic class E<Type>
06:52:51   where Type is a type-variable:
06:52:51         System.out.println("In A.set(Object)");
06:52:51     }
06:52:51 }
06:52:51     Type extends CharSequence declared in class E
06:52:51 class B extends A<E, CharSequence> {
06:52:51 	public void set(CharSequence string) {
06:52:51 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other
06:52:51         System.out.println("In B.set(CharSequence)");
06:52:51 	public void set(CharSequence string) {
06:52:51     }
06:52:51 }
06:52:51 	            ^
06:52:51 public class C extends B {
06:52:51   first method:  set(CharSequence) in I
06:52:51     static public void main(String[] args) {
06:52:51   second method: set(Object) in A
06:52:51         C c = new C();
06:52:51         c.run();
06:52:51 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated
06:52:51     }
06:52:51     public void run() {
06:52:51             return (Type) typeClass.newInstance();
06:52:51         E e = new E<String>(String.class);
06:52:51                                    ^
06:52:51         this.doSet(e);
06:52:51   where T is a type-variable:
06:52:51     }
06:52:51 }
06:52:51 class D {
06:52:51     T extends Object declared in class Class
06:52:51     public Object getObject() {
06:52:51         return null;
06:52:51     }
06:52:51 }
06:52:51 C.java:36: warning: [cast] redundant cast to Type
06:52:51 class E<Type extends CharSequence> extends D {
06:52:51             return (Type) typeClass.newInstance();
06:52:51                    ^
06:52:51     private Class<Type> typeClass;
06:52:51   where Type is a type-variable:
06:52:51     public E(Class<Type> typeClass) {
06:52:51         this.typeClass = typeClass;
06:52:51     Type extends CharSequence declared in class E
06:52:51     }
06:52:51 C.java:20: warning: [rawtypes] found raw type: E
06:52:51     public Type getObject() {
06:52:51         try {
06:52:51         E e = new E<String>(String.class);
06:52:51         ^
06:52:51             return (Type) typeClass.newInstance();
06:52:51   missing type arguments for generic class E<Type>
06:52:51         } catch (Exception e) {
06:52:51   where Type is a type-variable:
06:52:51             throw new RuntimeException(e);
06:52:51     Type extends CharSequence declared in class E
06:52:51         }
06:52:51 1 error
06:52:51     }
06:52:51 }
06:52:51 5 warnings
06:52:51 
06:52:51 interface I<ModelType, ValueType> {
06:52:51 ----------------------------------------
06:52:51     public void doSet(ModelType model);
06:52:51     public void set(ValueType value);
06:52:51 }
06:52:51 
06:52:51 ]
06:52:51 
06:52:51 
06:52:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:52 --- javac err: ---
06:52:52 C.java:3: warning: [unchecked] unchecked cast
06:52:52         this.set((ValueType) valueGetter.getObject());
06:52:52                                                   ^
06:52:52   required: ValueType
06:52:52   found:    Object
06:52:52   where ValueType is a type-variable:
06:52:52     ValueType extends Object declared in class A
06:52:52 C.java:9: warning: [rawtypes] found raw type: E
06:52:52 class B extends A<E, CharSequence> {
06:52:52                   ^
06:52:52 org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test082 - 12
06:52:52   missing type arguments for generic class E<Type>
06:52:52 C.java [
06:52:52   where Type is a type-variable:
06:52:52     Type extends CharSequence declared in class E
06:52:52 class A<ModelType extends D, ValueType> extends I<ModelType, ValueType> {
06:52:52     public void doSet(ModelType valueGetter) {
06:52:52 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other
06:52:52         this.set((ValueType) valueGetter.getObject());
06:52:52     }
06:52:52 	public void set(CharSequence string) {
06:52:52 	            ^
06:52:52     public void set(Object object) {
06:52:52   first method:  set(CharSequence) in I
06:52:52         System.out.println("In A.set(Object)");
06:52:52     }
06:52:52 }
06:52:52   second method: set(Object) in A
06:52:52 class B extends A<E, CharSequence> {
06:52:52 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated
06:52:52 	public void set(CharSequence string) {
06:52:52             return (Type) typeClass.newInstance();
06:52:52         System.out.println("In B.set(CharSequence)");
06:52:52     }
06:52:52 }
06:52:52                                    ^
06:52:52 public class C extends B {
06:52:52   where T is a type-variable:
06:52:52     static public void main(String[] args) {
06:52:52     T extends Object declared in class Class
06:52:52         C c = new C();
06:52:52         c.run();
06:52:52     }
06:52:52     public void run() {
06:52:52         E e = new E<String>(String.class);
06:52:52 C.java:36: warning: [cast] redundant cast to Type
06:52:52         this.doSet(e);
06:52:52     }
06:52:52 }
06:52:52             return (Type) typeClass.newInstance();
06:52:52 class D {
06:52:52                    ^
06:52:52     public Object getObject() {
06:52:52   where Type is a type-variable:
06:52:52         return null;
06:52:52     }
06:52:52 }
06:52:52     Type extends CharSequence declared in class E
06:52:52 class E<Type extends CharSequence> extends D {
06:52:52 C.java:20: warning: [rawtypes] found raw type: E
06:52:52     private Class<Type> typeClass;
06:52:52     public E(Class<Type> typeClass) {
06:52:52         E e = new E<String>(String.class);
06:52:52         ^
06:52:52         this.typeClass = typeClass;
06:52:52     }
06:52:52     public Type getObject() {
06:52:52   missing type arguments for generic class E<Type>
06:52:52         try {
06:52:52   where Type is a type-variable:
06:52:52             return (Type) typeClass.newInstance();
06:52:52         } catch (Exception e) {
06:52:52     Type extends CharSequence declared in class E
06:52:52 1 error
06:52:52 5 warnings
06:52:52 
06:52:52             throw new RuntimeException(e);
06:52:52         }
06:52:52     }
06:52:52 }
06:52:52 ----------------------------------------
06:52:52 abstract class I<ModelType, ValueType> {
06:52:52     public abstract void doSet(ModelType model);
06:52:52     public abstract void set(ValueType value);
06:52:52 }
06:52:52 
06:52:52 ]
06:52:52 
06:52:52 
06:52:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:53 --- javac err: ---
06:52:53 C.java:3: warning: [unchecked] unchecked cast
06:52:53         this.set((ValueType) valueGetter.getObject());
06:52:53                                                   ^
06:52:53   required: ValueType
06:52:53   found:    Object
06:52:53   where ValueType is a type-variable:
06:52:53     ValueType extends Object declared in class A
06:52:53 C.java:9: warning: [rawtypes] found raw type: E
06:52:53 class B extends A<E, CharSequence> implements I<E, CharSequence> {
06:52:53                   ^
06:52:53 org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test083 - 12
06:52:53 C.java [
06:52:53   missing type arguments for generic class E<Type>
06:52:53   where Type is a type-variable:
06:52:53     Type extends CharSequence declared in class E
06:52:53 class A<ModelType extends D, ValueType> implements I<ModelType, ValueType> {
06:52:53 C.java:9: warning: [rawtypes] found raw type: E
06:52:53     public void doSet(ModelType valueGetter) {
06:52:53         this.set((ValueType) valueGetter.getObject());
06:52:53 class B extends A<E, CharSequence> implements I<E, CharSequence> {
06:52:53     }
06:52:53                                                 ^
06:52:53     public void set(Object object) {
06:52:53   missing type arguments for generic class E<Type>
06:52:53         System.out.println("In A.set(Object)");
06:52:53     }
06:52:53   where Type is a type-variable:
06:52:53 }
06:52:53 class B extends A<E, CharSequence> implements I<E, CharSequence> {
06:52:53     Type extends CharSequence declared in class E
06:52:53 	public void set(CharSequence string) {
06:52:53         System.out.println("In B.set(CharSequence)");
06:52:53     }
06:52:53 }
06:52:53 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other
06:52:53 public class C extends B {
06:52:53 	public void set(CharSequence string) {
06:52:53     static public void main(String[] args) {
06:52:53 	            ^
06:52:53         C c = new C();
06:52:53         c.run();
06:52:53     }
06:52:53     public void run() {
06:52:53   first method:  set(CharSequence) in I
06:52:53         E e = new E<String>(String.class);
06:52:53   second method: set(Object) in A
06:52:53         this.doSet(e);
06:52:53     }
06:52:53 }
06:52:53 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated
06:52:53 class D {
06:52:53     public Object getObject() {
06:52:53             return (Type) typeClass.newInstance();
06:52:53         return null;
06:52:53     }
06:52:53 }
06:52:53                                    ^
06:52:53   where T is a type-variable:
06:52:53 class E<Type extends CharSequence> extends D {
06:52:53     private Class<Type> typeClass;
06:52:53     T extends Object declared in class Class
06:52:53     public E(Class<Type> typeClass) {
06:52:53 C.java:36: warning: [cast] redundant cast to Type
06:52:53         this.typeClass = typeClass;
06:52:53     }
06:52:53             return (Type) typeClass.newInstance();
06:52:53     public Type getObject() {
06:52:53         try {
06:52:53                    ^
06:52:53   where Type is a type-variable:
06:52:53             return (Type) typeClass.newInstance();
06:52:53         } catch (Exception e) {
06:52:53     Type extends CharSequence declared in class E
06:52:53             throw new RuntimeException(e);
06:52:53 C.java:20: warning: [rawtypes] found raw type: E
06:52:53         }
06:52:53     }
06:52:53 }
06:52:53         E e = new E<String>(String.class);
06:52:53         ^
06:52:53 interface I<ModelType, ValueType> {
06:52:53     public void doSet(ModelType model);
06:52:53   missing type arguments for generic class E<Type>
06:52:53     public void set(ValueType value);
06:52:53   where Type is a type-variable:
06:52:53 }
06:52:53 
06:52:53 ]
06:52:53     Type extends CharSequence declared in class E
06:52:53 1 error
06:52:53 6 warnings
06:52:53 
06:52:53 ----------------------------------------
06:52:53 
06:52:53 
06:52:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:54 --- javac err: ---
06:52:54 C.java:3: warning: [unchecked] unchecked cast
06:52:54         this.set((ValueType) valueGetter.getObject());
06:52:54                                                   ^
06:52:54   required: ValueType
06:52:54   found:    Object
06:52:54   where ValueType is a type-variable:
06:52:54     ValueType extends Object declared in class A
06:52:54 C.java:9: warning: [rawtypes] found raw type: E
06:52:54 class B extends A<E, CharSequence> {
06:52:54                   ^
06:52:54   missing type arguments for generic class E<Type>
06:52:54   where Type is a type-variable:
06:52:54     Type extends CharSequence declared in class E
06:52:54 C.java:33: warning: [deprecation] newInstance() in Class has been deprecated
06:52:54             return (Type) typeClass.newInstance();
06:52:54                                    ^
06:52:54   where T is a type-variable:
06:52:54     T extends Object declared in class Class
06:52:54 C.java:33: warning: [cast] redundant cast to Type
06:52:54             return (Type) typeClass.newInstance();
06:52:54                    ^
06:52:54   where Type is a type-variable:
06:52:54     Type extends CharSequence declared in class E
06:52:54 C.java:17: warning: [rawtypes] found raw type: E
06:52:54         E e = new E<String>(String.class);
06:52:54         ^
06:52:54   missing type arguments for generic class E<Type>
06:52:54   where Type is a type-variable:
06:52:54     Type extends CharSequence declared in class E
06:52:54 5 warnings
06:52:54 
06:52:54 
06:52:54 
06:52:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:55 --- javac err: ---
06:52:55 C.java:3: warning: [unchecked] unchecked cast
06:52:55         this.set((ValueType) valueGetter.getObject());
06:52:55                                                   ^
06:52:55   required: ValueType
06:52:55   found:    Object
06:52:55   where ValueType is a type-variable:
06:52:55     ValueType extends Object declared in class A
06:52:55 C.java:9: warning: [rawtypes] found raw type: E
06:52:55 class B extends A<E, CharSequence> {
06:52:55                   ^
06:52:55   missing type arguments for generic class E<Type>
06:52:55   where Type is a type-variable:
06:52:55     Type extends CharSequence declared in class E
06:52:55 C.java:33: warning: [deprecation] newInstance() in Class has been deprecated
06:52:55             return (Type) typeClass.newInstance();
06:52:55                                    ^
06:52:55   where T is a type-variable:
06:52:55     T extends Object declared in class Class
06:52:55 C.java:33: warning: [cast] redundant cast to Type
06:52:55             return (Type) typeClass.newInstance();
06:52:55                    ^
06:52:55   where Type is a type-variable:
06:52:55     Type extends CharSequence declared in class E
06:52:55 C.java:17: warning: [rawtypes] found raw type: E
06:52:55         E e = new E<String>(String.class);
06:52:55         ^
06:52:55   missing type arguments for generic class E<Type>
06:52:55   where Type is a type-variable:
06:52:55     Type extends CharSequence declared in class E
06:52:55 5 warnings
06:52:55 
06:52:55 
06:52:55 
06:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:56 --- javac err: ---
06:52:56 C.java:3: warning: [unchecked] unchecked cast
06:52:56         this.set((ValueType) valueGetter.getObject());
06:52:56                                                   ^
06:52:56   required: ValueType
06:52:56   found:    Object
06:52:56   where ValueType is a type-variable:
06:52:56     ValueType extends Object declared in class A
06:52:56 C.java:9: warning: [rawtypes] found raw type: E
06:52:56 class B extends A<E, CharSequence> {
06:52:56                   ^
06:52:56   missing type arguments for generic class E<Type>
06:52:56   where Type is a type-variable:
06:52:56     Type extends CharSequence declared in class E
06:52:56 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated
06:52:56             return (Type) typeClass.newInstance();
06:52:56                                    ^
06:52:56   where T is a type-variable:
06:52:56     T extends Object declared in class Class
06:52:56 C.java:36: warning: [cast] redundant cast to Type
06:52:56             return (Type) typeClass.newInstance();
06:52:56                    ^
06:52:56   where Type is a type-variable:
06:52:56     Type extends CharSequence declared in class E
06:52:56 C.java:20: warning: [rawtypes] found raw type: E
06:52:56         E e = new E<String>(String.class);
06:52:56         ^
06:52:56   missing type arguments for generic class E<Type>
06:52:56   where Type is a type-variable:
06:52:56     Type extends CharSequence declared in class E
06:52:56 5 warnings
06:52:56 
06:52:56 
06:52:56 
06:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:57 --- javac err: ---
06:52:57 X.java:6: error: reference to with is ambiguous
06:52:57     static { with(null); }
06:52:57              ^
06:52:57   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match
06:52:57   where T#1,T#2 are type-variables:
06:52:57     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)
06:52:57     T#2 extends Object declared in method <T#2>with(Collection<T#2>)
06:52:57 1 error
06:52:57 
06:52:57 ----------------------------------------
06:52:57 org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test087 - 12
06:52:57 X.java [
06:52:57 import java.util.Collection;
06:52:57 import java.util.List;
06:52:57 public class X {
06:52:57     public static <T> List<T> with(List<? extends T> p) { return null; } 
06:52:57     public static <T> Collection<T> with(Collection<T> p) { return null; }
06:52:57     static { with(null); }
06:52:57 } 
06:52:57 
06:52:57 ]
06:52:57 
06:52:57 
06:52:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:58 --- javac err: ---
06:52:58 X.java:3: error: method foo() is already defined in class X
06:52:58     double foo() { return 0.0; }
06:52:58            ^
06:52:58 1 error
06:52:58 
06:52:58 
06:52:58 
06:52:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:52:59 --- javac err: ---
06:52:59 X.java:3: error: method foo() is already defined in interface X
06:52:59     double foo();
06:52:59            ^
06:52:59 1 error
06:52:59 
06:52:59 
06:52:59 
06:52:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:00 --- javac err: ---
06:53:00 X.java:4: error: method m2(List<Integer>) is already defined in class X
06:53:00     double m2(List<Integer> b) {return 0.0;}
06:53:00            ^
06:53:00 1 error
06:53:00 
06:53:00 
06:53:00 
06:53:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:01 --- javac err: ---
06:53:01 Test.java:9: error: reference to m is ambiguous
06:53:01         m(l, l); //JDK 6/7 give ambiguity here - EJC compiles ok
06:53:01         ^
06:53:01   both method <U>m(List<U>,U) in Test and method <V>m(List<V>,List<V>) in Test match
06:53:01   where U,V are type-variables:
06:53:01     U extends Object declared in method <U>m(List<U>,U)
06:53:01     V extends Object declared in method <V>m(List<V>,List<V>)
06:53:01 1 error
06:53:01 
06:53:01 
06:53:01 
06:53:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:02 --- javac err: ---
06:53:02 AmbiguousTest.java:18: error: reference to method is ambiguous
06:53:02     newAbstractClass().method(null);
06:53:02                       ^
06:53:02   both method method(File) in AbstractClass and method method(String) in AbstractClass match
06:53:02 1 error
06:53:02 
06:53:02 
06:53:02 
06:53:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:03 --- javac err: ---
06:53:03 X.java:10: warning: [rawtypes] found raw type: IStoredNode
06:53:03 	public void foo(IStoredNode bar) {
06:53:03 	                ^
06:53:03   missing type arguments for generic class IStoredNode<T>
06:53:03   where T is a type-variable:
06:53:03     T extends Object declared in interface IStoredNode
06:53:03 1 warning
06:53:03 
06:53:03 
06:53:03 
06:53:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:04 
06:53:04 
06:53:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:05 
06:53:05 
06:53:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:05 ***************************************************************************
06:53:05 * Comparison with Sun Javac compiler for class AutoBoxingTest (null tests)
06:53:05 ***************************************************************************
06:53:13 
06:53:13 
06:53:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:22 
06:53:22 
06:53:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:23 --- javac err: ---
06:53:23 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:53:23 		test(new Integer(1));
06:53:23 		     ^
06:53:23 1 warning
06:53:23 
06:53:24 --- javac err: ---
06:53:24 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:53:24 		test(new Byte((byte) 1));
06:53:24 		     ^
06:53:24 1 warning
06:53:24 
06:53:25 --- javac err: ---
06:53:25 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:53:25 		test(new Byte((byte) 1));
06:53:25 		     ^
06:53:25 1 warning
06:53:25 
06:53:26 --- javac err: ---
06:53:26 X.java:3: warning: [deprecation] Character(char) in Character has been deprecated
06:53:26 		test(new Character('c'));
06:53:26 		     ^
06:53:26 1 warning
06:53:26 
06:53:27 --- javac err: ---
06:53:27 X.java:3: warning: [deprecation] Float(float) in Float has been deprecated
06:53:27 		test(new Float(0.0f));
06:53:27 		     ^
06:53:27 1 warning
06:53:27 
06:53:28 --- javac err: ---
06:53:28 X.java:3: warning: [deprecation] Double(double) in Double has been deprecated
06:53:28 		test(new Double(0.0));
06:53:28 		     ^
06:53:28 1 warning
06:53:28 
06:53:29 --- javac err: ---
06:53:29 X.java:3: warning: [deprecation] Long(long) in Long has been deprecated
06:53:29 		test(new Long(0L));
06:53:29 		     ^
06:53:29 1 warning
06:53:29 
06:53:30 --- javac err: ---
06:53:30 X.java:3: warning: [deprecation] Short(short) in Short has been deprecated
06:53:30 		test(new Short((short) 0));
06:53:30 		     ^
06:53:30 1 warning
06:53:30 
06:53:31 
06:53:31 
06:53:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:33 
06:53:33 
06:53:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:34 
06:53:34 
06:53:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:35 --- javac err: ---
06:53:35 X.java:3: error: incompatible types: int cannot be converted to Long
06:53:35 		new Y().test(1, 1);
06:53:35 		             ^
06:53:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:53:35 1 error
06:53:35 
06:53:36 --- javac err: ---
06:53:36 X.java:3: error: incompatible types: byte cannot be converted to Integer
06:53:36 		new Y().test((byte) 1, 1);
06:53:36 		             ^
06:53:36 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:53:36 1 error
06:53:36 
06:53:36 
06:53:36 
06:53:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:37 
06:53:37 
06:53:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:38 --- javac err: ---
06:53:38 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:53:38 		Y.test(1, new Integer(2), -3);
06:53:38 		          ^
06:53:38 1 warning
06:53:38 
06:53:38 
06:53:38 
06:53:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:39 --- javac err: ---
06:53:39 X.java:4: error: reference to test is ambiguous
06:53:39 		new Y().test(1, 1);
06:53:39 		       ^
06:53:39   both method test(Integer,int) in Y and method test(int,Integer) in Y match
06:53:39 X.java:5: error: reference to test is ambiguous
06:53:39 		new Y().test(new Integer(1), new Integer(1));
06:53:39 		       ^
06:53:39   both method test(Integer,int) in Y and method test(int,Integer) in Y match
06:53:39 2 errors
06:53:39 
06:53:40 --- javac err: ---
06:53:40 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:53:40 		new Y().test(new Integer(1), 1);
06:53:40 		             ^
06:53:40 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
06:53:40 		new Y().test(1, new Integer(1));
06:53:40 		                ^
06:53:40 2 warnings
06:53:40 
06:53:40 
06:53:40 
06:53:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:41 --- javac err: ---
06:53:41 X.java:8: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:53:41 	public static Byte test() { return new Byte((byte) 1); }
06:53:41 	                                   ^
06:53:41 1 warning
06:53:41 
06:53:42 
06:53:42 
06:53:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:43 --- javac err: ---
06:53:43 X.java:8: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:53:43 	public static Byte test() { return new Byte((byte) 1); }
06:53:43 	                                   ^
06:53:43 1 warning
06:53:43 
06:53:45 
06:53:45 
06:53:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:46 --- javac err: ---
06:53:46 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:53:46 		Integer x = new Integer(15); 
06:53:46 		            ^
06:53:46 1 warning
06:53:46 
06:53:46 
06:53:46 
06:53:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:48 
06:53:48 
06:53:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:49 --- javac err: ---
06:53:49 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:53:49 		Integer i = new Integer(1);
06:53:49 		            ^
06:53:49 1 warning
06:53:49 
06:53:49 
06:53:49 
06:53:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:50 --- javac err: ---
06:53:50 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
06:53:50 		return new Integer(0);
06:53:50 		       ^
06:53:50 1 warning
06:53:50 
06:53:50 
06:53:50 
06:53:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:53 --- javac err: ---
06:53:53 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:53:53 		Integer i = args.length == 0 ? 0 : new Integer(1);
06:53:53 		                                   ^
06:53:53 1 warning
06:53:53 
06:53:53 
06:53:53 
06:53:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:54 --- javac err: ---
06:53:54 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:53:54 		Integer i = new Integer(1);
06:53:54 		            ^
06:53:54 1 warning
06:53:54 
06:53:54 
06:53:54 
06:53:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:55 --- javac err: ---
06:53:55 X.java:5: error: incompatible types: Float cannot be converted to int
06:53:55 		System.out.println((int)f);
06:53:55 		                        ^
06:53:55 1 error
06:53:55 
06:53:55 
06:53:55 
06:53:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:56 --- javac err: ---
06:53:56 X.java:4: error: incompatible types: int cannot be converted to Float
06:53:56 		System.out.println((Float) 0);
06:53:56 		                           ^
06:53:56 1 error
06:53:56 
06:53:56 
06:53:56 
06:53:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:57 --- javac err: ---
06:53:57 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:53:57 	    Byte b = new Byte((byte)1);
06:53:57 	             ^
06:53:57 1 warning
06:53:57 
06:53:57 
06:53:57 
06:53:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:58 --- javac err: ---
06:53:58 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:53:58 	    Byte b = new Byte((byte)1);
06:53:58 	             ^
06:53:58 1 warning
06:53:58 
06:53:58 
06:53:58 
06:53:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:53:59 --- javac err: ---
06:53:59 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:53:59 	    Byte b = new Byte((byte)1);
06:53:59 	             ^
06:53:59 1 warning
06:53:59 
06:54:00 
06:54:00 
06:54:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:01 --- javac err: ---
06:54:01 X.java:3: warning: [deprecation] Character(char) in Character has been deprecated
06:54:01 		Character cValue = new Character('c');
06:54:01 		                   ^
06:54:01 1 warning
06:54:01 
06:54:01 
06:54:01 
06:54:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:02 
06:54:02 
06:54:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:03 
06:54:03 
06:54:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:04 --- javac err: ---
06:54:04 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:04 	    Byte b = new Byte((byte)1);
06:54:04 	             ^
06:54:04 1 warning
06:54:04 
06:54:04 
06:54:04 
06:54:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:05 --- javac err: ---
06:54:05 X.java:3: error: bad operand types for binary operator '=='
06:54:05 		if (0 == new X()) {
06:54:05 		      ^
06:54:05   first type:  int
06:54:05   second type: X
06:54:05 1 error
06:54:05 
06:54:05 
06:54:05 
06:54:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:06 --- javac err: ---
06:54:06 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:06 	    Byte b = new Byte((byte)1);
06:54:06 	             ^
06:54:06 1 warning
06:54:06 
06:54:06 
06:54:06 
06:54:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:07 
06:54:07 
06:54:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:08 
06:54:08 
06:54:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:09 
06:54:09 
06:54:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:10 --- javac err: ---
06:54:10 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:54:10       if (new Integer(1) == new Integer(0)) {
06:54:10           ^
06:54:10 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:54:10       if (new Integer(1) == new Integer(0)) {
06:54:10                             ^
06:54:10 2 warnings
06:54:10 
06:54:10 
06:54:10 
06:54:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:11 
06:54:11 
06:54:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:12 --- javac err: ---
06:54:12 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:12 	    Byte b = new Byte((byte)1);
06:54:12 	             ^
06:54:12 1 warning
06:54:12 
06:54:12 
06:54:12 
06:54:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:13 --- javac err: ---
06:54:13 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:13 	    Byte b = new Byte((byte)1);
06:54:13 	             ^
06:54:13 1 warning
06:54:13 
06:54:13 
06:54:13 
06:54:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:14 --- javac err: ---
06:54:14 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:14 	    Byte b = new Byte((byte)1);
06:54:14 	             ^
06:54:14 1 warning
06:54:14 
06:54:14 
06:54:14 
06:54:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:15 --- javac err: ---
06:54:15 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:15 	    Byte b = new Byte((byte)1);
06:54:15 	             ^
06:54:15 1 warning
06:54:15 
06:54:15 
06:54:15 
06:54:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:16 
06:54:16 
06:54:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:17 --- javac err: ---
06:54:17 X.java:4: error: bad operand types for binary operator '!='
06:54:17 		if (i != null) {
06:54:17 		      ^
06:54:17   first type:  int
06:54:17   second type: <null>
06:54:17 1 error
06:54:17 
06:54:17 
06:54:17 
06:54:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:18 --- javac err: ---
06:54:18 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
06:54:18 		Integer i = new Integer(1);
06:54:18 		            ^
06:54:18 1 warning
06:54:18 
06:54:18 
06:54:18 
06:54:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:19 
06:54:19 
06:54:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:20 --- javac err: ---
06:54:20 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
06:54:20 		Integer i = bar() ? new Integer(1) : null;
06:54:20 		                    ^
06:54:20 1 warning
06:54:20 
06:54:21 
06:54:21 
06:54:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:21 --- javac err: ---
06:54:21 X.java:4: error: incompatible types: String cannot be converted to Integer
06:54:21 		i += "aaa";
06:54:21 		     ^
06:54:21 1 error
06:54:21 
06:54:21 
06:54:21 
06:54:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:22 --- javac err: ---
06:54:22 X.java:4: error: bad operand types for binary operator '+'
06:54:22 		i += null;
06:54:22 		  ^
06:54:22   first type:  Integer
06:54:22   second type: <null>
06:54:22 1 error
06:54:22 
06:54:22 
06:54:22 
06:54:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:23 --- javac err: ---
06:54:23 X.java:4: error: bad operand types for binary operator '+'
06:54:23 		i = i + null;
06:54:23 		      ^
06:54:23   first type:  Integer
06:54:23   second type: <null>
06:54:23 1 error
06:54:23 
06:54:23 
06:54:23 
06:54:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:24 --- javac err: ---
06:54:24 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:24 		Byte b = new Byte((byte)1);
06:54:24 		         ^
06:54:24 X.java:5: warning: [cast] redundant cast to Byte
06:54:24 		System.out.println((Byte)b);
06:54:24 		                   ^
06:54:24 2 warnings
06:54:24 
06:54:24 
06:54:24 
06:54:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:25 --- javac err: ---
06:54:25 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:25 		Byte b = new Byte((byte)1);
06:54:25 		         ^
06:54:25 1 warning
06:54:25 
06:54:26 
06:54:26 
06:54:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:27 --- javac err: ---
06:54:27 X.java:2: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:27 	public static Byte b = new Byte((byte)1);
06:54:27 	                       ^
06:54:27 1 warning
06:54:27 
06:54:27 
06:54:27 
06:54:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:28 --- javac err: ---
06:54:28 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:28 		public static Byte b = new Byte((byte)1);
06:54:28 		                       ^
06:54:28 1 warning
06:54:28 
06:54:28 
06:54:28 
06:54:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:29 --- javac err: ---
06:54:29 X.java:2: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:29 	public static Byte b = new Byte((byte)1);
06:54:29 	                       ^
06:54:29 1 warning
06:54:29 
06:54:29 
06:54:29 
06:54:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:30 --- javac err: ---
06:54:30 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:54:30 		public static Byte b = new Byte((byte)1);
06:54:30 		                       ^
06:54:30 1 warning
06:54:30 
06:54:30 
06:54:30 
06:54:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:31 --- javac err: ---
06:54:31 X.java:5: error: incompatible types: int cannot be converted to Byte
06:54:31 		foo(0);
06:54:31 		    ^
06:54:31 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:54:31 1 error
06:54:31 
06:54:31 
06:54:31 
06:54:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:33 
06:54:33 
06:54:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:34 
06:54:34 
06:54:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:35 --- javac err: ---
06:54:35 X.java:4: error: incompatible types: byte cannot be converted to Integer
06:54:35 		for(Integer i : bytes) {
06:54:35 		                ^
06:54:35 1 error
06:54:35 
06:54:35 
06:54:35 
06:54:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:36 
06:54:36 
06:54:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:37 
06:54:37 
06:54:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:38 
06:54:38 
06:54:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:39 
06:54:39 
06:54:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:40 
06:54:40 
06:54:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:42 
06:54:42 
06:54:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:43 
06:54:43 
06:54:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:44 
06:54:44 
06:54:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:45 
06:54:45 
06:54:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:46 
06:54:46 
06:54:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:47 
06:54:47 
06:54:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:49 
06:54:49 
06:54:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:50 
06:54:50 
06:54:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:51 
06:54:51 
06:54:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:52 
06:54:52 
06:54:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:53 
06:54:53 
06:54:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:54 --- javac err: ---
06:54:54 X.java:3: error: 'void' type not allowed here
06:54:54         doFoo(getVoid());
06:54:54                      ^
06:54:54 1 error
06:54:54 
06:54:54 
06:54:54 
06:54:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:55 --- javac err: ---
06:54:55 X.java:4: error: reference to a is ambiguous
06:54:55         a(new Integer(1), 2);
06:54:55         ^
06:54:55   both method a(int,int) in X and method a(Object,Object) in X match
06:54:55 1 error
06:54:55 
06:54:55 
06:54:55 
06:54:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:56 
06:54:56 
06:54:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:57 --- javac err: ---
06:54:57 X.java:8: error: cannot find symbol
06:54:57  Zork z;
06:54:57  ^
06:54:57   symbol:   class Zork
06:54:57   location: class X
06:54:57 1 error
06:54:57 
06:54:57 
06:54:57 
06:54:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:58 --- javac err: ---
06:54:58 X.java:22: error: cannot find symbol
06:54:58  Zork z;
06:54:58  ^
06:54:58   symbol:   class Zork
06:54:58   location: class X
06:54:58 1 error
06:54:58 
06:54:58 
06:54:58 
06:54:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:54:59 
06:54:59 
06:54:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:00 --- javac err: ---
06:55:00 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type A
06:55:00 	public <A extends T> X(A... t) {}
06:55:00 	                            ^
06:55:00   where A,T are type-variables:
06:55:00     A extends T declared in constructor <A>X(A...)
06:55:00     T extends Object declared in class X
06:55:00 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
06:55:00 	<T> void foo(T... t) {}
06:55:00 	                  ^
06:55:00   where T is a type-variable:
06:55:00     T extends Object declared in method <T>foo(T...)
06:55:00 2 warnings
06:55:00 
06:55:00 
06:55:00 
06:55:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:01 
06:55:01 
06:55:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:02 
06:55:02 
06:55:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:03 
06:55:03 
06:55:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:04 
06:55:04 
06:55:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:05 --- javac err: ---
06:55:05 X.java:8: error: bad operand types for binary operator '=='
06:55:05 		return null == value;
06:55:05 		            ^
06:55:05   first type:  <null>
06:55:05   second type: short
06:55:05 1 error
06:55:05 
06:55:05 
06:55:05 
06:55:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:06 --- javac err: ---
06:55:06 X.java:99: warning: [deprecation] Byte(byte) in Byte has been deprecated
06:55:06         Byte _byte = new Byte((byte)2);
06:55:06                      ^
06:55:06 X.java:100: warning: [deprecation] Character(char) in Character has been deprecated
06:55:06         Character _character = new Character('@');
06:55:06                                ^
06:55:06 X.java:101: warning: [deprecation] Short(short) in Short has been deprecated
06:55:06         Short _short = new Short((short)255);
06:55:06                        ^
06:55:06 X.java:102: warning: [deprecation] Integer(int) in Integer has been deprecated
06:55:06         Integer _integer = new Integer(12345678);
06:55:06                            ^
06:55:06 X.java:103: warning: [deprecation] Long(long) in Long has been deprecated
06:55:06         Long _long = new Long(1234567890);
06:55:06                      ^
06:55:06 X.java:104: warning: [deprecation] Float(double) in Float has been deprecated
06:55:06         Float _float = new Float(-0.0);
06:55:06                        ^
06:55:06 6 warnings
06:55:06 
06:55:06 
06:55:06 
06:55:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:07 --- javac err: ---
06:55:07 X.java:4: error: incompatible types: byte cannot be converted to Short
06:55:07     Short s2 = _byte; // ko
06:55:07                ^
06:55:07 1 error
06:55:07 
06:55:07 
06:55:07 
06:55:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:08 --- javac err: ---
06:55:08 X.java:8: error: cannot find symbol
06:55:08     Zork z;
06:55:08     ^
06:55:08   symbol:   class Zork
06:55:08   location: class X
06:55:08 1 error
06:55:08 
06:55:08 
06:55:08 
06:55:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:09 --- javac err: ---
06:55:09 X.java:8: error: cannot find symbol
06:55:09 		Zork z;
06:55:09 		^
06:55:09   symbol:   class Zork
06:55:09   location: class X
06:55:09 1 error
06:55:09 
06:55:09 
06:55:09 
06:55:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:10 --- javac err: ---
06:55:10 X.java:7: error: bad operand types for binary operator '=='
06:55:10     if (o == 0) return o;
06:55:10           ^
06:55:10   first type:  Serializable
06:55:10   second type: int
06:55:10 1 error
06:55:10 
06:55:10 
06:55:10 
06:55:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:11 --- javac err: ---
06:55:11 X.java:7: error: bad operand types for binary operator '=='
06:55:11     if (o == true) return o;
06:55:11           ^
06:55:11   first type:  Object
06:55:11   second type: boolean
06:55:11 1 error
06:55:11 
06:55:11 
06:55:11 
06:55:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:12 --- javac err: ---
06:55:12 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
06:55:12         Comparable<?> c1 = foo("", new Integer(5));
06:55:12                                    ^
06:55:12 1 warning
06:55:12 
06:55:12 
06:55:12 
06:55:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:13 --- javac err: ---
06:55:13 X.java:18: warning: [deprecation] Double(double) in Double has been deprecated
06:55:13 		Object value = test.convert(new Double(50));
06:55:13 		                            ^
06:55:13 1 warning
06:55:13 
06:55:13 
06:55:13 
06:55:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:14 
06:55:14 
06:55:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:15 --- javac err: ---
06:55:15 X.java:5: error: cannot find symbol
06:55:15 		Zork z;
06:55:15 		^
06:55:15   symbol:   class Zork
06:55:15   location: class X
06:55:15 1 error
06:55:15 
06:55:15 
06:55:15 
06:55:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:16 --- javac err: ---
06:55:16 X.java:4: warning: [deprecation] Character(char) in Character has been deprecated
06:55:16 		Character _Character = new Character(' ');
06:55:16 		                       ^
06:55:16 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
06:55:16 		Integer _Integer = new Integer(2);
06:55:16 		                   ^
06:55:16 2 warnings
06:55:16 
06:55:16 
06:55:16 
06:55:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:17 --- javac err: ---
06:55:17 X.java:9: error: cannot find symbol
06:55:17 			System.out.println(zork);
06:55:17 			                   ^
06:55:17   symbol:   variable zork
06:55:17   location: class X
06:55:17 1 error
06:55:17 
06:55:17 
06:55:17 
06:55:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:19 
06:55:19 
06:55:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:20 --- javac err: ---
06:55:20 X.java:8: error: cannot find symbol
06:55:20 		 Zork z;
06:55:20 		 ^
06:55:20   symbol:   class Zork
06:55:20   location: class X
06:55:20 1 error
06:55:20 
06:55:20 
06:55:20 
06:55:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:21 --- javac err: ---
06:55:21 X.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
06:55:21 		m(new Integer(i));
06:55:21 		  ^
06:55:21 1 warning
06:55:21 
06:55:21 
06:55:21 
06:55:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:22 --- javac err: ---
06:55:22 X.java:4: error: incompatible types: Integer[] cannot be converted to int[]
06:55:22 		int[] ints = (int[]) integers;
06:55:22 		                     ^
06:55:22 X.java:6: error: incompatible types: float[] cannot be converted to Float[]
06:55:22 		Float[] fs = (Float[]) floats;
06:55:22 		                       ^
06:55:22 2 errors
06:55:22 
06:55:22 
06:55:22 
06:55:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:23 --- javac err: ---
06:55:23 X.java:6: error: reference to foo is ambiguous
06:55:23 		new X().foo(1);
06:55:23 		       ^
06:55:23   both method foo(Object...) in X and method foo(int...) in X match
06:55:23 X.java:7: error: reference to foo is ambiguous
06:55:23 		new X().foo(new Integer(1));
06:55:23 		       ^
06:55:23   both method foo(Object...) in X and method foo(int...) in X match
06:55:23 X.java:8: error: reference to foo is ambiguous
06:55:23 		new X().foo(1, new Integer(1));
06:55:23 		       ^
06:55:23   both method foo(Object...) in X and method foo(int...) in X match
06:55:23 3 errors
06:55:23 
06:55:24 --- javac err: ---
06:55:24 X.java:6: error: reference to foo is ambiguous
06:55:24 		new X().foo(1);
06:55:24 		       ^
06:55:24   both method foo(Number...) in X and method foo(int...) in X match
06:55:24 X.java:7: error: reference to foo is ambiguous
06:55:24 		new X().foo(new Integer(1));
06:55:24 		       ^
06:55:24   both method foo(Number...) in X and method foo(int...) in X match
06:55:24 X.java:8: error: reference to foo is ambiguous
06:55:24 		new X().foo(1, new Integer(1));
06:55:24 		       ^
06:55:24   both method foo(Number...) in X and method foo(int...) in X match
06:55:24 3 errors
06:55:24 
06:55:25 --- javac err: ---
06:55:25 X.java:6: error: reference to foo is ambiguous
06:55:25 		new X().foo(1);
06:55:25 		       ^
06:55:25   both method foo(int,Object...) in X and method foo(Integer,int...) in X match
06:55:25 X.java:7: error: reference to foo is ambiguous
06:55:25 		new X().foo(new Integer(1));
06:55:25 		       ^
06:55:25   both method foo(int,Object...) in X and method foo(Integer,int...) in X match
06:55:25 X.java:8: error: reference to foo is ambiguous
06:55:25 		new X().foo(1, new Integer(1));
06:55:25 		       ^
06:55:25   both method foo(int,Object...) in X and method foo(Integer,int...) in X match
06:55:25 3 errors
06:55:25 
06:55:25 
06:55:25 
06:55:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:26 
06:55:26 
06:55:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:27 --- javac err: ---
06:55:27 X.java:2: error: cannot find symbol
06:55:27 	Zork z;
06:55:27 	^
06:55:27   symbol:   class Zork
06:55:27   location: class Cla<A>
06:55:27   where A is a type-variable:
06:55:27     A extends Object declared in class Cla
06:55:27 X.java:28: error: cannot find symbol
06:55:27 		System.out.printltn(t6);
06:55:27 		          ^
06:55:27   symbol:   method printltn(long)
06:55:27   location: variable out of type PrintStream
06:55:27 2 errors
06:55:27 
06:55:27 
06:55:27 
06:55:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:28 
06:55:28 
06:55:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:29 
06:55:29 
06:55:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:30 
06:55:30 
06:55:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:31 
06:55:31 
06:55:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:32 
06:55:32 
06:55:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:33 
06:55:33 
06:55:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:34 --- javac err: ---
06:55:34 X.java:3: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated
06:55:34     	if (new Boolean(true) ? true : new Boolean(false)) {
06:55:34     	    ^
06:55:34 X.java:3: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated
06:55:34     	if (new Boolean(true) ? true : new Boolean(false)) {
06:55:34     	                               ^
06:55:34 2 warnings
06:55:34 
06:55:34 
06:55:34 
06:55:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:35 
06:55:35 
06:55:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:36 
06:55:36 
06:55:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:37 --- javac err: ---
06:55:37 X.java:7: error: incompatible types: int cannot be converted to Short
06:55:37 		s = i; // not a constant
06:55:37 		    ^
06:55:37 X.java:9: error: incompatible types: int cannot be converted to Short
06:55:37 		bar(4);
06:55:37 		    ^
06:55:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:55:37 2 errors
06:55:37 
06:55:37 
06:55:37 
06:55:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:38 --- javac err: ---
06:55:38 X.java:7: error: cannot find symbol
06:55:38 	Zork z;
06:55:38 	^
06:55:38   symbol:   class Zork
06:55:38   location: class X
06:55:38 1 error
06:55:38 
06:55:38 
06:55:38 
06:55:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:39 
06:55:39 
06:55:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:40 --- javac err: ---
06:55:40 X.java:3: error: incomparable types: Float and Long
06:55:40     	return f == l;
06:55:40     	         ^
06:55:40 1 error
06:55:40 
06:55:40 
06:55:40 
06:55:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:41 --- javac err: ---
06:55:41 X.java:5: error: cannot find symbol
06:55:41 		 Zork z;
06:55:41 		 ^
06:55:41   symbol:   class Zork
06:55:41   location: class X
06:55:41 1 error
06:55:41 
06:55:41 
06:55:41 
06:55:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:42 
06:55:42 
06:55:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:43 
06:55:43 
06:55:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:44 --- javac err: ---
06:55:44 X.java:4: error: unexpected type
06:55:44 		boolean c = a instanceof Integer;
06:55:44 		            ^
06:55:44   required: reference
06:55:44   found:    int
06:55:44 1 error
06:55:44 
06:55:44 
06:55:44 
06:55:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:45 --- javac err: ---
06:55:45 X.java:14: error: no suitable constructor found for Byte(int)
06:55:45 		no = new Byte(127);
06:55:45 		     ^
06:55:45     constructor Byte.Byte(byte) is not applicable
06:55:45       (argument mismatch; possible lossy conversion from int to byte)
06:55:45     constructor Byte.Byte(String) is not applicable
06:55:45       (argument mismatch; int cannot be converted to String)
06:55:45 1 error
06:55:45 
06:55:45 
06:55:45 
06:55:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:46 --- javac err: ---
06:55:46 X.java:8: error: incompatible types: int cannot be converted to Byte
06:55:46 		return i;
06:55:46 		       ^
06:55:46 1 error
06:55:46 
06:55:46 
06:55:46 
06:55:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:47 
06:55:47 
06:55:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:48 --- javac err: ---
06:55:48 X.java:3: error: incompatible types: bad type in conditional expression
06:55:48 		boolean x = false ? "" : false;
06:55:48 		                    ^
06:55:48     String cannot be converted to boolean
06:55:48 X.java:4: error: boolean cannot be dereferenced
06:55:48 		System.out.print("[4:"+ x + "," + x.getClass().getCanonicalName() + "]");
06:55:48 		                                   ^
06:55:48 2 errors
06:55:48 
06:55:48 
06:55:48 
06:55:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:50 
06:55:50 
06:55:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:51 --- javac err: ---
06:55:51 X.java:7: error: cannot find symbol
06:55:51 	Zork z;
06:55:51 	^
06:55:51   symbol:   class Zork
06:55:51   location: class X
06:55:51 1 error
06:55:51 
06:55:51 
06:55:51 
06:55:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:52 
06:55:52 
06:55:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:53 --- javac err: ---
06:55:53 X.java:10: error: cannot find symbol
06:55:53 	Zork z;
06:55:53 	^
06:55:53   symbol:   class Zork
06:55:53   location: class X
06:55:53 1 error
06:55:53 
06:55:53 
06:55:53 
06:55:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:54 --- javac err: ---
06:55:54 X.java:3: error: cannot find symbol
06:55:54 	Zork z;
06:55:54 	^
06:55:54   symbol:   class Zork
06:55:54   location: class X
06:55:54 1 error
06:55:54 
06:55:54 
06:55:54 
06:55:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:55 
06:55:55 
06:55:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:56 
06:55:56 
06:55:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:57 
06:55:57 
06:55:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:58 
06:55:58 
06:55:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:55:59 
06:55:59 
06:55:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:00 --- javac err: ---
06:56:00 X.java:8: warning: [rawtypes] found raw type: A
06:56:00 				 A ua = a;
06:56:00 				 ^
06:56:00   missing type arguments for generic class A<T>
06:56:00   where T is a type-variable:
06:56:00     T extends Object declared in class A
06:56:00 1 warning
06:56:00 
06:56:00 
06:56:00 
06:56:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:01 --- javac err: ---
06:56:01 X.java:3: warning: [unchecked] unchecked cast
06:56:01                 return (T) o; // should get unchecked warning
06:56:01                            ^
06:56:01   required: T
06:56:01   found:    Object
06:56:01   where T is a type-variable:
06:56:01     T extends Object declared in class A
06:56:01 1 warning
06:56:01 
06:56:01 
06:56:01 
06:56:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:02 --- javac err: ---
06:56:02 X.java:8: warning: [rawtypes] found raw type: A
06:56:02 				 A ua = a;
06:56:02 				 ^
06:56:02   missing type arguments for generic class A<T>
06:56:02   where T is a type-variable:
06:56:02     T extends Object declared in class A
06:56:02 X.java:9: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
06:56:02 				 ua.foo = new Object();
06:56:02 				   ^
06:56:02 2 warnings
06:56:02 
06:56:02 
06:56:02 
06:56:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:03 --- javac err: ---
06:56:03 X.java:10: warning: [rawtypes] found raw type: A
06:56:03 				 A ua = this;
06:56:03 				 ^
06:56:03   missing type arguments for generic class A<T>
06:56:03   where T is a type-variable:
06:56:03     T extends Object declared in class A
06:56:03 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
06:56:03 				 ua.foo = new Object();
06:56:03 				   ^
06:56:03 2 warnings
06:56:03 
06:56:03 
06:56:03 
06:56:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:04 --- javac err: ---
06:56:04 X.java:10: warning: [rawtypes] found raw type: A
06:56:04 				 A ua = this;
06:56:04 				 ^
06:56:04   missing type arguments for generic class A<T>
06:56:04   where T is a type-variable:
06:56:04     T extends Object declared in class A
06:56:04 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
06:56:04 				 ua.foo = new Object();
06:56:04 				   ^
06:56:04 2 warnings
06:56:04 
06:56:04 
06:56:04 
06:56:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:05 
06:56:05 
06:56:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:06 
06:56:06 
06:56:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:07 
06:56:07 
06:56:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:08 
06:56:08 
06:56:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:09 --- javac err: ---
06:56:09 X.java:10: warning: [rawtypes] found raw type: A
06:56:09 				 A ua = this;
06:56:09 				 ^
06:56:09   missing type arguments for generic class A<T>
06:56:09   where T is a type-variable:
06:56:09     T extends Object declared in class A
06:56:09 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
06:56:09 				 ua.foo = new Object[1];
06:56:09 				   ^
06:56:09 2 warnings
06:56:09 
06:56:09 
06:56:09 
06:56:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:10 
06:56:10 
06:56:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:11 --- javac err: ---
06:56:11 X.java:8: warning: [static] static variable should be qualified by type name, Long, instead of by an expression
06:56:11 	         long s = a.foo.MAX_VALUE;
06:56:11 	                       ^
06:56:11 1 warning
06:56:11 
06:56:12 
06:56:12 
06:56:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:12 --- javac err: ---
06:56:12 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:56:12 		if(new Integer(2) == 0) {}
06:56:12 		   ^
06:56:12 1 warning
06:56:12 
06:56:13 
06:56:13 
06:56:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:14 
06:56:14 
06:56:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:15 
06:56:15 
06:56:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:16 --- javac err: ---
06:56:16 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
06:56:16 		if(new Integer(2) == 0) {
06:56:16 		   ^
06:56:16 1 warning
06:56:16 
06:56:16 
06:56:16 
06:56:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:17 --- javac err: ---
06:56:17 X.java:3: warning: [deprecation] Double(double) in Double has been deprecated
06:56:17 		if(new Double(2.0) == 0.0) {
06:56:17 		   ^
06:56:17 1 warning
06:56:17 
06:56:17 
06:56:17 
06:56:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:18 --- javac err: ---
06:56:18 X.java:3: warning: [deprecation] Double(double) in Double has been deprecated
06:56:18 		if(new Double(2.0) == 0.0) {}
06:56:18 		   ^
06:56:18 1 warning
06:56:18 
06:56:18 
06:56:18 
06:56:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:19 --- javac err: ---
06:56:19 X.java:6: error: incompatible types: Integer cannot be converted to char
06:56:19 		char d = (char)(a);
06:56:19 		               ^
06:56:19 1 error
06:56:19 
06:56:19 
06:56:19 
06:56:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:20 
06:56:20 
06:56:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:21 
06:56:21 
06:56:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:22 
06:56:22 
06:56:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:23 
06:56:23 
06:56:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:24 
06:56:24 
06:56:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:25 --- javac err: ---
06:56:25 X.java:3: warning: [rawtypes] found raw type: ArrayList
06:56:25     ArrayList params;
06:56:25     ^
06:56:25   missing type arguments for generic class ArrayList<E>
06:56:25   where E is a type-variable:
06:56:25     E extends Object declared in class ArrayList
06:56:25 X.java:8: error: incompatible types: <null> cannot be converted to int
06:56:25         return null;
06:56:25                ^
06:56:25 1 error
06:56:25 1 warning
06:56:25 
06:56:25 
06:56:25 
06:56:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:26 
06:56:26 
06:56:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:27 
06:56:27 
06:56:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:29 
06:56:29 
06:56:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:30 
06:56:30 
06:56:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:31 
06:56:31 
06:56:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:32 --- javac err: ---
06:56:32 X.java:5: error: incompatible types: short cannot be converted to Integer
06:56:32         i1 = s;
06:56:32              ^
06:56:32 X.java:8: error: incompatible types: short cannot be converted to Integer
06:56:32             case s:
06:56:32                  ^
06:56:32 X.java:14: error: incompatible types: byte cannot be converted to Integer
06:56:32         i2 = b;
06:56:32              ^
06:56:32 X.java:17: error: incompatible types: byte cannot be converted to Integer
06:56:32             case b:
06:56:32                  ^
06:56:32 X.java:23: error: incompatible types: char cannot be converted to Integer
06:56:32         i3 = c;
06:56:32              ^
06:56:32 X.java:26: error: incompatible types: char cannot be converted to Integer
06:56:32             case c:
06:56:32                  ^
06:56:32 6 errors
06:56:32 
06:56:32 
06:56:32 
06:56:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:33 --- javac err: ---
06:56:33 X.java:3: error: incompatible types: short cannot be converted to Integer
06:56:33 		Integer is = s;
06:56:33 		             ^
06:56:33 X.java:4: error: incompatible types: byte cannot be converted to Integer
06:56:33 		Integer ib = b;
06:56:33 		             ^
06:56:33 X.java:5: error: incompatible types: char cannot be converted to Integer
06:56:33 		Integer ic = c;	
06:56:33 		             ^
06:56:33 X.java:11: error: incompatible types: short cannot be converted to Integer
06:56:33 		Integer is = s;
06:56:33 		             ^
06:56:33 X.java:12: error: incompatible types: byte cannot be converted to Integer
06:56:33 		Integer ib = b;
06:56:33 		             ^
06:56:33 X.java:13: error: incompatible types: char cannot be converted to Integer
06:56:33 		Integer ic = c;	
06:56:33 		             ^
06:56:33 X.java:16: error: incompatible types: short cannot be converted to Integer
06:56:33 		Integer is = (short)0;
06:56:33 		             ^
06:56:33 X.java:17: error: incompatible types: byte cannot be converted to Integer
06:56:33 		Integer ib = (byte)0;
06:56:33 		             ^
06:56:33 X.java:18: error: incompatible types: char cannot be converted to Integer
06:56:33 		Integer ic = (char)0;	
06:56:33 		             ^
06:56:33 9 errors
06:56:33 
06:56:33 
06:56:33 
06:56:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:34 --- javac err: ---
06:56:34 X.java:10: error: incompatible types: void cannot be converted to String
06:56:34        String s = foo(i); 
06:56:34                      ^
06:56:34 1 error
06:56:34 
06:56:34 
06:56:34 
06:56:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:35 --- javac err: ---
06:56:35 X.java:3: error: incompatible types: int cannot be converted to T
06:56:35     <T extends Integer> T a() { return 35; }
06:56:35                                        ^
06:56:35   where T is a type-variable:
06:56:35     T extends Integer declared in method <T>a()
06:56:35 X.java:4: error: incompatible types: int[] cannot be converted to T[]
06:56:35     <T extends Integer> T[] b() { return new int[]{35}; }
06:56:35                                          ^
06:56:35   where T is a type-variable:
06:56:35     T extends Integer declared in method <T>b()
06:56:35 X.java:5: error: incompatible types: Integer cannot be converted to T
06:56:35     <T extends Integer> T c() { return new Integer(35); }
06:56:35                                        ^
06:56:35   where T is a type-variable:
06:56:35     T extends Integer declared in method <T>c()
06:56:35 X.java:6: error: incompatible types: Integer[] cannot be converted to T[]
06:56:35     <T extends Integer> T[] d() { return new Integer[]{35}; }
06:56:35                                          ^
06:56:35   where T is a type-variable:
06:56:35     T extends Integer declared in method <T>d()
06:56:35 4 errors
06:56:35 
06:56:35 
06:56:35 
06:56:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:36 --- javac err: ---
06:56:36 X.java:2: error: incompatible types: int cannot be converted to T
06:56:36     T x = 12;
06:56:36           ^
06:56:36   where T is a type-variable:
06:56:36     T extends Integer declared in class X
06:56:36 X.java:5: error: incompatible types: int cannot be converted to T
06:56:36     		t = 5;
06:56:36     		    ^
06:56:36   where T is a type-variable:
06:56:36     T extends Integer declared in class X
06:56:36 X.java:7: error: incompatible types: int cannot be converted to T
06:56:36     		case 1:
06:56:36     		     ^
06:56:36   where T is a type-variable:
06:56:36     T extends Integer declared in class X
06:56:36 3 errors
06:56:36 
06:56:36 
06:56:36 
06:56:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:36 ***************************************************************************
06:56:36 * Comparison with Sun Javac compiler for class Compliance_1_5 (null tests)
06:56:36 ***************************************************************************
06:56:37 --- javac err: ---
06:56:37 p1/Z.java:6: warning: [cast] redundant cast to String[]
06:56:37 		System.out.print(((String[])s.clone())[0]);	
06:56:37 		                  ^
06:56:37 1 warning
06:56:37 
06:56:37 
06:56:37 
06:56:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:38 --- javac err: ---
06:56:38 p1/X.java:10: warning: [empty] empty statement after if
06:56:38 		if (false);	
06:56:38 		          ^
06:56:38 p1/X.java:4: error: unreachable statement
06:56:38 		while (false);	
06:56:38 		             ^
06:56:38 p1/X.java:5: error: unreachable statement
06:56:38 		while (false) System.out.println("unreachable");	
06:56:38 		              ^
06:56:38 p1/X.java:8: error: unreachable statement
06:56:38 		for (;false;);	
06:56:38 		             ^
06:56:38 p1/X.java:9: error: unreachable statement
06:56:38 		for (;false;) System.out.println("unreachable");	
06:56:38 		              ^
06:56:38 4 errors
06:56:38 1 warning
06:56:38 
06:56:38 
06:56:38 
06:56:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:39 --- javac err: ---
06:56:39 p1/Updated.java:2: warning: auxiliary class Top in p1/Y.java should not be accessed from outside its own source file
06:56:39 public class Updated extends Top {	
06:56:39                              ^
06:56:39 p1/Y.java:21: warning: [static] static variable should be qualified by type name, Top, instead of by an expression
06:56:39 		System.out.print("*1* new Updated().bar: " + new Updated().bar);	
06:56:39 		                                                          ^
06:56:39 p1/Y.java:24: warning: [static] static variable should be qualified by type name, Top, instead of by an expression
06:56:39 		System.out.print("*4* new Y().bar: " + new Y().bar);	
06:56:39 		                                              ^
06:56:39 p1/Y.java:28: warning: [static] static variable should be qualified by type name, Top, instead of by an expression
06:56:39 		System.out.print("*8* this.bar: " + this.bar);	
06:56:39 		                                        ^
06:56:39 p1/Y.java:32: warning: [static] static variable should be qualified by type name, Top, instead of by an expression
06:56:39 		System.out.print("*12* ss.sstore.value: " + ss.sstore.value);	
06:56:39 		                                              ^
06:56:39 5 warnings
06:56:39 
06:56:40 --- javac err: ---
06:56:40 p1/Updated.java:2: warning: auxiliary class Top in Y.java should not be accessed from outside its own source file
06:56:40 public class Updated extends Top { 
06:56:40                              ^
06:56:40 p1/Updated.java:8: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file
06:56:40 	Store store = new Store("Updated.store");	
06:56:40 	^
06:56:40 p1/Updated.java:9: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file
06:56:40 	static Store sstore = new Store("Updated.sstore");	
06:56:40 	       ^
06:56:40 p1/Updated.java:8: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file
06:56:40 	Store store = new Store("Updated.store");	
06:56:40 	                  ^
06:56:40 p1/Updated.java:9: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file
06:56:40 	static Store sstore = new Store("Updated.sstore");	
06:56:40 	                          ^
06:56:40 5 warnings
06:56:40 
06:56:40 
06:56:40 
06:56:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:41 --- javac err: ---
06:56:41 p1/Updated.java:2: warning: auxiliary class Top in p1/Y.java should not be accessed from outside its own source file
06:56:41 public class Updated extends Top {	
06:56:41                              ^
06:56:41 p1/Y.java:18: warning: [static] static method should be qualified by type name, Top, instead of by an expression
06:56:41 		System.out.print("*1* new Updated().bar(): " + new Updated().bar());	
06:56:41 		                                                            ^
06:56:41 p1/Y.java:21: warning: [static] static method should be qualified by type name, Top, instead of by an expression
06:56:41 		System.out.print("*4* new Y().bar(): " + new Y().bar());	
06:56:41 		                                                ^
06:56:41 p1/Y.java:25: warning: [static] static method should be qualified by type name, Top, instead of by an expression
06:56:41 		System.out.print("*8* this.bar(): " + this.bar());	
06:56:41 		                                          ^
06:56:41 4 warnings
06:56:41 
06:56:42 --- javac err: ---
06:56:42 p1/Updated.java:2: warning: auxiliary class Top in Y.java should not be accessed from outside its own source file
06:56:42 public class Updated extends Top { 
06:56:42                              ^
06:56:42 1 warning
06:56:42 
06:56:42 
06:56:42 
06:56:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:43 --- javac err: ---
06:56:43 p1/X.java:26: warning: [cast] redundant cast to boolean
06:56:43 				System.out.print((boolean)bar + "#");	
06:56:43 				                 ^
06:56:43 1 warning
06:56:43 
06:56:43 
06:56:43 
06:56:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:44 
06:56:44 
06:56:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:45 --- javac err: ---
06:56:45 X.java:9: error: incompatible types: int cannot be converted to boolean
06:56:45                         foo(0); 	
06:56:45                             ^
06:56:45 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:56:45 1 error
06:56:45 
06:56:45 
06:56:45 
06:56:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:46 
06:56:46 
06:56:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:47 
06:56:47 
06:56:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:49 
06:56:49 
06:56:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:50 
06:56:50 
06:56:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:51 
06:56:51 
06:56:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:52 
06:56:52 
06:56:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:53 --- javac err: ---
06:56:53 p1/T.java:13: error: no suitable method found for foo(int)
06:56:53 				foo(0); // should say that foo(int, boolean) isn't applicable	
06:56:53 				^
06:56:53     method TT.foo(boolean) is not applicable
06:56:53       (argument mismatch; int cannot be converted to boolean)
06:56:53     method TT.foo(String) is not applicable
06:56:53       (argument mismatch; int cannot be converted to String)
06:56:53 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:56:53 1 error
06:56:53 
06:56:53 
06:56:53 
06:56:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:54 --- javac err: ---
06:56:54 p1/T.java:13: error: no suitable method found for foo(int)
06:56:54 				foo(0); // should say that foo(int, boolean) isn't applicable	
06:56:54 				^
06:56:54     method TT.foo(boolean) is not applicable
06:56:54       (argument mismatch; int cannot be converted to boolean)
06:56:54     method TT.foo(String) is not applicable
06:56:54       (argument mismatch; int cannot be converted to String)
06:56:54 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:56:54 1 error
06:56:54 
06:56:54 
06:56:54 
06:56:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:55 --- javac err: ---
06:56:55 p1/X.java:15: error: incompatible types: int cannot be converted to boolean
06:56:55 				foo(0); // javac says foo cannot be resolved because of multiple matches	
06:56:55 				    ^
06:56:55 p1/X.java:22: error: incompatible types: int cannot be converted to boolean
06:56:55 				foo(0); // should say that foo(boolean) isn't applicable	
06:56:55 				    ^
06:56:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:56:55 2 errors
06:56:55 
06:56:55 
06:56:55 
06:56:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:56 --- javac err: ---
06:56:56 p1/X.java:2: error: X is not abstract and does not override abstract method init(String,int) in I
06:56:56 public class X extends AbstractY {	
06:56:56        ^
06:56:56 p1/X.java:4: error: cannot find symbol
06:56:56 		init("hello");	
06:56:56 		^
06:56:56   symbol:   method init(String)
06:56:56   location: class X
06:56:56 2 errors
06:56:56 
06:56:56 
06:56:56 
06:56:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:57 --- javac err: ---
06:56:57 p1/X.java:7: error: AbstractY is not abstract and does not override abstract method init(String,int) in I
06:56:57 class AbstractY implements I {	
06:56:57 ^
06:56:57 p1/X.java:4: error: cannot find symbol
06:56:57 		init("hello");	
06:56:57 		^
06:56:57   symbol:   method init(String)
06:56:57   location: class X
06:56:57 2 errors
06:56:57 
06:56:57 
06:56:57 
06:56:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:58 --- javac err: ---
06:56:58 p1/X.java:4: error: unreachable statement
06:56:58 		for (;false;p());	
06:56:58 		                ^
06:56:58 1 error
06:56:58 
06:56:58 
06:56:58 
06:56:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:56:59 
06:56:59 
06:56:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:00 --- javac err: ---
06:57:00 p/X.java:19: warning: [deprecation] Integer(int) in Integer has been deprecated
06:57:00 		woof_1.meow_1.honk_1.honks = new Integer(num);	
06:57:00 		                             ^
06:57:00 1 warning
06:57:00 
06:57:00 
06:57:00 
06:57:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:01 --- javac err: ---
06:57:01 p/X.java:5: error: bar(Object) has protected access in X2
06:57:01 		new q.X2().bar("String");	
06:57:01 		          ^
06:57:01 p/X.java:6: error: barbar(Object) is not public in X2; cannot be accessed from outside package
06:57:01 		new q.X2().barbar("String");	
06:57:01 		          ^
06:57:01 2 errors
06:57:01 
06:57:01 
06:57:01 
06:57:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:02 --- javac err: ---
06:57:02 p/X.java:9: error: cannot find symbol
06:57:02 		barbar("String");	
06:57:02 		^
06:57:02   symbol:   method barbar(String)
06:57:02   location: class X
06:57:02 1 error
06:57:02 
06:57:02 
06:57:02 
06:57:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:03 --- javac err: ---
06:57:03 p/X.java:4: error: foo has protected access in X2
06:57:03 		System.out.println(new q.X2().foo);	
06:57:03 		                             ^
06:57:03 p/X.java:5: error: bar is not public in X2; cannot be accessed from outside package
06:57:03 		System.out.println(new q.X2().bar);	
06:57:03 		                             ^
06:57:03 2 errors
06:57:03 
06:57:03 
06:57:03 
06:57:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:04 
06:57:04 
06:57:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:05 
06:57:05 
06:57:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:06 
06:57:06 
06:57:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:07 
06:57:07 
06:57:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:08 
06:57:08 
06:57:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:09 
06:57:09 
06:57:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:10 --- javac err: ---
06:57:10 X.java:5: error: unreachable statement
06:57:10 		for (;false;);	
06:57:10 		             ^
06:57:10 X.java:6: error: unreachable statement
06:57:10 		for (;false;){}	
06:57:10 		             ^
06:57:10 X.java:7: error: unreachable statement
06:57:10 		while (false);	
06:57:10 		             ^
06:57:10 X.java:8: error: unreachable statement
06:57:10 		while (false){}	
06:57:10 		             ^
06:57:10 4 errors
06:57:10 
06:57:10 
06:57:10 
06:57:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:11 --- javac err: ---
06:57:11 X.java:6: error: no interface expected here
06:57:11 				class Y extends Homonym {};	
06:57:11 				                ^
06:57:11 1 error
06:57:11 
06:57:11 
06:57:11 
06:57:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:12 
06:57:12 
06:57:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:13 
06:57:13 
06:57:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:14 
06:57:14 
06:57:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:15 --- javac err: ---
06:57:15 p/X.java:5: error: unreachable statement
06:57:15 		return;;	
06:57:15 		       ^
06:57:15 1 error
06:57:15 
06:57:15 
06:57:15 
06:57:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:16 --- javac err: ---
06:57:16 X.java:1: error: X is not abstract and does not override abstract method foo() in Y
06:57:16 public class X extends Y {
06:57:16        ^
06:57:16 1 error
06:57:16 
06:57:16 
06:57:16 
06:57:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:17 --- javac err: ---
06:57:17 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated
06:57:17 		((ObjectAlgorithm)(new X())).operate(new Double(0));
06:57:17 		                                     ^
06:57:17 1 warning
06:57:17 
06:57:17 
06:57:17 
06:57:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:18 --- javac err: ---
06:57:18 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated
06:57:18 		((ObjectAlgorithm)(new X())).operate(new Double(0));
06:57:18 		                                     ^
06:57:18 1 warning
06:57:18 
06:57:18 
06:57:18 
06:57:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:19 --- javac err: ---
06:57:19 pa/Caller.java:7: error: callme() has protected access in Concrete
06:57:19 		aConcrete.callme();
06:57:19 		         ^
06:57:19 1 error
06:57:19 
06:57:19 
06:57:19 
06:57:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:20 --- javac err: ---
06:57:20 p/X.java:10: error: unreachable statement
06:57:20      while (false) {};
06:57:20                    ^
06:57:20 1 error
06:57:20 
06:57:20 
06:57:20 
06:57:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:21 --- javac err: ---
06:57:21 p/X.java:10: error: unreachable statement
06:57:21      while (false);
06:57:21                   ^
06:57:21 1 error
06:57:21 
06:57:21 
06:57:21 
06:57:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:22 --- javac err: ---
06:57:22 p/A.java:8: error: non-static variable i cannot be referenced from a static context
06:57:22     int x = i;
06:57:22             ^
06:57:22 1 error
06:57:22 
06:57:22 
06:57:22 
06:57:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:23 
06:57:23 
06:57:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:24 
06:57:24 
06:57:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:25 
06:57:25 
06:57:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:26 
06:57:26 
06:57:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:27 
06:57:27 
06:57:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:28 
06:57:28 
06:57:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:29 
06:57:29 
06:57:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:30 
06:57:30 
06:57:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:31 
06:57:31 
06:57:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:32 --- javac err: ---
06:57:32 p1/Y.java:4: error: abstract method init() in J cannot be accessed directly
06:57:32 		super.init();	
06:57:32 		     ^
06:57:32 1 error
06:57:32 
06:57:32 
06:57:32 
06:57:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:33 
06:57:33 
06:57:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:34 
06:57:34 
06:57:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:35 
06:57:35 
06:57:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:36 --- javac err: ---
06:57:36 X.java:8: error: cannot reference this before supertype constructor has been called
06:57:36       super(new M(){});
06:57:36             ^
06:57:36 1 error
06:57:36 
06:57:36 
06:57:36 
06:57:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:37 --- javac err: ---
06:57:37 X.java:14: error: cannot reference this before supertype constructor has been called
06:57:37 			super(new M());//2
06:57:37 			      ^
06:57:37 1 error
06:57:37 
06:57:37 
06:57:37 
06:57:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:38 
06:57:38 
06:57:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:39 --- javac err: ---
06:57:39 X.java:8: error: cannot reference this before supertype constructor has been called
06:57:39 			super(new MX4());	// ko
06:57:39 			      ^
06:57:39 X.java:14: error: cannot reference this before supertype constructor has been called
06:57:39 			this(new MX4());		// ko
06:57:39 			     ^
06:57:39 2 errors
06:57:39 
06:57:39 
06:57:39 
06:57:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:41 --- javac err: ---
06:57:41 Middle.java:1: warning: auxiliary class Top in X.java should not be accessed from outside its own source file
06:57:41 public class Middle extends Top {
06:57:41                             ^
06:57:41 1 warning
06:57:41 
06:57:41 
06:57:41 
06:57:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:42 
06:57:42 
06:57:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:43 
06:57:43 
06:57:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:44 --- javac err: ---
06:57:44 X.java:14: error: cannot find symbol
06:57:44 			    System.out.println(new Local());
06:57:44 			                           ^
06:57:44   symbol:   class Local
06:57:44   location: class X
06:57:44 1 error
06:57:44 
06:57:44 
06:57:44 
06:57:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:45 --- javac err: ---
06:57:45 X.java:15: error: cannot find symbol
06:57:45 				System.out.print(new Local());	
06:57:45 				                     ^
06:57:45   symbol:   class Local
06:57:45   location: class X
06:57:45 X.java:17: error: cannot find symbol
06:57:45 				System.out.println(new Local(){	
06:57:45 				                       ^
06:57:45   symbol:   class Local
06:57:45   location: class X
06:57:45 X.java:19: error: non-static variable super cannot be referenced from a static context
06:57:45 						return super.toString()+": anonymous";	
06:57:45 						       ^
06:57:45 3 errors
06:57:45 
06:57:45 
06:57:45 
06:57:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:46 
06:57:46 
06:57:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:47 --- javac err: ---
06:57:47 IX.java:2: warning: [serial] serializable class Problem has no definition of serialVersionUID
06:57:47 	public static class Problem extends Exception {}
06:57:47 	              ^
06:57:47 X.java:2: warning: [serial] serializable class Problem has no definition of serialVersionUID
06:57:47 	public static class Problem extends Exception {}
06:57:47 	              ^
06:57:47 2 warnings
06:57:47 
06:57:47 
06:57:47 
06:57:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:48 
06:57:48 
06:57:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:49 
06:57:49 
06:57:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:50 --- javac err: ---
06:57:50 Hello.java:1: error: class, interface, or enum expected
06:57:50 void ___eval() {
06:57:50 ^
06:57:50 Hello.java:5: error: class, interface, or enum expected
06:57:50 		}
06:57:50 		^
06:57:50 Hello.java:7: error: class, interface, or enum expected
06:57:50 		public void run() {
06:57:50 		       ^
06:57:50 Hello.java:10: error: class, interface, or enum expected
06:57:50 }
06:57:50 ^
06:57:50 4 errors
06:57:50 
06:57:50 
06:57:50 
06:57:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:51 --- javac err: ---
06:57:51 X.java:3: warning: [rawtypes] found raw type: ArrayList
06:57:51     private static class C1 extends ArrayList {
06:57:51                                     ^
06:57:51   missing type arguments for generic class ArrayList<E>
06:57:51   where E is a type-variable:
06:57:51     E extends Object declared in class ArrayList
06:57:51 X.java:3: warning: [serial] serializable class C1 has no definition of serialVersionUID
06:57:51     private static class C1 extends ArrayList {
06:57:51                    ^
06:57:51 X.java:5: warning: [rawtypes] found raw type: ArrayList
06:57:51     private static class C2 extends ArrayList {
06:57:51                                     ^
06:57:51   missing type arguments for generic class ArrayList<E>
06:57:51   where E is a type-variable:
06:57:51     E extends Object declared in class ArrayList
06:57:51 X.java:5: warning: [serial] serializable class C2 has no definition of serialVersionUID
06:57:51     private static class C2 extends ArrayList {
06:57:51                    ^
06:57:51 X.java:8: warning: [rawtypes] found raw type: ArrayList
06:57:51 		ArrayList list = args == null ? new C1(): new C2();
06:57:51 		^
06:57:51   missing type arguments for generic class ArrayList<E>
06:57:51   where E is a type-variable:
06:57:51     E extends Object declared in class ArrayList
06:57:51 5 warnings
06:57:51 
06:57:51 
06:57:51 
06:57:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:52 
06:57:52 
06:57:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:53 
06:57:53 
06:57:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:54 
06:57:54 
06:57:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:55 --- javac err: ---
06:57:55 X.java:3: error: as of release 5, 'enum' is a keyword, and may not be used as an identifier
06:57:55 		Object enum = null;
06:57:55 		       ^
06:57:55 1 error
06:57:55 
06:57:55 
06:57:55 
06:57:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:56 
06:57:56 
06:57:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:57 --- javac err: ---
06:57:57 X.java:1: error: cannot find symbol
06:57:57 import static p.S;
06:57:57               ^
06:57:57   symbol: class p
06:57:57 X.java:1: error: static import only from classes and interfaces
06:57:57 import static p.S;
06:57:57 ^
06:57:57 X.java:5: error: cannot find symbol
06:57:57       System.out.print(full+" "+p.S.success);
06:57:57                        ^
06:57:57   symbol:   variable full
06:57:57   location: class X
06:57:57 3 errors
06:57:57 
06:57:57 
06:57:57 
06:57:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:58 --- javac err: ---
06:57:58 X.java:1: error: '.' expected
06:57:58 import static S;
06:57:58                ^
06:57:58 1 error
06:57:58 
06:57:58 
06:57:58 
06:57:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:57:59 --- javac err: ---
06:57:59 p/X.java:12: error: illegal qualifier; Object is not an inner class
06:57:59    this.super();
06:57:59        ^
06:57:59 p/X.java:31: warning: [rawtypes] found raw type: Class
06:57:59   Class c = b.getClass();
06:57:59   ^
06:57:59   missing type arguments for generic class Class<T>
06:57:59   where T is a type-variable:
06:57:59     T extends Object declared in class Class
06:57:59 p/X.java:32: warning: [rawtypes] found raw type: Class
06:57:59   Class _getClasses [] = X.class.getClasses(); 
06:57:59   ^
06:57:59   missing type arguments for generic class Class<T>
06:57:59   where T is a type-variable:
06:57:59     T extends Object declared in class Class
06:57:59 p/X.java:36: warning: [rawtypes] found raw type: Constructor
06:57:59   Constructor _getConstructors[] = c.getConstructors(); 
06:57:59   ^
06:57:59   missing type arguments for generic class Constructor<T>
06:57:59   where T is a type-variable:
06:57:59     T extends Object declared in class Constructor
06:57:59 p/X.java:39: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
06:57:59    Method _getMethod = c.getMethod("d",null);
06:57:59                                   ^
06:57:59 p/X.java:39: warning: non-varargs call of varargs method with inexact argument type for last parameter;
06:57:59    Method _getMethod = c.getMethod("d",null);
06:57:59                                        ^
06:57:59   cast to Class for a varargs call
06:57:59   cast to Class[] for a non-varargs call and to suppress this warning
06:57:59 p/X.java:4: warning: [serial] serializable class X has no definition of serialVersionUID
06:57:59 public class X extends Date implements Runnable{
06:57:59        ^
06:57:59 1 error
06:57:59 6 warnings
06:57:59 
06:57:59 
06:57:59 
06:57:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:00 
06:58:00 
06:58:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:01 --- javac err: ---
06:58:01 X.java:5: warning: [cast] redundant cast to int[]
06:58:01 		ints = (int[])ints.clone();
06:58:01 		       ^
06:58:01 X.java:6: error: incompatible types: Object cannot be converted to X
06:58:01 		X x = this.clone();
06:58:01 		                ^
06:58:01 1 error
06:58:01 1 warning
06:58:01 
06:58:01 
06:58:01 
06:58:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:02 
06:58:02 
06:58:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:03 
06:58:03 
06:58:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:04 --- javac err: ---
06:58:04 p/X_1.java:33: error: incompatible types: double cannot be converted to Float
06:58:04   f1=(f1==0.0)?1.0:f1;
06:58:04               ^
06:58:04 1 error
06:58:04 
06:58:04 
06:58:04 
06:58:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:05 --- javac err: ---
06:58:05 X.java:4: error: -> expected
06:58:05 		()
06:58:05 		  ^
06:58:05 1 error
06:58:05 
06:58:05 
06:58:05 
06:58:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:06 
06:58:06 
06:58:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:08 
06:58:08 
06:58:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:08 --- javac err: ---
06:58:08 X.java:5: warning: [static] static method should be qualified by type name, X, instead of by an expression
06:58:08         X2.Root.foo();
06:58:08                ^
06:58:08 1 warning
06:58:08 
06:58:09 
06:58:09 
06:58:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:10 
06:58:10 
06:58:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:11 --- javac err: ---
06:58:11 I.java:3: error: cannot find symbol
06:58:11 		Object bar(I i) throws CloneNotSupportedException { return i.clone(); }
06:58:11 		                                                            ^
06:58:11   symbol:   method clone()
06:58:11   location: variable i of type I
06:58:11 1 error
06:58:11 
06:58:11 
06:58:11 
06:58:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:11 
06:58:11 
06:58:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:12 
06:58:12 
06:58:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:14 
06:58:14 
06:58:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:15 
06:58:15 
06:58:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:16 
06:58:16 
06:58:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:17 
06:58:17 
06:58:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:18 
06:58:18 
06:58:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:19 --- javac err: ---
06:58:19 X.java:7: warning: [serial] serializable class AException has no definition of serialVersionUID
06:58:19 class AException extends Exception { }
06:58:19 ^
06:58:19 X.java:8: warning: [serial] serializable class BException has no definition of serialVersionUID
06:58:19 class BException extends Exception { }
06:58:19 ^
06:58:19 2 warnings
06:58:19 
06:58:19 
06:58:19 
06:58:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:19 ***************************************************************************
06:58:19 * Comparison with Sun Javac compiler for class GenericTypeTest (null tests)
06:58:19 ***************************************************************************
06:58:20 --- javac err: ---
06:58:20 X.java:1: warning: [rawtypes] found raw type: Comparable
06:58:20 public class X<Tx1 extends String, Tx2 extends Comparable>  extends XS<Tx2> {
06:58:20                                                ^
06:58:20   missing type arguments for generic class Comparable<T>
06:58:20   where T is a type-variable:
06:58:20     T extends Object declared in interface Comparable
06:58:20 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
06:58:20         Integer w = new X<String,Integer>().get(new Integer(12));
06:58:20                                                 ^
06:58:20 2 warnings
06:58:20 
06:58:20 
06:58:20 
06:58:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:21 --- javac err: ---
06:58:21 X.java:1: warning: [rawtypes] found raw type: Comparable
06:58:21 public class X<Xp1 extends String, Xp2 extends Comparable>  extends XS<Xp2> {
06:58:21                                                ^
06:58:21   missing type arguments for generic class Comparable<T>
06:58:21   where T is a type-variable:
06:58:21     T extends Object declared in interface Comparable
06:58:21 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
06:58:21         Integer w = new X<String,Integer>().get(new Integer(12));
06:58:21                                                 ^
06:58:21 2 warnings
06:58:21 
06:58:21 
06:58:21 
06:58:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:22 --- javac err: ---
06:58:22 X.java:1: error: unexpected type
06:58:22 public class X <X> extends X {
06:58:22                            ^
06:58:22   required: class
06:58:22   found:    type parameter X
06:58:22   where X is a type-variable:
06:58:22     X declared in class X
06:58:22 1 error
06:58:22 
06:58:22 
06:58:22 
06:58:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:23 --- javac err: ---
06:58:23 X.java:1: error: unexpected type
06:58:23 public class X <X> implements X {
06:58:23                               ^
06:58:23   required: class
06:58:23   found:    type parameter X
06:58:23   where X is a type-variable:
06:58:23     X declared in class X
06:58:23 1 error
06:58:23 
06:58:23 
06:58:23 
06:58:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:24 --- javac err: ---
06:58:24 X.java:5: error: non-static type variable T cannot be referenced from a static context
06:58:24         T s;
06:58:24         ^
06:58:24 1 error
06:58:24 
06:58:24 
06:58:24 
06:58:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:25 --- javac err: ---
06:58:25 X.java:7: error: non-static type variable T cannot be referenced from a static context
06:58:25     static void foo(T wrong2) {
06:58:25                     ^
06:58:25 X.java:10: error: unexpected type
06:58:25     class MX extends T {
06:58:25                      ^
06:58:25   required: class
06:58:25   found:    type parameter T
06:58:25   where T is a type-variable:
06:58:25     T extends Object declared in class X
06:58:25 X.java:13: error: non-static type variable T cannot be referenced from a static context
06:58:25     static class SMX extends T {
06:58:25                              ^
06:58:25 X.java:14: error: non-static type variable T cannot be referenced from a static context
06:58:25         T wrong4;
06:58:25         ^
06:58:25 X.java:5: error: non-static type variable T cannot be referenced from a static context
06:58:25         T wrong1;
06:58:25         ^
06:58:25 X.java:8: error: non-static type variable T cannot be referenced from a static context
06:58:25 		T wrong3;
06:58:25 		^
06:58:25 6 errors
06:58:25 
06:58:25 
06:58:25 
06:58:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:25 --- javac err: ---
06:58:25 X.java:5: error: non-static type variable T cannot be referenced from a static context
06:58:25         T wrong4;
06:58:25         ^
06:58:25 1 error
06:58:25 
06:58:25 
06:58:25 
06:58:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:26 --- javac err: ---
06:58:26 X.java:4: error: non-static type variable T cannot be referenced from a static context
06:58:26     static T wrong;
06:58:26            ^
06:58:26 1 error
06:58:26 
06:58:26 
06:58:26 
06:58:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:27 --- javac err: ---
06:58:27 Object.java:1: error: package exists in another module: java.base
06:58:27 package java.lang;
06:58:27 ^
06:58:27 1 error
06:58:27 
06:58:27 
06:58:27 
06:58:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:28 --- javac err: ---
06:58:28 X.java:4: error: type argument Foo is not within bounds of type-variable T
06:58:28         new X<Foo>();
06:58:28               ^
06:58:28   where T is a type-variable:
06:58:28     T extends Object,Comparable<? super T> declared in class X
06:58:28 1 error
06:58:28 
06:58:28 
06:58:28 
06:58:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:29 --- javac err: ---
06:58:29 X.java:3: error: cannot find symbol
06:58:29         new X<Foo>();
06:58:29               ^
06:58:29   symbol:   class Foo
06:58:29   location: class X<T>
06:58:29   where T is a type-variable:
06:58:29     T extends Object,Comparable<? super T> declared in class X
06:58:29 1 error
06:58:29 
06:58:29 
06:58:29 
06:58:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:30 
06:58:30 
06:58:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:31 
06:58:31 
06:58:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:32 --- javac err: ---
06:58:32 X.java:11: error: unreported exception T; must be caught or declared to be thrown
06:58:32                 System.out.println(foo(t));
06:58:32                                       ^
06:58:32   where T is a type-variable:
06:58:32     T extends Exception declared in class X
06:58:32 X.java:16: warning: [serial] serializable class EX has no definition of serialVersionUID
06:58:32 class EX extends Exception {
06:58:32 ^
06:58:32 1 error
06:58:32 1 warning
06:58:32 
06:58:32 
06:58:32 
06:58:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:33 --- javac err: ---
06:58:33 X.java:19: warning: [serial] serializable class EX has no definition of serialVersionUID
06:58:33 class EX extends Exception {
06:58:33 ^
06:58:33 1 warning
06:58:33 
06:58:33 
06:58:33 
06:58:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:34 
06:58:34 
06:58:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:35 --- javac err: ---
06:58:35 X.java:14: error: incompatible types: Exception cannot be converted to IOException
06:58:35         new X<IOException>().bar(new Exception());
06:58:35                                  ^
06:58:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:58:35 1 error
06:58:35 
06:58:35 
06:58:35 
06:58:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:36 
06:58:36 
06:58:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:37 --- javac err: ---
06:58:37 X.java:9: error: incompatible types: XY cannot be converted to T
06:58:37                 foo(new XY());
06:58:37                     ^
06:58:37   where T is a type-variable:
06:58:37     T extends Object declared in class X
06:58:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:58:37 1 error
06:58:37 
06:58:37 
06:58:37 
06:58:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:38 --- javac err: ---
06:58:38 X.java:14: error: incompatible types: String cannot be converted to T
06:58:38         }.print("ESS");
06:58:38                 ^
06:58:38   where T is a type-variable:
06:58:38     T extends Object declared in class X
06:58:38 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:58:38 1 error
06:58:38 
06:58:38 
06:58:38 
06:58:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:39 --- javac err: ---
06:58:39 X.java:5: error: incompatible types: String cannot be converted to T
06:58:39         foo(x);
06:58:39             ^
06:58:39   where T is a type-variable:
06:58:39     T extends String declared in class X
06:58:39 X.java:8: error: incompatible types: Object cannot be converted to String
06:58:39         new X<String>().foo(new Object());
06:58:39                             ^
06:58:39 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:58:39 2 errors
06:58:39 
06:58:39 
06:58:39 
06:58:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:40 
06:58:40 
06:58:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:41 
06:58:41 
06:58:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:42 --- javac err: ---
06:58:42 X.java:10: error: unreported exception EX; must be caught or declared to be thrown
06:58:42         new X<EX>(new EX());
06:58:42         ^
06:58:42 X.java:13: warning: [serial] serializable class EX has no definition of serialVersionUID
06:58:42 class EX extends Exception {
06:58:42 ^
06:58:42 1 error
06:58:42 1 warning
06:58:42 
06:58:42 
06:58:42 
06:58:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:43 --- javac err: ---
06:58:43 X.java:19: warning: [serial] serializable class EX has no definition of serialVersionUID
06:58:43 class EX extends Exception {
06:58:43 ^
06:58:43 1 warning
06:58:43 
06:58:43 
06:58:43 
06:58:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:44 
06:58:44 
06:58:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:45 --- javac err: ---
06:58:45 X.java:14: error: incompatible types: Exception cannot be converted to IOException
06:58:45         new X<IOException>(new Exception());
06:58:45                            ^
06:58:45 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:58:45 1 error
06:58:45 
06:58:45 
06:58:45 
06:58:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:46 
06:58:46 
06:58:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:47 --- javac err: ---
06:58:47 X.java:8: error: bad operand types for binary operator '+'
06:58:47 		s = t += b;
06:58:47 		      ^
06:58:47   first type:  T
06:58:47   second type: T
06:58:47   where T is a type-variable:
06:58:47     T extends Object declared in class X
06:58:47 1 error
06:58:47 
06:58:47 
06:58:47 
06:58:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:49 
06:58:49 
06:58:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:50 
06:58:50 
06:58:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:51 
06:58:51 
06:58:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:52 --- javac err: ---
06:58:52 X.java:3: error: name clash: foo(T) and foo(E) have the same erasure
06:58:52 	void foo(T t){}
06:58:52 	     ^
06:58:52   where T,E are type-variables:
06:58:52     T extends Object declared in class X
06:58:52     E extends Object declared in class X
06:58:52 1 error
06:58:52 
06:58:52 
06:58:52 
06:58:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:52 --- javac err: ---
06:58:52 X.java:3: error: name clash: foo(T) and foo(E) have the same erasure
06:58:52 	void foo(T t){}
06:58:52 	     ^
06:58:52   where T,E are type-variables:
06:58:52     T extends Exception declared in class X
06:58:52     E extends Exception declared in class X
06:58:52 1 error
06:58:52 
06:58:52 
06:58:52 
06:58:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:53 --- javac err: ---
06:58:53 X.java:3: error: name clash: foo(Exception,T) and foo(E,Thread) have the same erasure
06:58:53 	void foo(Exception e, T t){}
06:58:53 	     ^
06:58:53   where T,E are type-variables:
06:58:53     T extends Thread declared in class X
06:58:53     E extends Exception declared in class X
06:58:53 1 error
06:58:53 
06:58:53 
06:58:53 
06:58:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:54 
06:58:54 
06:58:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:55 
06:58:55 
06:58:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:56 --- javac err: ---
06:58:56 X.java:6: error: reference to foo is ambiguous
06:58:56 		x.foo(new XY());
06:58:56 		 ^
06:58:56   both method foo(E) in X and method foo(T) in X match
06:58:56   where E,T are type-variables:
06:58:56     E extends Cloneable declared in class X
06:58:56     T extends Thread,Cloneable declared in class X
06:58:56 1 error
06:58:56 
06:58:56 
06:58:56 
06:58:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:57 --- javac err: ---
06:58:57 X.java:3: error: name clash: foo(L<T>) and foo(L<E>) have the same erasure
06:58:57 	void foo(L<T> l2){}
06:58:57 	     ^
06:58:57   where T,E are type-variables:
06:58:57     T extends Thread declared in class X
06:58:57     E extends Cloneable declared in class X
06:58:57 X.java:4: error: name clash: foo(L) and foo(L<E>) have the same erasure
06:58:57 	void foo(L l){}
06:58:57 	     ^
06:58:57   where E is a type-variable:
06:58:57     E extends Cloneable declared in class X
06:58:57 X.java:4: warning: [rawtypes] found raw type: L
06:58:57 	void foo(L l){}
06:58:57 	         ^
06:58:57   missing type arguments for generic class L<E>
06:58:57   where E is a type-variable:
06:58:57     E extends Object declared in class L
06:58:57 2 errors
06:58:57 1 warning
06:58:57 
06:58:57 
06:58:57 
06:58:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:58 --- javac err: ---
06:58:58 X.java:1: warning: [rawtypes] found raw type: X
06:58:58 public class X <T extends X> {
06:58:58                           ^
06:58:58   missing type arguments for generic class X<T>
06:58:58   where T is a type-variable:
06:58:58     T extends X declared in class X
06:58:58 1 warning
06:58:58 
06:58:58 
06:58:58 
06:58:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:58:59 
06:58:59 
06:58:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:00 
06:59:00 
06:59:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:02 
06:59:02 
06:59:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:03 
06:59:03 
06:59:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:04 --- javac err: ---
06:59:04 X.java:2: error: cannot find symbol
06:59:04     public Z<T> var;
06:59:04            ^
06:59:04   symbol:   class Z
06:59:04   location: class X
06:59:04 X.java:2: error: cannot find symbol
06:59:04     public Z<T> var;
06:59:04              ^
06:59:04   symbol:   class T
06:59:04   location: class X
06:59:04 2 errors
06:59:04 
06:59:04 
06:59:04 
06:59:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:05 --- javac err: ---
06:59:05 X.java:2: error: cannot find symbol
06:59:05     public Object<T> var;
06:59:05                   ^
06:59:05   symbol:   class T
06:59:05   location: class X
06:59:05 X.java:2: error: type Object does not take parameters
06:59:05     public Object<T> var;
06:59:05                  ^
06:59:05 2 errors
06:59:05 
06:59:05 
06:59:05 
06:59:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:06 --- javac err: ---
06:59:06 X.java:15: error: incompatible types: String cannot be converted to T
06:59:06 		                String s = t = "SUC";
06:59:06 		                               ^
06:59:06   where T is a type-variable:
06:59:06     T extends Object declared in class X
06:59:06 X.java:15: error: incompatible types: T cannot be converted to String
06:59:06 		                String s = t = "SUC";
06:59:06 		                             ^
06:59:06   where T is a type-variable:
06:59:06     T extends Object declared in class X
06:59:06 X.java:16: warning: [unchecked] unchecked cast
06:59:06 		                s = t+= "CESS";
06:59:06 		                        ^
06:59:06   required: T
06:59:06   found:    String
06:59:06   where T is a type-variable:
06:59:06     T extends Object declared in class X
06:59:06 X.java:16: error: incompatible types: T cannot be converted to String
06:59:06 		                s = t+= "CESS";
06:59:06 		                     ^
06:59:06   where T is a type-variable:
06:59:06     T extends Object declared in class X
06:59:06 3 errors
06:59:06 1 warning
06:59:06 
06:59:06 
06:59:06 
06:59:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:07 --- javac err: ---
06:59:07 X.java:10: warning: [rawtypes] found raw type: X
06:59:07         new X<X>(this) {
06:59:07               ^
06:59:07   missing type arguments for generic class X<T>
06:59:07   where T is a type-variable:
06:59:07     T extends Object declared in class X
06:59:07 X.java:14: warning: [rawtypes] found raw type: X
06:59:07                         X x = t;
06:59:07                         ^
06:59:07   missing type arguments for generic class X<T>
06:59:07   where T is a type-variable:
06:59:07     T extends Object declared in class X
06:59:07 X.java:14: error: incompatible types: T cannot be converted to X
06:59:07                         X x = t;
06:59:07                               ^
06:59:07   where T is a type-variable:
06:59:07     T extends Object declared in class X
06:59:07 1 error
06:59:07 2 warnings
06:59:07 
06:59:07 
06:59:07 
06:59:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:08 --- javac err: ---
06:59:08 X.java:10: warning: [rawtypes] found raw type: X
06:59:08         new X<X>(this) {
06:59:08               ^
06:59:08   missing type arguments for generic class X<T>
06:59:08   where T is a type-variable:
06:59:08     T extends Object declared in class X
06:59:08 X.java:14: warning: [rawtypes] found raw type: X
06:59:08                         X x = t;
06:59:08                         ^
06:59:08   missing type arguments for generic class X<T>
06:59:08   where T is a type-variable:
06:59:08     T extends Object declared in class X
06:59:08 2 warnings
06:59:08 
06:59:08 
06:59:08 
06:59:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:09 --- javac err: ---
06:59:09 X.java:1: error: cannot find symbol
06:59:09 public class X <T extends N> {
06:59:09                           ^
06:59:09   symbol: class N
06:59:09 1 error
06:59:09 
06:59:09 
06:59:09 
06:59:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:10 --- javac err: ---
06:59:10 X.java:2: error: cannot find symbol
06:59:10 public class X <T extends M> extends Super {}
06:59:10                           ^
06:59:10   symbol: class M
06:59:10 1 error
06:59:10 
06:59:10 
06:59:10 
06:59:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:11 
06:59:11 
06:59:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:12 
06:59:12 
06:59:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:13 
06:59:13 
06:59:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:15 
06:59:15 
06:59:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:16 
06:59:16 
06:59:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:17 --- javac err: ---
06:59:17 X.java:10: warning: [rawtypes] found raw type: X
06:59:17         new X<X>(this) {
06:59:17               ^
06:59:17   missing type arguments for generic class X<T>
06:59:17   where T is a type-variable:
06:59:17     T extends Object declared in class X
06:59:17 1 warning
06:59:17 
06:59:17 
06:59:17 
06:59:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:18 --- javac err: ---
06:59:18 X.java:10: warning: [rawtypes] found raw type: X
06:59:18         new X<X>(this) {
06:59:18               ^
06:59:18   missing type arguments for generic class X<T>
06:59:18   where T is a type-variable:
06:59:18     T extends Object declared in class X
06:59:18 X.java:14: error: incompatible types: T cannot be converted to X
06:59:18                         print(X.this.t);
06:59:18                                     ^
06:59:18   where T is a type-variable:
06:59:18     T extends Object declared in class X
06:59:18 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:59:18 1 error
06:59:18 1 warning
06:59:18 
06:59:18 
06:59:18 
06:59:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:19 
06:59:19 
06:59:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:20 --- javac err: ---
06:59:20 X.java:9: error: incompatible types: String cannot be converted to X
06:59:20 	  System.out.println((X)xs.t);
06:59:20 	                          ^
06:59:20 1 error
06:59:20 
06:59:20 
06:59:20 
06:59:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:21 
06:59:21 
06:59:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:22 
06:59:22 
06:59:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:23 --- javac err: ---
06:59:23 test/X.java:7: error: wrong number of type arguments; required 4
06:59:23 	X<String, Number, Integer> x;
06:59:23 	 ^
06:59:23 1 error
06:59:23 
06:59:23 
06:59:23 
06:59:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:24 --- javac err: ---
06:59:24 test/X.java:7: error: wrong number of type arguments; required 2
06:59:24 	X<String, Number, Integer> x;
06:59:24 	 ^
06:59:24 1 error
06:59:24 
06:59:24 
06:59:24 
06:59:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:25 --- javac err: ---
06:59:25 test/X.java:7: error: unexpected type
06:59:25 	X<int, short, long, float, double, boolean, char> x;
06:59:25 	  ^
06:59:25   required: reference
06:59:25   found:    int
06:59:25 test/X.java:7: error: unexpected type
06:59:25 	X<int, short, long, float, double, boolean, char> x;
06:59:25 	       ^
06:59:25   required: reference
06:59:25   found:    short
06:59:25 test/X.java:7: error: unexpected type
06:59:25 	X<int, short, long, float, double, boolean, char> x;
06:59:25 	              ^
06:59:25   required: reference
06:59:25   found:    long
06:59:25 test/X.java:7: error: unexpected type
06:59:25 	X<int, short, long, float, double, boolean, char> x;
06:59:25 	                    ^
06:59:25   required: reference
06:59:25   found:    float
06:59:25 test/X.java:7: error: unexpected type
06:59:25 	X<int, short, long, float, double, boolean, char> x;
06:59:25 	                           ^
06:59:25   required: reference
06:59:25   found:    double
06:59:25 test/X.java:7: error: unexpected type
06:59:25 	X<int, short, long, float, double, boolean, char> x;
06:59:25 	                                   ^
06:59:25   required: reference
06:59:25   found:    boolean
06:59:25 test/X.java:7: error: unexpected type
06:59:25 	X<int, short, long, float, double, boolean, char> x;
06:59:25 	                                            ^
06:59:25   required: reference
06:59:25   found:    char
06:59:25 7 errors
06:59:25 
06:59:25 
06:59:25 
06:59:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:26 
06:59:26 
06:59:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:27 --- javac err: ---
06:59:27 X.java:7: warning: [rawtypes] found raw type: X
06:59:27         X x = new X(args);
06:59:27         ^
06:59:27   missing type arguments for generic class X<T>
06:59:27   where T is a type-variable:
06:59:27     T extends Object declared in class X
06:59:27 X.java:7: warning: [rawtypes] found raw type: X
06:59:27         X x = new X(args);
06:59:27                   ^
06:59:27   missing type arguments for generic class X<T>
06:59:27   where T is a type-variable:
06:59:27     T extends Object declared in class X
06:59:27 X.java:7: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
06:59:27         X x = new X(args);
06:59:27               ^
06:59:27   where T is a type-variable:
06:59:27     T extends Object declared in class X
06:59:27 X.java:8: error: incompatible types: String[] cannot be converted to String
06:59:27         X<String> xs = new X<String>(args);
06:59:27                                      ^
06:59:27 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:59:27 1 error
06:59:27 3 warnings
06:59:27 
06:59:27 
06:59:27 
06:59:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:28 --- javac err: ---
06:59:28 X.java:8: warning: [rawtypes] found raw type: X
06:59:28 		X x = new X();
06:59:28 		^
06:59:28   missing type arguments for generic class X<T>
06:59:28   where T is a type-variable:
06:59:28     T extends Exception,IX declared in class X
06:59:28 X.java:8: warning: [rawtypes] found raw type: X
06:59:28 		X x = new X();
06:59:28 		          ^
06:59:28   missing type arguments for generic class X<T>
06:59:28   where T is a type-variable:
06:59:28     T extends Exception,IX declared in class X
06:59:28 X.java:10: error: cannot find symbol
06:59:28 		x.t.foo();
06:59:28 		   ^
06:59:28   symbol:   method foo()
06:59:28   location: variable t of type T
06:59:28   where T is a type-variable:
06:59:28     T extends Exception,IX declared in class X
06:59:28 1 error
06:59:28 2 warnings
06:59:28 
06:59:28 
06:59:28 
06:59:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:29 --- javac err: ---
06:59:29 X.java:6: warning: [rawtypes] found raw type: X
06:59:29 		X x = new X();
06:59:29 		^
06:59:29   missing type arguments for generic class X<T>
06:59:29   where T is a type-variable:
06:59:29     T extends Exception declared in class X
06:59:29 X.java:6: warning: [rawtypes] found raw type: X
06:59:29 		X x = new X();
06:59:29 		          ^
06:59:29   missing type arguments for generic class X<T>
06:59:29   where T is a type-variable:
06:59:29     T extends Exception declared in class X
06:59:29 X.java:9: warning: [rawtypes] found raw type: X
06:59:29 		X x2 = xioe;
06:59:29 		^
06:59:29   missing type arguments for generic class X<T>
06:59:29   where T is a type-variable:
06:59:29     T extends Exception declared in class X
06:59:29 X.java:10: warning: [unchecked] unchecked conversion
06:59:29 		X<IOException> xioe2 = x; // unsafe
06:59:29 		                       ^
06:59:29   required: X<IOException>
06:59:29   found:    X
06:59:29 4 warnings
06:59:29 
06:59:29 
06:59:29 
06:59:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:30 --- javac err: ---
06:59:30 test/X1.java:3: error: cannot find symbol
06:59:30 public class X1<A1 extends X2<A2>> {
06:59:30                               ^
06:59:30   symbol: class A2
06:59:30 1 error
06:59:30 
06:59:30 
06:59:30 
06:59:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:31 --- javac err: ---
06:59:31 test/X1.java:3: error: cannot find symbol
06:59:31 public class X1< A1 extends X2	<	A2	>     			> {
06:59:31                               	 	^
06:59:31   symbol: class A2
06:59:31 1 error
06:59:31 
06:59:31 
06:59:31 
06:59:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:31 --- javac err: ---
06:59:31 test/X1.java:3: error: > expected
06:59:31 public class X1<A1 extends X2<A2 {
06:59:31                                  ^
06:59:31 1 error
06:59:31 
06:59:31 
06:59:31 
06:59:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:32 --- javac err: ---
06:59:32 test/X1.java:3: error: > expected
06:59:32 public class X1<A1>> {
06:59:32                   ^
06:59:32 1 error
06:59:32 
06:59:32 
06:59:32 
06:59:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:33 --- javac err: ---
06:59:33 test/X1.java:3: error: '{' expected
06:59:33 public class X1 < A1 > > {
06:59:33                       ^
06:59:33 1 error
06:59:33 
06:59:33 
06:59:33 
06:59:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:34 --- javac err: ---
06:59:34 test/X1.java:3: error: > expected
06:59:34 public class X1<A1>>> {
06:59:34                   ^
06:59:34 1 error
06:59:34 
06:59:34 
06:59:34 
06:59:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:34 --- javac err: ---
06:59:34 test/X1.java:3: error: > expected
06:59:34 public class X1<A1 extends X2<A1>>> {
06:59:34                                  ^
06:59:34 1 error
06:59:34 
06:59:34 
06:59:34 
06:59:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:35 --- javac err: ---
06:59:35 test/X1.java:3: error: '{' expected
06:59:35 public class X1 < A1 > > > {
06:59:35                       ^
06:59:35 1 error
06:59:35 
06:59:35 
06:59:35 
06:59:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:36 --- javac err: ---
06:59:36 X.java:1: error: interface expected here
06:59:36 public class X <T extends Object & p.A<? super T>> extends p.A<T> {
06:59:36                                     ^
06:59:36 1 error
06:59:36 
06:59:36 
06:59:36 
06:59:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:37 --- javac err: ---
06:59:37 X.java:1: error: interface expected here
06:59:37 public class X <T extends Object & p.A> extends p.A<T> {
06:59:37                                     ^
06:59:37 1 error
06:59:37 
06:59:37 
06:59:37 
06:59:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:38 --- javac err: ---
06:59:38 X.java:9: error: cannot find symbol
06:59:38         super(xt.t);
06:59:38                 ^
06:59:38   symbol:   variable t
06:59:38   location: variable xt of type X<T>
06:59:38   where T is a type-variable:
06:59:38     T extends Object declared in class X
06:59:38 X.java:12: warning: [rawtypes] found raw type: X
06:59:38         X x = new X();
06:59:38         ^
06:59:38   missing type arguments for generic class X<T>
06:59:38   where T is a type-variable:
06:59:38     T extends Object declared in class X
06:59:38 X.java:12: warning: [rawtypes] found raw type: X
06:59:38         X x = new X();
06:59:38                   ^
06:59:38   missing type arguments for generic class X<T>
06:59:38   where T is a type-variable:
06:59:38     T extends Object declared in class X
06:59:38 X.java:13: warning: [rawtypes] found raw type: X
06:59:38         X x1 = new X(args);
06:59:38         ^
06:59:38   missing type arguments for generic class X<T>
06:59:38   where T is a type-variable:
06:59:38     T extends Object declared in class X
06:59:38 X.java:13: warning: [rawtypes] found raw type: X
06:59:38         X x1 = new X(args);
06:59:38                    ^
06:59:38   missing type arguments for generic class X<T>
06:59:38   where T is a type-variable:
06:59:38     T extends Object declared in class X
06:59:38 X.java:13: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
06:59:38         X x1 = new X(args);
06:59:38                ^
06:59:38   where T is a type-variable:
06:59:38     T extends Object declared in class X
06:59:38 X.java:14: warning: [rawtypes] found raw type: X
06:59:38         X x2 = new X(x);
06:59:38         ^
06:59:38   missing type arguments for generic class X<T>
06:59:38   where T is a type-variable:
06:59:38     T extends Object declared in class X
06:59:38 X.java:14: warning: [rawtypes] found raw type: X
06:59:38         X x2 = new X(x);
06:59:38                    ^
06:59:38   missing type arguments for generic class X<T>
06:59:38   where T is a type-variable:
06:59:38     T extends Object declared in class X
06:59:38 X.java:14: warning: [unchecked] unchecked call to X(X<T>) as a member of the raw type X
06:59:38         X x2 = new X(x);
06:59:38                ^
06:59:38   where T is a type-variable:
06:59:38     T extends Object declared in class X
06:59:38 X.java:15: error: no suitable constructor found for X(String[])
06:59:38         X<String> xs = new X<String>(args);
06:59:38                        ^
06:59:38     constructor X.X(String) is not applicable
06:59:38       (argument mismatch; String[] cannot be converted to String)
06:59:38     constructor X.X(X<String>) is not applicable
06:59:38       (argument mismatch; String[] cannot be converted to X<String>)
06:59:38 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:59:38 2 errors
06:59:38 8 warnings
06:59:38 
06:59:38 
06:59:38 
06:59:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:39 --- javac err: ---
06:59:39 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
06:59:39         X x = new X((A)null, (A)null);
06:59:39               ^
06:59:39   required: A<String>,A<String>
06:59:39   found: A,A
06:59:39 X.java:8: warning: [unchecked] unchecked conversion
06:59:39         X x = new X((A)null, (A)null);
06:59:39                     ^
06:59:39   required: A<String>
06:59:39   found:    A
06:59:39 X.java:8: warning: [unchecked] unchecked conversion
06:59:39         X x = new X((A)null, (A)null);
06:59:39                              ^
06:59:39   required: A<String>
06:59:39   found:    A
06:59:39 X.java:9: warning: [rawtypes] found raw type: A
06:59:39         A a = new A((A)null);
06:59:39         ^
06:59:39   missing type arguments for generic class A<P>
06:59:39   where P is a type-variable:
06:59:39     P extends Object declared in class A
06:59:39 X.java:9: warning: [rawtypes] found raw type: A
06:59:39         A a = new A((A)null);
06:59:39                   ^
06:59:39   missing type arguments for generic class A<P>
06:59:39   where P is a type-variable:
06:59:39     P extends Object declared in class A
06:59:39 X.java:9: error: A(P) has protected access in A
06:59:39         A a = new A((A)null);
06:59:39               ^
06:59:39   where P is a type-variable:
06:59:39     P extends Object declared in class A
06:59:39 X.java:9: warning: [unchecked] unchecked call to A(P) as a member of the raw type A
06:59:39         A a = new A((A)null);
06:59:39               ^
06:59:39   where P is a type-variable:
06:59:39     P extends Object declared in class A
06:59:39 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
06:59:39 		x.foo(a);
06:59:39 		     ^
06:59:39   required: A<String>
06:59:39   found: A
06:59:39 X.java:10: warning: [unchecked] unchecked conversion
06:59:39 		x.foo(a);
06:59:39 		      ^
06:59:39   required: A<String>
06:59:39   found:    A
06:59:39 X.java:11: error: incompatible types: X cannot be converted to A
06:59:39 		a.print(x);
06:59:39 		        ^
06:59:39 X.java:12: error: A(P) has protected access in A
06:59:39 		A<String> as = new A<String>(null);
06:59:39 		               ^
06:59:39   where P is a type-variable:
06:59:39     P extends Object declared in class A
06:59:39 X.java:13: error: incompatible types: String cannot be converted to A<String>
06:59:39 		as.print("hello");
06:59:39 		         ^
06:59:39 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:59:39 4 errors
06:59:39 8 warnings
06:59:39 
06:59:39 
06:59:39 
06:59:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:40 
06:59:40 
06:59:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:41 --- javac err: ---
06:59:41 test/X.java:2: error: > expected
06:59:41 public class X<A extends X1<X2<X3<String>> {}
06:59:41                                            ^
06:59:41 test/X.java:3: error: > expected
06:59:41 class X1<A extends X2<X3<String> {}
06:59:41                                  ^
06:59:41 test/X.java:4: error: > expected
06:59:41 class X2<A extends X3<String {}
06:59:41                              ^
06:59:41 3 errors
06:59:41 
06:59:41 
06:59:41 
06:59:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:42 --- javac err: ---
06:59:42 test/X.java:2: error: > expected
06:59:42 public class X<A extends X1<X2<X3<String> {}
06:59:42                                           ^
06:59:42 test/X.java:3: error: > expected
06:59:42 class X1<A extends X2<X3<String {}
06:59:42                                 ^
06:59:42 2 errors
06:59:42 
06:59:42 
06:59:42 
06:59:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:43 --- javac err: ---
06:59:43 X.java:7: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
06:59:43         X x = new X((AX)null, (AX)null);
06:59:43               ^
06:59:43   required: AX<String>,AX<String>
06:59:43   found: AX,AX
06:59:43 X.java:7: warning: [unchecked] unchecked conversion
06:59:43         X x = new X((AX)null, (AX)null);
06:59:43                     ^
06:59:43   required: AX<String>
06:59:43   found:    AX
06:59:43 X.java:7: warning: [unchecked] unchecked conversion
06:59:43         X x = new X((AX)null, (AX)null);
06:59:43                               ^
06:59:43   required: AX<String>
06:59:43   found:    AX
06:59:43 X.java:8: warning: [rawtypes] found raw type: AX
06:59:43         AX a = new AX((AX)null);
06:59:43         ^
06:59:43   missing type arguments for generic class AX<P>
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:8: warning: [rawtypes] found raw type: AX
06:59:43         AX a = new AX((AX)null);
06:59:43                    ^
06:59:43   missing type arguments for generic class AX<P>
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:8: warning: [unchecked] unchecked call to AX(AX<P>) as a member of the raw type AX
06:59:43         AX a = new AX((AX)null);
06:59:43                ^
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:9: warning: [rawtypes] found raw type: AX
06:59:43         AX a2 = new AX(null);
06:59:43         ^
06:59:43   missing type arguments for generic class AX<P>
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:9: warning: [rawtypes] found raw type: AX
06:59:43         AX a2 = new AX(null);
06:59:43                     ^
06:59:43   missing type arguments for generic class AX<P>
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:9: warning: [unchecked] unchecked call to AX(AX<P>) as a member of the raw type AX
06:59:43         AX a2 = new AX(null);
06:59:43                 ^
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
06:59:43 		x.foo(a);
06:59:43 		     ^
06:59:43   required: AX<String>
06:59:43   found: AX
06:59:43 X.java:10: warning: [unchecked] unchecked conversion
06:59:43 		x.foo(a);
06:59:43 		      ^
06:59:43   required: AX<String>
06:59:43   found:    AX
06:59:43 X.java:12: warning: [unchecked] unchecked call to bar(AX<P>) as a member of the raw type AX
06:59:43 		a.bar(a);
06:59:43 		     ^
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:13: error: reference to AX is ambiguous
06:59:43 		AX<String> as = new AX<String>(null);
06:59:43 		                ^
06:59:43   both constructor AX(AX<P>) in AX and constructor AX(P) in AX match
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:14: error: incompatible types: AX cannot be converted to String
06:59:43 
06:59:43 		as.print(a);
06:59:43 
06:59:43 		         ^
06:59:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:43 X.java:15: warning: [unchecked] unchecked method invocation: method bar in class AX is applied to given types
06:59:43 		as.bar(a);
06:59:43 		      ^
06:59:43   required: AX<P>
06:59:43   found: AX
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:15: warning: [unchecked] unchecked conversion
06:59:43 		as.bar(a);
06:59:43 		       ^
06:59:43   required: AX<P>
06:59:43   found:    AX
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 X.java:22: warning: [rawtypes] found raw type: AX
06:59:43     void foo(AX rawAx){}
06:59:43              ^
06:59:43   missing type arguments for generic class AX<P>
06:59:43   where P is a type-variable:
06:59:43     P extends Object declared in class AX
06:59:43 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
06:59:43 2 errors
06:59:43 15 warnings
06:59:43 
06:59:44 --- javac err: ---
06:59:44 X.java:4: warning: [rawtypes] found raw type: AX
06:59:44         AX ax = new AX();
06:59:44         ^
06:59:44   missing type arguments for generic class AX<P>
06:59:44   where P is a type-variable:
06:59:44     P extends Object declared in class AX
06:59:44 X.java:4: warning: [rawtypes] found raw type: AX
06:59:44         AX ax = new AX();
06:59:44                     ^
06:59:44   missing type arguments for generic class AX<P>
06:59:44   where P is a type-variable:
06:59:44     P extends Object declared in class AX
06:59:44 X.java:5: warning: [rawtypes] found raw type: X
06:59:44         X x = (X)ax.p;
06:59:44         ^
06:59:44   missing type arguments for generic class X<T>
06:59:44   where T is a type-variable:
06:59:44     T extends Object declared in class X
06:59:44 3 warnings
06:59:44 
06:59:44 
06:59:44 
06:59:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:45 --- javac err: ---
06:59:45 X.java:4: warning: [rawtypes] found raw type: AX
06:59:45         AX ax = new AX();
06:59:45         ^
06:59:45   missing type arguments for generic class AX<P>
06:59:45   where P is a type-variable:
06:59:45     P extends Object declared in class AX
06:59:45 X.java:4: warning: [rawtypes] found raw type: AX
06:59:45         AX ax = new AX();
06:59:45                     ^
06:59:45   missing type arguments for generic class AX<P>
06:59:45   where P is a type-variable:
06:59:45     P extends Object declared in class AX
06:59:45 X.java:5: warning: [rawtypes] found raw type: AX
06:59:45         AX ax2 = ax.p;
06:59:45         ^
06:59:45   missing type arguments for generic class AX<P>
06:59:45   where P is a type-variable:
06:59:45     P extends Object declared in class AX
06:59:45 X.java:6: warning: [unchecked] unchecked assignment to variable p as member of raw type AX
06:59:45         ax.p = new AX<String>();
06:59:45           ^
06:59:45 4 warnings
06:59:45 
06:59:45 
06:59:45 
06:59:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:46 --- javac err: ---
06:59:46 X.java:4: warning: [rawtypes] found raw type: AX
06:59:46         AX ax = new AX();
06:59:46         ^
06:59:46   missing type arguments for generic class AX<P>
06:59:46   where P is a type-variable:
06:59:46     P extends Object declared in class AX
06:59:46 X.java:4: warning: [rawtypes] found raw type: AX
06:59:46         AX ax = new AX();
06:59:46                     ^
06:59:46   missing type arguments for generic class AX<P>
06:59:46   where P is a type-variable:
06:59:46     P extends Object declared in class AX
06:59:46 X.java:5: warning: [rawtypes] found raw type: AX
06:59:46         AX ax2 = ax.p;
06:59:46         ^
06:59:46   missing type arguments for generic class AX<P>
06:59:46   where P is a type-variable:
06:59:46     P extends Object declared in class AX
06:59:46 X.java:6: warning: [rawtypes] found raw type: AX
06:59:46         AX ax3 = new AX<String>();
06:59:46         ^
06:59:46   missing type arguments for generic class AX<P>
06:59:46   where P is a type-variable:
06:59:46     P extends Object declared in class AX
06:59:46 4 warnings
06:59:46 
06:59:46 
06:59:46 
06:59:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:47 --- javac err: ---
06:59:47 X.java:2: warning: [rawtypes] found raw type: AX
06:59:47      AX ax = new AX();
06:59:47      ^
06:59:47   missing type arguments for generic class AX<P>
06:59:47   where P is a type-variable:
06:59:47     P extends Object declared in class AX
06:59:47 X.java:2: warning: [rawtypes] found raw type: AX
06:59:47      AX ax = new AX();
06:59:47                  ^
06:59:47   missing type arguments for generic class AX<P>
06:59:47   where P is a type-variable:
06:59:47     P extends Object declared in class AX
06:59:47 X.java:3: warning: [rawtypes] found raw type: AX
06:59:47      AX ax2 = ax.p;
06:59:47      ^
06:59:47   missing type arguments for generic class AX<P>
06:59:47   where P is a type-variable:
06:59:47     P extends Object declared in class AX
06:59:47 X.java:4: warning: [rawtypes] found raw type: AX
06:59:47      AX ax3 = new AX<String>();
06:59:47      ^
06:59:47   missing type arguments for generic class AX<P>
06:59:47   where P is a type-variable:
06:59:47     P extends Object declared in class AX
06:59:47 4 warnings
06:59:47 
06:59:47 
06:59:47 
06:59:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:48 
06:59:48 
06:59:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:49 --- javac err: ---
06:59:49 X.java:10: warning: [rawtypes] found raw type: X
06:59:49       void foo(X[] xs) {
06:59:49                ^
06:59:49   missing type arguments for generic class X<T>
06:59:49   where T is a type-variable:
06:59:49     T extends Object declared in class X
06:59:49 1 warning
06:59:49 
06:59:49 
06:59:49 
06:59:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:50 
06:59:50 
06:59:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:51 --- javac err: ---
06:59:51 X.java:8: warning: [cast] redundant cast to X<String>
06:59:51          X<String> xs2 = (X<String>) xs;
06:59:51                          ^
06:59:51 X.java:10: warning: [unchecked] unchecked assignment to variable t as member of raw type X
06:59:51          ((X)xs).t = this;
06:59:51                 ^
06:59:51 X.java:12: warning: [cast] redundant cast to T
06:59:51          System.out.prinln((T) this.t);
06:59:51                            ^
06:59:51   where T is a type-variable:
06:59:51     T extends Object declared in class X
06:59:51 X.java:12: error: cannot find symbol
06:59:51          System.out.prinln((T) this.t);
06:59:51                    ^
06:59:51   symbol:   method prinln(T)
06:59:51   location: variable out of type PrintStream
06:59:51   where T is a type-variable:
06:59:51     T extends Object declared in class X
06:59:51 1 error
06:59:51 3 warnings
06:59:51 
06:59:51 
06:59:51 
06:59:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:52 --- javac err: ---
06:59:52 X.java:3: warning: [rawtypes] found raw type: AX
06:59:52         AX ax = new AX();
06:59:52         ^
06:59:52   missing type arguments for generic class AX<P>
06:59:52   where P is a type-variable:
06:59:52     P extends Object declared in class AX
06:59:52 X.java:3: warning: [rawtypes] found raw type: AX
06:59:52         AX ax = new AX();
06:59:52                     ^
06:59:52   missing type arguments for generic class AX<P>
06:59:52   where P is a type-variable:
06:59:52     P extends Object declared in class AX
06:59:52 X.java:4: warning: [rawtypes] found raw type: AX
06:59:52         AX ax2 = new AX();
06:59:52         ^
06:59:52   missing type arguments for generic class AX<P>
06:59:52   where P is a type-variable:
06:59:52     P extends Object declared in class AX
06:59:52 X.java:4: warning: [rawtypes] found raw type: AX
06:59:52         AX ax2 = new AX();
06:59:52                      ^
06:59:52   missing type arguments for generic class AX<P>
06:59:52   where P is a type-variable:
06:59:52     P extends Object declared in class AX
06:59:52 X.java:5: warning: [unchecked] unchecked assignment to variable p as member of raw type AX
06:59:52         ax.p = ax2.p;
06:59:52           ^
06:59:52 5 warnings
06:59:52 
06:59:52 
06:59:52 
06:59:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:53 --- javac err: ---
06:59:53 X.java:1: warning: [rawtypes] found raw type: C
06:59:53 public class X<Tx1 extends S, Tx2 extends C>  extends XS<Tx2> {
06:59:53                                           ^
06:59:53   missing type arguments for generic class C<Tc>
06:59:53   where Tc is a type-variable:
06:59:53     Tc extends Object declared in interface C
06:59:53 1 warning
06:59:53 
06:59:53 
06:59:53 
06:59:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:55 --- javac err: ---
06:59:55 X.java:1: warning: [rawtypes] found raw type: C
06:59:55 public class X<Tx1 extends S, Tx2 extends C>  extends XS<Tx2> {
06:59:55                                           ^
06:59:55   missing type arguments for generic class C<Tc>
06:59:55   where Tc is a type-variable:
06:59:55     Tc extends Object declared in interface C
06:59:55 X.java:9: warning: [rawtypes] found raw type: C
06:59:55 class I implements C {}
06:59:55                    ^
06:59:55   missing type arguments for generic class C<Tc>
06:59:55   where Tc is a type-variable:
06:59:55     Tc extends Object declared in interface C
06:59:55 2 warnings
06:59:55 
06:59:55 
06:59:55 
06:59:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:55 --- javac err: ---
06:59:55 X.java:1: error: cyclic inheritance involving X
06:59:55 public class X<T> extends X {}
06:59:55        ^
06:59:55 1 error
06:59:55 
06:59:55 
06:59:55 
06:59:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:56 --- javac err: ---
06:59:56 X.java:1: error: cyclic inheritance involving X
06:59:56 public class X<T> extends X<String> {}
06:59:56        ^
06:59:56 1 error
06:59:56 
06:59:56 
06:59:56 
06:59:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:57 --- javac err: ---
06:59:57 X.java:4: warning: [rawtypes] found raw type: AX
06:59:57         AX ax = new AX();
06:59:57         ^
06:59:57   missing type arguments for generic class AX<P>
06:59:57   where P is a type-variable:
06:59:57     P extends Object declared in class AX
06:59:57 X.java:4: warning: [rawtypes] found raw type: AX
06:59:57         AX ax = new AX();
06:59:57                     ^
06:59:57   missing type arguments for generic class AX<P>
06:59:57   where P is a type-variable:
06:59:57     P extends Object declared in class AX
06:59:57 X.java:5: warning: [rawtypes] found raw type: AX
06:59:57         AX ax2 = ax.p;
06:59:57         ^
06:59:57   missing type arguments for generic class AX<P>
06:59:57   where P is a type-variable:
06:59:57     P extends Object declared in class AX
06:59:57 X.java:6: warning: [unchecked] unchecked assignment to variable p as member of raw type AX
06:59:57         ax.p = new AX<String>();
06:59:57           ^
06:59:57 X.java:7: warning: [unchecked] unchecked assignment to variable q as member of raw type AX
06:59:57         ax.q = new AX<String>();
06:59:57           ^
06:59:57 X.java:8: warning: [unchecked] unchecked assignment to variable r as member of raw type AX
06:59:57         ax.r = new AX<Object>();
06:59:57           ^
06:59:57 X.java:9: warning: [unchecked] unchecked assignment to variable s as member of raw type AX
06:59:57         ax.s = new AX<String>();
06:59:57           ^
06:59:57 X.java:9: error: incompatible types: AX<String> cannot be converted to BX
06:59:57         ax.s = new AX<String>();
06:59:57                ^
06:59:57 1 error
06:59:57 7 warnings
06:59:57 
06:59:57 
06:59:57 
06:59:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:58 --- javac err: ---
06:59:58 X.java:1: error: unexpected type
06:59:58 public class X  <T extends AX<? super int>> {
06:59:58                               ^
06:59:58   required: reference
06:59:58   found:    int
06:59:58 1 error
06:59:58 
06:59:58 
06:59:58 
06:59:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
06:59:59 --- javac err: ---
06:59:59 X.java:7: warning: [rawtypes] found raw type: AX
06:59:59 		X<? extends AX> x = new X<? extends AX>(new AX<String>());
06:59:59 		            ^
06:59:59   missing type arguments for generic class AX<P>
06:59:59   where P is a type-variable:
06:59:59     P extends Object declared in class AX
06:59:59 X.java:7: error: unexpected type
06:59:59 		X<? extends AX> x = new X<? extends AX>(new AX<String>());
06:59:59 		                         ^
06:59:59   required: class or interface without bounds
06:59:59   found:    ? extends AX
06:59:59 X.java:7: warning: [rawtypes] found raw type: AX
06:59:59 		X<? extends AX> x = new X<? extends AX>(new AX<String>());
06:59:59 		                                    ^
06:59:59   missing type arguments for generic class AX<P>
06:59:59   where P is a type-variable:
06:59:59     P extends Object declared in class AX
06:59:59 1 error
06:59:59 2 warnings
06:59:59 
06:59:59 
06:59:59 
06:59:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:00 --- javac err: ---
07:00:00 X.java:7: error: type argument ? extends AX is not within bounds of type-variable T
07:00:00 		X<? extends AX> x = new X<AX<String>>(new AX<String>());
07:00:00 		  ^
07:00:00   where T is a type-variable:
07:00:00     T extends String declared in class X
07:00:00 X.java:7: warning: [rawtypes] found raw type: AX
07:00:00 		X<? extends AX> x = new X<AX<String>>(new AX<String>());
07:00:00 		            ^
07:00:00   missing type arguments for generic class AX<P>
07:00:00   where P is a type-variable:
07:00:00     P extends Object declared in class AX
07:00:00 X.java:7: error: type argument AX<String> is not within bounds of type-variable T
07:00:00 		X<? extends AX> x = new X<AX<String>>(new AX<String>());
07:00:00 		                            ^
07:00:00   where T is a type-variable:
07:00:00     T extends String declared in class X
07:00:00 2 errors
07:00:00 1 warning
07:00:00 
07:00:00 
07:00:00 
07:00:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:01 --- javac err: ---
07:00:01 X.java:1: warning: [rawtypes] found raw type: AX
07:00:01 public class X <T extends AX> {
07:00:01                           ^
07:00:01   missing type arguments for generic class AX<P>
07:00:01   where P is a type-variable:
07:00:01     P extends Object declared in class AX
07:00:01 X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
07:00:01 		x.t.foo("SUCC");
07:00:01 		       ^
07:00:01   where P is a type-variable:
07:00:01     P extends Object declared in class AX
07:00:01 X.java:9: error: cannot find symbol
07:00:01 		x.t.bar("ESS");
07:00:01 		   ^
07:00:01   symbol:   method bar(String)
07:00:01   location: variable t of type T
07:00:01   where T is a type-variable:
07:00:01     T extends AX declared in class X
07:00:01 1 error
07:00:01 2 warnings
07:00:01 
07:00:01 
07:00:01 
07:00:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:02 --- javac err: ---
07:00:02 X.java:1: warning: [rawtypes] found raw type: AX
07:00:02 public class X <T extends AX> {
07:00:02                           ^
07:00:02   missing type arguments for generic class AX<P>
07:00:02   where P is a type-variable:
07:00:02     P extends Object declared in class AX
07:00:02 X.java:7: warning: [rawtypes] found raw type: BX
07:00:02 		X<? extends BX> x = new X<BX<String>>(new BX<String>());
07:00:02 		            ^
07:00:02   missing type arguments for generic class BX<Q>
07:00:02   where Q is a type-variable:
07:00:02     Q extends Object declared in class BX
07:00:02 X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
07:00:02 		x.t.foo("SUCC");
07:00:02 		       ^
07:00:02   where P is a type-variable:
07:00:02     P extends Object declared in class AX
07:00:02 X.java:9: warning: [unchecked] unchecked call to bar(Q) as a member of the raw type BX
07:00:02 		x.t.bar("ESS");
07:00:02 		       ^
07:00:02   where Q is a type-variable:
07:00:02     Q extends Object declared in class BX
07:00:02 4 warnings
07:00:02 
07:00:02 
07:00:02 
07:00:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:03 --- javac err: ---
07:00:03 X.java:1: warning: [rawtypes] found raw type: AX
07:00:03 public class X <T extends AX> {
07:00:03                           ^
07:00:03   missing type arguments for generic class AX<P>
07:00:03   where P is a type-variable:
07:00:03     P extends Object declared in class AX
07:00:03 X.java:7: warning: [rawtypes] found raw type: BX
07:00:03 		X<? extends BX> x = new X<AX<String>>(new AX<String>());
07:00:03 		            ^
07:00:03   missing type arguments for generic class BX<Q>
07:00:03   where Q is a type-variable:
07:00:03     Q extends Object declared in class BX
07:00:03 X.java:7: error: incompatible types: X<AX<String>> cannot be converted to X<? extends BX>
07:00:03 		X<? extends BX> x = new X<AX<String>>(new AX<String>());
07:00:03 		                    ^
07:00:03 X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
07:00:03 		x.t.foo("SUCC");
07:00:03 		       ^
07:00:03   where P is a type-variable:
07:00:03     P extends Object declared in class AX
07:00:03 X.java:9: warning: [unchecked] unchecked call to bar(Q) as a member of the raw type BX
07:00:03 		x.t.bar("ESS");
07:00:03 		       ^
07:00:03   where Q is a type-variable:
07:00:03     Q extends Object declared in class BX
07:00:03 1 error
07:00:03 4 warnings
07:00:03 
07:00:03 
07:00:03 
07:00:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:04 --- javac err: ---
07:00:04 X.java:1: warning: [rawtypes] found raw type: AX
07:00:04 public class X <T extends AX> {
07:00:04                           ^
07:00:04   missing type arguments for generic class AX<P>
07:00:04   where P is a type-variable:
07:00:04     P extends Object declared in class AX
07:00:04 X.java:7: warning: [rawtypes] found raw type: AX
07:00:04 		X<? extends AX> x = new X<AX<String>>(new AX<String>());
07:00:04 		            ^
07:00:04   missing type arguments for generic class AX<P>
07:00:04   where P is a type-variable:
07:00:04     P extends Object declared in class AX
07:00:04 X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
07:00:04 		x.t.foo("SUCCESS");
07:00:04 		       ^
07:00:04   where P is a type-variable:
07:00:04     P extends Object declared in class AX
07:00:04 3 warnings
07:00:04 
07:00:04 
07:00:04 
07:00:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:05 --- javac err: ---
07:00:05 X.java:1: warning: [rawtypes] found raw type: AX
07:00:05 public class X <T extends AX> {
07:00:05                           ^
07:00:05   missing type arguments for generic class AX<P>
07:00:05   where P is a type-variable:
07:00:05     P extends Object declared in class AX
07:00:05 1 warning
07:00:05 
07:00:05 
07:00:05 
07:00:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:07 --- javac err: ---
07:00:07 X.java:7: warning: [rawtypes] found raw type: ArrayList
07:00:07         Iterable<String> is = new ArrayList();
07:00:07                                   ^
07:00:07   missing type arguments for generic class ArrayList<E>
07:00:07   where E is a type-variable:
07:00:07     E extends Object declared in class ArrayList
07:00:07 X.java:7: warning: [unchecked] unchecked conversion
07:00:07         Iterable<String> is = new ArrayList();
07:00:07                               ^
07:00:07   required: Iterable<String>
07:00:07   found:    ArrayList
07:00:07 2 warnings
07:00:07 
07:00:07 
07:00:07 
07:00:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:08 --- javac err: ---
07:00:08 X.java:2: warning: [rawtypes] found raw type: Class
07:00:08     Class k;
07:00:08     ^
07:00:08   missing type arguments for generic class Class<T>
07:00:08   where T is a type-variable:
07:00:08     T extends Object declared in class Class
07:00:08 X.java:7: warning: [rawtypes] found raw type: Class
07:00:08         Class c = this.getClass();
07:00:08         ^
07:00:08   missing type arguments for generic class Class<T>
07:00:08   where T is a type-variable:
07:00:08     T extends Object declared in class Class
07:00:08 X.java:11: warning: [deprecation] newInstance() in Class has been deprecated
07:00:08             Integer i = Integer.class.newInstance();
07:00:08                                      ^
07:00:08   where T is a type-variable:
07:00:08     T extends Object declared in class Class
07:00:08 3 warnings
07:00:08 
07:00:08 
07:00:08 
07:00:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:09 --- javac err: ---
07:00:09 X.java:2: error: AX cannot be inherited with different arguments: <java.lang.Thread> and <java.lang.String>
07:00:09 class Y extends X implements AX<Thread> {}
07:00:09 ^
07:00:09 1 error
07:00:09 
07:00:09 
07:00:09 
07:00:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:10 --- javac err: ---
07:00:10 X.java:1: warning: [rawtypes] found raw type: AX
07:00:10 public class X implements AX {}
07:00:10                           ^
07:00:10   missing type arguments for generic class AX<P>
07:00:10   where P is a type-variable:
07:00:10     P extends Object declared in interface AX
07:00:10 X.java:2: error: AX cannot be inherited with different arguments: <java.lang.Thread> and <>
07:00:10 class Y extends X implements AX<Thread> {}
07:00:10 ^
07:00:10 1 error
07:00:10 1 warning
07:00:10 
07:00:10 
07:00:10 
07:00:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:11 --- javac err: ---
07:00:11 X.java:2: warning: [rawtypes] found raw type: AX
07:00:11 class Y extends X implements AX {}
07:00:11                              ^
07:00:11   missing type arguments for generic class AX<P>
07:00:11   where P is a type-variable:
07:00:11     P extends Object declared in interface AX
07:00:11 X.java:2: error: AX cannot be inherited with different arguments: <> and <java.lang.Object>
07:00:11 class Y extends X implements AX {}
07:00:11 ^
07:00:11 1 error
07:00:11 1 warning
07:00:11 
07:00:11 
07:00:11 
07:00:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:12 --- javac err: ---
07:00:12 X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T
07:00:12 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:12                                 ^
07:00:12   where T is a type-variable:
07:00:12     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:12 X.java:1: warning: [rawtypes] found raw type: X.MX.MMX
07:00:12 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:12                                 ^
07:00:12   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
07:00:12   where MMT,MT,T are type-variables:
07:00:12     MMT extends Object declared in class X.MX.MMX
07:00:12     MT extends Object declared in class X.MX
07:00:12     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:12 X.java:2: warning: [rawtypes] found raw type: X
07:00:12     void foo(X<Thread>.MX<String>.MMX<X> mx) {}
07:00:12                                       ^
07:00:12   missing type arguments for generic class X<T>
07:00:12   where T is a type-variable:
07:00:12     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:12 X.java:2: error: type argument Thread is not within bounds of type-variable T
07:00:12     void foo(X<Thread>.MX<String>.MMX<X> mx) {}
07:00:12                ^
07:00:12   where T is a type-variable:
07:00:12     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:12 2 errors
07:00:12 2 warnings
07:00:12 
07:00:13 --- javac err: ---
07:00:13 X.java:1: error: type argument Runnable is not within bounds of type-variable MT
07:00:13 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:13                                          ^
07:00:13   where MT is a type-variable:
07:00:13     MT extends Comparable declared in class X.MX
07:00:13 X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T
07:00:13 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:13                                 ^
07:00:13   where T is a type-variable:
07:00:13     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:13 X.java:1: warning: [rawtypes] found raw type: X.MX.MMX
07:00:13 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:13                                 ^
07:00:13   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
07:00:13   where MMT,MT,T are type-variables:
07:00:13     MMT extends Object declared in class X.MX.MMX
07:00:13     MT extends Comparable declared in class X.MX
07:00:13     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:13 X.java:2: warning: [rawtypes] found raw type: Comparable
07:00:13     class MX <MT extends Comparable> {
07:00:13                          ^
07:00:13   missing type arguments for generic class Comparable<T>
07:00:13   where T is a type-variable:
07:00:13     T extends Object declared in interface Comparable
07:00:13 2 errors
07:00:13 2 warnings
07:00:13 
07:00:14 --- javac err: ---
07:00:14 X.java:1: error: type argument Iterable<String> is not within bounds of type-variable MMT
07:00:14 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:14                                                                ^
07:00:14   where MMT is a type-variable:
07:00:14     MMT extends Comparable declared in class X.MX.MMX
07:00:14 X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T
07:00:14 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:14                                 ^
07:00:14   where T is a type-variable:
07:00:14     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:14 X.java:1: warning: [rawtypes] found raw type: X.MX.MMX
07:00:14 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:14                                 ^
07:00:14   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
07:00:14   where MMT,MT,T are type-variables:
07:00:14     MMT extends Comparable declared in class X.MX.MMX
07:00:14     MT extends Object declared in class X.MX
07:00:14     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:14 X.java:3: warning: [rawtypes] found raw type: Comparable
07:00:14         class MMX <MMT extends Comparable> {}
07:00:14                                ^
07:00:14   missing type arguments for generic class Comparable<T>
07:00:14   where T is a type-variable:
07:00:14     T extends Object declared in interface Comparable
07:00:14 2 errors
07:00:14 2 warnings
07:00:14 
07:00:14 
07:00:14 
07:00:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:15 
07:00:15 
07:00:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:16 
07:00:16 
07:00:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:17 --- javac err: ---
07:00:17 X.java:8: warning: [rawtypes] found raw type: X.MX
07:00:17   void foo(X.MX mx) {
07:00:17             ^
07:00:17   missing type arguments for generic class X<T>.MX<U>
07:00:17   where U,T are type-variables:
07:00:17     U extends Object declared in class X.MX
07:00:17     T extends Object declared in class X
07:00:17 1 warning
07:00:17 
07:00:17 
07:00:17 
07:00:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:18 
07:00:18 
07:00:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:19 --- javac err: ---
07:00:19 X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T
07:00:19 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:19                                 ^
07:00:19   where T is a type-variable:
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 X.java:1: warning: [rawtypes] found raw type: X.MX.MMX
07:00:19 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
07:00:19                                 ^
07:00:19   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
07:00:19   where MMT,MT,T are type-variables:
07:00:19     MMT extends Object declared in class X.MX.MMX
07:00:19     MT extends Object declared in class X.MX
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 X.java:4: error: type argument X.MX.MMX is not within bounds of type-variable T
07:00:19         new X<X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>().new MX<Exception>();
07:00:19                     ^
07:00:19   where T is a type-variable:
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 X.java:4: warning: [rawtypes] found raw type: X.MX.MMX
07:00:19         new X<X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>().new MX<Exception>();
07:00:19                     ^
07:00:19   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
07:00:19   where MMT,MT,T are type-variables:
07:00:19     MMT extends Object declared in class X.MX.MMX
07:00:19     MT extends Object declared in class X.MX
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 X.java:4: error: type argument X.MX.MMX is not within bounds of type-variable T
07:00:19         new X<X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>().new MX<Exception>();
07:00:19                                                                       ^
07:00:19   where T is a type-variable:
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 X.java:4: warning: [rawtypes] found raw type: X.MX.MMX
07:00:19         new X<X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>().new MX<Exception>();
07:00:19                                                                       ^
07:00:19   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
07:00:19   where MMT,MT,T are type-variables:
07:00:19     MMT extends Object declared in class X.MX.MMX
07:00:19     MT extends Object declared in class X.MX
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 X.java:7: warning: [rawtypes] found raw type: X
07:00:19     void foo(X<X.MX.MMX>.MX<X>.MMX<X> mx) {
07:00:19                                    ^
07:00:19   missing type arguments for generic class X<T>
07:00:19   where T is a type-variable:
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 X.java:7: warning: [rawtypes] found raw type: X
07:00:19     void foo(X<X.MX.MMX>.MX<X>.MMX<X> mx) {
07:00:19                             ^
07:00:19   missing type arguments for generic class X<T>
07:00:19   where T is a type-variable:
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 
07:00:19 
07:00:19 X.java:7: error: type argument X.MX.MMX is not within bounds of type-variable T
07:00:19     void foo(X<X.MX.MMX>.MX<X>.MMX<X> mx) {
07:00:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:19                    ^
07:00:19   where T is a type-variable:
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 X.java:7: warning: [rawtypes] found raw type: X.MX.MMX
07:00:19     void foo(X<X.MX.MMX>.MX<X>.MMX<X> mx) {
07:00:19                    ^
07:00:19   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
07:00:19   where MMT,MT,T are type-variables:
07:00:19     MMT extends Object declared in class X.MX.MMX
07:00:19     MT extends Object declared in class X.MX
07:00:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
07:00:19 4 errors
07:00:19 6 warnings
07:00:19 
07:00:20 
07:00:20 
07:00:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:21 
07:00:21 
07:00:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:22 
07:00:22 
07:00:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:23 
07:00:23 
07:00:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:24 
07:00:24 
07:00:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:26 
07:00:26 
07:00:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:27 --- javac err: ---
07:00:27 X.java:2: error: unexpected type
07:00:27     T<String> ts;
07:00:27     ^
07:00:27   required: class
07:00:27   found:    type parameter T
07:00:27   where T is a type-variable:
07:00:27     T extends Object declared in class X
07:00:27 1 error
07:00:27 
07:00:27 
07:00:27 
07:00:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:28 
07:00:28 
07:00:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:29 
07:00:29 
07:00:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:30 --- javac err: ---
07:00:30 X.java:16: error: cannot find symbol
07:00:30 class CX extends B<String, Thread> {
07:00:30                  ^
07:00:30   symbol: class B
07:00:30 X.java:8: error: method foo in class X cannot be applied to given types;
07:00:30 		new X().foo(new CX());
07:00:30 		       ^
07:00:30   required: AX<W>
07:00:30   found: CX
07:00:30   reason: cannot infer type-variable(s) W
07:00:30     (argument mismatch; CX cannot be converted to AX<W>)
07:00:30   where W is a type-variable:
07:00:30     W extends Object declared in method <W>foo(AX<W>)
07:00:30 2 errors
07:00:30 
07:00:30 
07:00:30 
07:00:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:31 
07:00:31 
07:00:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:32 --- javac err: ---
07:00:32 X.java:4: warning: [rawtypes] found raw type: Class
07:00:32 		Class c1 = x.getClass();
07:00:32 		^
07:00:32   missing type arguments for generic class Class<T>
07:00:32   where T is a type-variable:
07:00:32     T extends Object declared in class Class
07:00:32 X.java:7: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends X>
07:00:32 		Class<? extends X> c3 = s.getClass();
07:00:32 		                                  ^
07:00:32   where CAP#1 is a fresh type-variable:
07:00:32     CAP#1 extends String from capture of ? extends String
07:00:32 1 error
07:00:32 1 warning
07:00:32 
07:00:32 
07:00:32 
07:00:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:33 --- javac err: ---
07:00:33 X.java:5: warning: [rawtypes] found raw type: Class
07:00:33 		Class c1 = xy.getClass();
07:00:33 		^
07:00:33   missing type arguments for generic class Class<T>
07:00:33   where T is a type-variable:
07:00:33     T extends Object declared in class Class
07:00:33 X.java:6: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends XY>
07:00:33 		Class<? extends XY> c2 = xy.getClass();
07:00:33 		                                    ^
07:00:33   where CAP#1 is a fresh type-variable:
07:00:33     CAP#1 extends Object from capture of ? extends Object
07:00:33 X.java:8: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends XY>
07:00:33 		Class<? extends XY> c3 = s.getClass();
07:00:33 		                                   ^
07:00:33   where CAP#1 is a fresh type-variable:
07:00:33     CAP#1 extends String from capture of ? extends String
07:00:33 X.java:14: error: getClass() in XY cannot override getClass() in Object
07:00:33     public Class <? extends Object> getClass() {
07:00:33                                     ^
07:00:33   overridden method is final
07:00:33 3 errors
07:00:33 1 warning
07:00:33 
07:00:33 
07:00:33 
07:00:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:34 
07:00:34 
07:00:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:35 --- javac err: ---
07:00:35 ArrayList.java:8: error: cannot find symbol
07:00:35 		lt.bar();
07:00:35 		  ^
07:00:35   symbol:   method bar()
07:00:35   location: variable lt of type List<T>
07:00:35   where T is a type-variable:
07:00:35     T extends Object declared in class ArrayList
07:00:35 1 error
07:00:35 
07:00:35 
07:00:35 
07:00:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:36 --- javac err: ---
07:00:36 X.java:2: error: invalid method declaration; return type required
07:00:36   <T extends X<W>.Z> foo() {}
07:00:36                      ^
07:00:36 1 error
07:00:36 
07:00:36 
07:00:36 
07:00:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:37 --- javac err: ---
07:00:37 X.java:3: warning: [rawtypes] found raw type: X
07:00:37         X x = new Y();
07:00:37         ^
07:00:37   missing type arguments for generic class X<T>
07:00:37   where T is a type-variable:
07:00:37     T extends Object declared in class X
07:00:37 1 warning
07:00:37 
07:00:37 
07:00:37 
07:00:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:38 --- javac err: ---
07:00:38 Z.java:4: warning: [rawtypes] found raw type: List
07:00:38 public class Z <T extends List> { 
07:00:38                           ^
07:00:38   missing type arguments for generic class List<E>
07:00:38   where E is a type-variable:
07:00:38     E extends Object declared in interface List
07:00:38 Z.java:7: warning: [rawtypes] found raw type: ArrayList
07:00:38         foo(new Z<ArrayList>().set(new ArrayList<String>()));
07:00:38                   ^
07:00:38   missing type arguments for generic class ArrayList<E>
07:00:38   where E is a type-variable:
07:00:38     E extends Object declared in class ArrayList
07:00:38 Z.java:18: warning: [rawtypes] found raw type: ArrayList
07:00:38     static void foo(Z<? super ArrayList> za) {
07:00:38                               ^
07:00:38   missing type arguments for generic class ArrayList<E>
07:00:38   where E is a type-variable:
07:00:38     E extends Object declared in class ArrayList
07:00:38 3 warnings
07:00:38 
07:00:38 
07:00:38 
07:00:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:39 --- javac err: ---
07:00:39 Z.java:3: error: incompatible types: Z<ZA> cannot be converted to Z<? super String>
07:00:39         foo(new Z<ZA>());
07:00:39             ^
07:00:39 Z.java:6: error: type argument ? super String is not within bounds of type-variable T
07:00:39     static void foo(Z<? super String> zs) {
07:00:39                       ^
07:00:39   where T is a type-variable:
07:00:39     T extends ZA declared in class Z
07:00:39 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:00:39 2 errors
07:00:39 
07:00:39 
07:00:39 
07:00:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:40 --- javac err: ---
07:00:40 Z.java:3: error: incompatible types: Z<ZB> cannot be converted to Z<? super ZA>
07:00:40         foo(new Z<ZB>());
07:00:40             ^
07:00:40 Z.java:5: error: type argument ? super ZA is not within bounds of type-variable T
07:00:40     static void foo(Z<? super ZA> zs) {
07:00:40                       ^
07:00:40   where T is a type-variable:
07:00:40     T extends ZB declared in class Z
07:00:40 Z.java:6: error: method foo in class Z<T> cannot be applied to given types;
07:00:40         zs.foo();
07:00:40           ^
07:00:40   required: Z<? super ZA>
07:00:40   found: no arguments
07:00:40   reason: actual and formal argument lists differ in length
07:00:40   where T is a type-variable:
07:00:40     T extends ZB declared in class Z
07:00:40 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:00:40 3 errors
07:00:40 
07:00:40 
07:00:40 
07:00:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:41 --- javac err: ---
07:00:41 Z.java:4: warning: [rawtypes] found raw type: List
07:00:41 public class Z <T extends List> { 
07:00:41                           ^
07:00:41   missing type arguments for generic class List<E>
07:00:41   where E is a type-variable:
07:00:41     E extends Object declared in interface List
07:00:41 Z.java:7: warning: [rawtypes] found raw type: ArrayList
07:00:41         foo(new Z<ArrayList>().set(new ArrayList<String>()));
07:00:41                   ^
07:00:41   missing type arguments for generic class ArrayList<E>
07:00:41   where E is a type-variable:
07:00:41     E extends Object declared in class ArrayList
07:00:41 Z.java:18: warning: [rawtypes] found raw type: ArrayList
07:00:41     static void foo(Z<? extends ArrayList> za) {
07:00:41                                 ^
07:00:41   missing type arguments for generic class ArrayList<E>
07:00:41   where E is a type-variable:
07:00:41     E extends Object declared in class ArrayList
07:00:41 3 warnings
07:00:41 
07:00:41 
07:00:41 
07:00:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:42 --- javac err: ---
07:00:42 Z.java:1: warning: [rawtypes] found raw type: AX
07:00:42 public class Z <T extends AX> {
07:00:42                           ^
07:00:42   missing type arguments for generic class AX<P>
07:00:42   where P is a type-variable:
07:00:42     P extends Object declared in class AX
07:00:42 Z.java:11: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
07:00:42         zu.t.foo(null);
07:00:42                 ^
07:00:42   where P is a type-variable:
07:00:42     P extends Object declared in class AX
07:00:42 2 warnings
07:00:42 
07:00:42 
07:00:42 
07:00:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:43 --- javac err: ---
07:00:43 X.java:9: error: type argument ? extends BX is not within bounds of type-variable T
07:00:43     void bar(X<? extends BX> x) {
07:00:43                ^
07:00:43   where T is a type-variable:
07:00:43     T extends AX declared in class X
07:00:43 1 error
07:00:43 
07:00:43 
07:00:43 
07:00:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:44 
07:00:44 
07:00:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:45 --- javac err: ---
07:00:45 X.java:11: error: cannot find symbol
07:00:45         x.get().bfoo();
07:00:45                ^
07:00:45   symbol:   method bfoo()
07:00:45   location: class AX
07:00:45 1 error
07:00:45 
07:00:45 
07:00:45 
07:00:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:46 --- javac err: ---
07:00:46 X.java:9: error: type argument ? extends X is not within bounds of type-variable T
07:00:46     void bar(X<? extends X> x) {
07:00:46                ^
07:00:46   where T is a type-variable:
07:00:46     T extends AX declared in class X
07:00:46 X.java:9: warning: [rawtypes] found raw type: X
07:00:46     void bar(X<? extends X> x) {
07:00:46                          ^
07:00:46   missing type arguments for generic class X<T>
07:00:46   where T is a type-variable:
07:00:46     T extends AX declared in class X
07:00:46 X.java:10: error: incompatible types: inference variable P has incompatible upper bounds X,AX
07:00:46         x = identity(x);
07:00:46                     ^
07:00:46   where P is a type-variable:
07:00:46     P extends AX declared in method <P>identity(X<P>)
07:00:46 2 errors
07:00:46 1 warning
07:00:46 
07:00:46 
07:00:46 
07:00:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:47 --- javac err: ---
07:00:47 X.java:5: error: incompatible types: Class<CAP#1> cannot be converted to Class<Object>
07:00:47         Class<Object> xo2 = xx;
07:00:47                             ^
07:00:47   where CAP#1 is a fresh type-variable:
07:00:47     CAP#1 extends X from capture of ? extends X
07:00:47 1 error
07:00:47 
07:00:47 
07:00:47 
07:00:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:48 
07:00:48 
07:00:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:49 --- javac err: ---
07:00:49 X.java:6: error: incompatible types: X cannot be converted to CAP#1
07:00:49 		lx.add(x);
07:00:49 		       ^
07:00:49   where CAP#1 is a fresh type-variable:
07:00:49     CAP#1 extends X from capture of ?
07:00:49 X.java:7: error: incompatible types: X cannot be converted to CAP#1
07:00:49 		lx.slot = x;
07:00:49 		          ^
07:00:49   where CAP#1 is a fresh type-variable:
07:00:49     CAP#1 extends X from capture of ?
07:00:49 X.java:8: error: incompatible types: XList<CAP#1> cannot be converted to XList<CAP#2>
07:00:49 		lx.addAll(lx);
07:00:49 		          ^
07:00:49   where CAP#1,CAP#2 are fresh type-variables:
07:00:49     CAP#1 extends X from capture of ?
07:00:49     CAP#2 extends X from capture of ?
07:00:49 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:00:49 3 errors
07:00:49 
07:00:49 
07:00:49 
07:00:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:50 --- javac err: ---
07:00:50 X.java:2: warning: [rawtypes] found raw type: AbstractList
07:00:50 public class X extends AbstractList {
07:00:50                        ^
07:00:50   missing type arguments for generic class AbstractList<E>
07:00:50   where E is a type-variable:
07:00:50     E extends Object declared in class AbstractList
07:00:50 1 warning
07:00:50 
07:00:50 
07:00:50 
07:00:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:51 --- javac err: ---
07:00:51 X.java:6: warning: [rawtypes] found raw type: ArrayList
07:00:51 	    ArrayList list = new ArrayList();
07:00:51 	    ^
07:00:51   missing type arguments for generic class ArrayList<E>
07:00:51   where E is a type-variable:
07:00:51     E extends Object declared in class ArrayList
07:00:51 X.java:6: warning: [rawtypes] found raw type: ArrayList
07:00:51 	    ArrayList list = new ArrayList();
07:00:51 	                         ^
07:00:51   missing type arguments for generic class ArrayList<E>
07:00:51   where E is a type-variable:
07:00:51     E extends Object declared in class ArrayList
07:00:51 X.java:7: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type ArrayList
07:00:51 		list.toArray(tokens);
07:00:51 		            ^
07:00:51   where T is a type-variable:
07:00:51     T extends Object declared in method <T>toArray(T[])
07:00:51 3 warnings
07:00:51 
07:00:51 
07:00:51 
07:00:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:52 
07:00:52 
07:00:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:53 --- javac err: ---
07:00:53 X.java:1: warning: [rawtypes] found raw type: Collection
07:00:53 public abstract class X implements java.util.Collection {
07:00:53                                             ^
07:00:53   missing type arguments for generic class Collection<E>
07:00:53   where E is a type-variable:
07:00:53     E extends Object declared in interface Collection
07:00:53 1 warning
07:00:53 
07:00:54 --- javac err: ---
07:00:54 X.java:2: warning: [unchecked] toArray(Object[]) in X implements <T>toArray(T[]) in Collection
07:00:54 	public Object[] toArray(Object[] a) {
07:00:54 	                ^
07:00:54   return type requires unchecked conversion from Object[] to T[]
07:00:54   where T is a type-variable:
07:00:54     T extends Object declared in method <T>toArray(T[])
07:00:54 1 warning
07:00:54 
07:00:54 
07:00:54 
07:00:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:55 --- javac err: ---
07:00:55 X.java:8: error: method foo in class X cannot be applied to given types;
07:00:55 		new X().foo(args, new ArrayList<String>());
07:00:55 		       ^
07:00:55   required: T[],List<T>
07:00:55   found: String[],ArrayList<String>
07:00:55   reason: inference variable T has incompatible bounds
07:00:55     lower bounds: X
07:00:55     lower bounds: String
07:00:55   where T is a type-variable:
07:00:55     T extends X declared in method <T>foo(T[],List<T>)
07:00:55 1 error
07:00:55 
07:00:55 
07:00:55 
07:00:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:57 --- javac err: ---
07:00:57 X.java:4: warning: [rawtypes] found raw type: X
07:00:57     <T extends X> X(T[] ta, List<T> lt) {
07:00:57                ^
07:00:57   missing type arguments for generic class X<E>
07:00:57   where E is a type-variable:
07:00:57     E extends Object declared in class X
07:00:57 X.java:8: error: constructor X in class X<E> cannot be applied to given types;
07:00:57 		new X<Object>(args, new ArrayList<String>());
07:00:57 		^
07:00:57   required: T[],List<T>
07:00:57   found: String[],ArrayList<String>
07:00:57   reason: inference variable T has incompatible bounds
07:00:57     lower bounds: X
07:00:57     lower bounds: String
07:00:57   where T,E are type-variables:
07:00:57     T extends X declared in constructor <T>X(T[],List<T>)
07:00:57     E extends Object declared in class X
07:00:57 1 error
07:00:57 1 warning
07:00:57 
07:00:57 
07:00:57 
07:00:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:58 
07:00:58 
07:00:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:00:59 
07:00:59 
07:00:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:00 
07:01:00 
07:01:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:01 
07:01:01 
07:01:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:02 --- javac err: ---
07:01:02 X.java:7: error: type argument T is not within bounds of type-variable E
07:01:02     public static <T> AX<T> bar(AX<?> a) {
07:01:02                          ^
07:01:02   where T,E are type-variables:
07:01:02     T extends Object declared in method <T>bar(AX<?>)
07:01:02     E extends X declared in class AX
07:01:02 1 error
07:01:02 
07:01:02 
07:01:02 
07:01:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:03 --- javac err: ---
07:01:03 X.java:6: error: method bar in class X cannot be applied to given types;
07:01:03         AX<X> a = bar(ax, as);
07:01:03                   ^
07:01:03   required: AX<? extends U>,AX<? super U>
07:01:03   found: AX<X>,AX<String>
07:01:03   reason: inference variable U has incompatible bounds
07:01:03     lower bounds: String,Object
07:01:03     lower bounds: X
07:01:03   where U,T are type-variables:
07:01:03     U extends Object declared in method <T,U>bar(AX<? extends U>,AX<? super U>)
07:01:03     T extends Object declared in method <T,U>bar(AX<? extends U>,AX<? super U>)
07:01:03 1 error
07:01:03 
07:01:03 
07:01:03 
07:01:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:04 
07:01:04 
07:01:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:05 --- javac err: ---
07:01:05 X.java:9: error: incompatible types: CAP#1 cannot be converted to T
07:01:05 		return a.get();
07:01:05 		            ^
07:01:05   where T,U are type-variables:
07:01:05     T extends Object declared in method <T,U>bar(AX<?>,AX<? super U>)
07:01:05     U extends Object declared in method <T,U>bar(AX<?>,AX<? super U>)
07:01:05   where CAP#1 is a fresh type-variable:
07:01:05     CAP#1 extends Object from capture of ?
07:01:05 1 error
07:01:05 
07:01:05 
07:01:05 
07:01:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:06 --- javac err: ---
07:01:06 X.java:7: error: incompatible types: String cannot be converted to V
07:01:06         return a.get();
07:01:06                     ^
07:01:06   where V is a type-variable:
07:01:06     V extends Object declared in method <V>foo(AX<String>)
07:01:06 1 error
07:01:06 
07:01:06 
07:01:06 
07:01:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:07 --- javac err: ---
07:01:07 X.java:7: error: incompatible types: String cannot be converted to V
07:01:07         return a.get();
07:01:07                     ^
07:01:07   where V is a type-variable:
07:01:07     V extends Object declared in method <V>foo(AX<String>)
07:01:07 1 error
07:01:07 
07:01:07 
07:01:07 
07:01:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:08 --- javac err: ---
07:01:08 X.java:4: error: cannot find symbol
07:01:08         String s = foo(new AX<String>("aaa")).bar();
07:01:08                                              ^
07:01:08   symbol:   method bar()
07:01:08   location: class Object
07:01:08 X.java:7: error: incompatible types: String cannot be converted to V
07:01:08         return a.get();
07:01:08                     ^
07:01:08   where V is a type-variable:
07:01:08     V extends Object declared in method <V>foo(AX<String>)
07:01:08 2 errors
07:01:08 
07:01:08 
07:01:08 
07:01:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:09 --- javac err: ---
07:01:09 X.java:4: error: cannot find symbol
07:01:09         String s = foo(new AX<String>("aaa")).bar();
07:01:09                                              ^
07:01:09   symbol:   method bar()
07:01:09   location: class Object
07:01:09 X.java:7: error: incompatible types: String cannot be converted to V
07:01:09         return a.get();
07:01:09                     ^
07:01:09   where V is a type-variable:
07:01:09     V extends Object declared in method <V>foo(AX<String>)
07:01:09 2 errors
07:01:09 
07:01:09 
07:01:09 
07:01:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:10 
07:01:10 
07:01:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:11 
07:01:11 
07:01:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:12 --- javac err: ---
07:01:12 X.java:14: warning: [rawtypes] found raw type: AX
07:01:12 		return new AX("SUCCESS");
07:01:12 		           ^
07:01:12   missing type arguments for generic class AX<E>
07:01:12   where E is a type-variable:
07:01:12     E extends Object declared in class AX
07:01:12 X.java:14: warning: [unchecked] unchecked call to AX(E) as a member of the raw type AX
07:01:12 		return new AX("SUCCESS");
07:01:12 		       ^
07:01:12   where E is a type-variable:
07:01:12     E extends Object declared in class AX
07:01:12 X.java:14: warning: [unchecked] unchecked conversion
07:01:12 		return new AX("SUCCESS");
07:01:12 		       ^
07:01:12   required: AX<T>
07:01:12   found:    AX
07:01:12   where T is a type-variable:
07:01:12     T extends Object declared in method <T>bar(AX<?>,boolean)
07:01:12 3 warnings
07:01:12 
07:01:13 
07:01:13 
07:01:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:14 --- javac err: ---
07:01:14 X.java:9: warning: [rawtypes] found raw type: AX
07:01:14 		return new AX("SUCCESS");
07:01:14 		           ^
07:01:14   missing type arguments for generic class AX<E,F>
07:01:14   where E,F are type-variables:
07:01:14     E extends Object declared in class AX
07:01:14     F extends Object declared in class AX
07:01:14 X.java:9: warning: [unchecked] unchecked call to AX(E) as a member of the raw type AX
07:01:14 		return new AX("SUCCESS");
07:01:14 		       ^
07:01:14   where E is a type-variable:
07:01:14     E extends Object declared in class AX
07:01:14 X.java:9: warning: [unchecked] unchecked conversion
07:01:14 		return new AX("SUCCESS");
07:01:14 		       ^
07:01:14   required: AX<T,U>
07:01:14   found:    AX
07:01:14   where T,U are type-variables:
07:01:14     T extends Object declared in method <T,U>bar()
07:01:14     U extends Object declared in method <T,U>bar()
07:01:14 3 warnings
07:01:14 
07:01:14 
07:01:14 
07:01:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:14 
07:01:14 
07:01:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:15 --- javac err: ---
07:01:15 X.java:4: error: incompatible types: inference variable T has incompatible bounds
07:01:15         AX<String> a = bar(new X());
07:01:15                           ^
07:01:15     equality constraints: String
07:01:15     lower bounds: X
07:01:15   where T is a type-variable:
07:01:15     T extends Object declared in method <T>bar(T)
07:01:15 X.java:9: warning: [rawtypes] found raw type: AX
07:01:15 		return new AX("SUCCESS");
07:01:15 		           ^
07:01:15   missing type arguments for generic class AX<E>
07:01:15   where E is a type-variable:
07:01:15     E extends Object declared in class AX
07:01:15 X.java:9: warning: [unchecked] unchecked call to AX(E) as a member of the raw type AX
07:01:15 		return new AX("SUCCESS");
07:01:15 		       ^
07:01:15   where E is a type-variable:
07:01:15     E extends Object declared in class AX
07:01:15 X.java:9: warning: [unchecked] unchecked conversion
07:01:15 		return new AX("SUCCESS");
07:01:15 		       ^
07:01:15   required: AX<T>
07:01:15   found:    AX
07:01:15   where T is a type-variable:
07:01:15     T extends Object declared in method <T>bar(T)
07:01:15 1 error
07:01:15 3 warnings
07:01:15 
07:01:15 
07:01:15 
07:01:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:16 --- javac err: ---
07:01:16 X.java:6: warning: [unchecked] unchecked conversion
07:01:16         ax = (AX)bar(ax);
07:01:16              ^
07:01:16   required: AX<X>
07:01:16   found:    AX
07:01:16 X.java:9: error: incompatible types: CAP#1 cannot be converted to T
07:01:16 		return a.get();
07:01:16 		            ^
07:01:16   where T is a type-variable:
07:01:16     T extends Object declared in method <T>bar(AX<?>)
07:01:16   where CAP#1 is a fresh type-variable:
07:01:16     CAP#1 extends Object from capture of ?
07:01:16 1 error
07:01:16 1 warning
07:01:16 
07:01:16 
07:01:16 
07:01:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:16 --- javac err: ---
07:01:16 X.java:6: warning: [unchecked] unchecked cast
07:01:16         ax = (AX<X>)bar(ax);
07:01:16                        ^
07:01:16   required: AX<X>
07:01:16   found:    Object
07:01:16 X.java:9: error: incompatible types: CAP#1 cannot be converted to T
07:01:16 		return a.get();
07:01:16 		            ^
07:01:16   where T is a type-variable:
07:01:16     T extends Object declared in method <T>bar(AX<?>)
07:01:16   where CAP#1 is a fresh type-variable:
07:01:16     CAP#1 extends Object from capture of ?
07:01:16 1 error
07:01:16 1 warning
07:01:16 
07:01:16 
07:01:16 
07:01:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:17 --- javac err: ---
07:01:17 X.java:6: error: incompatible types: String cannot be converted to AX<X>
07:01:17         ax = (AX<X>)bar(ax);
07:01:17                        ^
07:01:17 1 error
07:01:17 
07:01:17 
07:01:17 
07:01:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:19 
07:01:19 
07:01:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:20 
07:01:20 
07:01:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:21 
07:01:21 
07:01:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:22 --- javac err: ---
07:01:22 X.java:5: warning: [rawtypes] found raw type: Vector
07:01:22         return new Vector();
07:01:22                    ^
07:01:22   missing type arguments for generic class Vector<E>
07:01:22   where E is a type-variable:
07:01:22     E extends Object declared in class Vector
07:01:22 X.java:5: warning: [unchecked] unchecked conversion
07:01:22         return new Vector();
07:01:22                ^
07:01:22   required: Vector<T>
07:01:22   found:    Vector
07:01:22   where T is a type-variable:
07:01:22     T extends Object declared in method <T>valuesOf(Hashtable<?,T>)
07:01:22 X.java:10: warning: [unchecked] unchecked cast
07:01:22         Vector<Object> v = (Vector<Object>) data.elementAt(0);
07:01:22                                                           ^
07:01:22   required: Vector<Object>
07:01:22   found:    Object
07:01:22 3 warnings
07:01:22 
07:01:22 
07:01:22 
07:01:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:23 --- javac err: ---
07:01:23 X.java:4: warning: [cast] redundant cast to T
07:01:23 		return (T) t;
07:01:23 		       ^
07:01:23   where T is a type-variable:
07:01:23     T extends Object declared in class X
07:01:23 1 warning
07:01:23 
07:01:23 
07:01:23 
07:01:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:23 --- javac err: ---
07:01:23 X.java:4: error: illegal generic type for instanceof
07:01:23 		if (t instanceof X<T>) {
07:01:23 		                  ^
07:01:23 X.java:6: error: illegal generic type for instanceof
07:01:23 		} else if (t instanceof X<String>) {
07:01:23 		                         ^
07:01:23 X.java:10: error: illegal generic type for instanceof
07:01:23 		} else 	if (t instanceof T) {
07:01:23 		       	                 ^
07:01:23 3 errors
07:01:23 
07:01:23 
07:01:23 
07:01:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:25 
07:01:25 
07:01:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:26 
07:01:26 
07:01:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:27 
07:01:27 
07:01:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:27 --- javac err: ---
07:01:27 X.java:3: warning: [cast] redundant cast to X<E>
07:01:27     	return (X<E>) this;
07:01:27     	       ^
07:01:27   where E is a type-variable:
07:01:27     E extends Object declared in class X
07:01:27 X.java:9: warning: [unchecked] unchecked cast
07:01:27     	return (AX<String>) o;
07:01:27     	                    ^
07:01:27   required: AX<String>
07:01:27   found:    Object
07:01:27 X.java:12: warning: [unchecked] unchecked cast
07:01:27     	return (AX<E>) o;
07:01:27     	               ^
07:01:27   required: AX<E>
07:01:27   found:    Object
07:01:27   where E is a type-variable:
07:01:27     E extends Object declared in class X
07:01:27 3 warnings
07:01:27 
07:01:27 
07:01:27 
07:01:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:29 --- javac err: ---
07:01:29 X.java:12: error: incompatible types: Dictionary<String,Integer> cannot be converted to Hashtable<Float,Double>
07:01:29 		Object a3 = (Hashtable<Float, Double>) d;
07:01:29 		                                       ^
07:01:29 X.java:13: warning: [unchecked] unchecked cast
07:01:29 		Object a4 = (Hashtable<String,Integer>) o;
07:01:29 		                                        ^
07:01:29   required: Hashtable<String,Integer>
07:01:29   found:    Object
07:01:29 X.java:26: warning: [rawtypes] found raw type: Hashtable
07:01:29 		abstract class Z3 extends Hashtable {
07:01:29 		                          ^
07:01:29   missing type arguments for generic class Hashtable<K,V>
07:01:29   where K,V are type-variables:
07:01:29     K extends Object declared in class Hashtable
07:01:29     V extends Object declared in class Hashtable
07:01:29 X.java:30: warning: [unchecked] unchecked cast
07:01:29 		Object a7 = (Hashtable<String,Integer>) z3;
07:01:29 		                                        ^
07:01:29   required: Hashtable<String,Integer>
07:01:29   found:    Z3
07:01:29 1 error
07:01:29 3 warnings
07:01:29 
07:01:29 
07:01:29 
07:01:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:30 
07:01:30 
07:01:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:31 
07:01:31 
07:01:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:31 --- javac err: ---
07:01:31 X.java:7: error: method foo in class X cannot be applied to given types;
07:01:31 		System.out.println(new X().<String, X>foo("SUCCESS", null));
07:01:31 		                          ^
07:01:31   required: T,U
07:01:31   found: String,<null>
07:01:31   reason: explicit type argument X does not conform to declared bound(s) String
07:01:31   where T,U are type-variables:
07:01:31     T extends Object declared in method <T,U>foo(T,U)
07:01:31     U extends String declared in method <T,U>foo(T,U)
07:01:31 1 error
07:01:31 
07:01:31 
07:01:31 
07:01:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:32 --- javac err: ---
07:01:32 X.java:7: error: method foo in class X cannot be applied to given types;
07:01:32 		System.out.println(new X().<String>foo("SUCCESS", null));
07:01:32 		                          ^
07:01:32   required: T,U
07:01:32   found: String,<null>
07:01:32   reason: wrong number of type arguments; required 2
07:01:32   where T,U are type-variables:
07:01:32     T extends Object declared in method <T,U>foo(T,U)
07:01:32     U extends String declared in method <T,U>foo(T,U)
07:01:32 1 error
07:01:32 
07:01:32 
07:01:32 
07:01:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:33 --- javac err: ---
07:01:33 X.java:7: error: method foo in class X cannot be applied to given types;
07:01:33 		System.out.println(new X().<String>foo("SUCCESS", null));
07:01:33 		                          ^
07:01:33   required: no arguments
07:01:33   found: String,<null>
07:01:33   reason: actual and formal argument lists differ in length
07:01:33 1 error
07:01:33 
07:01:33 
07:01:33 
07:01:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:34 --- javac err: ---
07:01:34 X.java:7: error: 'void' type not allowed here
07:01:34 		System.out.println(new X().<String>foo());
07:01:34 		                                      ^
07:01:34 1 error
07:01:34 
07:01:34 
07:01:34 
07:01:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:35 
07:01:35 
07:01:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:36 --- javac err: ---
07:01:36 X.java:6: error: constructor X in class X cannot be applied to given types;
07:01:36 		new <String, String>X("FAILED");
07:01:36 		^
07:01:36   required: T
07:01:36   found: String
07:01:36   reason: wrong number of type arguments; required 1
07:01:36   where T is a type-variable:
07:01:36     T extends Object declared in constructor <T>X(T)
07:01:36 1 error
07:01:36 
07:01:36 
07:01:36 
07:01:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:37 --- javac err: ---
07:01:37 X.java:7: error: cannot find symbol
07:01:37 		Zork z;
07:01:37 		^
07:01:37   symbol:   class Zork
07:01:37   location: class X
07:01:37 1 error
07:01:37 
07:01:37 
07:01:37 
07:01:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:38 --- javac err: ---
07:01:38 X.java:6: error: incompatible types: X cannot be converted to String
07:01:38 		new <String>X(new X(null));
07:01:38 		              ^
07:01:38 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:01:38 1 error
07:01:38 
07:01:38 
07:01:38 
07:01:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:39 --- javac err: ---
07:01:39 X.java:7: error: incompatible types: X cannot be converted to String
07:01:39 		System.out.println(new X().<String>foo(new X()));
07:01:39 		                                       ^
07:01:39 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:01:39 1 error
07:01:39 
07:01:39 
07:01:39 
07:01:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:40 
07:01:40 
07:01:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:41 --- javac err: ---
07:01:41 X.java:8: error: constructor MX in class X.MX cannot be applied to given types;
07:01:41 		new X().new <String,String>MX("FAILED");
07:01:41 		        ^
07:01:41   required: T
07:01:41   found: String
07:01:41   reason: wrong number of type arguments; required 1
07:01:41   where T is a type-variable:
07:01:41     T extends Object declared in constructor <T>X.MX(T)
07:01:41 1 error
07:01:41 
07:01:41 
07:01:41 
07:01:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:42 --- javac err: ---
07:01:42 X.java:9: error: cannot find symbol
07:01:42 		Zork z;
07:01:42 		^
07:01:42   symbol:   class Zork
07:01:42   location: class X
07:01:42 1 error
07:01:42 
07:01:42 
07:01:42 
07:01:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:43 --- javac err: ---
07:01:43 X.java:8: error: incompatible types: X cannot be converted to String
07:01:43 		new X().new <String>MX(new X());
07:01:43 		                       ^
07:01:43 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:01:43 1 error
07:01:43 
07:01:43 
07:01:43 
07:01:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:44 
07:01:44 
07:01:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:45 --- javac err: ---
07:01:45 X.java:8: error: constructor X in class X cannot be applied to given types;
07:01:45 				<String,String>super("FAILED");
07:01:45 				^
07:01:45   required: T
07:01:45   found: String
07:01:45   reason: wrong number of type arguments; required 1
07:01:45   where T is a type-variable:
07:01:45     T extends Object declared in constructor <T>X(T)
07:01:45 1 error
07:01:45 
07:01:45 
07:01:45 
07:01:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:46 --- javac err: ---
07:01:46 X.java:4: error: cannot find symbol
07:01:46 		Zork z;
07:01:46 		^
07:01:46   symbol:   class Zork
07:01:46   location: class X
07:01:46 1 error
07:01:46 
07:01:46 
07:01:46 
07:01:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:47 --- javac err: ---
07:01:47 X.java:8: error: incompatible types: X cannot be converted to String
07:01:47 				<String>super(new X(null));
07:01:47 				              ^
07:01:47 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:01:47 1 error
07:01:47 
07:01:47 
07:01:47 
07:01:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:48 
07:01:48 
07:01:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:49 
07:01:49 
07:01:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:50 
07:01:50 
07:01:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:51 
07:01:51 
07:01:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:51 --- javac err: ---
07:01:51 Alpha.java:4: error: ';' expected
07:01:51 			public void m() throws Alpha<String> {
07:01:51 			                            ^
07:01:51 Alpha.java:4: error: illegal start of type
07:01:51 			public void m() throws Alpha<String> {
07:01:51 			                                     ^
07:01:51 2 errors
07:01:51 
07:01:51 
07:01:51 
07:01:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:52 --- javac err: ---
07:01:52 X.java:1: error: a generic class may not extend java.lang.Throwable
07:01:52 public class X<T> extends RuntimeException {
07:01:52                           ^
07:01:52 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
07:01:52 public class X<T> extends RuntimeException {
07:01:52        ^
07:01:52 1 error
07:01:52 1 warning
07:01:52 
07:01:52 
07:01:52 
07:01:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:53 
07:01:53 
07:01:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:54 --- javac err: ---
07:01:54 X.java:2: error: cannot find symbol
07:01:54 	void foo(Map<? super Object, ? extends String> m){
07:01:54 	         ^
07:01:54   symbol:   class Map
07:01:54   location: class X
07:01:54 1 error
07:01:54 
07:01:54 
07:01:54 
07:01:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:56 
07:01:56 
07:01:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:57 
07:01:57 
07:01:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:58 
07:01:58 
07:01:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:01:59 
07:01:59 
07:01:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:00 
07:02:00 
07:02:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:01 --- javac err: ---
07:02:01 test/cheetah/NG.java:2: warning: [rawtypes] found raw type: G
07:02:01 public class NG extends G {
07:02:01                         ^
07:02:01   missing type arguments for generic class G<E>
07:02:01   where E is a type-variable:
07:02:01     E extends Object declared in class G
07:02:01 1 warning
07:02:01 
07:02:01 
07:02:01 
07:02:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:02 --- javac err: ---
07:02:02 X.java:5: warning: [cast] redundant cast to String
07:02:02 		String string = (String) l.get(0);
07:02:02 		                ^
07:02:02 1 warning
07:02:02 
07:02:03 
07:02:03 
07:02:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:04 
07:02:04 
07:02:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:05 
07:02:05 
07:02:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:06 --- javac err: ---
07:02:06 X.java:7: error: incompatible types: CAP#1 cannot be converted to Integer
07:02:06 		Integer i = al.get(0);  // (2)
07:02:06 		                  ^
07:02:06   where CAP#1 is a fresh type-variable:
07:02:06     CAP#1 extends Object super: Integer from capture of ? super Integer
07:02:06 1 error
07:02:06 
07:02:06 
07:02:06 
07:02:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:07 --- javac err: ---
07:02:07 X.java:6: error: incompatible types: Integer cannot be converted to CAP#1
07:02:07 		al.add(Integer.valueOf(1)); // (1)
07:02:07 		                      ^
07:02:07   where CAP#1 is a fresh type-variable:
07:02:07     CAP#1 extends Integer from capture of ? extends Integer
07:02:07 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:02:07 1 error
07:02:07 
07:02:07 
07:02:07 
07:02:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:08 --- javac err: ---
07:02:08 X.java:5: error: incompatible types: CAP#1 cannot be converted to Integer
07:02:08 		Integer i = lx.slot;
07:02:08 		              ^
07:02:08   where CAP#1 is a fresh type-variable:
07:02:08     CAP#1 extends Object super: Integer from capture of ? super Integer
07:02:08 1 error
07:02:08 
07:02:08 
07:02:08 
07:02:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:09 --- javac err: ---
07:02:09 X.java:8: warning: [rawtypes] found raw type: Class
07:02:09             = new HashMap<String, Class>();
07:02:09                                   ^
07:02:09   missing type arguments for generic class Class<T>
07:02:09   where T is a type-variable:
07:02:09     T extends Object declared in class Class
07:02:09 X.java:8: error: incompatible types: HashMap<String,Class> cannot be converted to Map<String,Class<? extends Object>>
07:02:09             = new HashMap<String, Class>();
07:02:09               ^
07:02:09 X.java:17: warning: [rawtypes] found raw type: Class
07:02:09     	MX<Class> mx2 = new MX<Class>();
07:02:09     	   ^
07:02:09   missing type arguments for generic class Class<T>
07:02:09   where T is a type-variable:
07:02:09     T extends Object declared in class Class
07:02:09 X.java:17: warning: [rawtypes] found raw type: Class
07:02:09     	MX<Class> mx2 = new MX<Class>();
07:02:09     	                       ^
07:02:09   missing type arguments for generic class Class<T>
07:02:09   where T is a type-variable:
07:02:09     T extends Object declared in class Class
07:02:09 X.java:18: warning: [unchecked] unchecked method invocation: method foo in class X.MX is applied to given types
07:02:09     	mx1.foo(mx2.get());
07:02:09     	       ^
07:02:09   required: E
07:02:09   found: Class
07:02:09   where E is a type-variable:
07:02:09     E extends Object declared in class X.MX
07:02:09 X.java:18: warning: [unchecked] unchecked conversion
07:02:09     	mx1.foo(mx2.get());
07:02:09     	               ^
07:02:09   required: E
07:02:09   found:    Class
07:02:09   where E is a type-variable:
07:02:09     E extends Object declared in class X.MX
07:02:09 1 error
07:02:09 5 warnings
07:02:09 
07:02:09 
07:02:09 
07:02:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:10 --- javac err: ---
07:02:10 test/cheetah/NG.java:2: warning: [rawtypes] found raw type: G
07:02:10 public class NG extends G {
07:02:10                         ^
07:02:10   missing type arguments for generic class G<E>
07:02:10   where E is a type-variable:
07:02:10     E extends Object declared in class G
07:02:10 test/cheetah/G.java:3: error: variable o not initialized in the default constructor
07:02:10     protected final Object o;
07:02:10                            ^
07:02:10 1 error
07:02:10 1 warning
07:02:10 
07:02:10 
07:02:10 
07:02:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:11 --- javac err: ---
07:02:11 X.java:13: error: unexpected type
07:02:11                 } catch (T t) {
07:02:11                          ^
07:02:11   required: class
07:02:11   found:    type parameter T
07:02:11   where T is a type-variable:
07:02:11     T extends Exception declared in class X
07:02:11 X.java:19: warning: [serial] serializable class EX has no definition of serialVersionUID
07:02:11 class EX extends Exception {
07:02:11 ^
07:02:11 1 error
07:02:11 1 warning
07:02:11 
07:02:11 
07:02:11 
07:02:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:11 --- javac err: ---
07:02:11 X.java:2: error: generic array creation
07:02:11 	 Object x1= new T[0];
07:02:11 	            ^
07:02:11 X.java:3: error: generic array creation
07:02:11 	 Object x2= new X<String>[0];	 
07:02:11 	            ^
07:02:11 X.java:4: error: generic array creation
07:02:11 	 Object x3= new X<T>[0];	 
07:02:11 	            ^
07:02:11 X.java:5: warning: [rawtypes] found raw type: X
07:02:11 	 Object x4= new X[0];	 
07:02:11 	                ^
07:02:11   missing type arguments for generic class X<T>
07:02:11   where T is a type-variable:
07:02:11     T extends Object declared in class X
07:02:11 3 errors
07:02:11 1 warning
07:02:11 
07:02:11 
07:02:11 
07:02:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:12 --- javac err: ---
07:02:12 X.java:3: warning: [rawtypes] found raw type: List
07:02:12   List list() { return null; }
07:02:12   ^
07:02:12   missing type arguments for generic class List<E>
07:02:12   where E is a type-variable:
07:02:12     E extends Object declared in interface List
07:02:12 X.java:4: warning: [unchecked] unchecked cast
07:02:12   void m() { List<X> l = (List<X>)list(); } // unsafe cast
07:02:12                                       ^
07:02:12   required: List<X>
07:02:12   found:    List
07:02:12 X.java:5: warning: [unchecked] unchecked conversion
07:02:12   void m0() { List<X> l = list(); } // unsafe conversion
07:02:12                               ^
07:02:12   required: List<X>
07:02:12   found:    List
07:02:12 X.java:6: error: incompatible types: Object cannot be converted to X
07:02:12   void m1() { for (X a : list()); } // type mismatch
07:02:12                              ^
07:02:12 X.java:7: warning: [unchecked] unchecked conversion
07:02:12   void m2() { for (Iterator<X> i = list().iterator(); i.hasNext();); }  // unsafe conversion
07:02:12                                                   ^
07:02:12   required: Iterator<X>
07:02:12   found:    Iterator
07:02:12 X.java:8: warning: [rawtypes] found raw type: Collection
07:02:12   void m3() { Collection c = null; List l = (List<X>)c; } // unsafe cast
07:02:12               ^
07:02:12   missing type arguments for generic class Collection<E>
07:02:12   where E is a type-variable:
07:02:12     E extends Object declared in interface Collection
07:02:12 X.java:8: warning: [rawtypes] found raw type: List
07:02:12   void m3() { Collection c = null; List l = (List<X>)c; } // unsafe cast
07:02:12                                    ^
07:02:12   missing type arguments for generic class List<E>
07:02:12   where E is a type-variable:
07:02:12     E extends Object declared in interface List
07:02:12 X.java:8: warning: [unchecked] unchecked cast
07:02:12   void m3() { Collection c = null; List l = (List<X>)c; } // unsafe cast
07:02:12                                                      ^
07:02:12   required: List<X>
07:02:12   found:    Collection
07:02:12 X.java:9: warning: [rawtypes] found raw type: Collection
07:02:12   void m4() { Collection c = null; List l = (List<?>)c; } // ok
07:02:12               ^
07:02:12   missing type arguments for generic class Collection<E>
07:02:12   where E is a type-variable:
07:02:12     E extends Object declared in interface Collection
07:02:12 X.java:9: warning: [rawtypes] found raw type: List
07:02:12   void m4() { Collection c = null; List l = (List<?>)c; } // ok
07:02:12                                    ^
07:02:12   missing type arguments for generic class List<E>
07:02:12   where E is a type-variable:
07:02:12     E extends Object declared in interface List
07:02:12 X.java:10: warning: [rawtypes] found raw type: List
07:02:12   void m5() { List c = null; List l = (Collection<X>)c; } // type mismatch
07:02:12               ^
07:02:12   missing type arguments for generic class List<E>
07:02:12   where E is a type-variable:
07:02:12     E extends Object declared in interface List
07:02:12 X.java:10: warning: [rawtypes] found raw type: List
07:02:12   void m5() { List c = null; List l = (Collection<X>)c; } // type mismatch
07:02:12                              ^
07:02:12   missing type arguments for generic class List<E>
07:02:12   where E is a type-variable:
07:02:12     E extends Object declared in interface List
07:02:12 X.java:10: warning: [unchecked] unchecked cast
07:02:12   void m5() { List c = null; List l = (Collection<X>)c; } // type mismatch
07:02:12                                                      ^
07:02:12   required: Collection<X>
07:02:12   found:    List
07:02:12 X.java:10: error: incompatible types: Collection<X> cannot be converted to List
07:02:12   void m5() { List c = null; List l = (Collection<X>)c; } // type mismatch
07:02:12                                       ^
07:02:12 X.java:11: warning: [rawtypes] found raw type: List
07:02:12 
07:02:12   void m6() { List c = null; List l = (Collection<?>)c; } // type mismatch
07:02:12 
07:02:12               ^
07:02:12   missing type arguments for generic class List<E>
07:02:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:12   where E is a type-variable:
07:02:12     E extends Object declared in interface List
07:02:12 X.java:11: warning: [rawtypes] found raw type: List
07:02:12   void m6() { List c = null; List l = (Collection<?>)c; } // type mismatch
07:02:12                              ^
07:02:12   missing type arguments for generic class List<E>
07:02:12   where E is a type-variable:
07:02:12     E extends Object declared in interface List
07:02:12 X.java:11: error: incompatible types: Collection<CAP#1> cannot be converted to List
07:02:12   void m6() { List c = null; List l = (Collection<?>)c; } // type mismatch
07:02:12                                       ^
07:02:12   where CAP#1 is a fresh type-variable:
07:02:12     CAP#1 extends Object from capture of ?
07:02:12 3 errors
07:02:12 14 warnings
07:02:12 
07:02:13 --- javac err: ---
07:02:13 X.java:3: warning: [rawtypes] found raw type: ArrayList
07:02:13  	List<?> list = new ArrayList();
07:02:13  	                   ^
07:02:13   missing type arguments for generic class ArrayList<E>
07:02:13   where E is a type-variable:
07:02:13     E extends Object declared in class ArrayList
07:02:13 1 warning
07:02:13 
07:02:13 
07:02:13 
07:02:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:15 
07:02:15 
07:02:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:15 --- javac err: ---
07:02:15 X.java:8: error: incompatible types: List<CAP#1> cannot be converted to List<? extends Integer>
07:02:15 		li= ln;
07:02:15 		    ^
07:02:15   where CAP#1 is a fresh type-variable:
07:02:15     CAP#1 extends Number from capture of ? extends Number
07:02:15 1 error
07:02:15 
07:02:15 
07:02:15 
07:02:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:16 --- javac err: ---
07:02:16 X.java:3: error: generic array creation
07:02:16 	 Object x2= new X<? super String>[0];	 
07:02:16 	            ^
07:02:16 X.java:4: error: generic array creation
07:02:16 	 Object x3= new X<? extends Thread>[0];	 
07:02:16 	            ^
07:02:16 2 errors
07:02:16 
07:02:16 
07:02:16 
07:02:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:17 --- javac err: ---
07:02:17 X.java:12: warning: [rawtypes] found raw type: Container
07:02:17 	    Container x=param;
07:02:17 	    ^
07:02:17   missing type arguments for generic class Container<T>
07:02:17   where T is a type-variable:
07:02:17     T extends Object declared in class Container
07:02:17 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
07:02:17 	    x.setVal("BAD");
07:02:17 	            ^
07:02:17   where T is a type-variable:
07:02:17     T extends Object declared in class Container
07:02:17 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
07:02:17 	    cont.setVal(new Integer(0));
07:02:17 	                ^
07:02:17 3 warnings
07:02:17 
07:02:18 
07:02:18 
07:02:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:19 --- javac err: ---
07:02:19 X.java:12: warning: [rawtypes] found raw type: Container
07:02:19 	    Container x=param;
07:02:19 	    ^
07:02:19   missing type arguments for generic class Container<T>
07:02:19   where T is a type-variable:
07:02:19     T extends Object declared in class Container
07:02:19 X.java:13: warning: [deprecation] Long(long) in Long has been deprecated
07:02:19 	    x.setVal(new Long(0));
07:02:19 	             ^
07:02:19 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
07:02:19 	    x.setVal(new Long(0));
07:02:19 	            ^
07:02:19   where T is a type-variable:
07:02:19     T extends Object declared in class Container
07:02:19 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
07:02:19 	    cont.setVal(new Integer(0));
07:02:19 	                ^
07:02:19 4 warnings
07:02:19 
07:02:19 
07:02:19 
07:02:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:20 --- javac err: ---
07:02:20 X.java:12: warning: [rawtypes] found raw type: Container
07:02:20 	    Container x=param;
07:02:20 	    ^
07:02:20   missing type arguments for generic class Container<T>
07:02:20   where T is a type-variable:
07:02:20     T extends Object declared in class Container
07:02:20 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
07:02:20 	    x.setVal("BAD");
07:02:20 	            ^
07:02:20   where T is a type-variable:
07:02:20     T extends Object declared in class Container
07:02:20 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
07:02:20 	    cont.setVal(new Integer(0));
07:02:20 	                ^
07:02:20 3 warnings
07:02:20 
07:02:20 
07:02:20 
07:02:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:21 --- javac err: ---
07:02:21 X.java:12: warning: [rawtypes] found raw type: Container
07:02:21 	    Container x=param;
07:02:21 	    ^
07:02:21   missing type arguments for generic class Container<T>
07:02:21   where T is a type-variable:
07:02:21     T extends Object declared in class Container
07:02:21 X.java:13: warning: [deprecation] Long(long) in Long has been deprecated
07:02:21 	    x.setVal(new Long(0));
07:02:21 	             ^
07:02:21 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
07:02:21 	    x.setVal(new Long(0));
07:02:21 	            ^
07:02:21   where T is a type-variable:
07:02:21     T extends Object declared in class Container
07:02:21 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
07:02:21 	    cont.setVal(new Integer(0));
07:02:21 	                ^
07:02:21 4 warnings
07:02:21 
07:02:21 
07:02:21 
07:02:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:22 --- javac err: ---
07:02:22 X.java:12: warning: [rawtypes] found raw type: Container
07:02:22 	    Container x=param;
07:02:22 	    ^
07:02:22   missing type arguments for generic class Container<T>
07:02:22   where T is a type-variable:
07:02:22     T extends Object declared in class Container
07:02:22 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
07:02:22 	    x.setVal("BAD");
07:02:22 	            ^
07:02:22   where T is a type-variable:
07:02:22     T extends Object declared in class Container
07:02:22 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
07:02:22 	    cont.setVal(new Integer(0));
07:02:22 	                ^
07:02:22 3 warnings
07:02:22 
07:02:22 
07:02:22 
07:02:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:23 --- javac err: ---
07:02:23 X.java:12: warning: [rawtypes] found raw type: Container
07:02:23 	    Container x=param;
07:02:23 	    ^
07:02:23   missing type arguments for generic class Container<T>
07:02:23   where T is a type-variable:
07:02:23     T extends Object declared in class Container
07:02:23 X.java:13: warning: [deprecation] Long(long) in Long has been deprecated
07:02:23 	    x.setVal(new Long(0));
07:02:23 	             ^
07:02:23 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
07:02:23 	    x.setVal(new Long(0));
07:02:23 	            ^
07:02:23   where T is a type-variable:
07:02:23     T extends Object declared in class Container
07:02:23 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
07:02:23 	    cont.setVal(new Integer(0));
07:02:23 	                ^
07:02:23 4 warnings
07:02:23 
07:02:23 
07:02:23 
07:02:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:24 --- javac err: ---
07:02:24 X.java:13: warning: [rawtypes] found raw type: Container
07:02:24 	    Container x=param;
07:02:24 	    ^
07:02:24   missing type arguments for generic class Container<T>
07:02:24   where T is a type-variable:
07:02:24     T extends Object declared in class Container
07:02:24 X.java:14: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
07:02:24 	    x.setVal("BAD");
07:02:24 	            ^
07:02:24   where T is a type-variable:
07:02:24     T extends Object declared in class Container
07:02:24 X.java:19: warning: [deprecation] Integer(int) in Integer has been deprecated
07:02:24 	    cont.next.setVal(new Integer(0));
07:02:24 	                     ^
07:02:24 3 warnings
07:02:24 
07:02:24 
07:02:24 
07:02:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:25 --- javac err: ---
07:02:25 X.java:13: warning: [rawtypes] found raw type: Container
07:02:25 	    Container x=param;
07:02:25 	    ^
07:02:25   missing type arguments for generic class Container<T>
07:02:25   where T is a type-variable:
07:02:25     T extends Object declared in class Container
07:02:25 X.java:14: warning: [deprecation] Long(long) in Long has been deprecated
07:02:25 	    x.setVal(new Long(0));
07:02:25 	             ^
07:02:25 X.java:14: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
07:02:25 	    x.setVal(new Long(0));
07:02:25 	            ^
07:02:25   where T is a type-variable:
07:02:25     T extends Object declared in class Container
07:02:25 X.java:19: warning: [deprecation] Integer(int) in Integer has been deprecated
07:02:25 	    cont.next.setVal(new Integer(0));
07:02:25 	                     ^
07:02:25 4 warnings
07:02:25 
07:02:25 
07:02:25 
07:02:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:26 --- javac err: ---
07:02:26 X.java:7: error: cannot assign a value to final variable length
07:02:26         if(elements.length = 3) {
07:02:26                    ^
07:02:26 X.java:7: error: incompatible types: int cannot be converted to boolean
07:02:26         if(elements.length = 3) {
07:02:26                            ^
07:02:26 2 errors
07:02:26 
07:02:26 
07:02:26 
07:02:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:27 --- javac err: ---
07:02:27 X.java:4: warning: [rawtypes] found raw type: Class
07:02:27     private static final Map<String, Class> classes = new HashMap<String, Class>();
07:02:27                                      ^
07:02:27   missing type arguments for generic class Class<T>
07:02:27   where T is a type-variable:
07:02:27     T extends Object declared in class Class
07:02:27 X.java:4: warning: [rawtypes] found raw type: Class
07:02:27     private static final Map<String, Class> classes = new HashMap<String, Class>();
07:02:27                                                                           ^
07:02:27   missing type arguments for generic class Class<T>
07:02:27   where T is a type-variable:
07:02:27     T extends Object declared in class Class
07:02:27 X.java:8: warning: [deprecation] newInstance() in Class has been deprecated
07:02:27         Object o = clazz.newInstance();
07:02:27                         ^
07:02:27   where T is a type-variable:
07:02:27     T extends Object declared in class Class
07:02:27 3 warnings
07:02:27 
07:02:27 
07:02:27 
07:02:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:28 --- javac err: ---
07:02:28 X.java:9: warning: [unchecked] unchecked cast
07:02:28         final Class<? extends String> clazz2 = (Class<? extends String>) classes.get("test");
07:02:28                                                                                     ^
07:02:28   required: Class<? extends String>
07:02:28   found:    Class
07:02:28 X.java:10: warning: [unchecked] unchecked cast
07:02:28         final Class<String> clazz3 = (Class<String>) classes.get("test");
07:02:28                                                                 ^
07:02:28   required: Class<String>
07:02:28   found:    Class
07:02:28 X.java:11: warning: [deprecation] newInstance() in Class has been deprecated
07:02:28         Object o = clazz.newInstance();
07:02:28                         ^
07:02:28   where T is a type-variable:
07:02:28     T extends Object declared in class Class
07:02:28 3 warnings
07:02:28 
07:02:28 
07:02:28 
07:02:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:30 --- javac err: ---
07:02:30 SubTypes.java:6: error: method foo() is already defined in class B
07:02:30     @Override public B foo() { return this; }
07:02:30                        ^
07:02:30 SubTypes.java:9: error: foo() in C cannot override foo() in A
07:02:30     @Override public X foo() { return new X(); }
07:02:30                        ^
07:02:30   return type X is not compatible with A
07:02:30 2 errors
07:02:30 
07:02:30 
07:02:30 
07:02:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:31 --- javac err: ---
07:02:31 X.java:7: warning: [rawtypes] found raw type: X
07:02:31 		X rx = new X();
07:02:31 		^
07:02:31   missing type arguments for generic class X<T>
07:02:31   where T is a type-variable:
07:02:31     T extends Object declared in class X
07:02:31 X.java:7: warning: [rawtypes] found raw type: X
07:02:31 		X rx = new X();
07:02:31 		           ^
07:02:31   missing type arguments for generic class X<T>
07:02:31   where T is a type-variable:
07:02:31     T extends Object declared in class X
07:02:31 X.java:8: warning: [unchecked] unchecked call to <G>foo(G) as a member of the raw type X
07:02:31 		rx.foo("hello");
07:02:31 		      ^
07:02:31   where G,T are type-variables:
07:02:31     G extends Object declared in method <G>foo(G)
07:02:31     T extends Object declared in class X
07:02:31 3 warnings
07:02:31 
07:02:31 
07:02:31 
07:02:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:32 --- javac err: ---
07:02:32 X.java:6: error: cannot find symbol
07:02:32         	return zork;
07:02:32         	       ^
07:02:32   symbol:   variable zork
07:02:32   location: class X<T>
07:02:32   where T is a type-variable:
07:02:32     T extends Object declared in class X
07:02:32 X.java:10: warning: [rawtypes] found raw type: X
07:02:32                 X rx = new X();
07:02:32                 ^
07:02:32   missing type arguments for generic class X<T>
07:02:32   where T is a type-variable:
07:02:32     T extends Object declared in class X
07:02:32 X.java:10: warning: [rawtypes] found raw type: X
07:02:32                 X rx = new X();
07:02:32                            ^
07:02:32   missing type arguments for generic class X<T>
07:02:32   where T is a type-variable:
07:02:32     T extends Object declared in class X
07:02:32 X.java:11: warning: [unchecked] unchecked call to <G>foo(G) as a member of the raw type X
07:02:32                 rx.<String>foo("hello"); // Eclipse error here
07:02:32                               ^
07:02:32   where G,T are type-variables:
07:02:32     G extends Object declared in method <G>foo(G)
07:02:32     T extends Object declared in class X
07:02:32 X.java:12: warning: [unchecked] unchecked call to bar(T) as a member of the raw type X
07:02:32                 rx.<String>bar("hello"); // Eclipse error here
07:02:32                               ^
07:02:32   where T is a type-variable:
07:02:32     T extends Object declared in class X
07:02:32 1 error
07:02:32 4 warnings
07:02:32 
07:02:32 
07:02:32 
07:02:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:33 --- javac err: ---
07:02:33 X.java:5: warning: [rawtypes] found raw type: Class
07:02:33       MX<Class<? extends Object>> mx2 = new MX<Class>();
07:02:33                                                ^
07:02:33   missing type arguments for generic class Class<T>
07:02:33   where T is a type-variable:
07:02:33     T extends Object declared in class Class
07:02:33 X.java:5: error: incompatible types: X.MX<Class> cannot be converted to X.MX<Class<? extends Object>>
07:02:33       MX<Class<? extends Object>> mx2 = new MX<Class>();
07:02:33                                         ^
07:02:33 1 error
07:02:33 1 warning
07:02:33 
07:02:33 
07:02:33 
07:02:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:34 --- javac err: ---
07:02:34 X.java:3: warning: [rawtypes] found raw type: Class
07:02:34       MX<Class<? extends Object>> mx2 = new MX<Class>(); // wrong
07:02:34                                                ^
07:02:34   missing type arguments for generic class Class<T>
07:02:34   where T is a type-variable:
07:02:34     T extends Object declared in class Class
07:02:34 X.java:3: error: incompatible types: MX<Class> cannot be converted to MX<Class<? extends Object>>
07:02:34       MX<Class<? extends Object>> mx2 = new MX<Class>(); // wrong
07:02:34                                         ^
07:02:34 X.java:4: error: incompatible types: MX<Class<? extends String>> cannot be converted to MX<Class<? extends Object>>
07:02:34       MX<Class<? extends Object>> mx3 = new MX<Class<? extends String>>(); // wrong
07:02:34                                         ^
07:02:34 X.java:5: error: incompatible types: MX<Class<String>> cannot be converted to MX<Class<? extends Object>>
07:02:34       MX<Class<? extends Object>> mx4 = new MX<Class<String>>(); // wrong
07:02:34                                         ^
07:02:34 X.java:6: warning: [rawtypes] found raw type: Class
07:02:34       MX<? extends Class> mx5 = new MX<Class>(); // ok
07:02:34                    ^
07:02:34   missing type arguments for generic class Class<T>
07:02:34   where T is a type-variable:
07:02:34     T extends Object declared in class Class
07:02:34 X.java:6: warning: [rawtypes] found raw type: Class
07:02:34       MX<? extends Class> mx5 = new MX<Class>(); // ok
07:02:34                                        ^
07:02:34   missing type arguments for generic class Class<T>
07:02:34   where T is a type-variable:
07:02:34     T extends Object declared in class Class
07:02:34 X.java:7: warning: [rawtypes] found raw type: Class
07:02:34       MX<? super Class> mx6 = new MX<Class>(); // ok
07:02:34                  ^
07:02:34   missing type arguments for generic class Class<T>
07:02:34   where T is a type-variable:
07:02:34     T extends Object declared in class Class
07:02:34 X.java:7: warning: [rawtypes] found raw type: Class
07:02:34       MX<? super Class> mx6 = new MX<Class>(); // ok
07:02:34                                      ^
07:02:34   missing type arguments for generic class Class<T>
07:02:34   where T is a type-variable:
07:02:34     T extends Object declared in class Class
07:02:34 X.java:8: warning: [rawtypes] found raw type: Class
07:02:34       MX<Class<? extends Class>> mx7 = new MX<Class<Class>>(); // wrong
07:02:34                          ^
07:02:34   missing type arguments for generic class Class<T>
07:02:34   where T is a type-variable:
07:02:34     T extends Object declared in class Class
07:02:34 X.java:8: warning: [rawtypes] found raw type: Class
07:02:34       MX<Class<? extends Class>> mx7 = new MX<Class<Class>>(); // wrong
07:02:34                                                     ^
07:02:34   missing type arguments for generic class Class<T>
07:02:34   where T is a type-variable:
07:02:34     T extends Object declared in class Class
07:02:34 X.java:8: error: incompatible types: MX<Class<Class>> cannot be converted to MX<Class<? extends Class>>
07:02:34       MX<Class<? extends Class>> mx7 = new MX<Class<Class>>(); // wrong
07:02:34                                        ^
07:02:34 X.java:9: warning: [rawtypes] found raw type: Class
07:02:34       MX<MX<? extends Class>> mx8 = new MX<MX<Class>>(); // wrong
07:02:34                       ^
07:02:34   missing type arguments for generic class Class<T>
07:02:34 
07:02:34   where T is a type-variable:
07:02:34 
07:02:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:34     T extends Object declared in class Class
07:02:34 X.java:9: warning: [rawtypes] found raw type: Class
07:02:34       MX<MX<? extends Class>> mx8 = new MX<MX<Class>>(); // wrong
07:02:34                                               ^
07:02:34   missing type arguments for generic class Class<T>
07:02:34   where T is a type-variable:
07:02:34     T extends Object declared in class Class
07:02:34 X.java:9: error: incompatible types: MX<MX<Class>> cannot be converted to MX<MX<? extends Class>>
07:02:34       MX<MX<? extends Class>> mx8 = new MX<MX<Class>>(); // wrong
07:02:34                                     ^
07:02:34 5 errors
07:02:34 9 warnings
07:02:34 
07:02:35 --- javac err: ---
07:02:35 X.java:2: error: unexpected type
07:02:35 public class X<T> extends Vector<? super X<int[]>>{}
07:02:35                           ^
07:02:35   required: class or interface without bounds
07:02:35   found:    ? super X<int[]>
07:02:35 1 error
07:02:35 
07:02:35 
07:02:35 
07:02:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:36 --- javac err: ---
07:02:36 X.java:2: error: unexpected type
07:02:36 public class X<T> implements List<? super X<int[]>>{}
07:02:36                              ^
07:02:36   required: class or interface without bounds
07:02:36   found:    ? super X<int[]>
07:02:36 1 error
07:02:36 
07:02:36 
07:02:36 
07:02:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:37 
07:02:37 
07:02:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:37 --- javac err: ---
07:02:37 X.java:7: error: incompatible types: CAP#1 cannot be converted to A
07:02:37         return clazz.newInstance(); // ? extends Object
07:02:37                                 ^
07:02:37   where CAP#1 is a fresh type-variable:
07:02:37     CAP#1 extends Object from capture of ? extends Object
07:02:37 1 error
07:02:37 
07:02:37 
07:02:37 
07:02:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:38 --- javac err: ---
07:02:38 X.java:4: error: cannot find symbol
07:02:38 		Set<X> channel = channels.get(0);
07:02:38 		                 ^
07:02:38   symbol:   variable channels
07:02:38   location: class X
07:02:38 X.java:7: warning: [unchecked] unchecked cast
07:02:38 	        element = (Set<X>) iter.next();
07:02:38 	                                    ^
07:02:38   required: Set<X>
07:02:38   found:    X
07:02:38 1 error
07:02:38 1 warning
07:02:38 
07:02:38 
07:02:38 
07:02:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:39 --- javac err: ---
07:02:39 X.java:6: warning: [unchecked] unchecked cast
07:02:39         List<Number> x2= (List<Number>)ls;//unsafe
07:02:39                                        ^
07:02:39   required: List<Number>
07:02:39   found:    List<CAP#1>
07:02:39   where CAP#1 is a fresh type-variable:
07:02:39     CAP#1 extends Number from capture of ? extends Number
07:02:39 X.java:11: error: incompatible types: List<CAP#1> cannot be converted to List<Number>
07:02:39         List<Number> ls2 = (List<? extends Number>)ls;
07:02:39                            ^
07:02:39   where CAP#1 is a fresh type-variable:
07:02:39     CAP#1 extends Number from capture of ? extends Number
07:02:39 1 error
07:02:39 1 warning
07:02:39 
07:02:39 
07:02:39 
07:02:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:41 
07:02:41 
07:02:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:41 --- javac err: ---
07:02:41 X.java:1: error: a generic class may not extend java.lang.Throwable
07:02:41 public class X<T, U> extends Throwable {
07:02:41                              ^
07:02:41 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
07:02:41 public class X<T, U> extends Throwable {
07:02:41        ^
07:02:41 1 error
07:02:41 1 warning
07:02:41 
07:02:41 
07:02:41 
07:02:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:43 --- javac err: ---
07:02:43 X.java:5: error: type argument X is not within bounds of type-variable E
07:02:43 		Enum<X> ex = null;
07:02:43 		     ^
07:02:43   where E is a type-variable:
07:02:43     E extends Enum<E> declared in class Enum
07:02:43 1 error
07:02:43 
07:02:43 
07:02:43 
07:02:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:44 --- javac err: ---
07:02:44 X.java:4: error: unexpected type
07:02:44 class Y<T> extends T {}
07:02:44                    ^
07:02:44   required: class
07:02:44   found:    type parameter T
07:02:44   where T is a type-variable:
07:02:44     T declared in class Y
07:02:44 X.java:6: error: unexpected type
07:02:44     class M extends T {}
07:02:44                     ^
07:02:44   required: class
07:02:44   found:    type parameter T
07:02:44   where T is a type-variable:
07:02:44     T extends Object declared in class Z
07:02:44 2 errors
07:02:44 
07:02:44 
07:02:44 
07:02:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:45 
07:02:45 
07:02:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:46 
07:02:46 
07:02:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:47 
07:02:47 
07:02:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:48 --- javac err: ---
07:02:48 X.java:3: error: incompatible types: X<String> cannot be converted to X<Integer>
07:02:48 		X<Integer> xi = (X<Integer>) new X<String>();
07:02:48 		                             ^
07:02:48 1 error
07:02:48 
07:02:48 
07:02:48 
07:02:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:48 --- javac err: ---
07:02:48 X.java:3: warning: [unchecked] unchecked cast
07:02:48 		X<E,String> xe = (X<E,String>) new X<String,String>();
07:02:48 		                               ^
07:02:48   required: X<E,String>
07:02:48   found:    X<String,String>
07:02:48   where E is a type-variable:
07:02:48     E extends Object declared in class X
07:02:48 1 warning
07:02:48 
07:02:48 
07:02:48 
07:02:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:49 --- javac err: ---
07:02:49 X.java:3: warning: [unchecked] unchecked cast
07:02:49 		XC<E,String> xe = (XC<E,String>) new X<String,String>();
07:02:49 		                                 ^
07:02:49   required: XC<E,String>
07:02:49   found:    X<String,String>
07:02:49   where E is a type-variable:
07:02:49     E extends Object declared in class X
07:02:49 1 warning
07:02:49 
07:02:49 
07:02:49 
07:02:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:50 --- javac err: ---
07:02:50 X.java:3: error: incompatible types: X<String,Integer> cannot be converted to XC<E,String>
07:02:50 		XC<E,String> xe = (XC<E,String>) new X<String,Integer>();
07:02:50 		                                 ^
07:02:50   where E is a type-variable:
07:02:50     E extends Object declared in class X
07:02:50 1 error
07:02:50 
07:02:50 
07:02:50 
07:02:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:51 --- javac err: ---
07:02:51 X.java:3: warning: [unchecked] unchecked cast
07:02:51 			XC<U> xcu = (XC<U>) new X<E>();
07:02:51 			                    ^
07:02:51   required: XC<U>
07:02:51   found:    X<E>
07:02:51   where E,U are type-variables:
07:02:51     E extends Object declared in class X
07:02:51     U extends Object declared in method <U>foo()
07:02:51 X.java:4: error: incompatible types: XC<CAP#1> cannot be converted to XC<U>
07:02:51 			XC<U> xcu1 = (XC<?>) new X<E>();			
07:02:51 			             ^
07:02:51   where U is a type-variable:
07:02:51     U extends Object declared in method <U>foo()
07:02:51   where CAP#1 is a fresh type-variable:
07:02:51     CAP#1 extends Object from capture of ?
07:02:51 X.java:5: warning: [rawtypes] found raw type: X
07:02:51 			XC<?> xcu2 = (XC<? extends X>) new X<E>();						
07:02:51 			                           ^
07:02:51   missing type arguments for generic class X<E>
07:02:51   where E is a type-variable:
07:02:51     E extends Object declared in class X
07:02:51 X.java:5: warning: [unchecked] unchecked cast
07:02:51 			XC<?> xcu2 = (XC<? extends X>) new X<E>();						
07:02:51 			                               ^
07:02:51   required: XC<? extends X>
07:02:51   found:    X<E>
07:02:51   where E is a type-variable:
07:02:51     E extends Object declared in class X
07:02:51 1 error
07:02:51 3 warnings
07:02:51 
07:02:51 
07:02:51 
07:02:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:52 
07:02:52 
07:02:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:53 
07:02:53 
07:02:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:54 --- javac err: ---
07:02:54 X.java:3: warning: [rawtypes] found raw type: X
07:02:54 	X[] foo() {
07:02:54 	^
07:02:54   missing type arguments for generic class X<T>
07:02:54   where T is a type-variable:
07:02:54     T extends Object declared in class X
07:02:54 X.java:4: warning: [rawtypes] found raw type: X
07:02:54 		ArrayList<X> list = new ArrayList();
07:02:54 		          ^
07:02:54   missing type arguments for generic class X<T>
07:02:54   where T is a type-variable:
07:02:54     T extends Object declared in class X
07:02:54 X.java:4: warning: [rawtypes] found raw type: ArrayList
07:02:54 		ArrayList<X> list = new ArrayList();
07:02:54 		                        ^
07:02:54   missing type arguments for generic class ArrayList<E>
07:02:54   where E is a type-variable:
07:02:54     E extends Object declared in class ArrayList
07:02:54 X.java:4: warning: [unchecked] unchecked conversion
07:02:54 		ArrayList<X> list = new ArrayList();
07:02:54 		                    ^
07:02:54   required: ArrayList<X>
07:02:54   found:    ArrayList
07:02:54 X.java:5: warning: [rawtypes] found raw type: X
07:02:54 		return list.toArray(new X[list.size()]);
07:02:54 		                        ^
07:02:54   missing type arguments for generic class X<T>
07:02:54   where T is a type-variable:
07:02:54     T extends Object declared in class X
07:02:54 5 warnings
07:02:54 
07:02:54 
07:02:54 
07:02:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:56 
07:02:56 
07:02:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:57 --- javac err: ---
07:02:57 X.java:10: error: incompatible types: XZ cannot be converted to XY
07:02:57         XY y = (XY) new XZ();
07:02:57                     ^
07:02:57 1 error
07:02:57 
07:02:57 
07:02:57 
07:02:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:58 
07:02:58 
07:02:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:02:59 
07:02:59 
07:02:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:00 
07:03:00 
07:03:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:01 --- javac err: ---
07:03:01 X.java:3: warning: [rawtypes] found raw type: List
07:03:01     public List useList(List l) {
07:03:01                         ^
07:03:01   missing type arguments for generic class List<E>
07:03:01   where E is a type-variable:
07:03:01     E extends Object declared in interface List
07:03:01 X.java:3: warning: [rawtypes] found raw type: List
07:03:01     public List useList(List l) {
07:03:01            ^
07:03:01   missing type arguments for generic class List<E>
07:03:01   where E is a type-variable:
07:03:01     E extends Object declared in interface List
07:03:01 X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:03:01         l.add("asdf");
07:03:01              ^
07:03:01   where E is a type-variable:
07:03:01     E extends Object declared in interface List
07:03:01 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
07:03:01     public List<String> useList(List<String> l) {
07:03:01                         ^
07:03:01 1 error
07:03:01 3 warnings
07:03:01 
07:03:01 
07:03:01 
07:03:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:02 --- javac err: ---
07:03:02 X.java:9: warning: [unchecked] useList(List) in Y overrides useList(List<String>) in X
07:03:02     public List useList(List l) {
07:03:02                 ^
07:03:02   return type requires unchecked conversion from List to List<String>
07:03:02 X.java:9: warning: [rawtypes] found raw type: List
07:03:02     public List useList(List l) {
07:03:02                         ^
07:03:02   missing type arguments for generic class List<E>
07:03:02   where E is a type-variable:
07:03:02     E extends Object declared in interface List
07:03:02 X.java:9: warning: [rawtypes] found raw type: List
07:03:02     public List useList(List l) {
07:03:02            ^
07:03:02   missing type arguments for generic class List<E>
07:03:02   where E is a type-variable:
07:03:02     E extends Object declared in interface List
07:03:02 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:03:02         l.add("asdf");
07:03:02              ^
07:03:02   where E is a type-variable:
07:03:02     E extends Object declared in interface List
07:03:02 4 warnings
07:03:02 
07:03:02 
07:03:02 
07:03:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:03 --- javac err: ---
07:03:03 X.java:3: warning: [rawtypes] found raw type: List
07:03:03     public void useList(List l) {}
07:03:03                         ^
07:03:03   missing type arguments for generic class List<E>
07:03:03   where E is a type-variable:
07:03:03     E extends Object declared in interface List
07:03:03 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
07:03:03     public void useList(List<String> l) {
07:03:03                 ^
07:03:03 1 error
07:03:03 1 warning
07:03:03 
07:03:03 
07:03:03 
07:03:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:04 --- javac err: ---
07:03:04 X.java:6: warning: [rawtypes] found raw type: List
07:03:04     public void useList(List l) {
07:03:04                         ^
07:03:04   missing type arguments for generic class List<E>
07:03:04   where E is a type-variable:
07:03:04     E extends Object declared in interface List
07:03:04 X.java:7: warning: [unchecked] unchecked method invocation: method useList in class X is applied to given types
07:03:04 		super.useList(l);
07:03:04 		             ^
07:03:04   required: List<String>
07:03:04   found: List
07:03:04 X.java:7: warning: [unchecked] unchecked conversion
07:03:04 		super.useList(l);
07:03:04 		              ^
07:03:04   required: List<String>
07:03:04   found:    List
07:03:04 3 warnings
07:03:04 
07:03:04 
07:03:04 
07:03:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:05 --- javac err: ---
07:03:05 X.java:8: warning: [rawtypes] found raw type: Class
07:03:05 	public Class getDeclaringClass();
07:03:05 	       ^
07:03:05   missing type arguments for generic class Class<T>
07:03:05   where T is a type-variable:
07:03:05     T extends Object declared in class Class
07:03:05 1 warning
07:03:05 
07:03:05 
07:03:05 
07:03:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:06 --- javac err: ---
07:03:06 X.java:2: warning: [unchecked] getSomething() in X implements getSomething() in ISomething
07:03:06     public Class getSomething() { return null; }
07:03:06                  ^
07:03:06   return type requires unchecked conversion from Class to Class<? extends Y>
07:03:06 X.java:2: warning: [rawtypes] found raw type: Class
07:03:06     public Class getSomething() { return null; }
07:03:06            ^
07:03:06   missing type arguments for generic class Class<T>
07:03:06   where T is a type-variable:
07:03:06     T extends Object declared in class Class
07:03:06 2 warnings
07:03:06 
07:03:06 
07:03:06 
07:03:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:08 
07:03:08 
07:03:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:09 --- javac err: ---
07:03:09 X.java:1: error: type argument T2 is not within bounds of type-variable T3
07:03:09 interface X<T1 extends Y<T2>, T2 extends Z> {}
07:03:09                          ^
07:03:09   where T2,T3 are type-variables:
07:03:09     T2 extends Z declared in interface X
07:03:09     T3 extends Comparable declared in interface Y
07:03:09 X.java:2: warning: [rawtypes] found raw type: Comparable
07:03:09 interface Y<T3 extends Comparable> {}
07:03:09                        ^
07:03:09   missing type arguments for generic class Comparable<T>
07:03:09   where T is a type-variable:
07:03:09     T extends Object declared in interface Comparable
07:03:09 1 error
07:03:09 1 warning
07:03:09 
07:03:09 
07:03:09 
07:03:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:11 
07:03:11 
07:03:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:12 --- javac err: ---
07:03:12 X.java:1: error: cannot find symbol
07:03:12 public class X extends Y.Missing<String> {}
07:03:12                         ^
07:03:12   symbol:   class Missing
07:03:12   location: class Y
07:03:12 1 error
07:03:12 
07:03:13 --- javac err: ---
07:03:13 p1/X.java:2: error: cannot find symbol
07:03:13 public class X extends Y.Missing<String> {}
07:03:13                         ^
07:03:13   symbol:   class Missing
07:03:13   location: class Y
07:03:13 1 error
07:03:13 
07:03:13 
07:03:13 
07:03:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:15 
07:03:15 
07:03:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:16 --- javac err: ---
07:03:16 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
07:03:16     array1[0] = new Integer(17);
07:03:16                 ^
07:03:16 X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
07:03:16     array1[1] = new Integer(42);
07:03:16                 ^
07:03:16 2 warnings
07:03:16 
07:03:16 
07:03:16 
07:03:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:17 
07:03:17 
07:03:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:18 --- javac err: ---
07:03:18 X.java:11: error: improperly formed type, type arguments given on a raw type
07:03:18 		X.A.B<String> bs;
07:03:18 		     ^
07:03:18 1 error
07:03:18 
07:03:18 
07:03:18 
07:03:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:19 
07:03:19 
07:03:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:20 --- javac err: ---
07:03:20 X.java:11: error: improperly formed type, type arguments given on a raw type
07:03:20 		X<String>.A.B<String> bs;
07:03:20 		             ^
07:03:20 X.java:11: error: improperly formed type, some parameters are missing
07:03:20 		X<String>.A.B<String> bs;
07:03:20 		         ^
07:03:20 2 errors
07:03:20 
07:03:20 
07:03:20 
07:03:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:21 --- javac err: ---
07:03:21 X.java:11: error: improperly formed type, type arguments given on a raw type
07:03:21 		X<String>.A.B<String> bs;
07:03:21 		             ^
07:03:21 X.java:11: error: cannot select a static class from a parameterized type
07:03:21 		X<String>.A.B<String> bs;
07:03:21 		         ^
07:03:21 2 errors
07:03:21 
07:03:21 
07:03:21 
07:03:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:21 --- javac err: ---
07:03:21 X.java:1: warning: [rawtypes] found raw type: Iterable
07:03:21 public class X <T extends Iterable>{
07:03:21                           ^
07:03:21   missing type arguments for generic class Iterable<T>
07:03:21   where T is a type-variable:
07:03:21     T extends Object declared in interface Iterable
07:03:21 X.java:2: warning: [rawtypes] found raw type: Iterable
07:03:21 	class MX<U extends Iterable> {
07:03:21 	                   ^
07:03:21   missing type arguments for generic class Iterable<T>
07:03:21   where T is a type-variable:
07:03:21     T extends Object declared in interface Iterable
07:03:21 X.java:5: error: type argument Object is not within bounds of type-variable U
07:03:21 class SX extends X<Thread>.MX<Object> {
07:03:21                               ^
07:03:21   where U is a type-variable:
07:03:21     U extends Iterable declared in class X.MX
07:03:21 X.java:5: error: type argument Thread is not within bounds of type-variable T
07:03:21 class SX extends X<Thread>.MX<Object> {
07:03:21                    ^
07:03:21   where T is a type-variable:
07:03:21     T extends Iterable declared in class X
07:03:21 X.java:6: warning: [rawtypes] found raw type: X
07:03:21 	SX(X x){
07:03:21 	   ^
07:03:21   missing type arguments for generic class X<T>
07:03:21   where T is a type-variable:
07:03:21     T extends Iterable declared in class X
07:03:21 X.java:7: warning: [unchecked] unchecked conversion
07:03:21 		x.super();
07:03:21 		^
07:03:21   required: X<Thread>
07:03:21   found:    X
07:03:21 2 errors
07:03:21 4 warnings
07:03:21 
07:03:21 
07:03:21 
07:03:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:22 
07:03:22 
07:03:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:23 --- javac err: ---
07:03:23 B.java:2: warning: [rawtypes] found raw type: D
07:03:23     public B(X str,D dValue){}
07:03:23                    ^
07:03:23   missing type arguments for generic class D<Y>
07:03:23   where Y is a type-variable:
07:03:23     Y extends Object declared in class D
07:03:23 1 warning
07:03:23 
07:03:24 
07:03:24 
07:03:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:25 --- javac err: ---
07:03:25 B.java:2: warning: [rawtypes] found raw type: D
07:03:25     public B(X str, B<D> dValue){}
07:03:25                       ^
07:03:25   missing type arguments for generic class D<Y>
07:03:25   where Y is a type-variable:
07:03:25     Y extends Object declared in class D
07:03:25 1 warning
07:03:25 
07:03:26 --- javac err: ---
07:03:26 C.java:2: error: incompatible types: B<D<Y>> cannot be converted to B<D>
07:03:26     public B<Z> test(Z zValue,B<D<Y>> yValue){ return new B<Z>(zValue,yValue); }
07:03:26                                                                       ^
07:03:26   where Y is a type-variable:
07:03:26     Y extends Object declared in class C
07:03:26 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:03:26 1 error
07:03:26 
07:03:26 
07:03:26 
07:03:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:27 --- javac err: ---
07:03:27 C.java:4: warning: [rawtypes] found raw type: B
07:03:27 		new B().start().get(new B().start()).get(new B().start());
07:03:27 		    ^
07:03:27   missing type arguments for generic class B<X>
07:03:27   where X is a type-variable:
07:03:27     X extends Object declared in class B
07:03:27 C.java:4: warning: [unchecked] unchecked call to get(B<X>) as a member of the raw type B
07:03:27 		new B().start().get(new B().start()).get(new B().start());
07:03:27 		                   ^
07:03:27   where X is a type-variable:
07:03:27     X extends Object declared in class B
07:03:27 C.java:4: warning: [rawtypes] found raw type: B
07:03:27 		new B().start().get(new B().start()).get(new B().start());
07:03:27 		                        ^
07:03:27   missing type arguments for generic class B<X>
07:03:27   where X is a type-variable:
07:03:27     X extends Object declared in class B
07:03:27 C.java:4: error: cannot find symbol
07:03:27 		new B().start().get(new B().start()).get(new B().start());
07:03:27 		                                    ^
07:03:27   symbol:   method get(B)
07:03:27   location: class Object
07:03:27 C.java:4: warning: [rawtypes] found raw type: B
07:03:27 		new B().start().get(new B().start()).get(new B().start());
07:03:27 		                                             ^
07:03:27   missing type arguments for generic class B<X>
07:03:27   where X is a type-variable:
07:03:27     X extends Object declared in class B
07:03:27 B.java:3: warning: [rawtypes] found raw type: D
07:03:27 	B<B<D>> start() { return null; }
07:03:27 	    ^
07:03:27   missing type arguments for generic class D<Y>
07:03:27   where Y is a type-variable:
07:03:27     Y extends Object declared in class D
07:03:27 1 error
07:03:27 5 warnings
07:03:27 
07:03:27 
07:03:27 
07:03:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:28 --- javac err: ---
07:03:28 C.java:4: warning: [rawtypes] found raw type: B
07:03:28 		new B().start().get(new B().start()).get(new B().start());
07:03:28 		    ^
07:03:28   missing type arguments for generic class B<X>
07:03:28   where X is a type-variable:
07:03:28     X extends Object declared in class B
07:03:28 C.java:4: warning: [static] static method should be qualified by type name, B, instead of by an expression
07:03:28 		new B().start().get(new B().start()).get(new B().start());
07:03:28 		       ^
07:03:28 C.java:4: warning: [rawtypes] found raw type: B
07:03:28 		new B().start().get(new B().start()).get(new B().start());
07:03:28 		                        ^
07:03:28   missing type arguments for generic class B<X>
07:03:28   where X is a type-variable:
07:03:28     X extends Object declared in class B
07:03:28 C.java:4: warning: [static] static method should be qualified by type name, B, instead of by an expression
07:03:28 		new B().start().get(new B().start()).get(new B().start());
07:03:28 		                           ^
07:03:28 C.java:4: error: incompatible types: B<B<D>> cannot be converted to B<D>
07:03:28 		new B().start().get(new B().start()).get(new B().start());
07:03:28 		                                                      ^
07:03:28 C.java:4: warning: [rawtypes] found raw type: B
07:03:28 		new B().start().get(new B().start()).get(new B().start());
07:03:28 		                                             ^
07:03:28   missing type arguments for generic class B<X>
07:03:28   where X is a type-variable:
07:03:28     X extends Object declared in class B
07:03:28 C.java:4: warning: [static] static method should be qualified by type name, B, instead of by an expression
07:03:28 		new B().start().get(new B().start()).get(new B().start());
07:03:28 		                                                ^
07:03:28 B.java:3: warning: [rawtypes] found raw type: D
07:03:28 	static B<B<D>> start() { return null; }
07:03:28 	           ^
07:03:28   missing type arguments for generic class D<Y>
07:03:28   where Y is a type-variable:
07:03:28     Y extends Object declared in class D
07:03:28 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:03:28 1 error
07:03:28 7 warnings
07:03:28 
07:03:28 
07:03:28 
07:03:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:29 
07:03:29 
07:03:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:30 --- javac err: ---
07:03:30 X.java:5: error: X is not abstract and does not override abstract method putAll(Map<? extends String,? extends V>) in Map
07:03:30 public class X<V> implements Map<String, V> {
07:03:30        ^
07:03:30   where V is a type-variable:
07:03:30     V extends Object declared in class X
07:03:30 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
07:03:30    public void putAll(Map<String, ? extends V> t) { }
07:03:30                ^
07:03:30   where V is a type-variable:
07:03:30     V extends Object declared in class X
07:03:30 2 errors
07:03:30 
07:03:32 --- javac err: ---
07:03:32 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
07:03:32    public void putAll(java.util.Map<? extends String, ? extends V> t) { }
07:03:32                ^
07:03:32   where V,S are type-variables:
07:03:32     V extends Object declared in class X
07:03:32     S extends Object declared in class X
07:03:32 1 error
07:03:32 
07:03:32 
07:03:32 
07:03:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:33 
07:03:33 
07:03:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:34 
07:03:34 
07:03:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:35 --- javac err: ---
07:03:35 X.java:8: error: cannot find symbol
07:03:35 	Zork foo() {
07:03:35 	^
07:03:35   symbol:   class Zork
07:03:35   location: class X
07:03:35 1 error
07:03:35 
07:03:35 
07:03:35 
07:03:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:36 --- javac err: ---
07:03:36 X.java:8: error: incompatible types: String cannot be converted to boolean
07:03:36 		for (Iterator<String> i= l.iterator(); i.next(); ) {
07:03:36 		                                             ^
07:03:36 1 error
07:03:36 
07:03:36 
07:03:36 
07:03:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:38 
07:03:38 
07:03:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:39 --- javac err: ---
07:03:39 X.java:2: warning: [rawtypes] found raw type: X
07:03:39 class Y extends X {}
07:03:39                 ^
07:03:39   missing type arguments for generic class X<T>
07:03:39   where T is a type-variable:
07:03:39     T extends Y declared in class X
07:03:39 1 warning
07:03:39 
07:03:39 
07:03:39 
07:03:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:40 
07:03:40 
07:03:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:41 --- javac err: ---
07:03:41 X.java:9: error: cannot find symbol
07:03:41 class Y extends Zork {
07:03:41                 ^
07:03:41   symbol: class Zork
07:03:41 X.java:6: error: i has private access in X
07:03:41   	public int foo(T t) { return t.i + t.i() + T.M.j; }
07:03:41   	                              ^
07:03:41 X.java:6: error: i() has private access in X
07:03:41   	public int foo(T t) { return t.i + t.i() + T.M.j; }
07:03:41   	                                    ^
07:03:41 X.java:6: error: M has private access in X
07:03:41   	public int foo(T t) { return t.i + t.i() + T.M.j; }
07:03:41   	                                            ^
07:03:41 4 errors
07:03:41 
07:03:41 
07:03:41 
07:03:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:42 
07:03:42 
07:03:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:43 --- javac err: ---
07:03:43 p/Y.java:3: warning: [rawtypes] found raw type: X.Member
07:03:43 	p.X.Member m;
07:03:43 	   ^
07:03:43   missing type arguments for generic class X<T>.Member
07:03:43   where T is a type-variable:
07:03:43     T extends Object declared in class X
07:03:43 p/Y.java:4: warning: [unchecked] unchecked conversion
07:03:43 	p.X<String>.Member ms = m;
07:03:43 	                        ^
07:03:43   required: X<String>.Member
07:03:43   found:    X.Member
07:03:43 2 warnings
07:03:43 
07:03:43 
07:03:43 
07:03:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:44 --- javac err: ---
07:03:44 p/Y.java:3: warning: [rawtypes] found raw type: X.Member.Sub
07:03:44 	p.X.Member.Sub s;
07:03:44 	          ^
07:03:44   missing type arguments for generic class X<T>.Member.Sub
07:03:44   where T is a type-variable:
07:03:44     T extends Object declared in class X
07:03:44 p/Y.java:4: warning: [unchecked] unchecked conversion
07:03:44 	p.X<Exception>.Member.Sub es = s;
07:03:44 	                               ^
07:03:44   required: X<Exception>.Member.Sub
07:03:44   found:    X.Member.Sub
07:03:44 2 warnings
07:03:44 
07:03:44 
07:03:44 
07:03:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:45 --- javac err: ---
07:03:45 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
07:03:45 	void foo(List<X> lx) { }
07:03:45 	     ^
07:03:45 1 error
07:03:45 
07:03:45 
07:03:45 
07:03:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:46 --- javac err: ---
07:03:46 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
07:03:46 	void foo(List<X> lx) { }
07:03:46 	     ^
07:03:46 X.java:5: warning: [unchecked] unchecked method invocation: method foo in class X2 is applied to given types
07:03:46 		this.foo((List)null);
07:03:46 		        ^
07:03:46   required: List<Object>
07:03:46   found: List
07:03:46 X.java:5: warning: [unchecked] unchecked conversion
07:03:46 		this.foo((List)null);
07:03:46 		         ^
07:03:46   required: List<Object>
07:03:46   found:    List
07:03:46 1 error
07:03:46 2 warnings
07:03:46 
07:03:46 
07:03:46 
07:03:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:47 --- javac err: ---
07:03:47 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
07:03:47 	void foo(List<X> lx) { }
07:03:47 	     ^
07:03:47 1 error
07:03:47 
07:03:47 
07:03:47 
07:03:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:48 
07:03:48 
07:03:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:49 
07:03:49 
07:03:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:50 
07:03:50 
07:03:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:51 --- javac err: ---
07:03:51 X.java:20: error: cannot find symbol
07:03:51   Zork z;
07:03:51   ^
07:03:51   symbol:   class Zork
07:03:51   location: class X<E>
07:03:51   where E is a type-variable:
07:03:51     E extends List,Runnable declared in class X
07:03:51 X.java:3: warning: [rawtypes] found raw type: List
07:03:51 public class X <E extends List & Runnable> {
07:03:51                           ^
07:03:51   missing type arguments for generic class List<E>
07:03:51   where E is a type-variable:
07:03:51     E extends Object declared in interface List
07:03:51 X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:03:51 		xe.element().add(this);
07:03:51 		                ^
07:03:51   where E is a type-variable:
07:03:51     E extends Object declared in interface List
07:03:51 X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:03:51 		xe.element().add(this);
07:03:51 		                ^
07:03:51   where E is a type-variable:
07:03:51     E extends Object declared in interface List
07:03:51 X.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:03:51 		xe.element().add(this);
07:03:51 		                ^
07:03:51   where E is a type-variable:
07:03:51     E extends Object declared in interface List
07:03:51 X.java:19: warning: [rawtypes] found raw type: List
07:03:51 	abstract class XM implements List, Runnable {}
07:03:51 	                             ^
07:03:51   missing type arguments for generic class List<E>
07:03:51   where E is a type-variable:
07:03:51     E extends Object declared in interface List
07:03:51 1 error
07:03:51 5 warnings
07:03:51 
07:03:51 
07:03:51 
07:03:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:52 --- javac err: ---
07:03:52 X.java:20: error: cannot find symbol
07:03:52   Zork z;
07:03:52   ^
07:03:52   symbol:   class Zork
07:03:52   location: class X<E>
07:03:52   where E is a type-variable:
07:03:52     E extends List,Runnable declared in class X
07:03:52 X.java:3: warning: [rawtypes] found raw type: List
07:03:52 public class X <E extends List & Runnable> {
07:03:52                           ^
07:03:52   missing type arguments for generic class List<E>
07:03:52   where E is a type-variable:
07:03:52     E extends Object declared in interface List
07:03:52 X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:03:52 		xe.element().add(this);
07:03:52 		                ^
07:03:52   where E is a type-variable:
07:03:52     E extends Object declared in interface List
07:03:52 X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:03:52 		xe.element().add(this);
07:03:52 		                ^
07:03:52   where E is a type-variable:
07:03:52     E extends Object declared in interface List
07:03:52 1 error
07:03:52 3 warnings
07:03:52 
07:03:52 
07:03:52 
07:03:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:53 
07:03:53 
07:03:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:54 --- javac err: ---
07:03:54 test/Test1.java:3: warning: [rawtypes] found raw type: B
07:03:54 class A<BB extends B>
07:03:54                    ^
07:03:54   missing type arguments for generic class B<AA>
07:03:54   where AA is a type-variable:
07:03:54     AA extends A declared in class B
07:03:54 test/Test1.java:6: warning: [rawtypes] found raw type: A
07:03:54 class B<AA extends A>
07:03:54                    ^
07:03:54   missing type arguments for generic class A<BB>
07:03:54   where BB is a type-variable:
07:03:54     BB extends B declared in class A
07:03:54 2 warnings
07:03:54 
07:03:54 
07:03:54 
07:03:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:55 --- javac err: ---
07:03:55 X.java:3: warning: [rawtypes] found raw type: ArrayList
07:03:55 class TestElement extends ArrayList implements Runnable {
07:03:55                           ^
07:03:55   missing type arguments for generic class ArrayList<E>
07:03:55   where E is a type-variable:
07:03:55     E extends Object declared in class ArrayList
07:03:55 X.java:3: warning: [serial] serializable class TestElement has no definition of serialVersionUID
07:03:55 class TestElement extends ArrayList implements Runnable {
07:03:55 ^
07:03:55 X.java:7: warning: [rawtypes] found raw type: List
07:03:55 public class X <E extends List & Runnable> {
07:03:55                           ^
07:03:55   missing type arguments for generic class List<E>
07:03:55   where E is a type-variable:
07:03:55     E extends Object declared in interface List
07:03:55 3 warnings
07:03:55 
07:03:55 
07:03:55 
07:03:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:56 --- javac err: ---
07:03:56 X.java:3: warning: [rawtypes] found raw type: ArrayList
07:03:56 class TestElement extends ArrayList implements Runnable {
07:03:56                           ^
07:03:56   missing type arguments for generic class ArrayList<E>
07:03:56   where E is a type-variable:
07:03:56     E extends Object declared in class ArrayList
07:03:56 X.java:9: warning: [rawtypes] found raw type: List
07:03:56 public class X <E extends List & Runnable> {
07:03:56                           ^
07:03:56   missing type arguments for generic class List<E>
07:03:56   where E is a type-variable:
07:03:56     E extends Object declared in interface List
07:03:56 2 warnings
07:03:56 
07:03:56 
07:03:56 
07:03:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:57 
07:03:57 
07:03:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:58 --- javac err: ---
07:03:58 X.java:9: error: cannot find symbol
07:03:58 	Zork z;
07:03:58 	^
07:03:58   symbol:   class Zork
07:03:58   location: class X
07:03:58 X.java:5: warning: [rawtypes] found raw type: G
07:03:58 	G<String> g = new G();
07:03:58 	                  ^
07:03:58   missing type arguments for generic class G<T>
07:03:58   where T is a type-variable:
07:03:58     T extends Object declared in class G
07:03:58 X.java:5: warning: [unchecked] unchecked conversion
07:03:58 	G<String> g = new G();
07:03:58 	              ^
07:03:58   required: G<String>
07:03:58   found:    G
07:03:58 X.java:7: warning: [rawtypes] found raw type: G.Member
07:03:58 	G.Member gm = null;
07:03:58 	 ^
07:03:58   missing type arguments for generic class G<T>.Member
07:03:58   where T is a type-variable:
07:03:58     T extends Object declared in class G
07:03:58 X.java:8: warning: [unchecked] unchecked conversion
07:03:58 	G<Thread>.Member gtm = gm;
07:03:58 	                       ^
07:03:58   required: G<Thread>.Member
07:03:58   found:    G.Member
07:03:58 1 error
07:03:58 4 warnings
07:03:58 
07:03:58 
07:03:58 
07:03:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:03:59 
07:03:59 
07:03:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:00 --- javac err: ---
07:04:00 X.java:3: error: incompatible types: X<Exception>.Item<Thread> cannot be converted to X<String>.Item<Thread>
07:04:00 		X<String>.Item<Thread> i = new X<Exception>().new Item<Thread>();
07:04:00 		                                              ^
07:04:00 X.java:9: warning: [rawtypes] found raw type: X.Item
07:04:00 		X.Item k = new X.Item();
07:04:00 		 ^
07:04:00   missing type arguments for generic class X<T>.Item<E>
07:04:00   where E,T are type-variables:
07:04:00     E extends Object declared in class X.Item
07:04:00     T extends Object declared in class X
07:04:00 X.java:9: warning: [rawtypes] found raw type: X.Item
07:04:00 		X.Item k = new X.Item();
07:04:00 		                ^
07:04:00   missing type arguments for generic class X<T>.Item<E>
07:04:00   where E,T are type-variables:
07:04:00     E extends Object declared in class X.Item
07:04:00     T extends Object declared in class X
07:04:00 X.java:12: warning: [rawtypes] found raw type: X.Item
07:04:00 		X.Item k = new X.Item();
07:04:00 		 ^
07:04:00   missing type arguments for generic class X<T>.Item<E>
07:04:00   where E,T are type-variables:
07:04:00     E extends Object declared in class X.Item
07:04:00     T extends Object declared in class X
07:04:00 X.java:12: warning: [rawtypes] found raw type: X.Item
07:04:00 		X.Item k = new X.Item();
07:04:00 		                ^
07:04:00   missing type arguments for generic class X<T>.Item<E>
07:04:00   where E,T are type-variables:
07:04:00     E extends Object declared in class X.Item
07:04:00     T extends Object declared in class X
07:04:00 X.java:12: error: non-static variable this cannot be referenced from a static context
07:04:00 		X.Item k = new X.Item();
07:04:00 		           ^
07:04:00 2 errors
07:04:00 4 warnings
07:04:00 
07:04:00 
07:04:00 
07:04:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:01 --- javac err: ---
07:04:01 X.java:19: warning: [rawtypes] found raw type: XM.A
07:04:01     public XM.A foo() {
07:04:01              ^
07:04:01   missing type arguments for generic class XM<T>.A
07:04:01   where T is a type-variable:
07:04:01     T extends Object declared in class XM
07:04:01 1 warning
07:04:01 
07:04:01 
07:04:01 
07:04:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:02 
07:04:02 
07:04:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:03 --- javac err: ---
07:04:03 X.java:12: error: incompatible types: X<Foo> cannot be converted to X<? extends IBar>
07:04:03 		baz(x1);
07:04:03 		    ^
07:04:03 X.java:13: error: type argument Bar is not within bounds of type-variable T
07:04:03 		X<Bar> x2 = new X<Bar>(new Bar());
07:04:03 		  ^
07:04:03   where T is a type-variable:
07:04:03     T extends IFoo declared in class X
07:04:03 X.java:13: error: type argument Bar is not within bounds of type-variable T
07:04:03 		X<Bar> x2 = new X<Bar>(new Bar());
07:04:03 		                  ^
07:04:03   where T is a type-variable:
07:04:03     T extends IFoo declared in class X
07:04:03 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:04:03 3 errors
07:04:03 
07:04:03 
07:04:03 
07:04:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:04 
07:04:04 
07:04:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:05 
07:04:05 
07:04:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:06 
07:04:06 
07:04:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:07 --- javac err: ---
07:04:07 X.java:12: error: type argument Bar is not within bounds of type-variable T
07:04:07 		baz(new X<Bar>(new Bar()));
07:04:07 		          ^
07:04:07   where T is a type-variable:
07:04:07     T extends Foo declared in class X
07:04:07 1 error
07:04:07 
07:04:07 
07:04:07 
07:04:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:08 
07:04:08 
07:04:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:09 --- javac err: ---
07:04:09 X.java:3: error: unexpected type
07:04:09   	new E();
07:04:09   	    ^
07:04:09   required: class
07:04:09   found:    type parameter E
07:04:09   where E is a type-variable:
07:04:09     E extends Object declared in class X
07:04:09 X.java:4: error: unexpected type
07:04:09   	new E() {
07:04:09   	    ^
07:04:09   required: class
07:04:09   found:    type parameter E
07:04:09   where E is a type-variable:
07:04:09     E extends Object declared in class X
07:04:09 X.java:6: error: cannot find symbol
07:04:09   			run();
07:04:09   			^
07:04:09   symbol: method run()
07:04:09 3 errors
07:04:09 
07:04:09 
07:04:09 
07:04:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:10 --- javac err: ---
07:04:10 X.java:3: error: unexpected type
07:04:10   	new E();
07:04:10   	    ^
07:04:10   required: class
07:04:10   found:    type parameter E
07:04:10   where E is a type-variable:
07:04:10     E extends String declared in class X
07:04:10 X.java:4: error: unexpected type
07:04:10   	new E() {
07:04:10   	    ^
07:04:10   required: class
07:04:10   found:    type parameter E
07:04:10   where E is a type-variable:
07:04:10     E extends String declared in class X
07:04:10 X.java:6: error: cannot find symbol
07:04:10   			run();
07:04:10   			^
07:04:10   symbol: method run()
07:04:10 3 errors
07:04:10 
07:04:10 
07:04:10 
07:04:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:11 --- javac err: ---
07:04:11 X.java:5: warning: [rawtypes] found raw type: Class
07:04:11 	public <Type> Type myMethod(Object obj, Class type) {
07:04:11 	                                        ^
07:04:11   missing type arguments for generic class Class<T>
07:04:11   where T is a type-variable:
07:04:11     T extends Object declared in class Class
07:04:11 X.java:8: warning: [rawtypes] found raw type: Class
07:04:11 	public static <Type> Type myStaticMethod(Object obj, Class type) {
07:04:11 	                                                     ^
07:04:11   missing type arguments for generic class Class<T>
07:04:11   where T is a type-variable:
07:04:11     T extends Object declared in class Class
07:04:11 X.java:15: warning: [rawtypes] found raw type: MyClass
07:04:11 			return new MyClass().myMethod(this, IMyInterface.class);
07:04:11 			           ^
07:04:11   missing type arguments for generic class MyClass<Type>
07:04:11   where Type is a type-variable:
07:04:11     Type extends Object declared in class MyClass
07:04:11 X.java:15: error: incompatible types: Object cannot be converted to IMyInterface
07:04:11 			return new MyClass().myMethod(this, IMyInterface.class);
07:04:11 			                             ^
07:04:11 1 error
07:04:11 3 warnings
07:04:11 
07:04:11 
07:04:11 
07:04:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:12 
07:04:12 
07:04:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:13 
07:04:13 
07:04:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:14 
07:04:14 
07:04:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:15 
07:04:15 
07:04:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:16 --- javac err: ---
07:04:16 Z.java:2: warning: [rawtypes] found raw type: Comparable
07:04:16 	public Comparable getItem() { return null; }
07:04:16 	       ^
07:04:16   missing type arguments for generic class Comparable<T>
07:04:16   where T is a type-variable:
07:04:16     T extends Object declared in interface Comparable
07:04:16 1 warning
07:04:16 
07:04:16 
07:04:16 
07:04:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:17 --- javac err: ---
07:04:17 Test.java:4: error: cannot find symbol
07:04:17        { Zork z; }
07:04:17          ^
07:04:17   symbol:   class Zork
07:04:17   location: class MyClass<T>
07:04:17   where T is a type-variable:
07:04:17     T extends Object declared in class MyClass
07:04:17 1 error
07:04:17 
07:04:17 
07:04:17 
07:04:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:18 
07:04:18 
07:04:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:19 --- javac err: ---
07:04:19 X.java:7: warning: [rawtypes] found raw type: X
07:04:19 	static void foo(X x) {
07:04:19 	                ^
07:04:19   missing type arguments for generic class X<T>
07:04:19   where T is a type-variable:
07:04:19     T extends Runnable declared in class X
07:04:19 X.java:8: warning: [unchecked] unchecked call to <T>bar(T) as a member of the raw type X
07:04:19 		x.<Exception>bar(null);
07:04:19 		                ^
07:04:19   where T is a type-variable:
07:04:19     T extends Exception declared in method <T>bar(T)
07:04:19 X.java:14: error: <anonymous X$1> is not abstract and does not override abstract method <T>bar(T) in X
07:04:19 		X<R> xr = new X<R>(){  
07:04:19 		                    ^
07:04:19   where T is a type-variable:
07:04:19     T extends Exception declared in method <T>bar(T)
07:04:19 1 error
07:04:19 2 warnings
07:04:19 
07:04:19 
07:04:19 
07:04:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:20 --- javac err: ---
07:04:20 X.java:9: warning: [rawtypes] found raw type: X1
07:04:20     public X1 get() {
07:04:20            ^
07:04:20   missing type arguments for generic class X1<T>
07:04:20   where T is a type-variable:
07:04:20     T extends Object declared in class X1
07:04:20 X.java:16: warning: [rawtypes] found raw type: I
07:04:20     I get();
07:04:20     ^
07:04:20   missing type arguments for generic class I<T>
07:04:20   where T is a type-variable:
07:04:20     T extends Object declared in interface I
07:04:20 X.java:20: warning: [rawtypes] found raw type: J
07:04:20     J get();
07:04:20     ^
07:04:20   missing type arguments for generic class J<T>
07:04:20   where T is a type-variable:
07:04:20     T extends Object declared in interface J
07:04:20 3 warnings
07:04:20 
07:04:21 
07:04:21 
07:04:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:22 --- javac err: ---
07:04:22 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
07:04:22        X1<Integer> o1 = new X1<Integer>(new Integer(4));
07:04:22                                         ^
07:04:22 X.java:13: warning: [rawtypes] found raw type: X1
07:04:22     public X1 get() {
07:04:22            ^
07:04:22   missing type arguments for generic class X1<T>
07:04:22   where T is a type-variable:
07:04:22     T extends Object declared in class X1
07:04:22 X.java:19: warning: [rawtypes] found raw type: I
07:04:22     I get();
07:04:22     ^
07:04:22   missing type arguments for generic class I<T>
07:04:22   where T is a type-variable:
07:04:22     T extends Object declared in interface I
07:04:22 X.java:23: warning: [rawtypes] found raw type: J
07:04:22     J get();
07:04:22     ^
07:04:22   missing type arguments for generic class J<T>
07:04:22   where T is a type-variable:
07:04:22     T extends Object declared in interface J
07:04:22 4 warnings
07:04:22 
07:04:22 
07:04:22 
07:04:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:23 --- javac err: ---
07:04:23 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
07:04:23         X1<Integer> o = new X1<Integer>(new Integer(4));
07:04:23                                         ^
07:04:23 X.java:13: warning: [rawtypes] found raw type: X1
07:04:23     public X1 get() {
07:04:23            ^
07:04:23   missing type arguments for generic class X1<T>
07:04:23   where T is a type-variable:
07:04:23     T extends Object declared in class X1
07:04:23 X.java:19: warning: [rawtypes] found raw type: I
07:04:23     I get();
07:04:23     ^
07:04:23   missing type arguments for generic class I<T>
07:04:23   where T is a type-variable:
07:04:23     T extends Object declared in interface I
07:04:23 X.java:23: warning: [rawtypes] found raw type: J
07:04:23     J get();
07:04:23     ^
07:04:23   missing type arguments for generic class J<T>
07:04:23   where T is a type-variable:
07:04:23     T extends Object declared in interface J
07:04:23 X.java:30: warning: [rawtypes] found raw type: K
07:04:23     K get();
07:04:23     ^
07:04:23   missing type arguments for generic class K<T>
07:04:23   where T is a type-variable:
07:04:23     T extends Object declared in interface K
07:04:23 5 warnings
07:04:23 
07:04:23 
07:04:23 
07:04:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:24 --- javac err: ---
07:04:24 X.java:4: warning: [rawtypes] found raw type: X
07:04:24 	static void foo(X x) {
07:04:24 	                ^
07:04:24   missing type arguments for generic class X<T>
07:04:24   where T is a type-variable:
07:04:24     T extends Runnable declared in class X
07:04:24 X.java:5: warning: [unchecked] unchecked call to <T>bar(T) as a member of the raw type X
07:04:24 		x.<Exception>bar(null);
07:04:24 		                ^
07:04:24   where T is a type-variable:
07:04:24     T extends Exception declared in method <T>bar(T)
07:04:24 X.java:7: error: cannot find symbol
07:04:24 			public void run() { zork = 0; }
07:04:24 			                    ^
07:04:24   symbol:   variable zork
07:04:24   location: class R
07:04:24 1 error
07:04:24 2 warnings
07:04:24 
07:04:24 
07:04:24 
07:04:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:25 
07:04:25 
07:04:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:25 --- javac err: ---
07:04:25 X.java:4: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:04:25 		out.element = in.element;
07:04:25 		                ^
07:04:25   where CAP#1,CAP#2 are fresh type-variables:
07:04:25     CAP#1 extends Object from capture of ?
07:04:25     CAP#2 extends Object from capture of ?
07:04:25 1 error
07:04:25 
07:04:25 
07:04:25 
07:04:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:26 
07:04:26 
07:04:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:27 
07:04:27 
07:04:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:29 
07:04:29 
07:04:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:30 
07:04:30 
07:04:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:30 --- javac err: ---
07:04:30 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
07:04:30 	<T, S> S foo(Class<S> c) { return null; }
07:04:30 	         ^
07:04:30   where S#1,T#1,S#2,T#2 are type-variables:
07:04:30     S#1 extends Object declared in method <T#1,S#1>foo(Class<S#1>)
07:04:30     T#1 extends Object declared in method <T#1,S#1>foo(Class<S#1>)
07:04:30     S#2 extends Object declared in method <S#2,T#2>foo(Class<S#2>)
07:04:30     T#2 extends Object declared in method <S#2,T#2>foo(Class<S#2>)
07:04:30 1 error
07:04:30 
07:04:30 
07:04:30 
07:04:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:31 --- javac err: ---
07:04:31 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
07:04:31 	<T, S> T foo(Class<T> c) { return null; }
07:04:31 	         ^
07:04:31   where T#1,S,T#2 are type-variables:
07:04:31     T#1 extends Object declared in method <T#1,S>foo(Class<T#1>)
07:04:31     S extends Object declared in method <T#1,S>foo(Class<T#1>)
07:04:31     T#2 extends Object declared in method <T#2>foo(Class<T#2>)
07:04:31 1 error
07:04:31 
07:04:31 
07:04:31 
07:04:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:32 --- javac err: ---
07:04:32 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
07:04:32 	<T> T foo(Class<T> c) { return null; }
07:04:32 	      ^
07:04:32   where T#1,T#2,S are type-variables:
07:04:32     T#1 extends Object declared in method <T#1>foo(Class<T#1>)
07:04:32     T#2 extends Object declared in method <T#2,S>foo(Class<T#2>)
07:04:32     S extends Object declared in method <T#2,S>foo(Class<T#2>)
07:04:32 1 error
07:04:32 
07:04:32 
07:04:32 
07:04:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:34 
07:04:34 
07:04:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:35 --- javac err: ---
07:04:35 X.java:3: warning: [serial] serializable class X.List1 has no definition of serialVersionUID
07:04:35     class List1<E> extends LinkedList<E> {};
07:04:35     ^
07:04:35 1 warning
07:04:35 
07:04:35 
07:04:35 
07:04:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:36 
07:04:36 
07:04:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:38 
07:04:38 
07:04:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:39 
07:04:39 
07:04:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:40 --- javac err: ---
07:04:40 X.java:6: error: incompatible types: Set<Entry<Integer,CAP#1>> cannot be converted to Set<Entry<Integer,?>>
07:04:40     m_values = values.entrySet();
07:04:40                               ^
07:04:40   where CAP#1 is a fresh type-variable:
07:04:40     CAP#1 extends Object from capture of ?
07:04:40 1 error
07:04:40 
07:04:40 
07:04:40 
07:04:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:41 --- javac err: ---
07:04:41 X.java:4: error: incompatible types: MX<Class<? extends String>> cannot be converted to MX<Class<? extends Object>>
07:04:41 		mxco = mxcs;
07:04:41 		       ^
07:04:41 1 error
07:04:41 
07:04:41 
07:04:41 
07:04:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:42 --- javac err: ---
07:04:42 X.java:9: error: incompatible types: X<CAP#1>.MX<CAP#1> cannot be converted to X<T>.MX<?>
07:04:42 		mx = x.createMX();
07:04:42 		               ^
07:04:42   where T is a type-variable:
07:04:42     T extends Runnable declared in class X
07:04:42   where CAP#1 is a fresh type-variable:
07:04:42     CAP#1 extends Runnable from capture of ?
07:04:42 1 error
07:04:42 
07:04:42 
07:04:42 
07:04:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:43 --- javac err: ---
07:04:43 X.java:3: warning: [rawtypes] found raw type: Class
07:04:43 	void foo1(MX<Class<? extends Object>> target, MX<Class> value) {
07:04:43 	                                                 ^
07:04:43   missing type arguments for generic class Class<T>
07:04:43   where T is a type-variable:
07:04:43     T extends Object declared in class Class
07:04:43 X.java:4: error: incompatible types: MX<Class> cannot be converted to MX<Class<? extends Object>>
07:04:43 		target= value; // foo1 - wrong
07:04:43 		        ^
07:04:43 X.java:7: error: incompatible types: MX<Class<? extends String>> cannot be converted to MX<Class<? extends Object>>
07:04:43 		target= value; // foo2 - wrong
07:04:43 		        ^
07:04:43 X.java:10: error: incompatible types: MX<Class<? extends String>> cannot be converted to MX<Class<? extends Object>>
07:04:43 		target= value; // foo3 - wrong
07:04:43 		        ^
07:04:43 X.java:13: error: incompatible types: MX<Class<String>> cannot be converted to MX<Class<? extends Object>>
07:04:43 		target= value; // foo4 - wrong
07:04:43 		        ^
07:04:43 X.java:15: warning: [rawtypes] found raw type: Class
07:04:43 	void foo5(MX<? extends Class> target, MX<Class> value) {
07:04:43 	                       ^
07:04:43   missing type arguments for generic class Class<T>
07:04:43   where T is a type-variable:
07:04:43     T extends Object declared in class Class
07:04:43 X.java:15: warning: [rawtypes] found raw type: Class
07:04:43 	void foo5(MX<? extends Class> target, MX<Class> value) {
07:04:43 	                                         ^
07:04:43   missing type arguments for generic class Class<T>
07:04:43   where T is a type-variable:
07:04:43     T extends Object declared in class Class
07:04:43 X.java:18: warning: [rawtypes] found raw type: Class
07:04:43 	void foo6(MX<? super Class> target, MX<Class> value) {
07:04:43 	                     ^
07:04:43   missing type arguments for generic class Class<T>
07:04:43   where T is a type-variable:
07:04:43     T extends Object declared in class Class
07:04:43 X.java:18: warning: [rawtypes] found raw type: Class
07:04:43 	void foo6(MX<? super Class> target, MX<Class> value) {
07:04:43 	                                       ^
07:04:43   missing type arguments for generic class Class<T>
07:04:43   where T is a type-variable:
07:04:43     T extends Object declared in class Class
07:04:43 X.java:21: warning: [rawtypes] found raw type: Class
07:04:43 	void foo7(MX<Class<? extends Class>> target, MX<Class<Class>> value) {
07:04:43 	                             ^
07:04:43   missing type arguments for generic class Class<T>
07:04:43   where T is a type-variable:
07:04:43     T extends Object declared in class Class
07:04:43 X.java:21: warning: [rawtypes] found raw type: Class
07:04:43 	void foo7(MX<Class<? extends Class>> target, MX<Class<Class>> value) {
07:04:43 	                                                      ^
07:04:43   missing type arguments for generic class Class<T>
07:04:43   where T is a type-variable:
07:04:43     T extends Object declared in class Class
07:04:43 X.java:22: error: incompatible types: MX<Class<Class>> cannot be converted to MX<Class<? extends Class>>
07:04:43 		target= value; // foo7 - wrong
07:04:43 		        ^
07:04:43 X.java:24: warning: [rawtypes] found raw type: Class
07:04:43 	void foo8(MX<MX<? extends Class>> target, MX<MX<Class>> value) {
07:04:43 	                          ^
07:04:43   missing type arguments for generic class Class<T>
07:04:43   where T is a type-variable:
07:04:43     T extends Object declared in class Class
07:04:43 
07:04:43 X.java:24: warning: [rawtypes] found raw type: Class
07:04:43 
07:04:43 	void foo8(MX<MX<? extends Class>> target, MX<MX<Class>> value) {
07:04:43 	                                                ^
07:04:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:43   missing type arguments for generic class Class<T>
07:04:43   where T is a type-variable:
07:04:43     T extends Object declared in class Class
07:04:43 X.java:25: error: incompatible types: MX<MX<Class>> cannot be converted to MX<MX<? extends Class>>
07:04:43 		target= value; // foo8 - wrong
07:04:43 		        ^
07:04:43 X.java:31: error: incompatible types: MX<CAP#1> cannot be converted to MX<? extends String>
07:04:43 		target= value; // foo10 - wrong
07:04:43 		        ^
07:04:43   where CAP#1 is a fresh type-variable:
07:04:43     CAP#1 extends Object from capture of ? extends Object
07:04:43 X.java:34: error: incompatible types: MX<CAP#1> cannot be converted to MX<? super Object>
07:04:43 		target= value; // foo11 - wrong
07:04:43 		        ^
07:04:43   where CAP#1 is a fresh type-variable:
07:04:43     CAP#1 extends Object super: String from capture of ? super String
07:04:43 8 errors
07:04:43 9 warnings
07:04:43 
07:04:43 --- javac err: ---
07:04:43 X.java:3: warning: [rawtypes] found raw type: MX
07:04:43 	void foo1(MX<? extends MX> target, MX<MX<String>> value) {
07:04:43 	                       ^
07:04:43   missing type arguments for generic class MX<E>
07:04:43   where E is a type-variable:
07:04:43     E extends Object declared in class MX
07:04:43 X.java:9: warning: [rawtypes] found raw type: MX
07:04:43 	void foo3(MX<? super MX> target, MX<MX<String>> value) {
07:04:43 	                     ^
07:04:43   missing type arguments for generic class MX<E>
07:04:43   where E is a type-variable:
07:04:43     E extends Object declared in class MX
07:04:43 X.java:10: error: incompatible types: MX<MX<String>> cannot be converted to MX<? super MX>
07:04:43 		target= value; // foo3
07:04:43 		        ^
07:04:43 1 error
07:04:43 2 warnings
07:04:43 
07:04:43 
07:04:43 
07:04:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:44 
07:04:44 
07:04:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:46 
07:04:46 
07:04:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:47 --- javac err: ---
07:04:47 p/B.java:4: warning: [rawtypes] found raw type: Class
07:04:47 	public static Map<Class, String> foo(byte[] byteArray, Object o, Class c) {
07:04:47 	                                                                 ^
07:04:47   missing type arguments for generic class Class<T>
07:04:47   where T is a type-variable:
07:04:47     T extends Object declared in class Class
07:04:47 p/B.java:4: warning: [rawtypes] found raw type: Class
07:04:47 	public static Map<Class, String> foo(byte[] byteArray, Object o, Class c) {
07:04:47 	                  ^
07:04:47   missing type arguments for generic class Class<T>
07:04:47   where T is a type-variable:
07:04:47     T extends Object declared in class Class
07:04:47 2 warnings
07:04:47 
07:04:48 --- javac err: ---
07:04:48 X.java:7: warning: [rawtypes] found raw type: Class
07:04:48 		Map<Class, String> map = B.foo(null, null, null);
07:04:48 		    ^
07:04:48   missing type arguments for generic class Class<T>
07:04:48   where T is a type-variable:
07:04:48     T extends Object declared in class Class
07:04:48 1 warning
07:04:48 
07:04:48 
07:04:48 
07:04:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:49 --- javac err: ---
07:04:49 X.java:3: error: incompatible types: XC<CAP#1> cannot be converted to XC<Runnable>
07:04:49    		target = value;
07:04:49    		         ^
07:04:49   where CAP#1 is a fresh type-variable:
07:04:49     CAP#1 extends Runnable from capture of ? extends Runnable
07:04:49 1 error
07:04:49 
07:04:49 
07:04:49 
07:04:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:50 
07:04:50 
07:04:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:52 
07:04:52 
07:04:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:53 
07:04:53 
07:04:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:54 --- javac err: ---
07:04:54 X.java:4: error: incompatible types: X<CAP#1> cannot be converted to X<? super Exception>
07:04:54 		target = value; // foo1
07:04:54 		         ^
07:04:54   where CAP#1 is a fresh type-variable:
07:04:54     CAP#1 extends Exception from capture of ? extends Exception
07:04:54 1 error
07:04:54 
07:04:54 
07:04:54 
07:04:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:56 
07:04:56 
07:04:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:57 
07:04:57 
07:04:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:58 
07:04:58 
07:04:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:04:59 
07:04:59 
07:04:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:00 
07:05:00 
07:05:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:01 --- javac err: ---
07:05: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
07:05:01 	void foo(Class<? extends String> s) {}
07:05:01 	     ^
07:05:01 1 error
07:05:01 
07:05:02 --- javac err: ---
07:05:02 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
07:05:02 	void foo(Class<String> s) {}
07:05:02 	     ^
07:05:02 1 error
07:05:02 
07:05:02 
07:05:02 
07:05:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:03 --- javac err: ---
07:05:03 X.java:1: error: X is not abstract and does not override abstract method foo(Class<? extends String>) in I
07:05:03 public class X extends Y implements I {}
07:05:03        ^
07:05:03 1 error
07:05:03 
07:05:04 ----------------------------------------
07:05:04 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0382 - 12
07:05:04 X.java [
07:05:04 public abstract class X extends Y implements I {}
07:05:04 interface I { void foo(Class<String> s); }
07:05:04 class Y { void foo(Class<? extends String> s) {} }
07:05:04 
07:05:04 ]
07:05:04 
07:05:04 
07:05:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:05 --- javac err: ---
07:05:05 X.java:1: error: X is not abstract and does not override abstract method <T,S>foo(Class<T>) in I
07:05:05 public class X extends Y implements I { public <T> void foo(Class<T> s) {} }
07:05:05        ^
07:05:05   where T,S are type-variables:
07:05:05     T extends Object declared in method <T,S>foo(Class<T>)
07:05:05     S extends Object declared in method <T,S>foo(Class<T>)
07:05:05 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
07:05:05 public class X extends Y implements I { public <T> void foo(Class<T> s) {} }
07:05:05                                                         ^
07:05:05   where T#1,T#2,S are type-variables:
07:05:05     T#1 extends Object declared in method <T#1>foo(Class<T#1>)
07:05:05     T#2 extends Object declared in method <T#2,S>foo(Class<T#2>)
07:05:05     S extends Object declared in method <T#2,S>foo(Class<T#2>)
07:05:05 2 errors
07:05:05 
07:05:06 --- javac err: ---
07:05:06 X.java:1: error: X is not abstract and does not override abstract method <T,S>foo(Class<T>) in I
07:05:06 public class X extends Y implements I {}
07:05:06        ^
07:05:06   where T,S are type-variables:
07:05:06     T extends Object declared in method <T,S>foo(Class<T>)
07:05:06     S extends Object declared in method <T,S>foo(Class<T>)
07:05:06 1 error
07:05:06 
07:05:06 ----------------------------------------
07:05:06 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0383 - 12
07:05:06 X.java [
07:05:06 public abstract class X extends Y implements I {}
07:05:06 interface I { <T> void foo(Class<T> s); }
07:05:06 class Y { public <T, S> void foo(Class<T> s) {} }
07:05:06 
07:05:06 ]
07:05:06 
07:05:06 
07:05:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:08 
07:05:08 
07:05:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:08 --- javac err: ---
07:05:08 X.java:2: error: foo() in X cannot override foo() in Y
07:05:08 	@Override Class<? extends String> foo() { return null; }
07:05:08 	                                  ^
07:05:08   return type Class<? extends String> is not compatible with Class<String>
07:05:08 X.java:2: error: method does not override or implement a method from a supertype
07:05:08 	@Override Class<? extends String> foo() { return null; }
07:05:08 	^
07:05:08 X.java:3: error: foo2() in X cannot override foo2() in Y
07:05:08 	@Override Class<? extends String>[] foo2() { return null; }
07:05:08 	                                    ^
07:05:08   return type Class<? extends String>[] is not compatible with Class<String>[]
07:05:08 X.java:3: error: method does not override or implement a method from a supertype
07:05:08 	@Override Class<? extends String>[] foo2() { return null; }
07:05:08 	^
07:05:08 4 errors
07:05:08 
07:05:08 
07:05:08 
07:05:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:09 --- javac err: ---
07:05:09 X.java:3: error: A is not abstract and does not override abstract method getList() in IDoubles
07:05:09 class A implements IDoubles {
07:05:09 ^
07:05:09 X.java:4: error: getList() in A cannot implement getList() in IDoubles
07:05:09 	public List<String> getList() { return null; }
07:05:09 	                    ^
07:05:09   return type List<String> is not compatible with List<Double>
07:05:09 X.java:9: error: C is not abstract and does not override abstract method getList() in IDoubles
07:05:09 class C extends B implements IDoubles {
07:05:09 ^
07:05:09 3 errors
07:05:09 
07:05:09 
07:05:09 
07:05:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:10 --- javac err: ---
07:05:10 X.java:5: warning: [unchecked] unchecked cast
07:05:10 	public R getU() { return (R)u; } // Warning
07:05:10 	                            ^
07:05:10   required: R
07:05:10   found:    U
07:05:10   where U,R are type-variables:
07:05:10     U extends Object declared in class X
07:05:10     R extends Object declared in class X
07:05:10 X.java:6: warning: [unchecked] unchecked cast
07:05:10 	public R getV() { return (R)v; } // Warning
07:05:10 	                            ^
07:05:10   required: R
07:05:10   found:    V
07:05:10   where V,R are type-variables:
07:05:10     V extends Object declared in class X
07:05:10     R extends Object declared in class X
07:05:10 X.java:8: warning: [unchecked] unchecked cast
07:05:10 	public T getT() { return (T)o; } // Warning
07:05:10 	                            ^
07:05:10   required: T
07:05:10   found:    Object
07:05:10   where T is a type-variable:
07:05:10     T extends Object declared in class X
07:05:10 3 warnings
07:05:10 
07:05:10 
07:05:10 
07:05:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:11 --- javac err: ---
07:05:11 X.java:8: error: method test2 in class X<T> cannot be applied to given types;
07:05:11 			test2("test", null, 0);
07:05:11 			^
07:05:11   required: List<F>,String[]
07:05:11   found: String,<null>,int
07:05:11   reason: cannot infer type-variable(s) F
07:05:11     (argument mismatch; String cannot be converted to List<F>)
07:05:11   where F,T are type-variables:
07:05:11     F extends Object declared in method <F>test2(List<F>,String...)
07:05:11     T extends Object declared in class X
07:05:11 1 error
07:05:11 
07:05:11 
07:05:11 
07:05:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:12 
07:05:12 
07:05:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:13 --- javac err: ---
07:05:13 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
07:05:13 	public <F> F foo(F f, F... others) {
07:05:13 	                   ^
07:05:13   where F is a type-variable:
07:05:13     F extends Object declared in method <F>foo(F,F...)
07:05:13 1 warning
07:05:13 
07:05:14 
07:05:14 
07:05:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:14 --- javac err: ---
07:05:14 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
07:05:14 	public <F> F foo(F f, F... others) {
07:05:14 	                   ^
07:05:14   where F is a type-variable:
07:05:14     F extends Object declared in method <F>foo(F,F...)
07:05:14 1 warning
07:05:14 
07:05:15 
07:05:15 
07:05:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:16 --- javac err: ---
07:05:16 X.java:4: error: incompatible types: inference variable F has incompatible bounds
07:05:16 		String[] s = foo(null, new String[]{ "hello" });
07:05:16 		                ^
07:05:16     lower bounds: String[],Object
07:05:16     lower bounds: String
07:05:16   where F is a type-variable:
07:05:16     F extends Object declared in method <F>foo(F,F...)
07:05:16 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
07:05:16 	public <F> F foo(F f, F... others) {
07:05:16 	                   ^
07:05:16   where F is a type-variable:
07:05:16     F extends Object declared in method <F>foo(F,F...)
07:05:16 1 error
07:05:16 1 warning
07:05:16 
07:05:16 
07:05:16 
07:05:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:16 --- javac err: ---
07:05:16 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
07:05:16 	public <F> F foo(F f, F... others) {
07:05:16 	                   ^
07:05:16   where F is a type-variable:
07:05:16     F extends Object declared in method <F>foo(F,F...)
07:05:16 1 warning
07:05:16 
07:05:17 
07:05:17 
07:05:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:18 --- javac err: ---
07:05:18 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
07:05:18 	public <F> F foo(F f, F... others) {
07:05:18 	                   ^
07:05:18   where F is a type-variable:
07:05:18     F extends Object declared in method <F>foo(F,F...)
07:05:18 1 warning
07:05:18 
07:05:18 
07:05:18 
07:05:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:19 --- javac err: ---
07:05:19 X.java:15: warning: [deprecation] Integer(int) in Integer has been deprecated
07:05:19     return m_manager.getById(getClass(), new Integer(1));
07:05:19                                          ^
07:05:19 X.java:15: warning: [unchecked] unchecked method invocation: method getById in class Manager is applied to given types
07:05:19     return m_manager.getById(getClass(), new Integer(1));
07:05:19                             ^
07:05:19   required: Class<T>,Integer
07:05:19   found: Class<CAP#1>,Integer
07:05:19   where T,C are type-variables:
07:05:19     T extends ITest<C> declared in method <T>getById(Class<T>,Integer)
07:05:19     C extends X declared in class Manager
07:05:19   where CAP#1 is a fresh type-variable:
07:05:19     CAP#1 extends Test from capture of ? extends Test
07:05:19 X.java:15: warning: [unchecked] unchecked conversion
07:05:19     return m_manager.getById(getClass(), new Integer(1));
07:05:19                             ^
07:05:19   required: ITest<C>
07:05:19   found:    Test
07:05:19   where C is a type-variable:
07:05:19     C extends X declared in class Test
07:05:19 3 warnings
07:05:19 
07:05:19 
07:05:19 
07:05:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:20 --- javac err: ---
07:05:20 X.java:5: error: incompatible types: IOException cannot be converted to CAP#1
07:05:20 		xnpe.element = new java.io.IOException();
07:05:20 		               ^
07:05:20   where CAP#1 is a fresh type-variable:
07:05:20     CAP#1 extends Exception super: NullPointerException from capture of ? super NullPointerException
07:05:20 1 error
07:05:20 
07:05:20 
07:05:20 
07:05:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:21 --- javac err: ---
07:05:21 X.java:22: error: incompatible types: List<Object> cannot be converted to Collection<String>
07:05:21         final Collection<String> cL = (Collection<String>)emptyList(); // 2
07:05:21                                                                    ^
07:05:21 X.java:25: error: incompatible types: List<Object> cannot be converted to Iterable<String>
07:05:21         final Iterable<String> iL = (Iterable<String>)emptyList(); // 3
07:05:21                                                                ^
07:05:21 X.java:31: error: incompatible types: Collection<Object> cannot be converted to Iterable<String>
07:05:21         final Iterable<String> iC = (Iterable<String>)emptyCollection(); // 5
07:05:21                                                                      ^
07:05:21 3 errors
07:05:21 
07:05:21 
07:05:21 
07:05:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:22 --- javac err: ---
07:05:22 X.java:33: error: M2 is not abstract and does not override abstract method mm(M1<? extends I>) in M1
07:05:22 class M2<I> implements M1<I> { 
07:05:22 ^
07:05:22   where I is a type-variable:
07:05:22     I extends Object declared in class M2
07:05:22 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
07:05:22         public <J extends I> void mm(M1<J> q) { 
07:05:22                                   ^
07:05:22   where J,I are type-variables:
07:05:22     J extends I declared in method <J>mm(M1<J>)
07:05:22     I extends Object declared in class M2
07:05:22 2 errors
07:05:22 
07:05:22 
07:05:22 
07:05:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:23 --- javac err: ---
07:05:23 X.java:5: error: unexpected type
07:05:23 		new X<?>();
07:05:23 		     ^
07:05:23   required: class or interface without bounds
07:05:23   found:    ?
07:05:23 X.java:6: error: unexpected type
07:05:23 		new X<? extends String>();
07:05:23 		     ^
07:05:23   required: class or interface without bounds
07:05:23   found:    ? extends String
07:05:23 X.java:7: error: unexpected type
07:05:23 		new X<?>(){};
07:05:23 		     ^
07:05:23   required: class or interface without bounds
07:05:23   found:    ?
07:05:23 X.java:7: error: unexpected type
07:05:23 		new X<?>(){};
07:05:23 		    ^
07:05:23   required: class or interface without bounds
07:05:23   found:    ?
07:05:23 4 errors
07:05:23 
07:05:23 
07:05:23 
07:05:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:24 --- javac err: ---
07:05:24 X.java:7: warning: [rawtypes] found raw type: AX
07:05:24 		X<? extends AX> x = new X<AX<Math>>(new AX<String>());
07:05:24 		            ^
07:05:24   missing type arguments for generic class AX<P>
07:05:24   where P is a type-variable:
07:05:24     P extends Object declared in class AX
07:05:24 X.java:7: error: incompatible types: AX<String> cannot be converted to AX<Math>
07:05:24 		X<? extends AX> x = new X<AX<Math>>(new AX<String>());
07:05:24 		                                    ^
07:05:24 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:05:24 1 error
07:05:24 1 warning
07:05:24 
07:05:24 
07:05:24 
07:05:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:25 --- javac err: ---
07:05:25 X.java:7: warning: [rawtypes] found raw type: AX
07:05:25 		X<? extends AX> x = new X<AX<Math>>(new X<AX<String>>(null));
07:05:25 		            ^
07:05:25   missing type arguments for generic class AX<P>
07:05:25   where P is a type-variable:
07:05:25     P extends Object declared in class AX
07:05:25 X.java:7: error: incompatible types: X<AX<String>> cannot be converted to X<? extends AX<Math>>
07:05:25 		X<? extends AX> x = new X<AX<Math>>(new X<AX<String>>(null));
07:05:25 		                                    ^
07:05:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:05:25 1 error
07:05:25 1 warning
07:05:25 
07:05:25 
07:05:25 
07:05:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:26 
07:05:26 
07:05:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:27 
07:05:27 
07:05:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:28 --- javac err: ---
07:05:28 X.java:4: error: incompatible types: X<X<? extends String>> cannot be converted to X<X<String>>
07:05:28 		X<X<String>> x = (X<X<String>>) xs;
07:05:28 		                                ^
07:05:28 X.java:5: error: cannot find symbol
07:05:28 		Zork z;
07:05:28 		^
07:05:28   symbol:   class Zork
07:05:28   location: class X<T>
07:05:28   where T is a type-variable:
07:05:28     T extends Object declared in class X
07:05:28 2 errors
07:05:28 
07:05:28 
07:05:28 
07:05:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:29 --- javac err: ---
07:05:29 X.java:4: warning: [unchecked] unchecked cast
07:05:29 		X<String> x = (X<String>) xs;
07:05:29 		                          ^
07:05:29   required: X<String>
07:05:29   found:    X<CAP#1>
07:05:29   where CAP#1 is a fresh type-variable:
07:05:29     CAP#1 extends String from capture of ? extends String
07:05:29 X.java:5: error: cannot find symbol
07:05:29 		Zork z;
07:05:29 		^
07:05:29   symbol:   class Zork
07:05:29   location: class X<T>
07:05:29   where T is a type-variable:
07:05:29     T extends Object declared in class X
07:05:29 1 error
07:05:29 1 warning
07:05:29 
07:05:29 
07:05:29 
07:05:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:30 --- javac err: ---
07:05:30 X.java:4: error: incompatible types: X<X<T>> cannot be converted to X<X<String>>
07:05:30 		X<X<String>> x = (X<X<String>>) xs;
07:05:30 		                                ^
07:05:30   where T is a type-variable:
07:05:30     T extends Object declared in method <T>foo(X<X<T>>)
07:05:30 X.java:7: warning: [unchecked] unchecked cast
07:05:30 		X<String> x = (X<String>) xs;
07:05:30 		                          ^
07:05:30   required: X<String>
07:05:30   found:    X<T>
07:05:30   where T is a type-variable:
07:05:30     T extends Object declared in method <T>bar(X<T>)
07:05:30 1 error
07:05:30 1 warning
07:05:30 
07:05:30 
07:05:30 
07:05:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:31 
07:05:31 
07:05:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:32 
07:05:32 
07:05:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:33 --- javac err: ---
07:05:33 X.java:10: warning: [rawtypes] found raw type: Class
07:05:33         Class clazz = null;
07:05:33         ^
07:05:33   missing type arguments for generic class Class<T>
07:05:33   where T is a type-variable:
07:05:33     T extends Object declared in class Class
07:05:33 1 warning
07:05:33 
07:05:33 
07:05:33 
07:05:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:34 --- javac err: ---
07:05:34 X.java:10: warning: [rawtypes] found raw type: Class
07:05:34         Class clazz = null;
07:05:34         ^
07:05:34   missing type arguments for generic class Class<T>
07:05:34   where T is a type-variable:
07:05:34     T extends Object declared in class Class
07:05:34 1 warning
07:05:34 
07:05:34 
07:05:34 
07:05:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:35 --- javac err: ---
07:05:35 X.java:11: error: incompatible types: Object cannot be converted to CAP#1
07:05:35   list.add(new Object());                       // should fail
07:05:35            ^
07:05:35   where CAP#1 is a fresh type-variable:
07:05:35     CAP#1 extends Object super: Exception from capture of ? super Exception
07:05:35 X.java:12: error: incompatible types: Throwable cannot be converted to CAP#1
07:05:35   list.add(new Throwable());                    // should fail
07:05:35            ^
07:05:35   where CAP#1 is a fresh type-variable:
07:05:35     CAP#1 extends Object super: Exception from capture of ? super Exception
07:05:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:05:35 2 errors
07:05:35 
07:05:35 
07:05:35 
07:05:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:36 
07:05:36 
07:05:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:37 --- javac err: ---
07:05:37 X.java:15: error: cannot find symbol
07:05:37    Zork z;
07:05:37    ^
07:05:37   symbol:   class Zork
07:05:37   location: class X
07:05:37 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:05:37     public static <T> T first(T... args) {
07:05:37                                    ^
07:05:37   where T is a type-variable:
07:05:37     T extends Object declared in method <T>first(T...)
07:05:37 1 error
07:05:37 1 warning
07:05:37 
07:05:37 
07:05:37 
07:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:38 --- javac err: ---
07:05:38 X.java:16: error: cannot find symbol
07:05:38    Zork z;
07:05:38    ^
07:05:38   symbol:   class Zork
07:05:38   location: class X
07:05:38 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:05:38     public static <T> T first(T... args) {
07:05:38                                    ^
07:05:38   where T is a type-variable:
07:05:38     T extends Object declared in method <T>first(T...)
07:05:38 X.java:10: warning: [unchecked] unchecked generic array creation for varargs parameter of type List<String>[]
07:05:38     		List<String> ls = first(); 
07:05:38     		                       ^
07:05:38 1 error
07:05:38 2 warnings
07:05:38 
07:05:38 
07:05:38 
07:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:39 
07:05:39 
07:05:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:40 --- javac err: ---
07:05:40 X.java:2: warning: [rawtypes] found raw type: L
07:05:40 	void foo(L l, C<? super X> c) {
07:05:40 	         ^
07:05:40   missing type arguments for generic class L<E>
07:05:40   where E is a type-variable:
07:05:40     E extends Object declared in class L
07:05:40 X.java:3: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
07:05:40 		bar(l, c);
07:05:40 		   ^
07:05:40   required: L<T>,C<? super T>
07:05:40   found: L,C<CAP#1>
07:05:40   where T is a type-variable:
07:05:40     T extends Object declared in method <T>bar(L<T>,C<? super T>)
07:05:40   where CAP#1 is a fresh type-variable:
07:05:40     CAP#1 extends Object super: X from capture of ? super X
07:05:40 X.java:3: warning: [unchecked] unchecked conversion
07:05:40 		bar(l, c);
07:05:40 		    ^
07:05:40   required: L<T>
07:05:40   found:    L
07:05:40   where T is a type-variable:
07:05:40     T extends Object declared in method <T>bar(L<T>,C<? super T>)
07:05:40 3 warnings
07:05:40 
07:05:40 
07:05:40 
07:05:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:41 --- javac err: ---
07:05:41 X.java:2: warning: [rawtypes] found raw type: HM
07:05:41     public S<M.E<Object,Object>> foo(HM hm) {
07:05:41                                      ^
07:05:41   missing type arguments for generic class HM<U,V>
07:05:41   where U,V are type-variables:
07:05:41     U extends Object declared in class HM
07:05:41     V extends Object declared in class HM
07:05:41 X.java:3: warning: [unchecked] unchecked method invocation: method bar in class C is applied to given types
07:05:41 		return C.bar(hm).foo();
07:05:41 		            ^
07:05:41   required: M<? extends K,? extends V>
07:05:41   found: HM
07:05:41   where K,V are type-variables:
07:05:41     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:41     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:41 X.java:3: warning: [unchecked] unchecked conversion
07:05:41 		return C.bar(hm).foo();
07:05:41 		             ^
07:05:41   required: M<? extends K,? extends V>
07:05:41   found:    HM
07:05:41   where K,V are type-variables:
07:05:41     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:41     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:41 X.java:3: warning: [unchecked] unchecked conversion
07:05:41 		return C.bar(hm).foo();
07:05:41 		                    ^
07:05:41   required: S<E<Object,Object>>
07:05:41   found:    S
07:05:41 4 warnings
07:05:41 
07:05:41 
07:05:41 
07:05:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:42 --- javac err: ---
07:05:42 X.java:2: warning: [rawtypes] found raw type: HM
07:05:42     public S<M.E<Object,String>> foo(HM hm) {
07:05:42                                      ^
07:05:42   missing type arguments for generic class HM<U,V>
07:05:42   where U,V are type-variables:
07:05:42     U extends Object declared in class HM
07:05:42     V extends Object declared in class HM
07:05:42 X.java:3: warning: [unchecked] unchecked method invocation: method bar in class C is applied to given types
07:05:42     	M<Object, String> m = C.bar(hm);
07:05:42     	                           ^
07:05:42   required: M<? extends K,? extends V>
07:05:42   found: HM
07:05:42   where K,V are type-variables:
07:05:42     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:42     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:42 X.java:3: warning: [unchecked] unchecked conversion
07:05:42     	M<Object, String> m = C.bar(hm);
07:05:42     	                            ^
07:05:42   required: M<? extends K,? extends V>
07:05:42   found:    HM
07:05:42   where K,V are type-variables:
07:05:42     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:42     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:42 X.java:3: warning: [unchecked] unchecked conversion
07:05:42     	M<Object, String> m = C.bar(hm);
07:05:42     	                           ^
07:05:42   required: M<Object,String>
07:05:42   found:    M
07:05:42 X.java:5: warning: [unchecked] unchecked method invocation: method bar in class C is applied to given types
07:05:42 		return C.bar(hm).foo();
07:05:42 		            ^
07:05:42   required: M<? extends K,? extends V>
07:05:42   found: HM
07:05:42   where K,V are type-variables:
07:05:42     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:42     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:42 X.java:5: warning: [unchecked] unchecked conversion
07:05:42 		return C.bar(hm).foo();
07:05:42 		             ^
07:05:42   required: M<? extends K,? extends V>
07:05:42   found:    HM
07:05:42   where K,V are type-variables:
07:05:42     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:42     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
07:05:42 X.java:5: warning: [unchecked] unchecked conversion
07:05:42 		return C.bar(hm).foo();
07:05:42 		                    ^
07:05:42   required: S<E<Object,String>>
07:05:42   found:    S
07:05:42 7 warnings
07:05:42 
07:05:42 
07:05:42 
07:05:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:43 --- javac err: ---
07:05:43 X.java:9: warning: [rawtypes] found raw type: X
07:05:43 	void bar(X x) {
07:05:43 	         ^
07:05:43   missing type arguments for generic class X<E>
07:05:43   where E is a type-variable:
07:05:43     E extends Object declared in class X
07:05:43 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:05:43 		X<String> xs = foo(x).identity();
07:05:43 		                  ^
07:05:43   required: X<T>
07:05:43   found: X
07:05:43   where T is a type-variable:
07:05:43     T extends Object declared in method <T>foo(X<T>)
07:05:43 X.java:10: warning: [unchecked] unchecked conversion
07:05:43 		X<String> xs = foo(x).identity();
07:05:43 		                   ^
07:05:43   required: X<T>
07:05:43   found:    X
07:05:43   where T is a type-variable:
07:05:43     T extends Object declared in method <T>foo(X<T>)
07:05:43 X.java:10: warning: [unchecked] unchecked conversion
07:05:43 		X<String> xs = foo(x).identity();
07:05:43 		                              ^
07:05:43   required: X<String>
07:05:43   found:    X
07:05:43 4 warnings
07:05:43 
07:05:43 
07:05:43 
07:05:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:44 --- javac err: ---
07:05:44 X.java:9: warning: [rawtypes] found raw type: X
07:05:44 	void bar(X x, X<String> xs) {
07:05:44 	         ^
07:05:44   missing type arguments for generic class X<E>
07:05:44   where E is a type-variable:
07:05:44     E extends Object declared in class X
07:05:44 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:05:44 		X<String> xs2 = foo(x, xs).identity();
07:05:44 		                   ^
07:05:44   required: X<T>,X<T>
07:05:44   found: X,X<String>
07:05:44   where T is a type-variable:
07:05:44     T extends Object declared in method <T>foo(X<T>,X<T>)
07:05:44 X.java:10: warning: [unchecked] unchecked conversion
07:05:44 		X<String> xs2 = foo(x, xs).identity();
07:05:44 		                    ^
07:05:44   required: X<T>
07:05:44   found:    X
07:05:44   where T is a type-variable:
07:05:44     T extends Object declared in method <T>foo(X<T>,X<T>)
07:05:44 X.java:10: warning: [unchecked] unchecked conversion
07:05:44 		X<String> xs2 = foo(x, xs).identity();
07:05:44 		                                   ^
07:05:44   required: X<String>
07:05:44   found:    X
07:05:44 4 warnings
07:05:44 
07:05:44 
07:05:44 
07:05:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:45 --- javac err: ---
07:05:45 X.java:9: warning: [rawtypes] found raw type: X
07:05:45 	void bar(X x, X<String> xs) {
07:05:45 	         ^
07:05:45   missing type arguments for generic class X<E>
07:05:45   where E is a type-variable:
07:05:45     E extends Object declared in class X
07:05:45 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:05:45 		X<String> xs2 = foo(x, xs).identity();
07:05:45 		                   ^
07:05:45   required: X<T>,X<U>
07:05:45   found: X,X<String>
07:05:45   where T,U are type-variables:
07:05:45     T extends Object declared in method <T,U>foo(X<T>,X<U>)
07:05:45     U extends Object declared in method <T,U>foo(X<T>,X<U>)
07:05:45 X.java:10: warning: [unchecked] unchecked conversion
07:05:45 		X<String> xs2 = foo(x, xs).identity();
07:05:45 		                    ^
07:05:45   required: X<T>
07:05:45   found:    X
07:05:45   where T,U are type-variables:
07:05:45     T extends Object declared in method <T,U>foo(X<T>,X<U>)
07:05:45     U extends Object declared in method <T,U>foo(X<T>,X<U>)
07:05:45 X.java:10: warning: [unchecked] unchecked conversion
07:05:45 		X<String> xs2 = foo(x, xs).identity();
07:05:45 		                                   ^
07:05:45   required: X<String>
07:05:45   found:    X
07:05:45 4 warnings
07:05:45 
07:05:46 
07:05:46 
07:05:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:46 --- javac err: ---
07:05:46 X.java:9: warning: [rawtypes] found raw type: X
07:05:46 	void bar(X x, X<String> xs) {
07:05:46 	         ^
07:05:46   missing type arguments for generic class X<E>
07:05:46   where E is a type-variable:
07:05:46     E extends Object declared in class X
07:05:46 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:05:46 		X<String> xs2 = foo(x, xs).identity();
07:05:46 		                   ^
07:05:46   required: X<T>,X<U>
07:05:46   found: X,X<String>
07:05:46   where T,U are type-variables:
07:05:46     T extends Object declared in method <T,U>foo(X<T>,X<U>)
07:05:46     U extends Object declared in method <T,U>foo(X<T>,X<U>)
07:05:46 X.java:10: warning: [unchecked] unchecked conversion
07:05:46 		X<String> xs2 = foo(x, xs).identity();
07:05:46 		                    ^
07:05:46   required: X<T>
07:05:46   found:    X
07:05:46   where T,U are type-variables:
07:05:46     T extends Object declared in method <T,U>foo(X<T>,X<U>)
07:05:46     U extends Object declared in method <T,U>foo(X<T>,X<U>)
07:05:46 X.java:10: warning: [unchecked] unchecked conversion
07:05:46 		X<String> xs2 = foo(x, xs).identity();
07:05:46 		                                   ^
07:05:46   required: X<String>
07:05:46   found:    X
07:05:46 4 warnings
07:05:46 
07:05:47 
07:05:47 
07:05:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:48 
07:05:48 
07:05:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:49 --- javac err: ---
07:05:49 X.java:3: warning: [rawtypes] found raw type: X
07:05:49 		return new X();
07:05:49 		           ^
07:05:49   missing type arguments for generic class X<T>
07:05:49   where T is a type-variable:
07:05:49     T extends Object declared in class X
07:05:49 X.java:3: error: incompatible types: X cannot be converted to String
07:05:49 		return new X();
07:05:49 		       ^
07:05:49 1 error
07:05:49 1 warning
07:05:49 
07:05:49 
07:05:49 
07:05:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:50 
07:05:50 
07:05:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:51 
07:05:51 
07:05:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:52 --- javac err: ---
07:05:52 X.java:10: error: unreported exception Exception; must be caught or declared to be thrown
07:05:52         m(new B());
07:05:52          ^
07:05:52 X.java:11: error: unreported exception IOException; must be caught or declared to be thrown
07:05:52         m(new C());
07:05:52          ^
07:05:52 2 errors
07:05:52 
07:05:52 
07:05:52 
07:05:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:54 
07:05:54 
07:05:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:55 --- javac err: ---
07:05:55 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type E
07:05:55     static <E extends A> E m(E e, E... e2) { System.out.print("[A:"+e.getClass()+"]"); return e; }
07:05:55                                ^
07:05:55   where E is a type-variable:
07:05:55     E extends A declared in method <E>m(E,E...)
07:05:55 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type F
07:05:55     static <F extends B> F m(F f, F... f2) { System.out.print("[B:"+f.getClass()+"]"); return f; }
07:05:55                                ^
07:05:55   where F is a type-variable:
07:05:55     F extends B declared in method <F>m(F,F...)
07:05:55 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type G
07:05:55     static <G extends C> G m(G g, G... g2) { System.out.print("[C:"+g.getClass()+"]"); return g; }
07:05:55                                ^
07:05:55   where G is a type-variable:
07:05:55     G extends C declared in method <G>m(G,G...)
07:05:55 3 warnings
07:05:55 
07:05:55 
07:05:55 
07:05:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:56 --- javac err: ---
07:05:56 X.java:2: error: cannot find symbol
07:05:56    Zork z;
07:05:56    ^
07:05:56   symbol:   class Zork
07:05:56   location: class X
07:05:56 1 error
07:05:56 
07:05:56 
07:05:56 
07:05:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:57 
07:05:57 
07:05:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:58 
07:05:58 
07:05:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:05:59 
07:05:59 
07:05:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:00 --- javac err: ---
07:06:00 X4.java:1: error: repeated interface
07:06:00 class X4 <T extends Comparable<Z> & Comparable<Z>> {}
07:06:00                                               ^
07:06:00 1 error
07:06:00 
07:06:00 
07:06:00 
07:06:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:01 --- javac err: ---
07:06:01 X5.java:1: error: Comparable cannot be inherited with different arguments: <X5> and <Y>
07:06:01 class X5 <T extends Y & Comparable<X5>> {}
07:06:01           ^
07:06:01 X5.java:1: warning: [rawtypes] found raw type: X5
07:06:01 class X5 <T extends Y & Comparable<X5>> {}
07:06:01                                    ^
07:06:01   missing type arguments for generic class X5<T>
07:06:01   where T is a type-variable:
07:06:01     T extends Y,Comparable<X5> declared in class X5
07:06:01 1 error
07:06:01 1 warning
07:06:01 
07:06:01 
07:06:01 
07:06:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:02 --- javac err: ---
07:06:02 X6.java:1: error: Comparable cannot be inherited with different arguments: <X6> and <Z>
07:06:02 class X6 <T extends Y & Comparable<X6>> {}
07:06:02           ^
07:06:02 X6.java:1: warning: [rawtypes] found raw type: X6
07:06:02 class X6 <T extends Y & Comparable<X6>> {}
07:06:02                                    ^
07:06:02   missing type arguments for generic class X6<T>
07:06:02   where T is a type-variable:
07:06:02     T extends Y,Comparable<X6> declared in class X6
07:06:02 1 error
07:06:02 1 warning
07:06:02 
07:06:02 
07:06:02 
07:06:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:03 --- javac err: ---
07:06:03 X7.java:1: error: repeated interface
07:06:03 class X7 <T extends Comparable<Z> & Comparable<X7>> {}
07:06:03                                               ^
07:06:03 X7.java:1: error: Comparable cannot be inherited with different arguments: <Z> and <X7>
07:06:03 class X7 <T extends Comparable<Z> & Comparable<X7>> {}
07:06:03           ^
07:06:03 X7.java:1: warning: [rawtypes] found raw type: X7
07:06:03 class X7 <T extends Comparable<Z> & Comparable<X7>> {}
07:06:03                                                ^
07:06:03   missing type arguments for generic class X7<T>
07:06:03   where T is a type-variable:
07:06:03     T extends Comparable<Z>,Comparable<X7> declared in class X7
07:06:03 2 errors
07:06:03 1 warning
07:06:03 
07:06:03 
07:06:03 
07:06:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:04 --- javac err: ---
07:06:04 X.java:3: error: repeated interface
07:06:04 class A implements I<A>, I<A> {}
07:06:04                           ^
07:06:04 X.java:4: error: repeated interface
07:06:04 public class X<E extends A & I<E> & I<E>>  {
07:06:04                                      ^
07:06:04 X.java:4: error: I cannot be inherited with different arguments: <E> and <A>
07:06:04 public class X<E extends A & I<E> & I<E>>  {
07:06:04                ^
07:06:04 3 errors
07:06:04 
07:06:04 
07:06:04 
07:06:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:06 
07:06:06 
07:06:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:06 --- javac err: ---
07:06:06 X.java:5: error: generic array creation
07:06:06     Element[] eArray = new Element[10];
07:06:06                        ^
07:06:06 1 error
07:06:06 
07:06:06 
07:06:06 
07:06:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:07 
07:06:07 
07:06:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:09 --- javac err: ---
07:06:09 X.java:18: warning: [serial] serializable class X has no definition of serialVersionUID
07:06:09 public class X<
07:06:09        ^
07:06:09 1 warning
07:06:09 
07:06:09 
07:06:09 
07:06:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:10 
07:06:10 
07:06:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:11 --- javac err: ---
07:06:11 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
07:06:11     public Comparable previous(Comparable arg0) {
07:06:11                       ^
07:06:11 orders/impl/IntegerOrder2.java:10: warning: [rawtypes] found raw type: Comparable
07:06:11     public Comparable previous(Comparable arg0) {
07:06:11                                ^
07:06:11   missing type arguments for generic class Comparable<T>
07:06:11   where T is a type-variable:
07:06:11     T extends Object declared in interface Comparable
07:06:11 orders/impl/IntegerOrder2.java:10: warning: [rawtypes] found raw type: Comparable
07:06:11     public Comparable previous(Comparable arg0) {
07:06:11            ^
07:06:11   missing type arguments for generic class Comparable<T>
07:06:11   where T is a type-variable:
07:06:11     T extends Object declared in interface Comparable
07:06:11 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
07:06:11     public Comparable next(Comparable arg0) {
07:06:11                       ^
07:06:11 orders/impl/IntegerOrder2.java:14: warning: [rawtypes] found raw type: Comparable
07:06:11     public Comparable next(Comparable arg0) {
07:06:11                            ^
07:06:11   missing type arguments for generic class Comparable<T>
07:06:11   where T is a type-variable:
07:06:11     T extends Object declared in interface Comparable
07:06:11 orders/impl/IntegerOrder2.java:14: warning: [rawtypes] found raw type: Comparable
07:06:11     public Comparable next(Comparable arg0) {
07:06:11            ^
07:06:11   missing type arguments for generic class Comparable<T>
07:06:11   where T is a type-variable:
07:06:11     T extends Object declared in interface Comparable
07:06:11 2 errors
07:06:11 4 warnings
07:06:11 
07:06:11 
07:06:11 
07:06:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:12 --- javac err: ---
07:06:12 A.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
07:06:12 		Number n= new Integer(1);
07:06:12 		          ^
07:06:12 A.java:4: warning: [rawtypes] found raw type: X
07:06:12 		X x = new X<Number>();
07:06:12 		^
07:06:12   missing type arguments for generic class X<T>
07:06:12   where T is a type-variable:
07:06:12     T extends Object declared in class X
07:06:12 A.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
07:06:12 		x.m(new Integer(2));
07:06:12 		    ^
07:06:12 A.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
07:06:12 		y.m(new Integer(2));
07:06:12 		    ^
07:06:12 4 warnings
07:06:12 
07:06:12 
07:06:12 
07:06:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:13 --- javac err: ---
07:06:13 A.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
07:06:13 		Number n= new Integer(1);
07:06:13 		          ^
07:06:13 A.java:4: warning: [rawtypes] found raw type: X
07:06:13 		X x = new X<Number>();
07:06:13 		^
07:06:13   missing type arguments for generic class X<T>
07:06:13   where T is a type-variable:
07:06:13     T extends Object declared in class X
07:06:13 A.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
07:06:13 		x.m(new Integer(2));
07:06:13 		    ^
07:06:13 A.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
07:06:13 		y.m(new Integer(2));
07:06:13 		    ^
07:06:13 4 warnings
07:06:13 
07:06:13 
07:06:13 
07:06:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:14 --- javac err: ---
07:06:14 X.java:3: error: cannot find symbol
07:06:14     Zork z;
07:06:14     ^
07:06:14   symbol:   class Zork
07:06:14   location: class X<T>
07:06:14   where T is a type-variable:
07:06:14     T extends Object declared in class X
07:06:14 X.java:6: warning: [cast] redundant cast to T
07:06:14         list.add((T) list.get(0)); // checked cast
07:06:14                  ^
07:06:14   where T is a type-variable:
07:06:14     T extends Object declared in class X
07:06:14 X.java:7: warning: [unchecked] unchecked cast
07:06:14         list.add((T) abs); // unchecked cast
07:06:14                      ^
07:06:14   required: T
07:06:14   found:    Object
07:06:14   where T is a type-variable:
07:06:14     T extends Object declared in class X
07:06:14 X.java:13: warning: [unchecked] unchecked cast
07:06:14     	list.add((T) other.get(0)); // unchecked cast
07:06:14     	                      ^
07:06:14   required: T
07:06:14   found:    CAP#1
07:06:14   where T is a type-variable:
07:06:14     T extends Object declared in class X
07:06:14   where CAP#1 is a fresh type-variable:
07:06:14     CAP#1 extends Object super: T from capture of ? super T
07:06:14 1 error
07:06:14 3 warnings
07:06:14 
07:06:14 
07:06:14 
07:06:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:15 --- javac err: ---
07:06:15 X.java:9: error: cannot find symbol
07:06:15     Zork z;
07:06:15     ^
07:06:15   symbol:   class Zork
07:06:15   location: class X
07:06:15 X.java:5: warning: [rawtypes] found raw type: Composite
07:06:15 class Concrete extends Composite {
07:06:15                        ^
07:06:15   missing type arguments for generic class Composite<E>
07:06:15   where E is a type-variable:
07:06:15     E extends Object declared in class Composite
07:06:15 X.java:8: warning: [unchecked] unchecked conversion
07:06:15     Composite<Node> comp = new Concrete(); // unchecked cast
07:06:15                            ^
07:06:15   required: Composite<Node>
07:06:15   found:    Concrete
07:06:15 1 error
07:06:15 2 warnings
07:06:15 
07:06:15 
07:06:15 
07:06:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:16 --- javac err: ---
07:06:16 X.java:7: error: cannot find symbol
07:06:16   Zork z;
07:06:16   ^
07:06:16   symbol:   class Zork
07:06:16   location: class X<T>
07:06:16   where T is a type-variable:
07:06:16     T extends Object declared in class X
07:06:16 X.java:4: warning: [unchecked] unchecked cast
07:06:16 			U u = (U) xt;
07:06:16 			          ^
07:06:16   required: U
07:06:16   found:    X<T>
07:06:16   where T,U are type-variables:
07:06:16     T extends Object declared in class X
07:06:16     U extends Object declared in class X.Y
07:06:16 1 error
07:06:16 1 warning
07:06:16 
07:06:16 
07:06:16 
07:06:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:17 --- javac err: ---
07:06:17 X.java:4: warning: [unchecked] unchecked cast
07:06:17         array = (T[]) new Number[s];   // Unnecessary cast from Number[] to T[]
07:06:17                       ^
07:06:17   required: T[]
07:06:17   found:    Number[]
07:06:17   where T is a type-variable:
07:06:17     T extends Number declared in class X
07:06:17 X.java:5: error: incompatible types: Number[] cannot be converted to T[]
07:06:17         array = new Number[s];   // Type mismatch: cannot convert from Number[] to T[]
07:06:17                 ^
07:06:17   where T is a type-variable:
07:06:17     T extends Number declared in class X
07:06:17 1 error
07:06:17 1 warning
07:06:17 
07:06:17 
07:06:17 
07:06:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:18 
07:06:18 
07:06:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:19 
07:06:19 
07:06:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:20 --- javac err: ---
07:06:20 X.java:1: error: repeated interface
07:06:20 public class X implements I<Integer>, I<String> {}
07:06:20                                        ^
07:06:20 X.java:1: error: I cannot be inherited with different arguments: <java.lang.Integer> and <java.lang.String>
07:06:20 public class X implements I<Integer>, I<String> {}
07:06:20        ^
07:06:20 2 errors
07:06:20 
07:06:20 
07:06:20 
07:06:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:21 --- javac err: ---
07:06:21 X.java:3: error: cannot find symbol
07:06:21     Zork z;
07:06:21     ^
07:06:21   symbol:   class Zork
07:06:21   location: class X
07:06:21 X.java:6: warning: [unchecked] unchecked cast
07:06:21         final T val = (T) getProperty(src, name); // this gives erroneous cast warning
07:06:21                                      ^
07:06:21   required: T
07:06:21   found:    Object
07:06:21   where T is a type-variable:
07:06:21     T extends Object declared in method <T>getTheProperty(Object,String)
07:06:21 1 error
07:06:21 1 warning
07:06:21 
07:06:21 
07:06:21 
07:06:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:22 
07:06:22 
07:06:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:24 --- javac err: ---
07:06:24 X.java:6: warning: [rawtypes] found raw type: X.Inner
07:06:24     X.Inner d2 = new X.Inner();
07:06:24      ^
07:06:24   missing type arguments for generic class X<A>.Inner<B>
07:06:24   where B,A are type-variables:
07:06:24     B extends Object declared in class X.Inner
07:06:24     A extends Object declared in class X
07:06:24 X.java:6: warning: [rawtypes] found raw type: X.Inner
07:06:24     X.Inner d2 = new X.Inner();
07:06:24                       ^
07:06:24   missing type arguments for generic class X<A>.Inner<B>
07:06:24   where B,A are type-variables:
07:06:24     B extends Object declared in class X.Inner
07:06:24     A extends Object declared in class X
07:06:24 X.java:7: error: improperly formed type, type arguments given on a raw type
07:06:24     X.Inner<Integer> d3 = new X.Inner<Integer>();
07:06:24            ^
07:06:24 X.java:7: error: improperly formed type, type arguments given on a raw type
07:06:24     X.Inner<Integer> d3 = new X.Inner<Integer>();
07:06:24                                      ^
07:06:24 X.java:8: warning: [unchecked] unchecked conversion
07:06:24     d1 = d2;
07:06:24          ^
07:06:24   required: X<String>.Inner<Integer>
07:06:24   found:    X.Inner
07:06:24 X.java:10: error: incompatible types: X.Inner<Integer> cannot be converted to X<String>.Inner<Integer>
07:06:24     d1 = d3;
07:06:24          ^
07:06:24 X.java:13: warning: [unchecked] unchecked conversion
07:06:24     d3 = d2;
07:06:24          ^
07:06:24   required: X.Inner<Integer>
07:06:24   found:    X.Inner
07:06:24 3 errors
07:06:24 4 warnings
07:06:24 
07:06:24 
07:06:24 
07:06:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:25 
07:06:25 
07:06:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:26 
07:06:26 
07:06:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:26 --- javac err: ---
07:06:26 X.java:6: error: improperly formed type, type arguments given on a raw type
07:06:26     X<String>.Inner<Integer> d4 = new X.Inner<Integer>();
07:06:26                                              ^
07:06:26 X.java:6: error: incompatible types: X.Inner<Integer> cannot be converted to X<String>.Inner<Integer>
07:06:26     X<String>.Inner<Integer> d4 = new X.Inner<Integer>();
07:06:26                                   ^
07:06:26 2 errors
07:06:26 
07:06:26 
07:06:26 
07:06:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:27 --- javac err: ---
07:06:27 X.java:6: error: cannot select a static class from a parameterized type
07:06:27     X<String>.Inner<Integer> d4 = new X<String>.Inner<Integer>();
07:06:27              ^
07:06:27 X.java:6: error: cannot select a static class from a parameterized type
07:06:27     X<String>.Inner<Integer> d4 = new X<String>.Inner<Integer>();
07:06:27                                                ^
07:06:27 2 errors
07:06:27 
07:06:27 
07:06:27 
07:06:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:28 
07:06:28 
07:06:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:29 
07:06:29 
07:06:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:30 --- javac err: ---
07:06:30 X.java:1: error: repeated interface
07:06:30 public class X<T extends I & I> {}
07:06:30                              ^
07:06:30 1 error
07:06:30 
07:06:30 
07:06:30 
07:06:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:31 --- javac err: ---
07:06:31 X.java:1: warning: [rawtypes] found raw type: X
07:06:31 public class X<T, U extends X> {
07:06:31                             ^
07:06:31   missing type arguments for generic class X<T,U>
07:06:31   where T,U are type-variables:
07:06:31     T extends Object declared in class X
07:06:31     U extends X declared in class X
07:06:31 X.java:4: warning: [unchecked] unchecked cast
07:06:31 		T x1= (T) objectArr;
07:06:31 		          ^
07:06:31   required: T
07:06:31   found:    Object[]
07:06:31   where T is a type-variable:
07:06:31     T extends Object declared in class X
07:06:31 X.java:5: error: incompatible types: Object[] cannot be converted to U
07:06:31 		U x2= (U) objectArr;
07:06:31 		          ^
07:06:31   where U is a type-variable:
07:06:31     U extends X declared in class X
07:06:31 1 error
07:06:31 2 warnings
07:06:31 
07:06:31 
07:06:31 
07:06:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:33 
07:06:33 
07:06:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:34 
07:06:34 
07:06:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:35 --- javac err: ---
07:06:35 X.java:9: error: incompatible types: X cannot be converted to CAP#1
07:06:35  	l.add(new X()); 
07:06:35  	      ^
07:06:35   where CAP#1 is a fresh type-variable:
07:06:35     CAP#1 extends X from capture of ? extends X
07:06:35 X.java:17: error: method add3 in class X cannot be applied to given types;
07:06:35 	add3(lx, ls);
07:06:35 	^
07:06:35   required: List<T>,List<T>
07:06:35   found: List<X>,List<String>
07:06:35   reason: inference variable T has incompatible equality constraints String,X
07:06:35   where T is a type-variable:
07:06:35     T extends Object declared in method <T>add3(List<T>,List<T>)
07:06:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:06:35 2 errors
07:06:35 
07:06:35 
07:06:35 
07:06:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:36 --- javac err: ---
07:06:36 X.java:16: warning: [rawtypes] found raw type: A
07:06:36 	void foo(A a, B b, C c){
07:06:36 	         ^
07:06:36   missing type arguments for generic class A<E>
07:06:36   where E is a type-variable:
07:06:36     E extends Object declared in interface A
07:06:36 X.java:16: warning: [rawtypes] found raw type: B
07:06:36 	void foo(A a, B b, C c){
07:06:36 	              ^
07:06:36   missing type arguments for generic class B<T>
07:06:36   where T is a type-variable:
07:06:36     T extends Number declared in class B
07:06:36 X.java:18: error: incompatible types: Object cannot be converted to Number
07:06:36 		Number n1= b.getOne(); // fails
07:06:36 		                   ^
07:06:36 1 error
07:06:36 2 warnings
07:06:36 
07:06:36 
07:06:36 
07:06:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:37 --- javac err: ---
07:06:37 X.java:3: error: cannot find symbol
07:06:37 Zork z;
07:06:37 ^
07:06:37   symbol:   class Zork
07:06:37   location: class X
07:06:37 X.java:16: warning: [unchecked] unchecked method invocation: method getById in class Manager is applied to given types
07:06:37     return m_manager.getById(getClass(), Integer.valueOf(1));
07:06:37                             ^
07:06:37   required: Class<T>,Integer
07:06:37   found: Class<CAP#1>,Integer
07:06:37   where T,C are type-variables:
07:06:37     T extends ITest<C> declared in method <T>getById(Class<T>,Integer)
07:06:37     C extends X declared in class Manager
07:06:37   where CAP#1 is a fresh type-variable:
07:06:37     CAP#1 extends Test from capture of ? extends Test
07:06:37 X.java:16: warning: [unchecked] unchecked conversion
07:06:37     return m_manager.getById(getClass(), Integer.valueOf(1));
07:06:37                             ^
07:06:37   required: ITest<C>
07:06:37   found:    Test
07:06:37   where C is a type-variable:
07:06:37     C extends X declared in class Test
07:06:37 1 error
07:06:37 2 warnings
07:06:37 
07:06:37 
07:06:37 
07:06:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:38 --- javac err: ---
07:06:38 X.java:7: warning: [rawtypes] found raw type: Collection
07:06:38 		Class<? extends Collection> c = param.getClass(); // ok
07:06:38 		                ^
07:06:38   missing type arguments for generic class Collection<E>
07:06:38   where E is a type-variable:
07:06:38     E extends Object declared in interface Collection
07:06:38 X.java:8: warning: [rawtypes] found raw type: Collection
07:06:38 		Class<? extends Collection> d = getClazz(); // ko
07:06:38 		                ^
07:06:38   missing type arguments for generic class Collection<E>
07:06:38   where E is a type-variable:
07:06:38     E extends Object declared in interface Collection
07:06:38 X.java:8: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends Collection>
07:06:38 		Class<? extends Collection> d = getClazz(); // ko
07:06:38 		                                        ^
07:06:38   where CAP#1 is a fresh type-variable:
07:06:38     CAP#1 extends Object from capture of ? extends Object
07:06:38 X.java:17: warning: [rawtypes] found raw type: Collection
07:06:38 		Class<? extends Collection> c = getClass(); // ok
07:06:38 		                ^
07:06:38   missing type arguments for generic class Collection<E>
07:06:38   where E is a type-variable:
07:06:38     E extends Object declared in interface Collection
07:06:38 1 error
07:06:38 3 warnings
07:06:38 
07:06:38 
07:06:38 
07:06:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:39 --- javac err: ---
07:06:39 X.java:1: error: unexpected type
07:06:39 public class X<T extends int[]> {
07:06:39                             ^
07:06:39   required: class
07:06:39   found:    int[]
07:06:39 1 error
07:06:39 
07:06:39 
07:06:39 
07:06:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:40 
07:06:40 
07:06:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:41 --- javac err: ---
07:06:41 X.java:3: error: cannot find symbol
07:06:41    Zork z;
07:06:41    ^
07:06:41   symbol:   class Zork
07:06:41   location: class X
07:06:41 X.java:5: warning: [rawtypes] found raw type: Set
07:06:41 	   Set[] sets = new Set[10];
07:06:41 	   ^
07:06:41   missing type arguments for generic class Set<E>
07:06:41   where E is a type-variable:
07:06:41     E extends Object declared in interface Set
07:06:41 X.java:5: warning: [rawtypes] found raw type: Set
07:06:41 	   Set[] sets = new Set[10];
07:06:41 	                    ^
07:06:41   missing type arguments for generic class Set<E>
07:06:41   where E is a type-variable:
07:06:41     E extends Object declared in interface Set
07:06:41 X.java:6: warning: [unchecked] unchecked conversion
07:06:41 	   return sets;
07:06:41 	          ^
07:06:41   required: Set<String>[]
07:06:41   found:    Set[]
07:06:41 1 error
07:06:41 3 warnings
07:06:41 
07:06:41 
07:06:41 
07:06:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:42 --- javac err: ---
07:06:42 X.java:4: error: cannot find symbol
07:06:42     Zork z;
07:06:42     ^
07:06:42   symbol:   class Zork
07:06:42   location: class X
07:06:42 X.java:6: warning: [rawtypes] found raw type: List
07:06:42         List<Integer>[] nums = new List[] {Collections.singletonList("Uh oh")};
07:06:42                                    ^
07:06:42   missing type arguments for generic class List<E>
07:06:42   where E is a type-variable:
07:06:42     E extends Object declared in interface List
07:06:42 X.java:6: warning: [unchecked] unchecked conversion
07:06:42         List<Integer>[] nums = new List[] {Collections.singletonList("Uh oh")};
07:06:42                                ^
07:06:42   required: List<Integer>[]
07:06:42   found:    List[]
07:06:42 1 error
07:06:42 2 warnings
07:06:42 
07:06:42 
07:06:42 
07:06:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:43 --- javac err: ---
07:06:43 Cla.java:7: error: cannot find symbol
07:06:43         String s= new Cla<String>.getT();
07:06:43                                  ^
07:06:43   symbol:   class getT
07:06:43   location: class Cla<String>
07:06:43 1 error
07:06:43 
07:06:43 
07:06:43 
07:06:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:44 --- javac err: ---
07:06:44 X.java:1: error: type variable A is already defined in class X
07:06:44 public class X<A, A> { }
07:06:44                   ^
07:06:44 1 error
07:06:44 
07:06:44 
07:06:44 
07:06:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:45 --- javac err: ---
07:06:45 test02/FooBar.java:5: warning: [rawtypes] found raw type: FooBar
07:06:45       FooBar f = new FooBar(); 
07:06:45       ^
07:06:45   missing type arguments for generic class FooBar<R>
07:06:45   where R is a type-variable:
07:06:45     R extends Object declared in class FooBar
07:06:45 test02/FooBar.java:5: warning: [rawtypes] found raw type: FooBar
07:06:45       FooBar f = new FooBar(); 
07:06:45                      ^
07:06:45   missing type arguments for generic class FooBar<R>
07:06:45   where R is a type-variable:
07:06:45     R extends Object declared in class FooBar
07:06:45 2 warnings
07:06:45 
07:06:45 
07:06:45 
07:06:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:46 --- javac err: ---
07:06:46 test/FooBar.java:5: warning: [rawtypes] found raw type: FooBar
07:06:46       FooBar f = new FooBar(); 
07:06:46       ^
07:06:46   missing type arguments for generic class FooBar<R>
07:06:46   where R is a type-variable:
07:06:46     R extends Object declared in class FooBar
07:06:46 test/FooBar.java:5: warning: [rawtypes] found raw type: FooBar
07:06:46       FooBar f = new FooBar(); 
07:06:46                      ^
07:06:46   missing type arguments for generic class FooBar<R>
07:06:46   where R is a type-variable:
07:06:46     R extends Object declared in class FooBar
07:06:46 2 warnings
07:06:46 
07:06:46 
07:06:46 
07:06:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:47 --- javac err: ---
07:06:47 a/C.java:3: warning: [rawtypes] found raw type: B
07:06:47 public class C extends B { 
07:06:47                        ^
07:06:47   missing type arguments for generic class B<E>
07:06:47   where E is a type-variable:
07:06:47     E extends Object declared in class B
07:06:47 1 warning
07:06:47 
07:06:48 --- javac err: ---
07:06:48 a/C.java:3: warning: [rawtypes] found raw type: B
07:06:48 public class C extends B { 
07:06:48                        ^
07:06:48   missing type arguments for generic class B<E>
07:06:48   where E is a type-variable:
07:06:48     E extends Object declared in class B
07:06:48 1 warning
07:06:48 
07:06:48 
07:06:48 
07:06:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:49 --- javac err: ---
07:06:49 X.java:9: warning: [rawtypes] found raw type: Comparable
07:06:49 		Comparable s1 = choose(true, "string", Integer.valueOf(1));
07:06:49 		^
07:06:49   missing type arguments for generic class Comparable<T>
07:06:49   where T is a type-variable:
07:06:49     T extends Object declared in interface Comparable
07:06:49 X.java:11: warning: [rawtypes] found raw type: Comparable
07:06:49 		Comparable s3 = choose(true, Integer.valueOf(1), Float.valueOf(2));
07:06:49 		^
07:06:49   missing type arguments for generic class Comparable<T>
07:06:49   where T is a type-variable:
07:06:49     T extends Object declared in interface Comparable
07:06:49 X.java:12: error: incompatible types: inferred type does not conform to upper bound(s)
07:06:49 		Cloneable s4 = choose(true, Integer.valueOf(1), Float.valueOf(2));
07:06:49 		                     ^
07:06:49     inferred: INT#1
07:06:49     upper bound(s): Cloneable,Object
07:06:49   where INT#1,INT#2 are intersection types:
07:06:49     INT#1 extends Number,Comparable<? extends INT#2>,Constable,ConstantDesc
07:06:49     INT#2 extends Number,Comparable<?>,Constable,ConstantDesc
07:06:49 X.java:13: error: incompatible types: inferred type does not conform to upper bound(s)
07:06:49 		Cloneable s5 = choose(true, "string", Integer.valueOf(1));
07:06:49 		                     ^
07:06:49     inferred: INT#1
07:06:49     upper bound(s): Cloneable,Object
07:06:49   where INT#1,INT#2 are intersection types:
07:06:49     INT#1 extends Object,Serializable,Comparable<? extends INT#2>,Constable,ConstantDesc
07:06:49     INT#2 extends Object,Serializable,Comparable<?>,Constable,ConstantDesc
07:06:49 2 errors
07:06:49 2 warnings
07:06:49 
07:06:49 
07:06:49 
07:06:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:50 --- javac err: ---
07:06:50 test02/FooBar.java:7: error: incompatible types: String cannot be converted to R
07:06:50       this.s = "foo";
07:06:50                ^
07:06:50   where R is a type-variable:
07:06:50     R extends Object declared in class FooBar
07:06:50 1 error
07:06:50 
07:06:50 
07:06:50 
07:06:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:51 --- javac err: ---
07:06:51 test02/FooBar.java:6: error: s has private access in Foo
07:06:51       f.s = "foo"; 
07:06:51        ^
07:06:51 test02/FooBar.java:7: error: s has private access in Foo
07:06:51       this.s = "foo";
07:06:51           ^
07:06:51 test02/FooBar.java:7: error: incompatible types: String cannot be converted to R
07:06:51       this.s = "foo";
07:06:51                ^
07:06:51   where R is a type-variable:
07:06:51     R extends Object declared in class FooBar
07:06:51 test02/FooBar.java:8: error: cannot find symbol
07:06:51       f.dosomething(); 
07:06:51        ^
07:06:51   symbol:   method dosomething()
07:06:51   location: variable f of type FooBar<String>
07:06:51 test02/FooBar.java:9: error: cannot find symbol
07:06:51       this.dosomething();  
07:06:51           ^
07:06:51   symbol: method dosomething()
07:06:51 test02/FooBar.java:10: error: Foo.Bar has private access in Foo
07:06:51       Bar b1; 
07:06:51       ^
07:06:51 test02/FooBar.java:11: error: Foo.Bar has private access in Foo
07:06:51       FooBar<String>.Bar b2; 
07:06:51                     ^
07:06:51 test02/FooBar.java:12: error: Foo.Bar has private access in Foo
07:06:51       Foo<String>.Bar b3; 
07:06:51                  ^
07:06:51 8 errors
07:06:51 
07:06:51 
07:06:51 
07:06:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:52 
07:06:52 
07:06:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:53 
07:06:53 
07:06:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:54 --- javac err: ---
07:06:54 X.java:5: error: incompatible types: Object cannot be converted to CAP#1
07:06:54         list.add(new Object());   // should fail
07:06:54                  ^
07:06:54   where CAP#1 is a fresh type-variable:
07:06:54     CAP#1 extends Object super: Number from capture of ? super Number
07:06:54 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:06:54 1 error
07:06:54 
07:06:54 
07:06:54 
07:06:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:55 --- javac err: ---
07:06:55 X.java:6: error: incompatible types: List<CAP#1> cannot be converted to List<Object>
07:06:55     	lo = list;
07:06:55     	     ^
07:06:55   where CAP#1 is a fresh type-variable:
07:06:55     CAP#1 extends Object super: Number from capture of ? super Number
07:06:55 1 error
07:06:55 
07:06:55 
07:06:55 
07:06:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:56 --- javac err: ---
07:06:56 X.java:6: error: incompatible types: Number cannot be converted to CAP#1
07:06:56 		lhs.add(rhs.get(0));
07:06:56 		               ^
07:06:56   where T is a type-variable:
07:06:56     T extends Number declared in class X
07:06:56   where CAP#1 is a fresh type-variable:
07:06:56     CAP#1 extends Object super: T from capture of ? super T
07:06:56 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:06:56 1 error
07:06:56 
07:06:56 
07:06:56 
07:06:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:57 --- javac err: ---
07:06:57 X.java:6: error: incompatible types: Object cannot be converted to CAP#1
07:06:57 		lhs.add(rhs.get(0));
07:06:57 		               ^
07:06:57   where CAP#1 is a fresh type-variable:
07:06:57     CAP#1 extends Object super: Number from capture of ? super Number
07:06:57 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:06:57 1 error
07:06:57 
07:06:57 
07:06:57 
07:06:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:58 
07:06:58 
07:06:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:06:59 --- javac err: ---
07:06:59 X.java:6: error: incompatible types: Number cannot be converted to CAP#1
07:06:59 		lhs.add(rhs.get(0));
07:06:59 		               ^
07:06:59   where CAP#1 is a fresh type-variable:
07:06:59     CAP#1 extends Object super: Integer from capture of ? super Integer
07:06:59 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:06:59 1 error
07:06:59 
07:06:59 
07:06:59 
07:06:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:00 --- javac err: ---
07:07:00 X.java:6: error: incompatible types: Object cannot be converted to CAP#1
07:07:00 		lhs.add(rhs.get(0));
07:07:00 		               ^
07:07:00   where CAP#1 is a fresh type-variable:
07:07:00     CAP#1 extends Object super: Number from capture of ? super Number
07:07:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:07:00 1 error
07:07:00 
07:07:00 
07:07:00 
07:07:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:01 
07:07:01 
07:07:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:02 --- javac err: ---
07:07:02 X.java:6: error: method m in class X cannot be applied to given types;
07:07:02         m(new Y<Short>(), new Y<Integer>());
07:07:02         ^
07:07:02   required: Y<T>,Y<T>
07:07:02   found: Y<Short>,Y<Integer>
07:07:02   reason: inference variable T has incompatible equality constraints Integer,Short
07:07:02   where T is a type-variable:
07:07:02     T extends Number declared in method <T>m(Y<T>,Y<T>)
07:07:02 1 error
07:07:02 
07:07:02 
07:07:02 
07:07:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:03 
07:07:03 
07:07:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:04 --- javac err: ---
07:07:04 X.java:4: warning: [rawtypes] found raw type: Base.Inner
07:07:04 	Inner a;
07:07:04 	^
07:07:04   missing type arguments for generic class Base<T>.Inner<U>
07:07:04   where U,T are type-variables:
07:07:04     U extends Object declared in class Base.Inner
07:07:04     T extends Object declared in class Base
07:07:04 X.java:8: warning: [rawtypes] found raw type: Base.Inner
07:07:04 	class DerivedInner extends Inner {
07:07:04 	                           ^
07:07:04   missing type arguments for generic class Base<T>.Inner<U>
07:07:04   where U,T are type-variables:
07:07:04     U extends Object declared in class Base.Inner
07:07:04     T extends Object declared in class Base
07:07:04 2 warnings
07:07:04 
07:07:04 
07:07:04 
07:07:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:05 --- javac err: ---
07:07:05 X.java:4: warning: [rawtypes] found raw type: Base.Inner
07:07:05 	Inner a;
07:07:05 	^
07:07:05   missing type arguments for generic class Base<T>.Inner<U>
07:07:05   where U,T are type-variables:
07:07:05     U extends Object declared in class Base.Inner
07:07:05     T extends Object declared in class Base
07:07:05 1 warning
07:07:05 
07:07:05 
07:07:05 
07:07:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:06 --- javac err: ---
07:07:06 X.java:6: error: method bar in class X cannot be applied to given types;
07:07:06 		bar(l, ""); 
07:07:06 		^
07:07:06   required: List<? super T>,T
07:07:06   found: List<CAP#1>,String
07:07:06   reason: inference variable T has incompatible bounds
07:07:06     lower bounds: CAP#1,Object
07:07:06     lower bounds: String
07:07:06   where T is a type-variable:
07:07:06     T extends Object declared in method <T>bar(List<? super T>,T)
07:07:06   where CAP#1 is a fresh type-variable:
07:07:06     CAP#1 extends Object from capture of ?
07:07:06 1 error
07:07:06 
07:07:06 
07:07:06 
07:07:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:07 --- javac err: ---
07:07:07 X.java:5: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
07:07:07         f1.bar = f2.bar;
07:07:07                    ^
07:07:07   where CAP#1,CAP#2 are fresh type-variables:
07:07:07     CAP#1 extends Object from capture of ?
07:07:07     CAP#2 extends Object from capture of ?
07:07:07 1 error
07:07:07 
07:07:07 
07:07:07 
07:07:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:08 --- javac err: ---
07:07:08 X.java:4: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
07:07:08         f1.bar = f1.bar;
07:07:08                    ^
07:07:08   where CAP#1,CAP#2 are fresh type-variables:
07:07:08     CAP#1 extends Object from capture of ?
07:07:08     CAP#2 extends Object from capture of ?
07:07:08 1 error
07:07:08 
07:07:08 
07:07:08 
07:07:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:09 --- javac err: ---
07:07:09 X.java:5: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:07:09 		lhs.t = rhs.t;
07:07:09 		           ^
07:07:09   where CAP#1,CAP#2 are fresh type-variables:
07:07:09     CAP#1 extends Object from capture of ?
07:07:09     CAP#2 extends Object from capture of ?
07:07:09 1 error
07:07:09 
07:07:09 
07:07:09 
07:07:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:10 --- javac err: ---
07:07:10 X.java:5: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:07:10 		lhs.t = rhs.t;
07:07:10 		           ^
07:07:10   where CAP#1,CAP#2 are fresh type-variables:
07:07:10     CAP#1 extends Object from capture of ?
07:07:10     CAP#2 extends Object from capture of ?
07:07:10 X.java:12: error: incompatible types: X<CAP#1> cannot be converted to X<? super Number>
07:07:10 		lhs = rhs;
07:07:10 		      ^
07:07:10   where CAP#1 is a fresh type-variable:
07:07:10     CAP#1 extends Number from capture of ? extends Number
07:07:10 X.java:17: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:07:10 		lhs.t = rhs.t;
07:07:10 		           ^
07:07:10   where CAP#1,CAP#2 are fresh type-variables:
07:07:10     CAP#1 extends Number from capture of ? extends Number
07:07:10     CAP#2 extends Number from capture of ? extends Number
07:07:10 X.java:20: error: incompatible types: X<CAP#1> cannot be converted to X<? extends Number>
07:07:10 		lhs = rhs;
07:07:10 		      ^
07:07:10   where CAP#1 is a fresh type-variable:
07:07:10     CAP#1 extends Object super: Number from capture of ? super Number
07:07:10 X.java:21: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:07:10 		lhs.t = rhs.t;
07:07:10 		           ^
07:07:10   where CAP#1,CAP#2 are fresh type-variables:
07:07:10     CAP#1 extends Object super: Number from capture of ? super Number
07:07:10     CAP#2 extends Number from capture of ? extends Number
07:07:10 X.java:25: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:07:10 		lhs.t = rhs.t;
07:07:10 		           ^
07:07:10   where CAP#1,CAP#2 are fresh type-variables:
07:07:10     CAP#1 extends Object super: Number from capture of ? super Number
07:07:10     CAP#2 extends Object super: Number from capture of ? super Number
07:07:10 6 errors
07:07:10 
07:07:10 
07:07:10 
07:07:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:11 
07:07:11 
07:07:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:13 
07:07:13 
07:07:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:14 
07:07:14 
07:07:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:15 --- javac err: ---
07:07:15 X.java:4: warning: [rawtypes] found raw type: List
07:07:15 	List l= null; 
07:07:15 	^
07:07:15   missing type arguments for generic class List<E>
07:07:15   where E is a type-variable:
07:07:15     E extends Object declared in interface List
07:07:15 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:07:15 		l.add(s);
07:07:15 		     ^
07:07:15   where E is a type-variable:
07:07:15     E extends Object declared in interface List
07:07:15 X.java:11: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type List
07:07:15 		l.addAll(Arrays.asList(ss));
07:07:15 		        ^
07:07:15   where E is a type-variable:
07:07:15     E extends Object declared in interface List
07:07:15 X.java:15: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type List
07:07:15 		return (String[])l.toArray(new String[l.size()]);
07:07:15 		                          ^
07:07:15   where T is a type-variable:
07:07:15     T extends Object declared in method <T>toArray(T[])
07:07:15 4 warnings
07:07:15 
07:07:15 
07:07:15 
07:07:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:16 --- javac err: ---
07:07:16 X.java:9: warning: [rawtypes] found raw type: Super.A
07:07:16 		take(new A());
07:07:16 		         ^
07:07:16   missing type arguments for generic class Super<S>.A<E>
07:07:16   where E,S are type-variables:
07:07:16     E extends Object declared in class Super.A
07:07:16     S extends Object declared in class Super
07:07:16 X.java:9: warning: [unchecked] unchecked method invocation: method take in class Super is applied to given types
07:07:16 		take(new A());
07:07:16 		    ^
07:07:16   required: Super<S>.A<S>
07:07:16   found: Super.A
07:07:16   where S is a type-variable:
07:07:16     S extends Object declared in class Super
07:07:16 X.java:9: warning: [unchecked] unchecked conversion
07:07:16 		take(new A());
07:07:16 		     ^
07:07:16   required: Super<S>.A<S>
07:07:16   found:    Super.A
07:07:16   where S is a type-variable:
07:07:16     S extends Object declared in class Super
07:07:16 3 warnings
07:07:16 
07:07:16 
07:07:16 
07:07:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:17 --- javac err: ---
07:07:17 X.java:8: warning: [rawtypes] found raw type: Super.A
07:07:17 		take(new A());
07:07:17 		         ^
07:07:17   missing type arguments for generic class Super<S>.A<E>
07:07:17   where E,S are type-variables:
07:07:17     E extends Object declared in class Super.A
07:07:17     S extends Object declared in class Super
07:07:17 X.java:8: warning: [unchecked] unchecked method invocation: method take in class Super is applied to given types
07:07:17 		take(new A());
07:07:17 		    ^
07:07:17   required: Super<S>.A<S>
07:07:17   found: Super.A
07:07:17   where S is a type-variable:
07:07:17     S extends Object declared in class Super
07:07:17 X.java:8: warning: [unchecked] unchecked conversion
07:07:17 		take(new A());
07:07:17 		     ^
07:07:17   required: Super<S>.A<S>
07:07:17   found:    Super.A
07:07:17   where S is a type-variable:
07:07:17     S extends Object declared in class Super
07:07:17 X.java:14: error: cannot find symbol
07:07:17 		Zork z;
07:07:17 		^
07:07:17   symbol:   class Zork
07:07:17   location: class X
07:07:17 1 error
07:07:17 3 warnings
07:07:17 
07:07:17 
07:07:17 
07:07:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:18 --- javac err: ---
07:07:18 warning: [options] bootstrap class path not set in conjunction with -source 1.4
07:07:18 error: Source option 1.4 is no longer supported. Use 7 or later.
07:07:18 
07:07:18 
07:07:18 
07:07:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:18 --- javac err: ---
07:07:18 X.java:6: error: incompatible types: bad type in conditional expression
07:07:18 		 		 Integer[] var = cond ? tab1 : tab2;
07:07:18 		 		                        ^
07:07:18     String[] cannot be converted to Integer[]
07:07:18 1 error
07:07:18 
07:07:18 
07:07:18 
07:07:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:20 
07:07:20 
07:07:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:21 --- javac err: ---
07:07:21 X.java:1: warning: [rawtypes] found raw type: AX
07:07:21 public class X <T extends AX> {
07:07:21                           ^
07:07:21   missing type arguments for generic class AX<P>
07:07:21   where P is a type-variable:
07:07:21     P extends Object declared in class AX
07:07:21 X.java:7: warning: [rawtypes] found raw type: BX
07:07:21 		X<? extends BX> x = new X<BX<String>>(new BX<String>());
07:07:21 		            ^
07:07:21   missing type arguments for generic class BX<Q>
07:07:21   where Q is a type-variable:
07:07:21     Q extends Object declared in class BX
07:07:21 2 warnings
07:07:21 
07:07:21 
07:07:21 
07:07:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:22 --- javac err: ---
07:07:22 X.java:1: warning: [rawtypes] found raw type: AX
07:07:22 public class X <T extends AX> {
07:07:22                           ^
07:07:22   missing type arguments for generic class AX<P>
07:07:22   where P is a type-variable:
07:07:22     P extends Object declared in class AX
07:07:22 X.java:7: warning: [rawtypes] found raw type: BX
07:07:22 		X<? extends BX> x = new X<BX<String>>(new BX<String>());
07:07:22 		            ^
07:07:22   missing type arguments for generic class BX<Q>
07:07:22   where Q is a type-variable:
07:07:22     Q extends Object declared in class BX
07:07:22 2 warnings
07:07:22 
07:07:22 
07:07:22 
07:07:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:23 --- javac err: ---
07:07:23 X.java:10: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
07:07:23 	  System.out.print(new X<XAB>().e.CONST);
07:07:23 	                                 ^
07:07:23 X.java:14: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
07:07:23     System.out.print(this.e.CONST);
07:07:23                            ^
07:07:23 2 warnings
07:07:23 
07:07:23 
07:07:23 
07:07:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:24 --- javac err: ---
07:07:24 X.java:10: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
07:07:24 	  System.out.print(new X<XAB>().e().CONST);
07:07:24 	                                   ^
07:07:24 X.java:14: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
07:07:24     System.out.print(this.e().CONST);
07:07:24                              ^
07:07:24 2 warnings
07:07:24 
07:07:24 
07:07:24 
07:07:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:25 --- javac err: ---
07:07:25 X.java:15: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
07:07:25 			System.out.print(e.CONST);
07:07:25 			                  ^
07:07:25 X.java:18: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
07:07:25     System.out.print(e.CONST);
07:07:25                       ^
07:07:25 2 warnings
07:07:25 
07:07:25 
07:07:25 
07:07:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:26 --- javac err: ---
07:07:26 X.java:18: error: cannot find symbol
07:07:26  Zork z;
07:07:26  ^
07:07:26   symbol:   class Zork
07:07:26   location: class X<E>
07:07:26   where E is a type-variable:
07:07:26     E extends Object declared in class X
07:07:26 X.java:6: warning: [rawtypes] found raw type: List
07:07:26 	public void test(List list,final Comparator comparator, X x) {
07:07:26 	                 ^
07:07:26   missing type arguments for generic class List<E>
07:07:26   where E is a type-variable:
07:07:26     E extends Object declared in interface List
07:07:26 X.java:6: warning: [rawtypes] found raw type: Comparator
07:07:26 	public void test(List list,final Comparator comparator, X x) {
07:07:26 	                                 ^
07:07:26   missing type arguments for generic class Comparator<T>
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in interface Comparator
07:07:26 X.java:6: warning: [rawtypes] found raw type: X
07:07:26 	public void test(List list,final Comparator comparator, X x) {
07:07:26 	                                                        ^
07:07:26   missing type arguments for generic class X<E>
07:07:26   where E is a type-variable:
07:07:26     E extends Object declared in class X
07:07:26 X.java:7: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:07:26 		foo(list, comparator);
07:07:26 		   ^
07:07:26   required: List<T>,Comparator<? super T>
07:07:26   found: List,Comparator
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>foo(List<T>,Comparator<? super T>)
07:07:26 X.java:7: warning: [unchecked] unchecked conversion
07:07:26 		foo(list, comparator);
07:07:26 		    ^
07:07:26   required: List<T>
07:07:26   found:    List
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>foo(List<T>,Comparator<? super T>)
07:07:26 X.java:7: warning: [unchecked] unchecked conversion
07:07:26 		foo(list, comparator);
07:07:26 		          ^
07:07:26   required: Comparator<? super T>
07:07:26   found:    Comparator
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>foo(List<T>,Comparator<? super T>)
07:07:26 X.java:8: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
07:07:26 		bar(list, comparator);
07:07:26 		   ^
07:07:26   required: List<T>,Comparator<? super T>
07:07:26   found: List,Comparator
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
07:07:26 X.java:8: warning: [unchecked] unchecked conversion
07:07:26 		bar(list, comparator);
07:07:26 		    ^
07:07:26   required: List<T>
07:07:26   found:    List
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
07:07:26 X.java:8: warning: [unchecked] unchecked conversion
07:07:26 		bar(list, comparator);
07:07:26 		          ^
07:07:26   required: Comparator<? super T>
07:07:26   found:    Comparator
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
07:07:26 X.java:10: warning: [unchecked] unchecked call to <T>foo(List<T>,Comparator<? super T>) as a member of the raw type X
07:07:26 		x.foo(list, comparator);
07:07:26 		     ^
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>foo(List<T>,Comparator<? super T>)
07:07:26 X.java:11: warning: [static] static method should be qualified by type name, X, instead of by an expression
07:07:26 		x.bar(list, comparator);
07:07:26 		 ^
07:07:26 
07:07:26 
07:07:26 X.java:11: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
07:07:26 		x.bar(list, comparator);
07:07:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:26 		     ^
07:07:26   required: List<T>,Comparator<? super T>
07:07:26   found: List,Comparator
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
07:07:26 X.java:11: warning: [unchecked] unchecked conversion
07:07:26 		x.bar(list, comparator);
07:07:26 		      ^
07:07:26   required: List<T>
07:07:26   found:    List
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
07:07:26 X.java:11: warning: [unchecked] unchecked conversion
07:07:26 		x.bar(list, comparator);
07:07:26 		            ^
07:07:26   required: Comparator<? super T>
07:07:26   found:    Comparator
07:07:26   where T is a type-variable:
07:07:26     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
07:07:26 1 error
07:07:26 14 warnings
07:07:26 
07:07:27 
07:07:27 
07:07:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:28 --- javac err: ---
07:07:28 X.java:6: error: cannot find symbol
07:07:28 		int i = l.get(0).length;
07:07:28 		                ^
07:07:28   symbol:   variable length
07:07:28   location: class Object
07:07:28 X.java:13: error: incompatible types: bad type in conditional expression
07:07:28 		Serializable s2 = b ? l.get(0) : s;
07:07:28 		                           ^
07:07:28     CAP#1 cannot be converted to Serializable
07:07:28   where CAP#1 is a fresh type-variable:
07:07:28     CAP#1 extends Object super: int[] from capture of ? super int[]
07:07:28 2 errors
07:07:28 
07:07:28 
07:07:28 
07:07:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:29 --- javac err: ---
07:07:29 X.java:4: warning: [rawtypes] found raw type: MyTigerSimpleObject
07:07:29         List<MyTigerSimpleObject> list = new ArrayList<MyTigerSimpleObject>();
07:07:29              ^
07:07:29   missing type arguments for generic class MyTigerSimpleObject<E>
07:07:29   where E is a type-variable:
07:07:29     E extends Object declared in class MyTigerSimpleObject
07:07:29 X.java:4: warning: [rawtypes] found raw type: MyTigerSimpleObject
07:07:29         List<MyTigerSimpleObject> list = new ArrayList<MyTigerSimpleObject>();
07:07:29                                                        ^
07:07:29   missing type arguments for generic class MyTigerSimpleObject<E>
07:07:29   where E is a type-variable:
07:07:29     E extends Object declared in class MyTigerSimpleObject
07:07:29 X.java:5: warning: [rawtypes] found raw type: MyTigerSimpleObject
07:07:29         list.add(new MyTigerSimpleObject("a"));
07:07:29                      ^
07:07:29   missing type arguments for generic class MyTigerSimpleObject<E>
07:07:29   where E is a type-variable:
07:07:29     E extends Object declared in class MyTigerSimpleObject
07:07:29 X.java:6: warning: [rawtypes] found raw type: MyTigerSimpleObject
07:07:29         list.add(new MyTigerSimpleObject("b"));
07:07:29                      ^
07:07:29   missing type arguments for generic class MyTigerSimpleObject<E>
07:07:29   where E is a type-variable:
07:07:29     E extends Object declared in class MyTigerSimpleObject
07:07:29 X.java:8: warning: [rawtypes] found raw type: MyTigerSimpleObject
07:07:29         for (MyTigerSimpleObject so : list)
07:07:29              ^
07:07:29   missing type arguments for generic class MyTigerSimpleObject<E>
07:07:29   where E is a type-variable:
07:07:29     E extends Object declared in class MyTigerSimpleObject
07:07:29 X.java:20: error: cannot find symbol
07:07:29             System.out.println(so.getSomeAttribute());
07:07:29                                  ^
07:07:29   symbol:   method getSomeAttribute()
07:07:29   location: variable so of type MyTigerSimpleObject
07:07:29   where MyTigerSimpleObject is a type-variable:
07:07:29     MyTigerSimpleObject extends Object declared in class TigerList
07:07:29 X.java:17: warning: [serial] serializable class TigerList has no definition of serialVersionUID
07:07:29 class TigerList<MyTigerSimpleObject> extends ArrayList<MyTigerSimpleObject> {
07:07:29 ^
07:07:29 1 error
07:07:29 6 warnings
07:07:29 
07:07:29 
07:07:29 
07:07:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:30 --- javac err: ---
07:07:30 X.java:8: warning: [cast] redundant cast to String
07:07:30 		Object obj = ClassB.doSomething((String) strings[0]);
07:07:30 		                                ^
07:07:30 X.java:11: warning: [cast] redundant cast to String
07:07:30 		String intermediate = ClassB.doSomething((String) strings[0]);
07:07:30 		                                         ^
07:07:30 X.java:18: warning: [unchecked] unchecked cast
07:07:30 		return (T) value;
07:07:30 		           ^
07:07:30   required: T
07:07:30   found:    String
07:07:30   where T is a type-variable:
07:07:30     T extends Serializable declared in method <T>doSomething(String)
07:07:30 3 warnings
07:07:30 
07:07:30 
07:07:30 
07:07:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:31 
07:07:31 
07:07:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:32 
07:07:32 
07:07:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:33 --- javac err: ---
07:07:33 X.java:4: warning: [rawtypes] found raw type: X.M
07:07:33 		new X().new M(null) {
07:07:33 		            ^
07:07:33   missing type arguments for generic class X.M<E>
07:07:33   where E is a type-variable:
07:07:33     E extends Throwable declared in class X.M
07:07:33 X.java:4: warning: [unchecked] unchecked call to X.M(E) as a member of the raw type X.M
07:07:33 		new X().new M(null) {
07:07:33 		                    ^
07:07:33   where E is a type-variable:
07:07:33     E extends Throwable declared in class X.M
07:07:33 X.java:6: error: incompatible types: Throwable cannot be converted to Exception
07:07:33 				Exception e = ex;
07:07:33 				              ^
07:07:33 1 error
07:07:33 2 warnings
07:07:33 
07:07:33 
07:07:33 
07:07:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:34 
07:07:34 
07:07:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:35 
07:07:35 
07:07:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:37 
07:07:37 
07:07:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:38 --- javac err: ---
07:07:38 X.java:5: error: cannot find symbol
07:07:38   Zork z;
07:07:38   ^
07:07:38   symbol:   class Zork
07:07:38   location: class Base<T>
07:07:38   where T is a type-variable:
07:07:38     T extends Object declared in class Base
07:07:38 1 error
07:07:38 
07:07:38 
07:07:38 
07:07:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:39 --- javac err: ---
07:07:39 X.java:12: error: cannot find symbol
07:07:39   Zork z;
07:07:39   ^
07:07:39   symbol:   class Zork
07:07:39   location: class X
07:07:39 1 error
07:07:39 
07:07:39 
07:07:39 
07:07:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:40 
07:07:40 
07:07:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:42 
07:07:42 
07:07:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:43 --- javac err: ---
07:07:43 X.java:4: warning: [rawtypes] found raw type: Collection
07:07:43 	static public <T extends Collection> void addAll(T a, T b) {
07:07:43 	                         ^
07:07:43   missing type arguments for generic class Collection<E>
07:07:43   where E is a type-variable:
07:07:43     E extends Object declared in interface Collection
07:07:43 X.java:5: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type Collection
07:07:43 		a.addAll(b);
07:07:43 		        ^
07:07:43   where E is a type-variable:
07:07:43     E extends Object declared in interface Collection
07:07:43 2 warnings
07:07:43 
07:07:43 
07:07:43 
07:07:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:44 --- javac err: ---
07:07:44 X.java:18: error: cannot find symbol
07:07:44   Zork z;
07:07:44   ^
07:07:44   symbol:   class Zork
07:07:44   location: class X
07:07:44 X.java:4: warning: [rawtypes] found raw type: Collection
07:07:44 	static public <T extends Collection> void addAll(T a, T b) {
07:07:44 	                         ^
07:07:44   missing type arguments for generic class Collection<E>
07:07:44   where E is a type-variable:
07:07:44     E extends Object declared in interface Collection
07:07:44 X.java:5: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type Collection
07:07:44 		a.addAll(b);
07:07:44 		        ^
07:07:44   where E is a type-variable:
07:07:44     E extends Object declared in interface Collection
07:07:44 1 error
07:07:44 2 warnings
07:07:44 
07:07:44 
07:07:44 
07:07:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:45 --- javac err: ---
07:07:45 X.java:7: error: cannot find symbol
07:07:45 	Zork z;
07:07:45 	^
07:07:45   symbol:   class Zork
07:07:45   location: class X
07:07:45 X.java:4: warning: [rawtypes] found raw type: M
07:07:45 		M m = new M();
07:07:45 		^
07:07:45   missing type arguments for generic class M<T>
07:07:45   where T is a type-variable:
07:07:45     T extends Object declared in class M
07:07:45 X.java:4: warning: [rawtypes] found raw type: M
07:07:45 		M m = new M();
07:07:45 		          ^
07:07:45   missing type arguments for generic class M<T>
07:07:45   where T is a type-variable:
07:07:45     T extends Object declared in class M
07:07:45 X.java:5: warning: [unchecked] unchecked conversion
07:07:45 		List<String> ls = m.list(); // rawified even though wasn't using T parameter
07:07:45 		                        ^
07:07:45   required: List<String>
07:07:45   found:    List
07:07:45 1 error
07:07:45 3 warnings
07:07:45 
07:07:45 
07:07:45 
07:07:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:46 --- javac err: ---
07:07:46 X.java:10: error: cannot find symbol
07:07:46 	Zork z;
07:07:46 	^
07:07:46   symbol:   class Zork
07:07:46   location: class X
07:07:46 X.java:2: warning: [serial] serializable class MyList has no definition of serialVersionUID
07:07:46 class MyList extends ArrayList<String> {
07:07:46 ^
07:07:46 1 error
07:07:46 1 warning
07:07:46 
07:07:46 
07:07:46 
07:07:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:47 --- javac err: ---
07:07:47 X.java:6: warning: [rawtypes] found raw type: List
07:07:47 			List list = new ArrayList();
07:07:47 			^
07:07:47   missing type arguments for generic class List<E>
07:07:47   where E is a type-variable:
07:07:47     E extends Object declared in interface List
07:07:47 X.java:6: warning: [rawtypes] found raw type: ArrayList
07:07:47 			List list = new ArrayList();
07:07:47 			                ^
07:07:47   missing type arguments for generic class ArrayList<E>
07:07:47   where E is a type-variable:
07:07:47     E extends Object declared in class ArrayList
07:07:47 X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:07:47 			list.add(s);
07:07:47 			        ^
07:07:47   where E is a type-variable:
07:07:47     E extends Object declared in interface List
07:07:47 X.java:9: warning: [unchecked] unchecked conversion
07:07:47 			List<Integer> listInt = list;
07:07:47 			                        ^
07:07:47   required: List<Integer>
07:07:47   found:    List
07:07:47 4 warnings
07:07:47 
07:07:47 
07:07:47 
07:07:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:48 --- javac err: ---
07:07:48 X.java:2: error: cannot find symbol
07:07:48     Zork z;
07:07:48     ^
07:07:48   symbol:   class Zork
07:07:48   location: class X
07:07:48 X.java:4: warning: [unchecked] unchecked cast
07:07:48 	return (T) o; // OK
07:07:48 	           ^
07:07:48   required: T
07:07:48   found:    Object
07:07:48   where T is a type-variable:
07:07:48     T extends Object declared in method <T>f(Object)
07:07:48 X.java:8: warning: [unchecked] unchecked cast
07:07:48 	return (T) o; // bug???
07:07:48 	           ^
07:07:48   required: T
07:07:48   found:    Object
07:07:48   where T,U are type-variables:
07:07:48     T extends U declared in method <U,T>g(Object)
07:07:48     U extends Object declared in method <U,T>g(Object)
07:07:48 X.java:16: warning: [unchecked] unchecked cast
07:07:48 	return (T) o;
07:07:48 	           ^
07:07:48   required: T
07:07:48   found:    Object
07:07:48   where T is a type-variable:
07:07:48     T extends Object declared in method <T>castTo(Object)
07:07:48 1 error
07:07:48 3 warnings
07:07:48 
07:07:48 
07:07:48 
07:07:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:49 --- javac err: ---
07:07:49 X.java:5: error: cannot find symbol
07:07:49 	Zork z;
07:07:49 	^
07:07:49   symbol:   class Zork
07:07:49   location: class X
07:07:49 1 error
07:07:49 
07:07:49 
07:07:49 
07:07:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:50 
07:07:50 
07:07:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:51 --- javac err: ---
07:07:51 X.java:2: warning: [rawtypes] found raw type: List
07:07:51 public class X<T extends List> {
07:07:51                          ^
07:07:51   missing type arguments for generic class List<E>
07:07:51   where E is a type-variable:
07:07:51     E extends Object declared in interface List
07:07:51 X.java:4: warning: [rawtypes] found raw type: ArrayList
07:07:51 		T t = new ArrayList(); // BUG!!!
07:07:51 		          ^
07:07:51   missing type arguments for generic class ArrayList<E>
07:07:51   where E is a type-variable:
07:07:51     E extends Object declared in class ArrayList
07:07:51 X.java:4: error: incompatible types: ArrayList cannot be converted to T
07:07:51 		T t = new ArrayList(); // BUG!!!
07:07:51 		      ^
07:07:51   where T is a type-variable:
07:07:51     T extends List declared in class X
07:07:51 1 error
07:07:51 2 warnings
07:07:51 
07:07:51 
07:07:51 
07:07:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:52 --- javac err: ---
07:07:52 X.java:3: warning: [rawtypes] found raw type: List
07:07:52 abstract class Foo<T extends List>
07:07:52                              ^
07:07:52   missing type arguments for generic class List<E>
07:07:52   where E is a type-variable:
07:07:52     E extends Object declared in interface List
07:07:52 X.java:8: warning: [rawtypes] found raw type: List
07:07:52     List l = new LinkedList();
07:07:52     ^
07:07:52   missing type arguments for generic class List<E>
07:07:52   where E is a type-variable:
07:07:52     E extends Object declared in interface List
07:07:52 X.java:8: warning: [rawtypes] found raw type: LinkedList
07:07:52     List l = new LinkedList();
07:07:52                  ^
07:07:52   missing type arguments for generic class LinkedList<E>
07:07:52   where E is a type-variable:
07:07:52     E extends Object declared in class LinkedList
07:07:52 X.java:9: error: incompatible types: List cannot be converted to T
07:07:52     foo(l); // BUG!!!
07:07:52         ^
07:07:52   where T is a type-variable:
07:07:52     T extends List declared in class Foo
07:07:52 X.java:13: warning: [rawtypes] found raw type: ArrayList
07:07:52 public class X extends Foo<ArrayList>
07:07:52                            ^
07:07:52   missing type arguments for generic class ArrayList<E>
07:07:52   where E is a type-variable:
07:07:52     E extends Object declared in class ArrayList
07:07:52 X.java:15: warning: [rawtypes] found raw type: ArrayList
07:07:52   void foo(ArrayList l)
07:07:52            ^
07:07:52   missing type arguments for generic class ArrayList<E>
07:07:52   where E is a type-variable:
07:07:52     E extends Object declared in class ArrayList
07:07:52 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:07:52 1 error
07:07:52 5 warnings
07:07:52 
07:07:52 
07:07:52 
07:07:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:53 --- javac err: ---
07:07:53 X.java:9: error: cannot find symbol
07:07:53   Zork z;
07:07:53   ^
07:07:53   symbol:   class Zork
07:07:53   location: class X<T>
07:07:53   where T is a type-variable:
07:07:53     T extends Object declared in class X
07:07:53 X.java:7: warning: [cast] redundant cast to T
07:07:53 		return (T) v.get(0); // Expect warning here
07:07:53 		       ^
07:07:53   where T is a type-variable:
07:07:53     T extends Object declared in class X
07:07:53 1 error
07:07:53 1 warning
07:07:53 
07:07:53 
07:07:53 
07:07:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:55 
07:07:55 
07:07:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:56 --- javac err: ---
07:07:56 X.java:9: warning: [rawtypes] found raw type: Class
07:07:56 		Class c = Foo.class;
07:07:56 		^
07:07:56   missing type arguments for generic class Class<T>
07:07:56   where T is a type-variable:
07:07:56     T extends Object declared in class Class
07:07:56 X.java:10: error: type argument Enum is not within bounds of type-variable E
07:07:56 		EnumSet<Enum> eSet = EnumSet.allOf(c);
07:07:56 		        ^
07:07:56   where E is a type-variable:
07:07:56     E extends Enum<E> declared in class EnumSet
07:07:56 X.java:10: warning: [rawtypes] found raw type: Enum
07:07:56 		EnumSet<Enum> eSet = EnumSet.allOf(c);
07:07:56 		        ^
07:07:56   missing type arguments for generic class Enum<E>
07:07:56   where E is a type-variable:
07:07:56     E extends Enum<E> declared in class Enum
07:07:56 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
07:07:56 		EnumSet<Enum> eSet = EnumSet.allOf(c);
07:07:56 		                                  ^
07:07:56   required: Class<E>
07:07:56   found: Class
07:07:56   where E is a type-variable:
07:07:56     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:07:56 X.java:10: warning: [unchecked] unchecked conversion
07:07:56 		EnumSet<Enum> eSet = EnumSet.allOf(c);
07:07:56 		                                   ^
07:07:56   required: Class<E>
07:07:56   found:    Class
07:07:56   where E is a type-variable:
07:07:56     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:07:56 X.java:10: warning: [unchecked] unchecked conversion
07:07:56 		EnumSet<Enum> eSet = EnumSet.allOf(c);
07:07:56 		                                  ^
07:07:56   required: EnumSet<Enum>
07:07:56   found:    EnumSet
07:07:56 1 error
07:07:56 5 warnings
07:07:56 
07:07:56 
07:07:56 
07:07:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:57 --- javac err: ---
07:07:57 X.java:9: warning: [rawtypes] found raw type: Class
07:07:57 		Class c = Foo.class;
07:07:57 		^
07:07:57   missing type arguments for generic class Class<T>
07:07:57   where T is a type-variable:
07:07:57     T extends Object declared in class Class
07:07:57 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
07:07:57 		EnumSet<Foo> eSet = EnumSet.allOf(c);
07:07:57 		                                 ^
07:07:57   required: Class<E>
07:07:57   found: Class
07:07:57   where E is a type-variable:
07:07:57     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:07:57 X.java:10: warning: [unchecked] unchecked conversion
07:07:57 		EnumSet<Foo> eSet = EnumSet.allOf(c);
07:07:57 		                                  ^
07:07:57   required: Class<E>
07:07:57   found:    Class
07:07:57   where E is a type-variable:
07:07:57     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:07:57 X.java:10: warning: [unchecked] unchecked conversion
07:07:57 		EnumSet<Foo> eSet = EnumSet.allOf(c);
07:07:57 		                                 ^
07:07:57   required: EnumSet<Foo>
07:07:57   found:    EnumSet
07:07:57 4 warnings
07:07:57 
07:07:57 
07:07:57 
07:07:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:58 --- javac err: ---
07:07:58 X.java:9: warning: [rawtypes] found raw type: Class
07:07:58 		Class c = Foo.class;
07:07:58 		^
07:07:58   missing type arguments for generic class Class<T>
07:07:58   where T is a type-variable:
07:07:58     T extends Object declared in class Class
07:07:58 X.java:10: warning: [rawtypes] found raw type: Enum
07:07:58 		EnumSet<? extends Enum> eSet = EnumSet.allOf(c);
07:07:58 		                  ^
07:07:58   missing type arguments for generic class Enum<E>
07:07:58   where E is a type-variable:
07:07:58     E extends Enum<E> declared in class Enum
07:07:58 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
07:07:58 		EnumSet<? extends Enum> eSet = EnumSet.allOf(c);
07:07:58 		                                            ^
07:07:58   required: Class<E>
07:07:58   found: Class
07:07:58   where E is a type-variable:
07:07:58     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:07:58 X.java:10: warning: [unchecked] unchecked conversion
07:07:58 		EnumSet<? extends Enum> eSet = EnumSet.allOf(c);
07:07:58 		                                             ^
07:07:58   required: Class<E>
07:07:58   found:    Class
07:07:58   where E is a type-variable:
07:07:58     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:07:58 X.java:10: warning: [unchecked] unchecked conversion
07:07:58 		EnumSet<? extends Enum> eSet = EnumSet.allOf(c);
07:07:58 		                                            ^
07:07:58   required: EnumSet<? extends Enum>
07:07:58   found:    EnumSet
07:07:58 5 warnings
07:07:58 
07:07:58 
07:07:58 
07:07:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:07:59 --- javac err: ---
07:07:59 X.java:12: error: cannot find symbol
07:07:59   Zork z;
07:07:59   ^
07:07:59   symbol:   class Zork
07:07:59   location: class X
07:07:59 X.java:9: warning: [rawtypes] found raw type: Class
07:07:59 		Class c = Foo.class;
07:07:59 		^
07:07:59   missing type arguments for generic class Class<T>
07:07:59   where T is a type-variable:
07:07:59     T extends Object declared in class Class
07:07:59 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
07:07:59 		EnumSet<?> eSet = (EnumSet<?>) EnumSet.allOf(c);
07:07:59 		                                            ^
07:07:59   required: Class<E>
07:07:59   found: Class
07:07:59   where E is a type-variable:
07:07:59     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:07:59 X.java:10: warning: [unchecked] unchecked conversion
07:07:59 		EnumSet<?> eSet = (EnumSet<?>) EnumSet.allOf(c);
07:07:59 		                                             ^
07:07:59   required: Class<E>
07:07:59   found:    Class
07:07:59   where E is a type-variable:
07:07:59     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:07:59 1 error
07:07:59 3 warnings
07:07:59 
07:07:59 
07:07:59 
07:07:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:01 --- javac err: ---
07:08:01 X.java:12: error: cannot find symbol
07:08:01   Zork z;
07:08:01   ^
07:08:01   symbol:   class Zork
07:08:01   location: class X
07:08:01 X.java:9: warning: [rawtypes] found raw type: Class
07:08:01 		Class c = Foo.class;
07:08:01 		^
07:08:01   missing type arguments for generic class Class<T>
07:08:01   where T is a type-variable:
07:08:01     T extends Object declared in class Class
07:08:01 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
07:08:01 		EnumSet<?> eSet = EnumSet.allOf(c);
07:08:01 		                               ^
07:08:01   required: Class<E>
07:08:01   found: Class
07:08:01   where E is a type-variable:
07:08:01     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:08:01 X.java:10: warning: [unchecked] unchecked conversion
07:08:01 		EnumSet<?> eSet = EnumSet.allOf(c);
07:08:01 		                                ^
07:08:01   required: Class<E>
07:08:01   found:    Class
07:08:01   where E is a type-variable:
07:08:01     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:08:01 1 error
07:08:01 3 warnings
07:08:01 
07:08:01 
07:08:01 
07:08:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:02 --- javac err: ---
07:08:02 X.java:9: warning: [rawtypes] found raw type: Class
07:08:02 		Class c = Foo.class;
07:08:02 		^
07:08:02   missing type arguments for generic class Class<T>
07:08:02   where T is a type-variable:
07:08:02     T extends Object declared in class Class
07:08:02 X.java:10: error: type argument Enum<?> is not within bounds of type-variable E
07:08:02 		EnumSet<Enum<?>> eSet = EnumSet.allOf(c);
07:08:02 		            ^
07:08:02   where E is a type-variable:
07:08:02     E extends Enum<E> declared in class EnumSet
07:08:02 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
07:08:02 		EnumSet<Enum<?>> eSet = EnumSet.allOf(c);
07:08:02 		                                     ^
07:08:02   required: Class<E>
07:08:02   found: Class
07:08:02   where E is a type-variable:
07:08:02     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:08:02 X.java:10: warning: [unchecked] unchecked conversion
07:08:02 		EnumSet<Enum<?>> eSet = EnumSet.allOf(c);
07:08:02 		                                      ^
07:08:02   required: Class<E>
07:08:02   found:    Class
07:08:02   where E is a type-variable:
07:08:02     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:08:02 X.java:10: warning: [unchecked] unchecked conversion
07:08:02 		EnumSet<Enum<?>> eSet = EnumSet.allOf(c);
07:08:02 		                                     ^
07:08:02   required: EnumSet<Enum<?>>
07:08:02   found:    EnumSet
07:08:02 1 error
07:08:02 4 warnings
07:08:02 
07:08:02 
07:08:02 
07:08:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:03 --- javac err: ---
07:08:03 X.java:13: warning: [rawtypes] found raw type: B
07:08:03 		 		 B b = new B();
07:08:03 		 		 ^
07:08:03   missing type arguments for generic class B<C>
07:08:03   where C is a type-variable:
07:08:03     C extends Object declared in class B
07:08:03 X.java:13: warning: [rawtypes] found raw type: B
07:08:03 		 		 B b = new B();
07:08:03 		 		           ^
07:08:03   missing type arguments for generic class B<C>
07:08:03   where C is a type-variable:
07:08:03     C extends Object declared in class B
07:08:03 X.java:14: warning: [unchecked] unchecked call to <T>willBe(Class<T>) as a member of the raw type B
07:08:03 		 		 I2 v = b.willBe(I2.class);
07:08:03 		 		                ^
07:08:03   where T is a type-variable:
07:08:03     T extends I1 declared in method <T>willBe(Class<T>)
07:08:03 X.java:14: error: incompatible types: I1 cannot be converted to I2
07:08:03 		 		 I2 v = b.willBe(I2.class);
07:08:03 		 		                ^
07:08:03 1 error
07:08:03 3 warnings
07:08:03 
07:08:03 
07:08:03 
07:08:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:04 --- javac err: ---
07:08:04 Baz.java:3: warning: [rawtypes] found raw type: Foo
07:08:04 interface Bar extends Foo {
07:08:04                       ^
07:08:04   missing type arguments for generic class Foo<X>
07:08:04   where X is a type-variable:
07:08:04     X extends Object declared in interface Foo
07:08:04 Baz.java:10: error: incompatible types: Collection<Bar> cannot be converted to Collection<? extends Foo<?>>
07:08:04 	return visit(c, d);
07:08:04 	             ^
07:08:04 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:08:04 1 error
07:08:04 1 warning
07:08:04 
07:08:04 
07:08:04 
07:08:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:05 --- javac err: ---
07:08:05 X.java:4: warning: [rawtypes] found raw type: Map
07:08:05      Map m = null;
07:08:05      ^
07:08:05   missing type arguments for generic class Map<K,V>
07:08:05   where K,V are type-variables:
07:08:05     K extends Object declared in interface Map
07:08:05     V extends Object declared in interface Map
07:08:05 X.java:6: warning: [rawtypes] found raw type: Map
07:08:05 	     Map m2 = m.getClass().newInstance();
07:08:05 	     ^
07:08:05   missing type arguments for generic class Map<K,V>
07:08:05   where K,V are type-variables:
07:08:05     K extends Object declared in interface Map
07:08:05     V extends Object declared in interface Map
07:08:05 X.java:6: warning: [deprecation] newInstance() in Class has been deprecated
07:08:05 	     Map m2 = m.getClass().newInstance();
07:08:05 	                          ^
07:08:05   where T is a type-variable:
07:08:05     T extends Object declared in class Class
07:08:05 3 warnings
07:08:05 
07:08:05 
07:08:05 
07:08:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:06 
07:08:06 
07:08:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:07 --- javac err: ---
07:08:07 X.java:8: error: cannot find symbol
07:08:07   Zork z;
07:08:07   ^
07:08:07   symbol:   class Zork
07:08:07   location: class X
07:08:07 X.java:6: warning: [unchecked] unchecked cast
07:08:07 		List<String> ls = (List<String>) obj;
07:08:07 		                                 ^
07:08:07   required: List<String>
07:08:07   found:    Object
07:08:07 1 error
07:08:07 1 warning
07:08:07 
07:08:07 
07:08:07 
07:08:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:08 --- javac err: ---
07:08:08 X.java:6: warning: [rawtypes] found raw type: Vector
07:08:08 		Vector b = new Vector();
07:08:08 		^
07:08:08   missing type arguments for generic class Vector<E>
07:08:08   where E is a type-variable:
07:08:08     E extends Object declared in class Vector
07:08:08 X.java:6: warning: [rawtypes] found raw type: Vector
07:08:08 		Vector b = new Vector();
07:08:08 		               ^
07:08:08   missing type arguments for generic class Vector<E>
07:08:08   where E is a type-variable:
07:08:08     E extends Object declared in class Vector
07:08:08 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type Vector
07:08:08 		b.add(new Object());
07:08:08 		     ^
07:08:08   where E is a type-variable:
07:08:08     E extends Object declared in class Vector
07:08:08 X.java:8: warning: [unchecked] unchecked conversion
07:08:08 		a = b;
07:08:08 		    ^
07:08:08   required: Vector<Integer>
07:08:08   found:    Vector
07:08:08 X.java:9: error: cannot find symbol
07:08:08 		Zork z;
07:08:08 		^
07:08:08   symbol:   class Zork
07:08:08   location: class X
07:08:08 1 error
07:08:08 4 warnings
07:08:08 
07:08:08 
07:08:08 
07:08:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:09 --- javac err: ---
07:08:09 X.java:18: error: incompatible types: X<CAP#1> cannot be converted to X<String>
07:08:09 		lhs = rhs; // cannot convert
07:08:09 		      ^
07:08:09   where CAP#1 is a fresh type-variable:
07:08:09     CAP#1 extends Object from capture of ? extends Object
07:08:09 X.java:21: error: incompatible types: X<CAP#1> cannot be converted to X2
07:08:09 		lhs = rhs; // cannot convert
07:08:09 		      ^
07:08:09   where CAP#1 is a fresh type-variable:
07:08:09     CAP#1 extends Object from capture of ? extends Object
07:08:09 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
07:08:09 	void foo(X<String> xs) {}
07:08:09 	     ^
07:08:09 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
07:08:09 	void bar(X<? extends Object> xo) {}
07:08:09 	     ^
07:08:09 4 errors
07:08:09 
07:08:09 
07:08:09 
07:08:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:10 --- javac err: ---
07:08:10 X.java:9: error: cannot find symbol
07:08:10    Zork z;
07:08:10    ^
07:08:10   symbol:   class Zork
07:08:10   location: class X
07:08:10 X.java:1: warning: [serial] serializable class StringList has no definition of serialVersionUID
07:08:10 class StringList extends java.util.LinkedList<String> {
07:08:10 ^
07:08:10 1 error
07:08:10 1 warning
07:08:10 
07:08:10 
07:08:10 
07:08:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:11 
07:08:11 
07:08:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:12 --- javac err: ---
07:08:12 X.java:10: error: cannot find symbol
07:08:12   Zork z;
07:08:12   ^
07:08:12   symbol:   class Zork
07:08:12   location: class X
07:08:12 1 error
07:08:12 
07:08:12 
07:08:12 
07:08:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:13 
07:08:13 
07:08:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:14 --- javac err: ---
07:08:14 X.java:8: error: cannot find symbol
07:08:14    Zork z;
07:08:14    ^
07:08:14   symbol:   class Zork
07:08:14   location: class X<T>
07:08:14   where T is a type-variable:
07:08:14     T extends Object declared in class X
07:08:14 X.java:6: error: incompatible types: X<CAP#1> cannot be converted to X<U>
07:08:14         X<U> foo = (X<U>)param;
07:08:14                          ^
07:08:14   where U is a type-variable:
07:08:14     U extends B declared in method <U>foo(X<? super A>)
07:08:14   where CAP#1 is a fresh type-variable:
07:08:14     CAP#1 extends Object super: A from capture of ? super A
07:08:14 2 errors
07:08:14 
07:08:14 
07:08:14 
07:08:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:15 --- javac err: ---
07:08:15 X.java:5: error: cannot find symbol
07:08:15     Zork z;
07:08:15     ^
07:08:15   symbol:   class Zork
07:08:15   location: class X
07:08:15 1 error
07:08:15 
07:08:15 
07:08:15 
07:08:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:16 --- javac err: ---
07:08:16 X.java:15: warning: [deprecation] Integer(int) in Integer has been deprecated
07:08:16 		ci.put(new Integer(3));
07:08:16 		       ^
07:08:16 1 warning
07:08:16 
07:08:16 
07:08:16 
07:08:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:17 --- javac err: ---
07:08:17 X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
07:08:17       Holder<Integer> association = new Holder<Integer>(new Integer(0));
07:08:17                                                         ^
07:08:17 X.java:8: warning: [cast] redundant cast to Integer
07:08:17       Integer sizeHolder = (Integer)(association.getValue()); //Cast to Integer is redundant!!!
07:08:17                            ^
07:08:17 2 warnings
07:08:17 
07:08:17 
07:08:17 
07:08:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:18 --- javac err: ---
07:08:18 X.java:18: error: cannot find symbol
07:08:18    Zork z;
07:08:18    ^
07:08:18   symbol:   class Zork
07:08:18   location: class X3<U>
07:08:18   where U is a type-variable:
07:08:18     U extends Object declared in class X3
07:08:18 X.java:8: warning: [unchecked] unchecked cast
07:08:18 		Object o1 = (X<String>) xo;
07:08:18 		                        ^
07:08:18   required: X<String>
07:08:18   found:    X<CAP#1>
07:08:18   where CAP#1 is a fresh type-variable:
07:08:18     CAP#1 extends Object from capture of ? extends Object
07:08:18 X.java:12: warning: [unchecked] unchecked cast
07:08:18 		Object o5 = (X3<String>) xo;
07:08:18 		                         ^
07:08:18   required: X3<String>
07:08:18   found:    X<CAP#1>
07:08:18   where CAP#1 is a fresh type-variable:
07:08:18     CAP#1 extends Object from capture of ? extends Object
07:08:18 1 error
07:08:18 2 warnings
07:08:18 
07:08:18 
07:08:18 
07:08:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:19 --- javac err: ---
07:08:19 X.java:6: error: incompatible types: X<CAP#1> cannot be converted to X<? extends U>
07:08:19 		xu = xn;
07:08:19 		     ^
07:08:19   where U is a type-variable:
07:08:19     U extends Number declared in class X
07:08:19   where CAP#1 is a fresh type-variable:
07:08:19     CAP#1 extends Number from capture of ? extends Number
07:08:19 X.java:7: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:08:19 		xu.u = xn.u; // ko
07:08:19 		         ^
07:08:19   where U is a type-variable:
07:08:19     U extends Number declared in class X
07:08:19   where CAP#1,CAP#2 are fresh type-variables:
07:08:19     CAP#1 extends Number from capture of ? extends Number
07:08:19     CAP#2 extends U from capture of ? extends U
07:08:19 X.java:8: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:08:19 		xn.u = xu.u; // ko
07:08:19 		         ^
07:08:19   where U is a type-variable:
07:08:19     U extends Number declared in class X
07:08:19   where CAP#1,CAP#2 are fresh type-variables:
07:08:19     CAP#1 extends U from capture of ? extends U
07:08:19     CAP#2 extends Number from capture of ? extends Number
07:08:19 3 errors
07:08:19 
07:08:19 
07:08:19 
07:08:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:20 
07:08:20 
07:08:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:22 
07:08:22 
07:08:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:24 
07:08:24 
07:08:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:25 --- javac err: ---
07:08:25 X.java:12: error: cannot find symbol
07:08:25   Zork z;
07:08:25   ^
07:08:25   symbol:   class Zork
07:08:25   location: class X
07:08:25 X.java:14: warning: [rawtypes] found raw type: Cell
07:08:25 		Cell c= new Cell();
07:08:25 		^
07:08:25   missing type arguments for generic class Cell<T>
07:08:25   where T is a type-variable:
07:08:25     T extends Object declared in class Cell
07:08:25 X.java:14: warning: [rawtypes] found raw type: Cell
07:08:25 		Cell c= new Cell();
07:08:25 		            ^
07:08:25   missing type arguments for generic class Cell<T>
07:08:25   where T is a type-variable:
07:08:25     T extends Object declared in class Cell
07:08:25 X.java:15: warning: [unchecked] unchecked call to setT(T) as a member of the raw type Cell
07:08:25 		c.setT(Boolean.FALSE); // other: warning: [unchecked] unchecked
07:08:25 		      ^
07:08:25   where T is a type-variable:
07:08:25     T extends Object declared in class Cell
07:08:25 X.java:17: warning: [unchecked] unchecked assignment to variable t as member of raw type Cell
07:08:25 		c.t= Boolean.TRUE; // other: warning: [unchecked] unchecked call
07:08:25 		 ^
07:08:25 1 error
07:08:25 4 warnings
07:08:25 
07:08:25 
07:08:25 
07:08:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:26 
07:08:26 
07:08:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:27 --- javac err: ---
07:08:27 X.java:3: error: name clash: foo(A<Integer>) and foo(A<String>) have the same erasure
07:08:27 	Object foo(A<Integer> a) { return null; }
07:08:27 	       ^
07:08:27 1 error
07:08:27 
07:08:28 --- javac err: ---
07:08:28 X.java:3: error: name clash: foo(A<Integer>) and foo(A<String>) have the same erasure
07:08:28 	Integer foo(A<Integer> a) { return null; }
07:08:28 	        ^
07:08:28 1 error
07:08:28 
07:08:28 
07:08:28 
07:08:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:29 --- javac err: ---
07:08:29 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
07:08:29 public class X<T, U, V extends X<T, U, V>> extends ArrayList<V> implements Inter<T, U> {
07:08:29        ^
07:08:29 1 warning
07:08:29 
07:08:29 
07:08:29 
07:08:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:30 --- javac err: ---
07:08:30 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
07:08:30 public class X<T, U, V extends X<T, U, V>> extends ArrayList<V> implements Inter<T, U> {
07:08:30        ^
07:08:30 1 warning
07:08:30 
07:08:30 
07:08:30 
07:08:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:31 --- javac err: ---
07:08:31 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
07:08:31 public class X<T, U, V extends X<T, U, V>> extends ArrayList<V> implements Inter<T, U> {
07:08:31        ^
07:08:31 1 warning
07:08:31 
07:08:31 
07:08:31 
07:08:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:32 --- javac err: ---
07:08:32 X.java:4: error: = expected
07:08:32    Zork z;
07:08:32          ^
07:08:32 1 error
07:08:32 
07:08:32 
07:08:32 
07:08:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:34 
07:08:34 
07:08:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:35 --- javac err: ---
07:08:35 GenericsTest.java:15: warning: [serial] serializable class MyException has no definition of serialVersionUID
07:08:35 class MyException extends Exception {
07:08:35 ^
07:08:35 1 warning
07:08:35 
07:08:36 
07:08:36 
07:08:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:37 --- javac err: ---
07:08:37 X.java:10: warning: [deprecation] Long(long) in Long has been deprecated
07:08:37         arr.add(new Long(5));
07:08:37                 ^
07:08:37 1 warning
07:08:37 
07:08:37 
07:08:37 
07:08:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:37 --- javac err: ---
07:08:37 X.java:3: error: cannot find symbol
07:08:37     protected static <T extends Exception> void foo() throws T, Exce {
07:08:37                                                                 ^
07:08:37   symbol:   class Exce
07:08:37   location: class X
07:08:37 1 error
07:08:37 
07:08:37 
07:08:37 
07:08:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:38 --- javac err: ---
07:08:38 X.java:12: error: incompatible types: X<T>.InnerClass cannot be converted to T
07:08:38     a.compareTo(b);
07:08:38                 ^
07:08:38   where T is a type-variable:
07:08:38     T extends Object declared in class X
07:08:38 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:08:38 1 error
07:08:38 
07:08:38 
07:08:38 
07:08:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:39 
07:08:39 
07:08:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:40 --- javac err: ---
07:08:40 X.java:7: warning: [unchecked] unchecked cast
07:08:40 		doWithEnumClass((Class<Enum>) cl);
07:08:40 		                              ^
07:08:40   required: Class<Enum>
07:08:40   found:    Class<CAP#1>
07:08:40   where CAP#1 is a fresh type-variable:
07:08:40     CAP#1 extends Object from capture of ?
07:08:40 X.java:7: warning: [unchecked] unchecked method invocation: method doWithEnumClass in class X is applied to given types
07:08:40 		doWithEnumClass((Class<Enum>) cl);
07:08:40 		               ^
07:08:40   required: Class<T>
07:08:40   found: Class<Enum>
07:08:40   where T is a type-variable:
07:08:40     T extends Enum<T> declared in method <T>doWithEnumClass(Class<T>)
07:08:40 2 warnings
07:08:40 
07:08:41 
07:08:41 
07:08:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:41 --- javac err: ---
07:08:41 X.java:3: error: cannot find symbol
07:08:41 		Zork z;
07:08:41 		^
07:08:41   symbol:   class Zork
07:08:41   location: class X
07:08:41 X.java:8: warning: [unchecked] unchecked cast
07:08:41 		doWithEnumClass((Class<Enum>) cl);
07:08:41 		                              ^
07:08:41   required: Class<Enum>
07:08:41   found:    Class<CAP#1>
07:08:41   where CAP#1 is a fresh type-variable:
07:08:41     CAP#1 extends Object from capture of ?
07:08:41 X.java:8: warning: [unchecked] unchecked method invocation: method doWithEnumClass in class X is applied to given types
07:08:41 		doWithEnumClass((Class<Enum>) cl);
07:08:41 		               ^
07:08:41   required: Class<T>
07:08:41   found: Class<Enum>
07:08:41   where T is a type-variable:
07:08:41     T extends Enum<T> declared in method <T>doWithEnumClass(Class<T>)
07:08:41 1 error
07:08:41 2 warnings
07:08:41 
07:08:41 
07:08:41 
07:08:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:42 --- javac err: ---
07:08:42 X.java:7: error: name clash: <T#1>foo(Object) and <T#2>foo(Object) have the same erasure
07:08:42 		<T extends String> T foo(Object o) {  return null; } // ok
07:08:42 		                     ^
07:08:42   where T#1,T#2 are type-variables:
07:08:42     T#1 extends String declared in method <T#1>foo(Object)
07:08:42     T#2 extends Integer declared in method <T#2>foo(Object)
07:08:42 1 error
07:08:42 
07:08:42 
07:08:42 
07:08:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:43 --- javac err: ---
07:08:43 X.java:4: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
07:08:43         (f1).bar = (f1).bar;
07:08:43                        ^
07:08:43   where CAP#1,CAP#2 are fresh type-variables:
07:08:43     CAP#1 extends Object from capture of ?
07:08:43     CAP#2 extends Object from capture of ?
07:08:43 1 error
07:08:43 
07:08:43 
07:08:43 
07:08:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:44 
07:08:44 
07:08:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:45 --- javac err: ---
07:08:45 X.java:4: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
07:08:45         (f1).bar = f1.bar;
07:08:45                      ^
07:08:45   where CAP#1,CAP#2 are fresh type-variables:
07:08:45     CAP#1 extends Object from capture of ?
07:08:45     CAP#2 extends Object from capture of ?
07:08:45 1 error
07:08:45 
07:08:45 
07:08:45 
07:08:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:46 
07:08:46 
07:08:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:47 --- javac err: ---
07:08:47 X.java:3: error: incompatible types: CAP#1 cannot be converted to int[]
07:08:47 		int[] ints = box.get();
07:08:47 		                    ^
07:08:47   where CAP#1 is a fresh type-variable:
07:08:47     CAP#1 extends Object super: int[] from capture of ? super int[]
07:08:47 1 error
07:08:47 
07:08:47 
07:08:47 
07:08:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:48 --- javac err: ---
07:08:48 X.java:3: error: incompatible types: CAP#1 cannot be converted to int[]
07:08:48 		int[] ints = box.get();
07:08:48 		                    ^
07:08:48   where CAP#1 is a fresh type-variable:
07:08:48     CAP#1 extends Object from capture of ?
07:08:48 1 error
07:08:48 
07:08:48 
07:08:48 
07:08:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:49 --- javac err: ---
07:08:49 X.java:3: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
07:08:49     f1.bar = f1.bar;
07:08:49                ^
07:08:49   where CAP#1,CAP#2 are fresh type-variables:
07:08:49     CAP#1 extends Object from capture of ?
07:08:49     CAP#2 extends Object from capture of ?
07:08:49 1 error
07:08:49 
07:08:49 
07:08:49 
07:08:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:50 
07:08:50 
07:08:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:51 --- javac err: ---
07:08:51 X.java:25: error: cannot find symbol
07:08:51 		Zork z;
07:08:51 		^
07:08:51   symbol:   class Zork
07:08:51   location: class X<S>
07:08:51   where S is a type-variable:
07:08:51     S extends Object declared in class X
07:08:51 1 error
07:08:51 
07:08:51 
07:08:51 
07:08:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:52 --- javac err: ---
07:08:52 X.java:18: error: incompatible types: List<CAP#1> cannot be converted to Collection<? extends CAP#2>
07:08:52 		 		 untypedList.addAll(untypedList2);
07:08:52 		 		                    ^
07:08:52   where CAP#1,CAP#2 are fresh type-variables:
07:08:52     CAP#1 extends Object from capture of ?
07:08:52     CAP#2 extends Object from capture of ?
07:08:52 X.java:22: error: cannot find symbol
07:08:52 		 		 		 Logger.log("Test_Lists.main: s: " + s);
07:08:52 		 		 		 ^
07:08:52   symbol:   variable Logger
07:08:52   location: class X
07:08:52 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:08:52 2 errors
07:08:52 
07:08:52 
07:08:52 
07:08:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:53 --- javac err: ---
07:08:53 X.java:5: error: cannot find symbol
07:08:53                 Outer.Comparator<String> i = new Outer.Comparator<String>() {
07:08:53                      ^
07:08:53   symbol:   class Comparator
07:08:53   location: class Outer
07:08:53 X.java:5: error: cannot find symbol
07:08:53                 Outer.Comparator<String> i = new Outer.Comparator<String>() {
07:08:53                                                       ^
07:08:53   symbol:   class Comparator
07:08:53   location: class Outer
07:08:53 2 errors
07:08:53 
07:08:53 
07:08:53 
07:08:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:54 --- javac err: ---
07:08:54 X.java:6: warning: [unchecked] unchecked cast
07:08:54         Object o = (BD<Number>) bb;
07:08:54                                 ^
07:08:54   required: BD<Number>
07:08:54   found:    BB<CAP#1,CAP#2>
07:08:54   where CAP#1,CAP#2 are fresh type-variables:
07:08:54     CAP#1 extends Number from capture of ? extends Number
07:08:54     CAP#2 extends Object super: Integer from capture of ? super Integer
07:08:54 1 warning
07:08:54 
07:08:54 
07:08:54 
07:08:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:55 
07:08:55 
07:08:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:56 --- javac err: ---
07:08:56 X.java:6: error: incomparable types: Class<X> and Class<Long>
07:08:56 		boolean c = X.class == Long.class;
07:08:56 		                    ^
07:08:56 1 error
07:08:56 
07:08:56 
07:08:56 
07:08:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:57 --- javac err: ---
07:08:57 X.java:7: error: incompatible types: List<CAP#1> cannot be converted to Collection<? extends CAP#2>
07:08:57 		target.addAll(source);
07:08:57 		              ^
07:08:57   where CAP#1,CAP#2 are fresh type-variables:
07:08:57     CAP#1 extends Number from capture of ? extends Number
07:08:57     CAP#2 extends Number from capture of ? extends Number
07:08:57 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:08:57 1 error
07:08:57 
07:08:57 
07:08:57 
07:08:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:58 --- javac err: ---
07:08:58 X.java:9: error: incompatible types: Class<CAP#1> cannot be converted to Class<? super Number>
07:08:58 		Class<? super Number> superSup2 = ext.getSuperclass();
07:08:58 		                                                   ^
07:08:58   where CAP#1,CAP#2 are fresh type-variables:
07:08:58     CAP#1 extends Object super: CAP#2 from capture of ? super CAP#2
07:08:58     CAP#2 extends Number from capture of ? extends Number
07:08:58 1 error
07:08:58 
07:08:58 
07:08:58 
07:08:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:08:59 
07:08:59 
07:08:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:00 
07:09:00 
07:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:01 
07:09:01 
07:09:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:02 --- javac err: ---
07:09:02 X.java:11: error: incompatible types: Iterator<Entry<String,CAP#1>> cannot be converted to Iterator<Entry<String,?>>
07:09:02 		Iterator<Entry<String, ?>> it = map.entrySet().iterator();
07:09:02 		                                                       ^
07:09:02   where CAP#1 is a fresh type-variable:
07:09:02     CAP#1 extends Object from capture of ?
07:09:02 1 error
07:09:02 
07:09:02 
07:09:02 
07:09:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:03 --- javac err: ---
07:09:03 X.java:11: error: incompatible types: Iterator<Entry<CAP#1,CAP#2>> cannot be converted to Iterator<Entry<? extends String,?>>
07:09:03 		Iterator<Entry<? extends String, ?>> it = map.entrySet().iterator();
07:09:03 		                                                                 ^
07:09:03   where CAP#1,CAP#2 are fresh type-variables:
07:09:03     CAP#1 extends String from capture of ? extends String
07:09:03     CAP#2 extends Object from capture of ?
07:09:03 1 error
07:09:03 
07:09:03 
07:09:03 
07:09:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:04 
07:09:04 
07:09:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:05 --- javac err: ---
07:09:05 X.java:6: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:09:05 		x.m().first = x.m().second;
07:09:05 		                   ^
07:09:05   where CAP#1,CAP#2 are fresh type-variables:
07:09:05     CAP#1 extends Object from capture of ?
07:09:05     CAP#2 extends Object from capture of ?
07:09:05 1 error
07:09:05 
07:09:05 
07:09:05 
07:09:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:06 --- javac err: ---
07:09:06 X.java:3: warning: [rawtypes] found raw type: Comparable
07:09:06 class X implements Comparable {
07:09:06                    ^
07:09:06   missing type arguments for generic class Comparable<T>
07:09:06   where T is a type-variable:
07:09:06     T extends Object declared in interface Comparable
07:09:06 X.java:14: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types
07:09:06 		Collections.sort(lx);
07:09:06 		                ^
07:09:06   required: List<T>
07:09:06   found: List<X>
07:09:06   where T is a type-variable:
07:09:06     T extends Comparable<? super T> declared in method <T>sort(List<T>)
07:09:06 2 warnings
07:09:06 
07:09:06 
07:09:06 
07:09:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:07 --- javac err: ---
07:09:07 X.java:3: warning: [rawtypes] found raw type: Comparable
07:09:07 public class X implements Comparable {
07:09:07                           ^
07:09:07   missing type arguments for generic class Comparable<T>
07:09:07   where T is a type-variable:
07:09:07     T extends Object declared in interface Comparable
07:09:07 X.java:5: error: cannot find symbol
07:09:07 		Zork z;
07:09:07 		^
07:09:07   symbol:   class Zork
07:09:07   location: class X
07:09:07 X.java:8: warning: [unchecked] unchecked method invocation: method sort1 in class X is applied to given types
07:09:07 		sort1(lx);
07:09:07 		     ^
07:09:07   required: List<T>
07:09:07   found: List<X>
07:09:07   where T is a type-variable:
07:09:07     T extends Comparable<? super T> declared in method <T>sort1(List<T>)
07:09:07 X.java:9: warning: [unchecked] unchecked method invocation: method sort2 in class X is applied to given types
07:09:07 		sort2(lx);
07:09:07 		     ^
07:09:07   required: List<T>
07:09:07   found: List<X>
07:09:07   where T is a type-variable:
07:09:07     T extends Comparable<? extends T> declared in method <T>sort2(List<T>)
07:09:07 X.java:11: warning: [unchecked] unchecked method invocation: method sort4 in class X is applied to given types
07:09:07 		sort4(lx);
07:09:07 		     ^
07:09:07   required: List<T>
07:09:07   found: List<X>
07:09:07   where T is a type-variable:
07:09:07     T extends Comparable<T> declared in method <T>sort4(List<T>)
07:09:07 X.java:21: warning: [rawtypes] found raw type: Comparable
07:09:07 	static <T extends Comparable> void sort5(List<T> list) {}
07:09:07 	                  ^
07:09:07   missing type arguments for generic class Comparable<T>
07:09:07   where T is a type-variable:
07:09:07     T extends Object declared in interface Comparable
07:09:07 1 error
07:09:07 5 warnings
07:09:07 
07:09:07 
07:09:07 
07:09:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:08 --- javac err: ---
07:09:08 X.java:3: warning: [rawtypes] found raw type: Comparable
07:09:08 public class X implements Comparable {
07:09:08                           ^
07:09:08   missing type arguments for generic class Comparable<T>
07:09:08   where T is a type-variable:
07:09:08     T extends Object declared in interface Comparable
07:09:08 X.java:5: error: cannot find symbol
07:09:08 		Zork z;
07:09:08 		^
07:09:08   symbol:   class Zork
07:09:08   location: class X
07:09:08 X.java:7: warning: [rawtypes] found raw type: MyEnum
07:09:08 		List<MyEnum> le = null;
07:09:08 		     ^
07:09:08   missing type arguments for generic class MyEnum<E>
07:09:08   where E is a type-variable:
07:09:08     E extends MyEnum<E> declared in class MyEnum
07:09:08 X.java:8: warning: [unchecked] unchecked method invocation: method sort6 in class X is applied to given types
07:09:08 		sort6(le);
07:09:08 		     ^
07:09:08   required: List<T>
07:09:08   found: List<MyEnum>
07:09:08   where T is a type-variable:
07:09:08     T extends MyEnum<? super T> declared in method <T>sort6(List<T>)
07:09:08 X.java:9: warning: [unchecked] unchecked method invocation: method sort7 in class X is applied to given types
07:09:08 		sort7(le);
07:09:08 		     ^
07:09:08   required: List<T>
07:09:08   found: List<MyEnum>
07:09:08   where T is a type-variable:
07:09:08     T extends MyEnum<? extends T> declared in method <T>sort7(List<T>)
07:09:08 X.java:11: warning: [unchecked] unchecked method invocation: method sort9 in class X is applied to given types
07:09:08 		sort9(le);
07:09:08 		     ^
07:09:08   required: List<T>
07:09:08   found: List<MyEnum>
07:09:08   where T is a type-variable:
07:09:08     T extends MyEnum<T> declared in method <T>sort9(List<T>)
07:09:08 X.java:21: warning: [rawtypes] found raw type: MyEnum
07:09:08 	static <T extends MyEnum> void sort10(List<T> list) {}
07:09:08 	                  ^
07:09:08   missing type arguments for generic class MyEnum<E>
07:09:08   where E is a type-variable:
07:09:08     E extends MyEnum<E> declared in class MyEnum
07:09:08 1 error
07:09:08 6 warnings
07:09:08 
07:09:08 
07:09:08 
07:09:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:09 --- javac err: ---
07:09:09 X.java:4: error: incompatible types: inference variable G has incompatible equality constraints U,CAP#1
07:09:09 		return selectedValues(box.getValues());
07:09:09 		                     ^
07:09:09   where G,U are type-variables:
07:09:09     G extends Object declared in method <G>selectedValues(Values<G>)
07:09:09     U extends Object declared in class X
07:09:09   where CAP#1 is a fresh type-variable:
07:09:09     CAP#1 extends U from capture of ? extends U
07:09:09 1 error
07:09:09 
07:09:09 
07:09:09 
07:09:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:10 --- javac err: ---
07:09:10 X.java:4: error: incompatible types: Values<CAP#1> cannot be converted to Values<CAP#2>
07:09:10 		box.getValues()[0] = box.getValues()[1];
07:09:10 		                                    ^
07:09:10   where U is a type-variable:
07:09:10     U extends Object declared in class X
07:09:10   where CAP#1,CAP#2 are fresh type-variables:
07:09:10     CAP#1 extends U from capture of ? extends U
07:09:10     CAP#2 extends U from capture of ? extends U
07:09:10 1 error
07:09:10 
07:09:10 
07:09:10 
07:09:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:11 
07:09:11 
07:09:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:12 
07:09:12 
07:09:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:13 --- javac err: ---
07:09:13 X.java:4: error: incompatible types: Values<CAP#1> cannot be converted to Values<CAP#2>
07:09:13 		box.getValues()[1] = box.getValues()[2];
07:09:13 		                                    ^
07:09:13   where U is a type-variable:
07:09:13     U extends Object declared in class X
07:09:13   where CAP#1,CAP#2 are fresh type-variables:
07:09:13     CAP#1 extends U from capture of ? extends U
07:09:13     CAP#2 extends U from capture of ? extends U
07:09:13 1 error
07:09:13 
07:09:13 
07:09:13 
07:09:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:14 --- javac err: ---
07:09:14 X.java:4: error: incompatible types: Values<CAP#1> cannot be converted to Values<CAP#2>
07:09:14 		box.getValues()[1] = (Values<? extends U>) box.getValues()[2];
07:09:14 		                     ^
07:09:14   where U is a type-variable:
07:09:14     U extends Object declared in class X
07:09:14   where CAP#1,CAP#2 are fresh type-variables:
07:09:14     CAP#1 extends U from capture of ? extends U
07:09:14     CAP#2 extends U from capture of ? extends U
07:09:14 1 error
07:09:14 
07:09:14 
07:09:14 
07:09:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:15 --- javac err: ---
07:09:15 X.java:10: warning: [rawtypes] found raw type: Comparable
07:09:15 		List<Comparable> lComp = new ArrayList<Comparable> ();
07:09:15 		     ^
07:09:15   missing type arguments for generic class Comparable<T>
07:09:15   where T is a type-variable:
07:09:15     T extends Object declared in interface Comparable
07:09:15 X.java:10: warning: [rawtypes] found raw type: Comparable
07:09:15 		List<Comparable> lComp = new ArrayList<Comparable> ();
07:09:15 		                                       ^
07:09:15   missing type arguments for generic class Comparable<T>
07:09:15   where T is a type-variable:
07:09:15     T extends Object declared in interface Comparable
07:09:15 X.java:11: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types
07:09:15 		Collections.sort (lComp);		
07:09:15 		                 ^
07:09:15   required: List<T>
07:09:15   found: List<Comparable>
07:09:15   where T is a type-variable:
07:09:15     T extends Comparable<? super T> declared in method <T>sort(List<T>)
07:09:15 X.java:15: error: no suitable method found for sort(List<Comparable<String>>)
07:09:15 		Collections.sort (lStr);
07:09:15 		           ^
07:09:15     method Collections.<T#1>sort(List<T#1>) is not applicable
07:09:15       (inference variable T#1 has incompatible bounds
07:09:15         equality constraints: Comparable<String>
07:09:15         lower bounds: String,Comparable<? super T#1>)
07:09:15     method Collections.<T#2>sort(List<T#2>,Comparator<? super T#2>) is not applicable
07:09:15       (cannot infer type-variable(s) T#2
07:09:15         (actual and formal argument lists differ in length))
07:09:15   where T#1,T#2 are type-variables:
07:09:15     T#1 extends Comparable<? super T#1> declared in method <T#1>sort(List<T#1>)
07:09:15     T#2 extends Object declared in method <T#2>sort(List<T#2>,Comparator<? super T#2>)
07:09:15 1 error
07:09:15 3 warnings
07:09:15 
07:09:15 
07:09:15 
07:09:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:16 --- javac err: ---
07:09:16 Ball.java:12: error: cannot find symbol
07:09:16 	Zork z;
07:09:16 	^
07:09:16   symbol:   class Zork
07:09:16   location: class Ball
07:09:16 Ball.java:2: warning: [rawtypes] found raw type: Comparable
07:09:16 class Ball implements Comparable {
07:09:16                       ^
07:09:16   missing type arguments for generic class Comparable<T>
07:09:16   where T is a type-variable:
07:09:16     T extends Object declared in interface Comparable
07:09:16 Ball.java:10: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types
07:09:16     	Collections.sort(foo);
07:09:16     	                ^
07:09:16   required: List<T>
07:09:16   found: LinkedList<Ball>
07:09:16   where T is a type-variable:
07:09:16     T extends Comparable<? super T> declared in method <T>sort(List<T>)
07:09:16 1 error
07:09:16 2 warnings
07:09:16 
07:09:16 
07:09:16 
07:09:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:17 
07:09:17 
07:09:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:18 --- javac err: ---
07:09:18 X.java:4: warning: [rawtypes] found raw type: List
07:09:18 	void foo(List<Object> objects, List raw) {
07:09:18 	                               ^
07:09:18   missing type arguments for generic class List<E>
07:09:18   where E is a type-variable:
07:09:18     E extends Object declared in interface List
07:09:18 X.java:9: error: incompatible types: List<Object> cannot be converted to List<Number>
07:09:18 	    numbers= (List<Number>) objects; // correct - cast error
07:09:18 	                            ^
07:09:18 X.java:10: error: incompatible types: List<Object> cannot be converted to List<? extends Number>
07:09:18 	    ext= (List<? extends Number>) objects; // wrong, should fail
07:09:18 	                                  ^
07:09:18 X.java:12: warning: [unchecked] unchecked conversion
07:09:18 	    ext= raw; // correct - raw conversion warning issued
07:09:18 	         ^
07:09:18   required: List<? extends Number>
07:09:18   found:    List
07:09:18 X.java:13: warning: [unchecked] unchecked conversion
07:09:18 	    numbers= raw; // correct - raw conversion warning issued
07:09:18 	             ^
07:09:18   required: List<Number>
07:09:18   found:    List
07:09:18 2 errors
07:09:18 3 warnings
07:09:18 
07:09:18 
07:09:18 
07:09:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:19 --- javac err: ---
07:09:19 C.java:23: warning: [serial] serializable class K has no definition of serialVersionUID
07:09:19 	public static class K implements A.BK<C.S> {
07:09:19 	              ^
07:09:19 C.java:27: warning: [serial] serializable class S has no definition of serialVersionUID
07:09:19 	protected static class S implements A.BS {
07:09:19 	                 ^
07:09:19 2 warnings
07:09:19 
07:09:19 
07:09:19 
07:09:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:20 --- javac err: ---
07:09:20 X.java:6: error: non-static type variable K cannot be referenced from a static context
07:09:20     private static class Bucket extends LinkedList<MPair<K,V>> {}
07:09:20                                                          ^
07:09:20 X.java:6: error: non-static type variable V cannot be referenced from a static context
07:09:20     private static class Bucket extends LinkedList<MPair<K,V>> {}
07:09:20                                                            ^
07:09:20 X.java:6: warning: [serial] serializable class Bucket has no definition of serialVersionUID
07:09:20     private static class Bucket extends LinkedList<MPair<K,V>> {}
07:09:20                    ^
07:09:20 2 errors
07:09:20 1 warning
07:09:20 
07:09:20 
07:09:20 
07:09:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:21 --- javac err: ---
07:09:21 Map.java:8: error: improperly formed type, type arguments given on a raw type
07:09:21     void a(Entry<String> e) { } // Entry<String> is illegal (eclipse accepts)
07:09:21                 ^
07:09:21 Map.java:9: error: improperly formed type, type arguments given on a raw type
07:09:21     void c(Map.Entry<String> e) { } // illegal (correctly flagged)
07:09:21                     ^
07:09:21 Map.java:10: warning: [rawtypes] found raw type: Map.Entry
07:09:21     void b(Entry e) { } // OK
07:09:21            ^
07:09:21   missing type arguments for generic class Map<M>.Entry<E>
07:09:21   where E,M are type-variables:
07:09:21     E extends Object declared in class Map.Entry
07:09:21     M extends Object declared in class Map
07:09:21 2 errors
07:09:21 1 warning
07:09:21 
07:09:21 
07:09:21 
07:09:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:22 --- javac err: ---
07:09:22 X1.java:13: error: cannot find symbol
07:09:22 	Zork z;
07:09:22 	^
07:09:22   symbol:   class Zork
07:09:22   location: class Y1
07:09:22 1 error
07:09:22 
07:09:22 
07:09:22 
07:09:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:24 --- javac err: ---
07:09:24 X1.java:8: warning: [rawtypes] found raw type: X2
07:09:24 	class Y2 extends X1.X2 {
07:09:24 	                   ^
07:09:24   missing type arguments for generic class X2<T>
07:09:24   where T is a type-variable:
07:09:24     T extends Object declared in class X2
07:09:24 X1.java:10: error: improperly formed type, type arguments given on a raw type
07:09:24 			X3<String> x;
07:09:24 			  ^
07:09:24 1 error
07:09:24 1 warning
07:09:24 
07:09:24 
07:09:24 
07:09:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:25 --- javac err: ---
07:09:25 Map.java:9: error: improperly formed type, type arguments given on a raw type
07:09:25     void c(Map.Entry<String> e) { } // illegal (correctly flagged)
07:09:25                     ^
07:09:25 Map.java:10: warning: [rawtypes] found raw type: Map.Entry
07:09:25     void b(Entry e) { } // OK
07:09:25            ^
07:09:25   missing type arguments for generic class Map<M>.Entry<E>
07:09:25   where E,M are type-variables:
07:09:25     E extends Object declared in class Map.Entry
07:09:25     M extends Object declared in class Map
07:09:25 1 error
07:09:25 1 warning
07:09:25 
07:09:25 
07:09:25 
07:09:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:26 --- javac err: ---
07:09:26 X.java:6: error: incompatible types: ZZZ1<CAP#3>.ZZZ2<CAP#2>.ZZZ3<CAP#1> cannot be converted to String
07:09:26        s = var;
07:09:26            ^
07:09:26   where CAP#1,CAP#2,CAP#3 are fresh type-variables:
07:09:26     CAP#1 extends Object from capture of ?
07:09:26     CAP#2 extends Object from capture of ?
07:09:26     CAP#3 extends Object from capture of ?
07:09:26 1 error
07:09:26 
07:09:26 
07:09:26 
07:09:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:27 --- javac err: ---
07:09:27 Map.java:5: error: non-static class Map.Entry cannot be referenced from a static context
07:09:27     	static void foo(Entry<String> e) { } // invalid static ref
07:09:27     	                ^
07:09:27 Map.java:8: error: non-static class Map.Entry cannot be referenced from a static context
07:09:27     	Entry<String> entry; // invalid static ref
07:09:27     	^
07:09:27 Map.java:5: error: Illegal static declaration in inner class Map.Foo
07:09:27     	static void foo(Entry<String> e) { } // invalid static ref
07:09:27     	            ^
07:09:27   modifier 'static' is only allowed in constant variable declarations
07:09:27 Map.java:11: error: improperly formed type, type arguments given on a raw type
07:09:27     void c(Map.Entry<String> e) { } // illegal 
07:09:27                     ^
07:09:27 Map.java:12: warning: [rawtypes] found raw type: Map.Entry
07:09:27     void b(Entry e) { } // OK
07:09:27            ^
07:09:27   missing type arguments for generic class Map<M>.Entry<E>
07:09:27   where E,M are type-variables:
07:09:27     E extends Object declared in class Map.Entry
07:09:27     M extends Object declared in class Map
07:09:27 4 errors
07:09:27 1 warning
07:09:27 
07:09:27 
07:09:27 
07:09:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:28 
07:09:28 
07:09:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:29 --- javac err: ---
07:09:29 Outer.java:4: error: non-static class Outer.Inner cannot be referenced from a static context
07:09:29 	static void test(Inner i) { }
07:09:29 	                 ^
07:09:29 1 error
07:09:29 
07:09:29 
07:09:29 
07:09:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:30 
07:09:30 
07:09:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:31 
07:09:31 
07:09:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:31 
07:09:31 
07:09:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:32 
07:09:32 
07:09:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:35 
07:09:35 
07:09:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:36 --- javac err: ---
07:09:36 X.java:21: error: incompatible types: B<A> cannot be converted to C
07:09:36 		System.out.println(b instanceof C);
07:09:36 		                   ^
07:09:36 1 error
07:09:36 
07:09:36 
07:09:36 
07:09:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:37 --- javac err: ---
07:09:37 X.java:9: error: incompatible types: no instance(s) of type variable(s) T exist so that List<? extends T> conforms to String
07:09:37 		String s = foo(l1, l2);
07:09:37 		              ^
07:09:37   where T is a type-variable:
07:09:37     T extends Object declared in method <T>foo(List<? extends T>,List<? extends T>)
07:09:37 1 error
07:09:37 
07:09:37 
07:09:37 
07:09:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:38 --- javac err: ---
07:09:38 X.java:10: error: incompatible types: bad type in conditional expression
07:09:38 		String s = l1 != null ? foo(l1, l2) : l3;
07:09:38 		                           ^
07:09:38     no instance(s) of type variable(s) T exist so that List<? extends T> conforms to String
07:09:38   where T is a type-variable:
07:09:38     T extends Object declared in method <T>foo(List<? extends T>,List<? extends T>)
07:09:38 X.java:10: error: incompatible types: bad type in conditional expression
07:09:38 		String s = l1 != null ? foo(l1, l2) : l3;
07:09:38 		                                      ^
07:09:38     List<CAP#1> cannot be converted to String
07:09:38   where CAP#1 is a fresh type-variable:
07:09:38     CAP#1 extends Object from capture of ?
07:09:38 2 errors
07:09:38 
07:09:38 
07:09:38 
07:09:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:39 
07:09:39 
07:09:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:40 --- javac err: ---
07:09:40 X.java:18: error: incompatible types: Number[] cannot be converted to CAP#1
07:09:40 		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[])
07:09:40 		           ^
07:09:40   where CAP#1 is a fresh type-variable:
07:09:40     CAP#1 extends Number[] from capture of ? extends Number[]
07:09:40 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:09:40 1 error
07:09:40 
07:09:40 
07:09:40 
07:09:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:41 --- javac err: ---
07:09:41 X.java:8: error: method valueOf in class Enum<E> cannot be applied to given types;
07:09:41 		 		 System.out.println(Enum.valueOf(c, "CLASS"));
07:09:41 		 		                        ^
07:09:41   required: Class<T>,String
07:09:41   found: Class<CAP#1>,String
07:09:41   reason: inference variable T has incompatible bounds
07:09:41     equality constraints: CAP#1
07:09:41     lower bounds: Enum<T>
07:09:41   where T,E are type-variables:
07:09:41     T extends Enum<T> declared in method <T>valueOf(Class<T>,String)
07:09:41     E extends Enum<E> declared in class Enum
07:09:41   where CAP#1 is a fresh type-variable:
07:09:41     CAP#1 extends Enum<?> from capture of ? extends Enum<?>
07:09:41 1 error
07:09:41 
07:09:41 
07:09:41 
07:09:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:42 --- javac err: ---
07:09:42 X.java:13: error: incompatible types: Object[] cannot be converted to CAP#1
07:09:42 		lhs.add(rhs.get(0));
07:09:42 		               ^
07:09:42   where CAP#1 is a fresh type-variable:
07:09:42     CAP#1 extends Object[] from capture of ? extends Object[]
07:09:42 X.java:18: error: incompatible types: Object cannot be converted to CAP#1
07:09:42 		lhs.add(rhs.get(0));
07:09:42 		               ^
07:09:42   where CAP#1 is a fresh type-variable:
07:09:42     CAP#1 extends Object super: Object[] from capture of ? super Object[]
07:09:42 X.java:23: error: incompatible types: Object cannot be converted to CAP#1
07:09:42 		lhs.add(rhs.get(0));
07:09:42 		               ^
07:09:42   where CAP#1 is a fresh type-variable:
07:09:42     CAP#1 extends Object[] from capture of ? extends Object[]
07:09:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:09:42 3 errors
07:09:42 
07:09:42 
07:09:42 
07:09:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:43 
07:09:43 
07:09:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:44 --- javac err: ---
07:09:44 X.java:20: error: cannot find symbol
07:09:44   Zork z;
07:09:44   ^
07:09:44   symbol:   class Zork
07:09:44   location: class X<T>
07:09:44   where T is a type-variable:
07:09:44     T extends Object declared in class X
07:09:44 X.java:8: warning: [unchecked] unchecked cast
07:09:44 		theArray = (T[]) Array.newInstance(clazz, 10); // Compiler warning
07:09:44 		                                  ^
07:09:44   required: T[]
07:09:44   found:    Object
07:09:44   where T is a type-variable:
07:09:44     T extends Object declared in class X
07:09:44 1 error
07:09:44 1 warning
07:09:44 
07:09:44 
07:09:44 
07:09:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:45 
07:09:45 
07:09:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:46 --- javac err: ---
07:09:46 X.java:7: error: cannot find symbol
07:09:46   Zork z;
07:09:46   ^
07:09:46   symbol:   class Zork
07:09:46   location: class X<T>
07:09:46   where T is a type-variable:
07:09:46     T extends Object declared in class X
07:09:46 X.java:3: warning: [unchecked] unchecked cast
07:09:46     T result = (T) customElement(); // reports unnecessary cast
07:09:46                                 ^
07:09:46   required: T
07:09:46   found:    Object
07:09:46   where T is a type-variable:
07:09:46     T extends Object declared in class X
07:09:46 1 error
07:09:46 1 warning
07:09:46 
07:09:46 
07:09:46 
07:09:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:47 
07:09:47 
07:09:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:48 
07:09:48 
07:09:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:49 --- javac err: ---
07:09:49 X.java:8: warning: [rawtypes] found raw type: Class
07:09:49 		Class type = X.class;
07:09:49 		^
07:09:49   missing type arguments for generic class Class<T>
07:09:49   where T is a type-variable:
07:09:49     T extends Object declared in class Class
07:09:49 X.java:9: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
07:09:49 		Method method = type.getMethod("test");
07:09:49 		                              ^
07:09:49 X.java:10: warning: [rawtypes] found raw type: Constructor
07:09:49 		Constructor constructor = type.getConstructor();
07:09:49 		^
07:09:49   missing type arguments for generic class Constructor<T>
07:09:49   where T is a type-variable:
07:09:49     T extends Object declared in class Constructor
07:09:49 X.java:10: warning: [unchecked] unchecked call to getConstructor(Class<?>...) as a member of the raw type Class
07:09:49 		Constructor constructor = type.getConstructor();
07:09:49 		                                             ^
07:09:49   where T is a type-variable:
07:09:49     T extends Object declared in class Class
07:09:49 4 warnings
07:09:49 
07:09:50 
07:09:50 
07:09:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:51 --- javac err: ---
07:09:51 X.java:10: warning: [rawtypes] found raw type: Constructor
07:09:51 		Constructor constructor = type.getConstructor();
07:09:51 		^
07:09:51   missing type arguments for generic class Constructor<T>
07:09:51   where T is a type-variable:
07:09:51     T extends Object declared in class Constructor
07:09:51 1 warning
07:09:51 
07:09:51 
07:09:51 
07:09:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:52 --- javac err: ---
07:09:52 X.java:8: warning: [rawtypes] found raw type: Class
07:09:52 		Class type = X.class;
07:09:52 		^
07:09:52   missing type arguments for generic class Class<T>
07:09:52   where T is a type-variable:
07:09:52     T extends Object declared in class Class
07:09:52 X.java:9: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
07:09:52 		Method method = type.getMethod("test");
07:09:52 		                              ^
07:09:52 X.java:10: warning: [rawtypes] found raw type: Constructor
07:09:52 		Constructor constructor = type.getConstructor();
07:09:52 		^
07:09:52   missing type arguments for generic class Constructor<T>
07:09:52   where T is a type-variable:
07:09:52     T extends Object declared in class Constructor
07:09:52 X.java:10: warning: [unchecked] unchecked call to getConstructor(Class<?>...) as a member of the raw type Class
07:09:52 		Constructor constructor = type.getConstructor();
07:09:52 		                                             ^
07:09:52   where T is a type-variable:
07:09:52     T extends Object declared in class Class
07:09:52 X.java:13: warning: [unchecked] unchecked call to <A>getAnnotation(Class<A>) as a member of the raw type Class
07:09:52 		MyAnnotation typeAnnot = type.getAnnotation(MyAnnotation.class);
07:09:52 		                                           ^
07:09:52   where A is a type-variable:
07:09:52     A extends Annotation declared in method <A>getAnnotation(Class<A>)
07:09:52 X.java:13: error: incompatible types: Annotation cannot be converted to MyAnnotation
07:09:52 		MyAnnotation typeAnnot = type.getAnnotation(MyAnnotation.class);
07:09:52 		                                           ^
07:09:52 X.java:15: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
07:09:52 		MyAnnotation constrAnnot = constructor.getAnnotation(MyAnnotation.class);
07:09:52 		                                                    ^
07:09:52   where T is a type-variable:
07:09:52     T extends Annotation declared in method <T>getAnnotation(Class<T>)
07:09:52 X.java:15: error: incompatible types: Annotation cannot be converted to MyAnnotation
07:09:52 		MyAnnotation constrAnnot = constructor.getAnnotation(MyAnnotation.class);
07:09:52 		                                                    ^
07:09:52 2 errors
07:09:52 6 warnings
07:09:52 
07:09:52 
07:09:52 
07:09:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:53 
07:09:53 
07:09:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:54 --- javac err: ---
07:09:54 X.java:7: warning: [rawtypes] found raw type: X
07:09:54 	void bar(X x) {
07:09:54 	         ^
07:09:54   missing type arguments for generic class X<T>
07:09:54   where T is a type-variable:
07:09:54     T extends Object declared in class X
07:09:54 X.java:8: warning: [static] static method should be qualified by type name, X, instead of by an expression
07:09:54 		String str = x.foo("hello");
07:09:54 		              ^
07:09:54 2 warnings
07:09:54 
07:09:54 
07:09:54 
07:09:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:55 --- javac err: ---
07:09:55 X.java:7: warning: [rawtypes] found raw type: X
07:09:55 	void bar(X x) {
07:09:55 	         ^
07:09:55   missing type arguments for generic class X<T>
07:09:55   where T is a type-variable:
07:09:55     T extends Object declared in class X
07:09:55 X.java:8: warning: [unchecked] unchecked call to <U>foo(U) as a member of the raw type X
07:09:55 		String str = x.foo("hello");
07:09:55 		                  ^
07:09:55   where U is a type-variable:
07:09:55     U extends Object declared in method <U>foo(U)
07:09:55 X.java:8: error: incompatible types: Object cannot be converted to String
07:09:55 		String str = x.foo("hello");
07:09:55 		                  ^
07:09:55 1 error
07:09:55 2 warnings
07:09:55 
07:09:55 
07:09:55 
07:09:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:56 --- javac err: ---
07:09:56 X.java:8: warning: [rawtypes] found raw type: XClass
07:09:56 		XClass xc = new XClass();
07:09:56 		^
07:09:56   missing type arguments for generic class XClass<U>
07:09:56   where U is a type-variable:
07:09:56     U extends Object declared in class XClass
07:09:56 X.java:8: warning: [rawtypes] found raw type: XClass
07:09:56 		XClass xc = new XClass();
07:09:56 		                ^
07:09:56   missing type arguments for generic class XClass<U>
07:09:56   where U is a type-variable:
07:09:56     U extends Object declared in class XClass
07:09:56 X.java:9: warning: [unchecked] unchecked call to <W>getAnnotation(XClass<W>) as a member of the raw type XConstructor
07:09:56 		String str = xc.getConstructor().getAnnotation(arg);
07:09:56 		                                              ^
07:09:56   where W is a type-variable:
07:09:56     W extends Annotation declared in method <W>getAnnotation(XClass<W>)
07:09:56 X.java:9: error: incompatible types: Annotation cannot be converted to String
07:09:56 		String str = xc.getConstructor().getAnnotation(arg);
07:09:56 		                                              ^
07:09:56 1 error
07:09:56 3 warnings
07:09:56 
07:09:56 
07:09:56 
07:09:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:57 --- javac err: ---
07:09:57 X.java:3: warning: [rawtypes] found raw type: Outer.Inner
07:09:57 		Outer.Inner inner = new Outer().new Inner();
07:09:57 		     ^
07:09:57   missing type arguments for generic class Outer<T>.Inner
07:09:57   where T is a type-variable:
07:09:57     T extends Object declared in class Outer
07:09:57 X.java:3: warning: [rawtypes] found raw type: Outer
07:09:57 		Outer.Inner inner = new Outer().new Inner();
07:09:57 		                        ^
07:09:57   missing type arguments for generic class Outer<T>
07:09:57   where T is a type-variable:
07:09:57     T extends Object declared in class Outer
07:09:57 X.java:3: warning: [rawtypes] found raw type: Outer.Inner
07:09:57 		Outer.Inner inner = new Outer().new Inner();
07:09:57 		                                    ^
07:09:57   missing type arguments for generic class Outer<T>.Inner
07:09:57   where T is a type-variable:
07:09:57     T extends Object declared in class Outer
07:09:57 X.java:4: warning: [unchecked] unchecked call to setOuterT(T) as a member of the raw type Outer.Inner
07:09:57 		X x = inner.setOuterT(new X());
07:09:57 		                     ^
07:09:57   where T is a type-variable:
07:09:57     T extends Object declared in class Outer
07:09:57 X.java:4: error: incompatible types: Object cannot be converted to X
07:09:57 		X x = inner.setOuterT(new X());
07:09:57 		                     ^
07:09:57 X.java:6: warning: [unchecked] unchecked conversion
07:09:57 		Outer<String>.Inner innerS = inner;
07:09:57 		                             ^
07:09:57   required: Outer<String>.Inner
07:09:57   found:    Outer.Inner
07:09:57 1 error
07:09:57 5 warnings
07:09:57 
07:09:57 
07:09:57 
07:09:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:58 --- javac err: ---
07:09:58 X.java:3: warning: [rawtypes] found raw type: Inner
07:09:58 		Outer.Inner inner = new Outer().new Inner();
07:09:58 		     ^
07:09:58   missing type arguments for generic class Inner<U>
07:09:58   where U is a type-variable:
07:09:58     U extends Object declared in class Inner
07:09:58 X.java:3: warning: [rawtypes] found raw type: Outer
07:09:58 		Outer.Inner inner = new Outer().new Inner();
07:09:58 		                        ^
07:09:58   missing type arguments for generic class Outer<T>
07:09:58   where T is a type-variable:
07:09:58     T extends Object declared in class Outer
07:09:58 X.java:3: warning: [rawtypes] found raw type: Inner
07:09:58 		Outer.Inner inner = new Outer().new Inner();
07:09:58 		                                    ^
07:09:58   missing type arguments for generic class Inner<U>
07:09:58   where U is a type-variable:
07:09:58     U extends Object declared in class Inner
07:09:58 X.java:3: error: qualified new of static class
07:09:58 		Outer.Inner inner = new Outer().new Inner();
07:09:58 		                    ^
07:09:58 X.java:4: warning: [unchecked] unchecked call to set(U) as a member of the raw type Inner
07:09:58 		X x = inner.set(new X());
07:09:58 		               ^
07:09:58   where U is a type-variable:
07:09:58     U extends Object declared in class Inner
07:09:58 X.java:4: error: incompatible types: Object cannot be converted to X
07:09:58 		X x = inner.set(new X());
07:09:58 		               ^
07:09:58 X.java:6: error: cannot select a static class from a parameterized type
07:09:58 		Outer<String>.Inner innerS = inner;
07:09:58 		             ^
07:09:58 X.java:6: warning: [rawtypes] found raw type: Inner
07:09:58 		Outer<String>.Inner innerS = inner;
07:09:58 		             ^
07:09:58   missing type arguments for generic class Inner<U>
07:09:58   where U is a type-variable:
07:09:58     U extends Object declared in class Inner
07:09:58 3 errors
07:09:58 5 warnings
07:09:58 
07:09:58 
07:09:58 
07:09:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:58 --- javac err: ---
07:09:58 X.java:5: error: cannot find symbol
07:09:58 	Zork z;
07:09:58 	^
07:09:58   symbol:   class Zork
07:09:58   location: class X
07:09:58 X.java:3: warning: [rawtypes] found raw type: Outer.Inner
07:09:58 		Outer.Inner inner = new Sub().get();
07:09:58 		     ^
07:09:58   missing type arguments for generic class Outer<T>.Inner<U>
07:09:58   where U,T are type-variables:
07:09:58     U extends Object declared in class Outer.Inner
07:09:58     T extends Object declared in class Outer
07:09:58 X.java:11: warning: [rawtypes] found raw type: Outer
07:09:58 class Sub extends Outer {
07:09:58                   ^
07:09:58   missing type arguments for generic class Outer<T>
07:09:58   where T is a type-variable:
07:09:58     T extends Object declared in class Outer
07:09:58 X.java:12: warning: [rawtypes] found raw type: Outer.Inner
07:09:58 	Inner get() { return null; }
07:09:58 	^
07:09:58   missing type arguments for generic class Outer<T>.Inner<U>
07:09:58   where U,T are type-variables:
07:09:58     U extends Object declared in class Outer.Inner
07:09:58     T extends Object declared in class Outer
07:09:58 1 error
07:09:58 3 warnings
07:09:58 
07:09:58 
07:09:58 
07:09:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:09:59 --- javac err: ---
07:09:59 X.java:5: error: cannot find symbol
07:09:59 	Zork z;
07:09:59 	^
07:09:59   symbol:   class Zork
07:09:59   location: class X
07:09:59 X.java:3: warning: [unchecked] unchecked conversion
07:09:59 		Outer<String>.Inner inner = new Sub().get();
07:09:59 		                                         ^
07:09:59   required: Outer<String>.Inner
07:09:59   found:    Outer.Inner
07:09:59 X.java:11: warning: [rawtypes] found raw type: Outer
07:09:59 class Sub extends Outer {
07:09:59                   ^
07:09:59   missing type arguments for generic class Outer<T>
07:09:59   where T is a type-variable:
07:09:59     T extends Object declared in class Outer
07:09:59 X.java:12: warning: [rawtypes] found raw type: Outer.Inner
07:09:59 	Inner get() { return null; }
07:09:59 	^
07:09:59   missing type arguments for generic class Outer<T>.Inner
07:09:59   where T is a type-variable:
07:09:59     T extends Object declared in class Outer
07:09:59 1 error
07:09:59 3 warnings
07:09:59 
07:09:59 
07:09:59 
07:09:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:02 
07:10:02 
07:10:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:04 
07:10:04 
07:10:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:05 
07:10:05 
07:10:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:06 --- javac err: ---
07:10:06 X.java:7: error: cannot find symbol
07:10:06 	Zork z;
07:10:06 	^
07:10:06   symbol:   class Zork
07:10:06   location: class X
07:10:06 X.java:4: warning: [rawtypes] found raw type: Collection
07:10:06 	static public <T extends Collection> void workaround(T a, T b) {
07:10:06 	                         ^
07:10:06   missing type arguments for generic class Collection<E>
07:10:06   where E is a type-variable:
07:10:06     E extends Object declared in interface Collection
07:10:06 X.java:5: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type Collection
07:10:06 		a.addAll(b);
07:10:06 		        ^
07:10:06   where E is a type-variable:
07:10:06     E extends Object declared in interface Collection
07:10:06 1 error
07:10:06 2 warnings
07:10:06 
07:10:06 
07:10:06 
07:10:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:07 --- javac err: ---
07:10:07 X.java:5: warning: [rawtypes] found raw type: Map
07:10:07 		Map myMap = new HashMap();
07:10:07 		^
07:10:07   missing type arguments for generic class Map<K,V>
07:10:07   where K,V are type-variables:
07:10:07     K extends Object declared in interface Map
07:10:07     V extends Object declared in interface Map
07:10:07 X.java:5: warning: [rawtypes] found raw type: HashMap
07:10:07 		Map myMap = new HashMap();
07:10:07 		                ^
07:10:07   missing type arguments for generic class HashMap<K,V>
07:10:07   where K,V are type-variables:
07:10:07     K extends Object declared in class HashMap
07:10:07     V extends Object declared in class HashMap
07:10:07 X.java:6: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
07:10:07 		myMap.put("key1", "1");
07:10:07 		         ^
07:10:07   where K,V are type-variables:
07:10:07     K extends Object declared in interface Map
07:10:07     V extends Object declared in interface Map
07:10:07 X.java:8: warning: [rawtypes] found raw type: Entry
07:10:07 		for (Map.Entry e : myMap.entrySet())
07:10:07 		        ^
07:10:07   missing type arguments for generic class Entry<K,V>
07:10:07   where K,V are type-variables:
07:10:07     K extends Object declared in interface Entry
07:10:07     V extends Object declared in interface Entry
07:10:07 X.java:8: error: incompatible types: Object cannot be converted to Entry
07:10:07 		for (Map.Entry e : myMap.entrySet())
07:10:07 		                                 ^
07:10:07 X.java:10: warning: [rawtypes] found raw type: Entry
07:10:07 		Set<Map.Entry> set = myMap.entrySet();
07:10:07 		       ^
07:10:07   missing type arguments for generic class Entry<K,V>
07:10:07   where K,V are type-variables:
07:10:07     K extends Object declared in interface Entry
07:10:07     V extends Object declared in interface Entry
07:10:07 X.java:10: warning: [unchecked] unchecked conversion
07:10:07 		Set<Map.Entry> set = myMap.entrySet();
07:10:07 		                                   ^
07:10:07   required: Set<Entry>
07:10:07   found:    Set
07:10:07 X.java:11: warning: [rawtypes] found raw type: Entry
07:10:07 		for (Map.Entry e : set)
07:10:07 		        ^
07:10:07   missing type arguments for generic class Entry<K,V>
07:10:07   where K,V are type-variables:
07:10:07     K extends Object declared in interface Entry
07:10:07     V extends Object declared in interface Entry
07:10:07 1 error
07:10:07 7 warnings
07:10:07 
07:10:07 
07:10:07 
07:10:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:07 --- javac err: ---
07:10:07 X.java:8: error: cannot find symbol
07:10:07     Zork z;
07:10:07     ^
07:10:07   symbol:   class Zork
07:10:07   location: class X
07:10:07 X.java:6: warning: [unchecked] unchecked cast
07:10:07         Object o = (BD<Number>) bb;
07:10:07                                 ^
07:10:07   required: BD<Number>
07:10:07   found:    BB<CAP#1,CAP#2>
07:10:07   where CAP#1,CAP#2 are fresh type-variables:
07:10:07     CAP#1 extends Number from capture of ? extends Number
07:10:07     CAP#2 extends Object super: Integer from capture of ? super Integer
07:10:07 1 error
07:10:07 1 warning
07:10:07 
07:10:07 
07:10:07 
07:10:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:09 --- javac err: ---
07:10:09 X.java:7: warning: [cast] redundant cast to String
07:10:09 		((String) (v.elementAt(0))).charAt(0);
07:10:09 		 ^
07:10:09 1 warning
07:10:09 
07:10:09 
07:10:09 
07:10:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:10 --- javac err: ---
07:10:10 X.java:16: warning: [unchecked] unchecked cast
07:10:10 		return (GenericWrapper<String>) wrappedString;
07:10:10 		                                ^
07:10:10   required: GenericWrapper<String>
07:10:10   found:    Object
07:10:10 1 warning
07:10:10 
07:10:10 
07:10:10 
07:10:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:11 --- javac err: ---
07:10:11 X.java:4: error: cannot find symbol
07:10:11 		Zork z;
07:10:11 		^
07:10:11   symbol:   class Zork
07:10:11   location: class GenericWrapper<Elem>
07:10:11   where Elem is a type-variable:
07:10:11     Elem extends Object declared in class GenericWrapper
07:10:11 X.java:17: warning: [unchecked] unchecked cast
07:10:11 		return (GenericWrapper<String>) wrappedString;
07:10:11 		                                ^
07:10:11   required: GenericWrapper<String>
07:10:11   found:    Object
07:10:11 1 error
07:10:11 1 warning
07:10:11 
07:10:11 
07:10:11 
07:10:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:12 --- javac err: ---
07:10:12 X.java:5: error: cannot find symbol
07:10:12 	Zork z;
07:10:12 	^
07:10:12   symbol:   class Zork
07:10:12   location: class X<K,V>
07:10:12   where K,V are type-variables:
07:10:12     K extends Object declared in class X
07:10:12     V extends Object declared in class X
07:10:12 X.java:34: warning: [unchecked] unchecked cast
07:10:12 		X<String, Integer> fromQueue = (X<String, Integer>) queue.remove();
07:10:12 		                                                                ^
07:10:12   required: X<String,Integer>
07:10:12   found:    Reference<CAP#1>
07:10:12   where CAP#1 is a fresh type-variable:
07:10:12     CAP#1 extends Integer from capture of ? extends Integer
07:10:12 1 error
07:10:12 1 warning
07:10:12 
07:10:12 
07:10:12 
07:10:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:13 
07:10:13 
07:10:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:14 --- javac err: ---
07:10:14 X.java:5: error: cannot find symbol
07:10:14 	Zork z;
07:10:14 	^
07:10:14   symbol:   class Zork
07:10:14   location: class X<S>
07:10:14   where S is a type-variable:
07:10:14     S extends Comparable<S> declared in class X
07:10:14 X.java:3: warning: [unchecked] unchecked cast
07:10:14        S a = (S)(Integer)3;
07:10:14                 ^
07:10:14   required: S
07:10:14   found:    Integer
07:10:14   where S is a type-variable:
07:10:14     S extends Comparable<S> declared in class X
07:10:14 1 error
07:10:14 1 warning
07:10:14 
07:10:14 
07:10:14 
07:10:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:14 --- javac err: ---
07:10:14 X.java:5: error: cannot find symbol
07:10:14 	Zork z;
07:10:14 	^
07:10:14   symbol:   class Zork
07:10:14   location: class X<S>
07:10:14   where S is a type-variable:
07:10:14     S extends Comparable<String> declared in class X
07:10:14 X.java:3: error: incompatible types: Integer cannot be converted to S
07:10:14        S a = (S)(Integer)3; // this should fail
07:10:14                 ^
07:10:14   where S is a type-variable:
07:10:14     S extends Comparable<String> declared in class X
07:10:14 2 errors
07:10:14 
07:10:14 
07:10:14 
07:10:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:15 --- javac err: ---
07:10:15 X.java:5: error: cannot find symbol
07:10:15 	   return (Comparable<S>) c;
07:10:15 	                      ^
07:10:15   symbol:   class S
07:10:15   location: class X
07:10:15 X.java:8: warning: [rawtypes] found raw type: List
07:10:15 	   List l = (List<U>) lv;
07:10:15 	   ^
07:10:15   missing type arguments for generic class List<E>
07:10:15   where E is a type-variable:
07:10:15     E extends Object declared in interface List
07:10:15 X.java:8: warning: [unchecked] unchecked cast
07:10:15 	   List l = (List<U>) lv;
07:10:15 	                      ^
07:10:15   required: List<U>
07:10:15   found:    List<V>
07:10:15   where V,U are type-variables:
07:10:15     V extends Runnable declared in method <U,V>foo(List<V>)
07:10:15     U extends Throwable declared in method <U,V>foo(List<V>)
07:10:15 X.java:11: warning: [rawtypes] found raw type: List
07:10:15 	   List l = (List<List<U>>) lv;
07:10:15 	   ^
07:10:15   missing type arguments for generic class List<E>
07:10:15   where E is a type-variable:
07:10:15     E extends Object declared in interface List
07:10:15 X.java:11: error: incompatible types: List<List<V>> cannot be converted to List<List<U>>
07:10:15 	   List l = (List<List<U>>) lv;
07:10:15 	                            ^
07:10:15   where V,U are type-variables:
07:10:15     V extends Runnable declared in method <U,V>foo2(List<List<V>>)
07:10:15     U extends Throwable declared in method <U,V>foo2(List<List<V>>)
07:10:15 2 errors
07:10:15 3 warnings
07:10:15 
07:10:15 
07:10:15 
07:10:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:16 --- javac err: ---
07:10:16 X.java:3: error: incompatible types: X2 cannot be converted to S
07:10:16        S a = (S)x2;
07:10:16                 ^
07:10:16   where S is a type-variable:
07:10:16     S extends Comparable<String> declared in class X
07:10:16 1 error
07:10:16 
07:10:16 
07:10:16 
07:10:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:17 --- javac err: ---
07:10:17 Test.java:4: error: incompatible types: A cannot be converted to Comparable<Object>
07:10:17 		Comparable<Object> c = (Comparable<Object>) a; // Fails as expected
07:10:17 		                                            ^
07:10:17 Test.java:5: warning: [unchecked] unchecked cast
07:10:17 		Comparable<S> c2 = (Comparable<S>) a; // Should fail?
07:10:17 		                                   ^
07:10:17   required: Comparable<S>
07:10:17   found:    A
07:10:17   where S is a type-variable:
07:10:17     S extends Object declared in class Test
07:10:17 1 error
07:10:17 1 warning
07:10:17 
07:10:17 
07:10:17 
07:10:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:18 --- javac err: ---
07:10:18 X.java:4: warning: [rawtypes] found raw type: List
07:10:18 	void foo(List<Object> objects, List raw) {
07:10:18 	                               ^
07:10:18   missing type arguments for generic class List<E>
07:10:18   where E is a type-variable:
07:10:18     E extends Object declared in interface List
07:10:18 X.java:9: error: incompatible types: List<Object> cannot be converted to List<Number>
07:10:18 	    numbers= (List<Number>) objects; // correct - cast error
07:10:18 	                            ^
07:10:18 X.java:10: error: incompatible types: List<Object> cannot be converted to List<? extends Number>
07:10:18 	    ext= (List<? extends Number>) objects; // wrong, should fail
07:10:18 	                                  ^
07:10:18 X.java:12: warning: [unchecked] unchecked conversion
07:10:18 	    ext= raw; // correct - raw conversion warning issued
07:10:18 	         ^
07:10:18   required: List<? extends Number>
07:10:18   found:    List
07:10:18 X.java:13: warning: [unchecked] unchecked conversion
07:10:18 	    numbers= raw; // correct - raw conversion warning issued
07:10:18 	             ^
07:10:18   required: List<Number>
07:10:18   found:    List
07:10:18 2 errors
07:10:18 3 warnings
07:10:18 
07:10:18 
07:10:18 
07:10:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:19 
07:10:19 
07:10:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:20 
07:10:20 
07:10:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:21 
07:10:21 
07:10:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:22 --- javac err: ---
07:10:22 X.java:26: error: cannot find symbol
07:10:22   Zork z;
07:10:22   ^
07:10:22   symbol:   class Zork
07:10:22   location: class X
07:10:22 1 error
07:10:22 
07:10:22 
07:10:22 
07:10:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:23 --- javac err: ---
07:10:23 X.java:9: error: cannot find symbol
07:10:23 	Zork z;
07:10:23 	^
07:10:23   symbol:   class Zork
07:10:23   location: class X
07:10:23 X.java:11: warning: [rawtypes] found raw type: Foo
07:10:23 		Bar<Foo> bar = new Bar<Foo>();
07:10:23 		    ^
07:10:23   missing type arguments for generic class Foo<T>
07:10:23   where T is a type-variable:
07:10:23     T extends Foo<T> declared in interface Foo
07:10:23 X.java:11: warning: [rawtypes] found raw type: Foo
07:10:23 		Bar<Foo> bar = new Bar<Foo>();
07:10:23 		                       ^
07:10:23   missing type arguments for generic class Foo<T>
07:10:23   where T is a type-variable:
07:10:23     T extends Foo<T> declared in interface Foo
07:10:23 X.java:12: warning: [unchecked] unchecked method invocation: method read in class X is applied to given types
07:10:23 		read(bar, "sadasd");
07:10:23 		    ^
07:10:23   required: D,String
07:10:23   found: Bar<Foo>,String
07:10:23   where D,P are type-variables:
07:10:23     D extends Bar<P> declared in method <P,D>read(D,String)
07:10:23     P extends Foo<P> declared in method <P,D>read(D,String)
07:10:23 1 error
07:10:23 3 warnings
07:10:23 
07:10:23 
07:10:23 
07:10:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:24 --- javac err: ---
07:10:24 X.java:6: warning: [rawtypes] found raw type: State
07:10:24 class State<S extends State> {
07:10:24                       ^
07:10:24   missing type arguments for generic class State<S>
07:10:24   where S is a type-variable:
07:10:24     S extends State declared in class State
07:10:24 1 warning
07:10:24 
07:10:24 
07:10:24 
07:10:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:25 
07:10:25 
07:10:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:26 --- javac err: ---
07:10:26 X.java:5: error: type argument T is not within bounds of type-variable E
07:10:26 	Store<? extends Key<T>> store1;
07:10:26 	                    ^
07:10:26   where T,E are type-variables:
07:10:26     T extends Object declared in class X
07:10:26     E extends Key<E> declared in class Key
07:10:26 X.java:6: error: type argument ? extends T is not within bounds of type-variable E
07:10:26 	Store<? extends Key<? extends T>> store2;
07:10:26 	                    ^
07:10:26   where T,E are type-variables:
07:10:26     T extends Object declared in class X
07:10:26     E extends Key<E> declared in class Key
07:10:26 2 errors
07:10:26 
07:10:26 
07:10:26 
07:10:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:27 --- javac err: ---
07:10:27 X.java:4: error: type argument String is not within bounds of type-variable T
07:10:27 	void foo(X<String> xs) {
07:10:27 	           ^
07:10:27   where T is a type-variable:
07:10:27     T extends Throwable declared in class X
07:10:27 X.java:5: error: cannot find symbol
07:10:27 		xs.get().printStackTrace();
07:10:27 		        ^
07:10:27   symbol:   method printStackTrace()
07:10:27   location: class String
07:10:27 2 errors
07:10:27 
07:10:27 
07:10:27 
07:10:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:28 --- javac err: ---
07:10:28 X.java:5: error: incompatible types: ArrayList<Integer> cannot be converted to ArrayList<Number>
07:10:28 			ArrayList<Number> arrayList = new ArrayList<Integer>(); // compile error
07:10:28 			                              ^
07:10:28 1 error
07:10:28 
07:10:28 
07:10:28 
07:10:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:29 --- javac err: ---
07:10:29 X.java:3: error: a type variable may not be followed by other bounds
07:10:29 public class X<T, T2 extends T & Serializable > {
07:10:29                                  ^
07:10:29 X.java:6: error: type argument Serializable is not within bounds of type-variable T2
07:10:29 	X<String, Serializable> wrong1;
07:10:29 	          ^
07:10:29   where T2,T are type-variables:
07:10:29     T2 extends T declared in class X
07:10:29     T extends Object declared in class X
07:10:29 X.java:9: warning: [serial] serializable class Y has no definition of serialVersionUID
07:10:29 	static class Y implements Serializable {
07:10:29 	       ^
07:10:29 2 errors
07:10:29 1 warning
07:10:29 
07:10:29 
07:10:29 
07:10:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:30 
07:10:30 
07:10:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:31 --- javac err: ---
07:10:31 X.java:4: warning: [rawtypes] found raw type: State
07:10:31 class State<S extends State> {}
07:10:31                       ^
07:10:31   missing type arguments for generic class State<S>
07:10:31   where S is a type-variable:
07:10:31     S extends State declared in class State
07:10:31 1 warning
07:10:31 
07:10:31 
07:10:31 
07:10:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:32 
07:10:32 
07:10:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:33 --- javac err: ---
07:10:33 X.java:1: error: cannot find symbol
07:10:33 class X extends A<X.M> {}
07:10:33                    ^
07:10:33   symbol:   class M
07:10:33   location: class X
07:10:33 1 error
07:10:33 
07:10:33 
07:10:33 
07:10:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:35 
07:10:35 
07:10:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:36 --- javac err: ---
07:10:36 X.java:6: error: incompatible types: inferred type does not conform to upper bound(s)
07:10:36 		X<String> x = foo(x1, x2);
07:10:36 		                 ^
07:10:36     inferred: X<? extends Object>
07:10:36     upper bound(s): X<String>,Object
07:10:36 1 error
07:10:36 
07:10:36 
07:10:36 
07:10:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:37 --- javac err: ---
07:10:37 X.java:6: error: incompatible types: inferred type does not conform to upper bound(s)
07:10:37 		X<String> x = foo(x1, x2);
07:10:37 		                 ^
07:10:37     inferred: X<? extends Object>
07:10:37     upper bound(s): X<String>,Object
07:10:37 1 error
07:10:37 
07:10:37 
07:10:37 
07:10:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:38 --- javac err: ---
07:10:38 X.java:7: error: type argument ? extends List<? super String> is not within bounds of type-variable T
07:10:38 	Other<? extends List<? super String>> other2;	
07:10:38 	      ^
07:10:38   where T is a type-variable:
07:10:38     T extends List<? extends Runnable> declared in class Other
07:10:38 X.java:8: error: type argument ? extends List<? extends String> is not within bounds of type-variable T
07:10:38 	Other<? extends List<? extends String>> other3;		
07:10:38 	      ^
07:10:38   where T is a type-variable:
07:10:38     T extends List<? extends Runnable> declared in class Other
07:10:38 X.java:9: error: incompatible types: Other<CAP#1> cannot be converted to Other<? extends List<? extends Runnable>>
07:10:38 	Other<? extends List<? extends Runnable>> other7 = other1;
07:10:38 	                                                   ^
07:10:38   where CAP#1 is a fresh type-variable:
07:10:38     CAP#1 extends List<? extends Throwable> from capture of ? extends List<? extends Throwable>
07:10:38 3 errors
07:10:38 
07:10:38 
07:10:38 
07:10:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:39 --- javac err: ---
07:10:39 X.java:7: error: type argument ? extends List<? super Throwable> is not within bounds of type-variable T
07:10:39 	Other<? extends List<? super Throwable>> other3;
07:10:39 	      ^
07:10:39   where T is a type-variable:
07:10:39     T extends List<? extends Runnable> declared in class Other
07:10:39 X.java:8: error: type argument ? super List<? extends Throwable> is not within bounds of type-variable T
07:10:39 	Other<? super List<? extends Throwable>> other4;
07:10:39 	      ^
07:10:39   where T is a type-variable:
07:10:39     T extends List<? extends Runnable> declared in class Other
07:10:39 X.java:9: error: type argument ? super List<?> is not within bounds of type-variable T
07:10:39 	Other<? super List<?>> other5;
07:10:39 	      ^
07:10:39   where T is a type-variable:
07:10:39     T extends List<? extends Runnable> declared in class Other
07:10:39 X.java:10: error: type argument ? super List<? super Throwable> is not within bounds of type-variable T
07:10:39 	Other<? super List<? super Throwable>> other6;
07:10:39 	      ^
07:10:39   where T is a type-variable:
07:10:39     T extends List<? extends Runnable> declared in class Other
07:10:39 4 errors
07:10:39 
07:10:39 
07:10:39 
07:10:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:40 
07:10:40 
07:10:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:41 --- javac err: ---
07:10:41 X.java:6: error: type argument ? super List<? super Runnable> is not within bounds of type-variable T
07:10:41 	Other<? super List<? super Runnable>> other5;
07:10:41 	      ^
07:10:41   where T is a type-variable:
07:10:41     T extends List<? extends Runnable> declared in class Other
07:10:41 1 error
07:10:41 
07:10:41 
07:10:41 
07:10:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:42 --- javac err: ---
07:10:42 X.java:4: error: incompatible types: List<CAP#1> cannot be converted to List<? extends Runnable>
07:10:42 		lr = la;
07:10:42 		     ^
07:10:42   where CAP#1 is a fresh type-variable:
07:10:42     CAP#1 extends Object from capture of ?
07:10:42 1 error
07:10:42 
07:10:42 
07:10:42 
07:10:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:43 --- javac err: ---
07:10:43 XX.java:2: error: type argument ? extends String is not within bounds of type-variable T
07:10:43 	void foo(XX<?> lhs, XX<? extends String> rhs) {
07:10:43 	                       ^
07:10:43   where T is a type-variable:
07:10:43     T extends Runnable declared in class XX
07:10:43 1 error
07:10:43 
07:10:43 
07:10:43 
07:10:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:44 --- javac err: ---
07:10:44 X.java:5: error: type argument ? extends List<String> is not within bounds of type-variable T
07:10:44 	void foo(X<? extends List<String>> x) {
07:10:44 	           ^
07:10:44   where T is a type-variable:
07:10:44     T extends List<Object> declared in class X
07:10:44 1 error
07:10:44 
07:10:44 
07:10:44 
07:10:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:45 --- javac err: ---
07:10:45 X.java:2: error: type argument X<String> is not within bounds of type-variable T
07:10:45 	X<X<String>> x1;
07:10:45 	   ^
07:10:45   where T is a type-variable:
07:10:45     T extends Runnable declared in class X
07:10:45 X.java:2: error: type argument String is not within bounds of type-variable T
07:10:45 	X<X<String>> x1;
07:10:45 	    ^
07:10:45   where T is a type-variable:
07:10:45     T extends Runnable declared in class X
07:10:45 X.java:3: error: type argument ? extends String is not within bounds of type-variable T
07:10:45 	X<? extends String> x2;
07:10:45 	  ^
07:10:45   where T is a type-variable:
07:10:45     T extends Runnable declared in class X
07:10:45 3 errors
07:10:45 
07:10:45 
07:10:45 
07:10:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:46 --- javac err: ---
07:10:46 X.java:2: error: type argument X<X<String>> is not within bounds of type-variable T
07:10:46 	X<X<X<String>>> x1;
07:10:46 	   ^
07:10:46   where T is a type-variable:
07:10:46     T extends X<T> declared in class X
07:10:46 X.java:2: error: type argument X<String> is not within bounds of type-variable T
07:10:46 	X<X<X<String>>> x1;
07:10:46 	     ^
07:10:46   where T is a type-variable:
07:10:46     T extends X<T> declared in class X
07:10:46 X.java:2: error: type argument String is not within bounds of type-variable T
07:10:46 	X<X<X<String>>> x1;
07:10:46 	      ^
07:10:46   where T is a type-variable:
07:10:46     T extends X<T> declared in class X
07:10:46 X.java:3: error: type argument ? extends X<? extends X<String>> is not within bounds of type-variable T
07:10:46 	X<? extends X<? extends X<String>>> x2;
07:10:46 	  ^
07:10:46   where T is a type-variable:
07:10:46     T extends X<T> declared in class X
07:10:46 X.java:3: error: type argument ? extends X<String> is not within bounds of type-variable T
07:10:46 	X<? extends X<? extends X<String>>> x2;
07:10:46 	              ^
07:10:46   where T is a type-variable:
07:10:46     T extends X<T> declared in class X
07:10:46 X.java:3: error: type argument String is not within bounds of type-variable T
07:10:46 	X<? extends X<? extends X<String>>> x2;
07:10:46 	                          ^
07:10:46   where T is a type-variable:
07:10:46     T extends X<T> declared in class X
07:10:46 6 errors
07:10:46 
07:10:46 
07:10:46 
07:10:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:47 
07:10:47 
07:10:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:47 --- javac err: ---
07:10:47 X.java:5: error: type argument T is not within bounds of type-variable E
07:10:47 	Store<? extends Key<T>> store = new Store<Key<T>>();
07:10:47 	                    ^
07:10:47   where T,E are type-variables:
07:10:47     T extends Object declared in class X
07:10:47     E extends Key<E> declared in class Key
07:10:47 X.java:5: error: type argument Key<T> is not within bounds of type-variable F
07:10:47 	Store<? extends Key<T>> store = new Store<Key<T>>();
07:10:47 	                                             ^
07:10:47   where T,F are type-variables:
07:10:47     T extends Object declared in class X
07:10:47     F extends Key<F> declared in class Store
07:10:47 X.java:5: error: type argument T is not within bounds of type-variable E
07:10:47 	Store<? extends Key<T>> store = new Store<Key<T>>();
07:10:47 	                                              ^
07:10:47   where T,E are type-variables:
07:10:47     T extends Object declared in class X
07:10:47     E extends Key<E> declared in class Key
07:10:47 3 errors
07:10:47 
07:10:47 
07:10:47 
07:10:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:49 
07:10:49 
07:10:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:49 --- javac err: ---
07:10:49 X.java:5: error: type argument ? super Exception is not within bounds of type-variable U
07:10:49 	X<? super Exception, ? super Exception> x;
07:10:49 	  ^
07:10:49   where U is a type-variable:
07:10:49     U extends List<Object> declared in class X
07:10:49 1 error
07:10:49 
07:10:49 
07:10:49 
07:10:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:51 --- javac err: ---
07:10:51 X2.java:6: error: type argument ? extends List<Throwable> is not within bounds of type-variable T
07:10:51 	Other2<? extends List<Throwable>> other1;
07:10:51 	       ^
07:10:51   where T is a type-variable:
07:10:51     T extends List<Runnable> declared in class Other2
07:10:51 X2.java:7: error: type argument ? extends List<? super String> is not within bounds of type-variable T
07:10:51 	Other2<? extends List<? super String>> other2;	
07:10:51 	       ^
07:10:51   where T is a type-variable:
07:10:51     T extends List<Runnable> declared in class Other2
07:10:51 X2.java:8: error: type argument ? extends List<? extends String> is not within bounds of type-variable T
07:10:51 	Other2<? extends List<? extends String>> other3;		
07:10:51 	       ^
07:10:51   where T is a type-variable:
07:10:51     T extends List<Runnable> declared in class Other2
07:10:51 X2.java:9: error: incompatible types: Other2<CAP#1> cannot be converted to Other2<? extends List<? extends Runnable>>
07:10:51 	Other2<? extends List<? extends Runnable>> other7 = other1;
07:10:51 	                                                    ^
07:10:51   where CAP#1 is a fresh type-variable:
07:10:51     CAP#1 extends List<Throwable> from capture of ? extends List<Throwable>
07:10:51 4 errors
07:10:51 
07:10:51 
07:10:51 
07:10:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:52 --- javac err: ---
07:10:52 X.java:3: warning: [deprecation] newInstance() in Class has been deprecated
07:10:52 		return getType().newInstance();
07:10:52 		                ^
07:10:52   where T is a type-variable:
07:10:52     T extends Object declared in class Class
07:10:52 1 warning
07:10:52 
07:10:52 
07:10:52 
07:10:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:53 --- javac err: ---
07:10:53 X.java:14: error: incompatible types: inference variable T has incompatible bounds
07:10:53 	List<Counter<? extends String>> list5 = Arrays.asList(songCounter, genreCounter);
07:10:53 	                                                     ^
07:10:53     equality constraints: Deejay.Counter<? extends String>
07:10:53     lower bounds: Deejay.Counter<Genre>,Deejay.Counter<Song>
07:10:53   where T is a type-variable:
07:10:53     T extends Object declared in method <T>asList(T...)
07:10:53 1 error
07:10:53 
07:10:53 
07:10:53 
07:10:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:54 --- javac err: ---
07:10:54 X.java:10: error: incompatible types: X<X<? extends Object>> cannot be converted to X<X<? extends Cloneable>>
07:10:54 		lhs = rhs; // 2
07:10:54 		      ^
07:10:54 X.java:13: error: incompatible types: X<X<? extends Object>> cannot be converted to X<X<? extends Runnable>>
07:10:54 		lhs = rhs; // 3
07:10:54 		      ^
07:10:54 X.java:19: error: incompatible types: X<X<? extends Cloneable>> cannot be converted to X<X<?>>
07:10:54 		lhs = rhs; // 5
07:10:54 		      ^
07:10:54 3 errors
07:10:54 
07:10:54 
07:10:54 
07:10:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:55 
07:10:55 
07:10:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:56 --- javac err: ---
07:10:56 X.java:4: error: incompatible types: List<Object> cannot be converted to List<String>
07:10:56 		 		 List<String> l = (List<String>)Collections.emptyList();
07:10:56 		 		                                                     ^
07:10:56 1 error
07:10:56 
07:10:56 
07:10:56 
07:10:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:57 --- javac err: ---
07:10:57 X.java:12: error: cannot find symbol
07:10:57  Zork z;
07:10:57  ^
07:10:57   symbol:   class Zork
07:10:57   location: class X
07:10:57 X.java:5: warning: [unchecked] unchecked call to setValue(V) as a member of the raw type Entry
07:10:57 		 ((Map.Entry)o).setValue("bug");
07:10:57 		                        ^
07:10:57   where V is a type-variable:
07:10:57     V extends Object declared in interface Entry
07:10:57 X.java:7: warning: [rawtypes] found raw type: Entry
07:10:57 		 Map.Entry me= (Map.Entry)o; 
07:10:57 		    ^
07:10:57   missing type arguments for generic class Entry<K,V>
07:10:57   where K,V are type-variables:
07:10:57     K extends Object declared in interface Entry
07:10:57     V extends Object declared in interface Entry
07:10:57 X.java:8: warning: [unchecked] unchecked call to setValue(V) as a member of the raw type Entry
07:10:57 		 me.setValue("ok");
07:10:57 		            ^
07:10:57   where V is a type-variable:
07:10:57     V extends Object declared in interface Entry
07:10:57 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type Vector
07:10:57 		 ((Vector)o).add("ok");
07:10:57 		                ^
07:10:57   where E is a type-variable:
07:10:57     E extends Object declared in class Vector
07:10:57 1 error
07:10:57 4 warnings
07:10:57 
07:10:57 
07:10:57 
07:10:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:57 --- javac err: ---
07:10:57 X.java:4: error: reference to test is ambiguous
07:10:57 		bb.<Object>test();
07:10:57 		  ^
07:10:57   both method test() in AA and method <U>test() in BB match
07:10:57   where U is a type-variable:
07:10:57     U extends Object declared in method <U>test()
07:10:57 X.java:9: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other
07:10:57 class BB extends AA<CC> { <U> BB test() {return null;} }
07:10:57                                  ^
07:10:57 2 errors
07:10:57 
07:10:57 
07:10:57 
07:10:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:58 --- javac err: ---
07:10:58 X.java:4: error: reference to test is ambiguous
07:10:58 		AA<Object> res1 = bb.test();
07:10:58 		                    ^
07:10:58   both method test() in AA and method <U>test() in BB match
07:10:58   where U is a type-variable:
07:10:58     U extends Object declared in method <U>test()
07:10:58 X.java:5: warning: [rawtypes] found raw type: AA
07:10:58 		AA res3 = bb.test();
07:10:58 		^
07:10:58   missing type arguments for generic class AA<T>
07:10:58   where T is a type-variable:
07:10:58     T extends Object declared in class AA
07:10:58 X.java:5: error: reference to test is ambiguous
07:10:58 		AA res3 = bb.test();
07:10:58 		            ^
07:10:58   both method test() in AA and method <U>test() in BB match
07:10:58   where U is a type-variable:
07:10:58     U extends Object declared in method <U>test()
07:10:58 X.java:9: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other
07:10:58 class BB extends AA<CC> { <U> BB test() {return null;} }
07:10:58                                  ^
07:10:58 3 errors
07:10:58 1 warning
07:10:58 
07:10:58 
07:10:58 
07:10:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:10:59 --- javac err: ---
07:10:59 X.java:4: error: reference to test is ambiguous
07:10:59 		AA<CC> res = bb.test();
07:10:59 		               ^
07:10:59   both method test() in AA and method <U>test() in BB match
07:10:59   where U is a type-variable:
07:10:59     U extends Object declared in method <U>test()
07:10:59 X.java:4: error: incompatible types: AA<Object> cannot be converted to AA<CC>
07:10:59 		AA<CC> res = bb.test();
07:10:59 		                    ^
07:10:59 X.java:5: error: reference to test is ambiguous
07:10:59 		BB res2 = bb.test();
07:10:59 		            ^
07:10:59   both method test() in AA and method <U>test() in BB match
07:10:59   where U is a type-variable:
07:10:59     U extends Object declared in method <U>test()
07:10:59 X.java:5: error: incompatible types: AA<Object> cannot be converted to BB
07:10:59 		BB res2 = bb.test();
07:10:59 		                 ^
07:10:59 X.java:9: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other
07:10:59 class BB extends AA<CC> { <U> BB test() {return null;} }
07:10:59                                  ^
07:10:59 5 errors
07:10:59 
07:11:00 --- javac err: ---
07:11:00 X.java:4: error: incompatible types: AA<Object> cannot be converted to AA<CC>
07:11:00 		AA<CC> res = bb.test();
07:11:00 		                    ^
07:11:00 X.java:5: error: incompatible types: AA<Object> cannot be converted to BB
07:11:00 		BB res2 = bb.test();
07:11:00 		                 ^
07:11:00 2 errors
07:11:00 
07:11:00 
07:11:00 
07:11:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:01 
07:11:01 
07:11:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:03 
07:11:03 
07:11:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:05 
07:11:05 
07:11:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:06 --- javac err: ---
07:11:06 X.java:6: warning: [rawtypes] found raw type: Persistent
07:11:06 		Persistent d = createDataObject(v);
07:11:06 		^
07:11:06   missing type arguments for generic class Persistent<V>
07:11:06   where V is a type-variable:
07:11:06     V extends Object declared in interface Persistent
07:11:06 1 warning
07:11:06 
07:11:06 
07:11:06 
07:11:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:07 --- javac err: ---
07:11:07 X.java:7: warning: [rawtypes] found raw type: XX
07:11:07 	static private Map<String, XX> m1 = new HashMap<String, XX>();
07:11:07 	                           ^
07:11:07   missing type arguments for generic class XX<TT>
07:11:07   where TT is a type-variable:
07:11:07     TT extends Object declared in class XX
07:11:07 X.java:7: warning: [rawtypes] found raw type: XX
07:11:07 	static private Map<String, XX> m1 = new HashMap<String, XX>();
07:11:07 	                                                        ^
07:11:07   missing type arguments for generic class XX<TT>
07:11:07   where TT is a type-variable:
07:11:07     TT extends Object declared in class XX
07:11:07 X.java:8: warning: [rawtypes] found raw type: XX
07:11:07 	private List<XX> m2 = new ArrayList<XX>();
07:11:07 	             ^
07:11:07   missing type arguments for generic class XX<TT>
07:11:07   where TT is a type-variable:
07:11:07     TT extends Object declared in class XX
07:11:07 X.java:8: warning: [rawtypes] found raw type: XX
07:11:07 	private List<XX> m2 = new ArrayList<XX>();
07:11:07 	                                    ^
07:11:07   missing type arguments for generic class XX<TT>
07:11:07   where TT is a type-variable:
07:11:07     TT extends Object declared in class XX
07:11:07 X.java:9: warning: [rawtypes] found raw type: XX
07:11:07 	static protected XX foo()
07:11:07 	                 ^
07:11:07   missing type arguments for generic class XX<TT>
07:11:07   where TT is a type-variable:
07:11:07     TT extends Object declared in class XX
07:11:07 5 warnings
07:11:07 
07:11:08 
07:11:08 
07:11:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:09 --- javac err: ---
07:11:09 X.java:7: warning: [rawtypes] found raw type: XX
07:11:09 	static private Map<String, XX> m1 = new HashMap<String, XX>();
07:11:09 	                           ^
07:11:09   missing type arguments for generic class XX<TT>
07:11:09   where TT is a type-variable:
07:11:09     TT extends Object declared in class XX
07:11:09 X.java:7: warning: [rawtypes] found raw type: XX
07:11:09 	static private Map<String, XX> m1 = new HashMap<String, XX>();
07:11:09 	                                                        ^
07:11:09   missing type arguments for generic class XX<TT>
07:11:09   where TT is a type-variable:
07:11:09     TT extends Object declared in class XX
07:11:09 X.java:9: warning: [rawtypes] found raw type: XX
07:11:09 	static protected XX foo()
07:11:09 	                 ^
07:11:09   missing type arguments for generic class XX<TT>
07:11:09   where TT is a type-variable:
07:11:09     TT extends Object declared in class XX
07:11:09 3 warnings
07:11:09 
07:11:10 
07:11:10 
07:11:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:11 --- javac err: ---
07:11:11 X.java:4: error: non-static type variable T cannot be referenced from a static context
07:11:11 		java.util.List<T> lt = null;
07:11:11 		               ^
07:11:11 X.java:6: error: non-static type variable T cannot be referenced from a static context
07:11:11 		void m1(T t);		
07:11:11 		        ^
07:11:11 X.java:5: error: non-static variable i cannot be referenced from a static context
07:11:11 		int j = i;
07:11:11 		        ^
07:11:11 3 errors
07:11:11 
07:11:11 
07:11:11 
07:11:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:12 --- javac err: ---
07:11:12 B.java:6: warning: [rawtypes] found raw type: Entry
07:11:12 	static Set<Map.Entry> foo(SortedSet<Map.Entry> set) {
07:11:12 	                                       ^
07:11:12   missing type arguments for generic class Entry<K,V>
07:11:12   where K,V are type-variables:
07:11:12     K extends Object declared in interface Entry
07:11:12     V extends Object declared in interface Entry
07:11:12 B.java:6: warning: [rawtypes] found raw type: Entry
07:11:12 	static Set<Map.Entry> foo(SortedSet<Map.Entry> set) {
07:11:12 	              ^
07:11:12   missing type arguments for generic class Entry<K,V>
07:11:12   where K,V are type-variables:
07:11:12     K extends Object declared in interface Entry
07:11:12     V extends Object declared in interface Entry
07:11:12 2 warnings
07:11:12 
07:11:13 
07:11:13 
07:11:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:14 --- javac err: ---
07:11:14 X.java:3: error: incompatible types: List cannot be converted to Comparable<String>
07:11:14     	Comparable<String> c = (java.util.List)bar(5, 5.0);
07:11:14     	                       ^
07:11:14 1 error
07:11:14 
07:11:14 
07:11:14 
07:11:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:15 --- javac err: ---
07:11:15 X.java:3: error: incompatible types: T cannot be converted to Comparable<Integer>
07:11:15     		 Comparable<Integer> ci = (Comparable<Integer>) t;  
07:11:15     		                                                ^
07:11:15   where T is a type-variable:
07:11:15     T extends Number,Comparable<String> declared in class X
07:11:15 1 error
07:11:15 
07:11:15 
07:11:15 
07:11:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:16 --- javac err: ---
07:11:16 X.java:4: error: incompatible types: T cannot be converted to Comparable<Integer>
07:11:16     		 Comparable<Integer> ci = (Comparable<Integer>) t;  
07:11:16     		                                                ^
07:11:16   where T is a type-variable:
07:11:16     T extends Comparable<String>,List<Integer> declared in class X
07:11:16 1 error
07:11:16 
07:11:16 
07:11:16 
07:11:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:17 --- javac err: ---
07:11:17 X.java:23: error: cannot find symbol
07:11:17    Zork z;
07:11:17    ^
07:11:17   symbol:   class Zork
07:11:17   location: class X
07:11:17 X.java:13: warning: [rawtypes] found raw type: X.ActionImpl
07:11:17     public class ActionImpl<T extends Base> extends Action<T> implements Comparable<ActionImpl> {
07:11:17                                                                                     ^
07:11:17   missing type arguments for generic class X.ActionImpl<T>
07:11:17   where T is a type-variable:
07:11:17     T extends Base declared in class X.ActionImpl
07:11:17 X.java:14: warning: [rawtypes] found raw type: X.ActionImpl
07:11:17         public int compareTo(ActionImpl o) {
07:11:17                              ^
07:11:17   missing type arguments for generic class X.ActionImpl<T>
07:11:17   where T is a type-variable:
07:11:17     T extends Base declared in class X.ActionImpl
07:11:17 X.java:20: warning: [rawtypes] found raw type: X.ActionImpl
07:11:17         Set<ActionImpl> set = new TreeSet<ActionImpl>();
07:11:17             ^
07:11:17   missing type arguments for generic class X.ActionImpl<T>
07:11:17   where T is a type-variable:
07:11:17     T extends Base declared in class X.ActionImpl
07:11:17 X.java:20: warning: [rawtypes] found raw type: X.ActionImpl
07:11:17         Set<ActionImpl> set = new TreeSet<ActionImpl>();
07:11:17                                           ^
07:11:17   missing type arguments for generic class X.ActionImpl<T>
07:11:17   where T is a type-variable:
07:11:17     T extends Base declared in class X.ActionImpl
07:11:17 X.java:21: warning: [unchecked] unchecked method invocation: method max in class Collections is applied to given types
07:11:17         Collections.max(set);
07:11:17                        ^
07:11:17   required: Collection<? extends T>
07:11:17   found: Set<X.ActionImpl>
07:11:17   where T is a type-variable:
07:11:17     T extends Object,Comparable<? super T> declared in method <T>max(Collection<? extends T>)
07:11:17 1 error
07:11:17 5 warnings
07:11:17 
07:11:17 
07:11:17 
07:11:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:18 --- javac err: ---
07:11:18 X.java:4: warning: [rawtypes] found raw type: Iterator
07:11:18 interface IntegerIterator extends Iterator {}
07:11:18                                   ^
07:11:18   missing type arguments for generic class Iterator<E>
07:11:18   where E is a type-variable:
07:11:18     E extends Object declared in interface Iterator
07:11:18 X.java:5: error: Iterator cannot be inherited with different arguments: <java.lang.Integer> and <>
07:11:18 interface IntegerListIterator extends ListIterator<Integer>, IntegerIterator {}
07:11:18 ^
07:11:18 1 error
07:11:18 1 warning
07:11:18 
07:11:18 
07:11:18 
07:11:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:19 --- javac err: ---
07:11:19 X.java:3: warning: [rawtypes] found raw type: Foo
07:11:19 interface Baz extends Bar, Foo {}
07:11:19                            ^
07:11:19   missing type arguments for generic class Foo<T>
07:11:19   where T is a type-variable:
07:11:19     T extends Object declared in interface Foo
07:11:19 X.java:3: error: Foo cannot be inherited with different arguments: <java.lang.Integer> and <>
07:11:19 interface Baz extends Bar, Foo {}
07:11:19 ^
07:11:19 X.java:5: warning: [rawtypes] found raw type: Foo
07:11:19 class XSuper implements Foo {}
07:11:19                         ^
07:11:19   missing type arguments for generic class Foo<T>
07:11:19   where T is a type-variable:
07:11:19     T extends Object declared in interface Foo
07:11:19 X.java:6: error: Foo cannot be inherited with different arguments: <java.lang.Integer> and <>
07:11:19 class XSub extends XSuper implements Foo<Integer> {}
07:11:19 ^
07:11:19 X.java:8: warning: [rawtypes] found raw type: Foo
07:11:19 public class X implements Bar, Foo {}
07:11:19                                ^
07:11:19   missing type arguments for generic class Foo<T>
07:11:19   where T is a type-variable:
07:11:19     T extends Object declared in interface Foo
07:11:19 X.java:8: error: Foo cannot be inherited with different arguments: <java.lang.Integer> and <>
07:11:19 public class X implements Bar, Foo {}
07:11:19        ^
07:11:19 3 errors
07:11:19 3 warnings
07:11:19 
07:11:19 
07:11:19 
07:11:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:21 
07:11:21 
07:11:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:22 
07:11:22 
07:11:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:23 
07:11:23 
07:11:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:24 
07:11:24 
07:11:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:25 --- javac err: ---
07:11:25 X.java:10: error: incompatible types: inference variable T#1 has incompatible bounds
07:11:25 		data = resize(data, new Object[maxChunkNo][]);
07:11:25 		             ^
07:11:25     lower bounds: T#2[],Object
07:11:25     lower bounds: Object[],T#2[]
07:11:25   where T#1,T#2 are type-variables:
07:11:25     T#1 extends Object declared in method <T#1>resize(T#1[],T#1[])
07:11:25     T#2 extends Object declared in class ConrC
07:11:25 1 error
07:11:25 
07:11:25 
07:11:25 
07:11:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:26 
07:11:26 
07:11:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:27 
07:11:27 
07:11:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:28 --- javac err: ---
07:11:28 X.java:6: error: incompatible types: X<CAP#1> cannot be converted to X<String>
07:11:28 		foobar(ctrl.getView().getContent()); 
07:11:28 		                                ^
07:11:28   where CAP#1 is a fresh type-variable:
07:11:28     CAP#1 extends X<CAP#1> from capture of ?
07:11:28 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:11:28 1 error
07:11:28 
07:11:28 
07:11:28 
07:11:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:30 --- javac err: ---
07:11:30 X.java:3: error: type argument X is not within bounds of type-variable T
07:11:30 class Y extends X implements I<X> {}
07:11:30                                ^
07:11:30   where T is a type-variable:
07:11:30     T extends I<? super T> declared in interface I
07:11:30 X.java:3: error: I cannot be inherited with different arguments: <X> and <Y>
07:11:30 class Y extends X implements I<X> {}
07:11:30 ^
07:11:30 2 errors
07:11:30 
07:11:30 
07:11:30 
07:11:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:31 --- javac err: ---
07:11:31 X.java:3: error: cannot find symbol
07:11:31     Zork z;
07:11:31     ^
07:11:31   symbol:   class Zork
07:11:31   location: class X
07:11:31 X.java:11: warning: [rawtypes] found raw type: SuperInterface
07:11:31     private SuperInterface< ? extends SuperInterface> x = null;
07:11:31                                       ^
07:11:31   missing type arguments for generic class SuperInterface<A>
07:11:31   where A is a type-variable:
07:11:31     A extends Object declared in interface SuperInterface
07:11:31 X.java:14: error: incompatible types: SuperInterface<CAP#1> cannot be converted to SubInterface
07:11:31         ((SubInterface) this.x).getString();
07:11:31                             ^
07:11:31   where CAP#1 is a fresh type-variable:
07:11:31     CAP#1 extends SuperInterface from capture of ? extends SuperInterface
07:11:31 2 errors
07:11:31 1 warning
07:11:31 
07:11:31 
07:11:31 
07:11:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:32 
07:11:32 
07:11:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:33 --- javac err: ---
07:11:33 X.java:8: error: incompatible types: D cannot be converted to C
07:11:33                          C c = (C)d; // illegal
07:11:33                                   ^
07:11:33 1 error
07:11:33 
07:11:33 
07:11:33 
07:11:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:34 
07:11:34 
07:11:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:35 
07:11:35 
07:11:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:36 
07:11:36 
07:11:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:37 --- javac err: ---
07:11:37 X.java:8: error: incompatible types: C cannot be converted to D<? extends Exception>
07:11:37 					D<? extends Exception> d = (D<? extends Exception>) c;
07:11:37 					                                                    ^
07:11:37 1 error
07:11:37 
07:11:37 
07:11:37 
07:11:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:38 
07:11:38 
07:11:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:39 --- javac err: ---
07:11:39 X.java:8: error: incompatible types: D cannot be converted to C
07:11:39                          C c = (C)d; // illegal
07:11:39                                   ^
07:11:39 1 error
07:11:39 
07:11:39 
07:11:39 
07:11:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:40 --- javac err: ---
07:11:40 X.java:8: error: incompatible types: D cannot be converted to C
07:11:40                          C c = (C)d; // illegal
07:11:40                                   ^
07:11:40 1 error
07:11:40 
07:11:40 
07:11:40 
07:11:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:41 --- javac err: ---
07:11:41 X.java:7: error: incompatible types: B<Integer> cannot be converted to C
07:11:41                          C c = (C)d; // illegal
07:11:41                                   ^
07:11:41 1 error
07:11:41 
07:11:41 
07:11:41 
07:11:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:41 --- javac err: ---
07:11:41 X.java:7: error: incompatible types: D cannot be converted to B<String>
07:11:41                          B<String> c = (B<String>)d; // illegal
07:11:41                                                   ^
07:11:41 1 error
07:11:41 
07:11:41 
07:11:41 
07:11:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:41 
07:11:41 
07:11:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:42 --- javac err: ---
07:11:42 X.java:16: error: incompatible types: TestGeneric3<A>.Nested<B> cannot be converted to TestGeneric3<B>.Nested<B>
07:11:42 			return this;//3
07:11:42 			       ^
07:11:42   where B,A are type-variables:
07:11:42     B extends Object declared in class TestGeneric3.Nested
07:11:42     A extends Object declared in class TestGeneric3
07:11:42 1 error
07:11:42 
07:11:42 
07:11:42 
07:11:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:43 --- javac err: ---
07:11:43 java/util/X.java:1: error: package exists in another module: java.base
07:11:43 package java.util;
07:11:43 ^
07:11:43 java/util/X.java:8: error: cannot find symbol
07:11:43 		void recordAccess(Super<U,V> s) {
07:11:43 		                  ^
07:11:43   symbol:   class Super
07:11:43   location: class Entry<U,V>
07:11:43   where U,V are type-variables:
07:11:43     U extends Object declared in class Entry
07:11:43     V extends Object declared in class Entry
07:11:43 java/util/X.java:12: error: cannot find symbol
07:11:43 public abstract class X<K1, V1> extends Super<K1, V1> {
07:11:43                                         ^
07:11:43   symbol: class Super
07:11:43 java/util/X.java:16: error: package Super does not exist
07:11:43 	private static class Entry<K2, V2> extends Super.Entry<K2, V2> {
07:11:43 	                                                ^
07:11:43 java/util/X.java:30: error: cannot find symbol
07:11:43   Zork z;
07:11:43   ^
07:11:43   symbol:   class Zork
07:11:43   location: class X<K1,V1>
07:11:43   where K1,V1 are type-variables:
07:11:43     K1 extends Object declared in class X
07:11:43     V1 extends Object declared in class X
07:11:43 java/util/X.java:25: error: cannot find symbol
07:11:43 		@Override void recordAccess(Super<K2, V2> m) {
07:11:43 		                            ^
07:11:43   symbol:   class Super
07:11:43   location: class Entry<K2,V2>
07:11:43   where K2,V2 are type-variables:
07:11:43     K2 extends Object declared in class Entry
07:11:43     V2 extends Object declared in class Entry
07:11:43 java/util/X.java:25: error: method does not override or implement a method from a supertype
07:11:43 		@Override void recordAccess(Super<K2, V2> m) {
07:11:43 		^
07:11:43 java/util/X.java:26: error: cannot find symbol
07:11:43 			X<K2, V2> x = (X<K2, V2>) m;
07:11:43 			^
07:11:43   symbol:   class X
07:11:43   location: class Entry<K2,V2>
07:11:43   where K2,V2 are type-variables:
07:11:43     K2 extends Object declared in class Entry
07:11:43     V2 extends Object declared in class Entry
07:11:43 java/util/X.java:26: error: cannot find symbol
07:11:43 			X<K2, V2> x = (X<K2, V2>) m;
07:11:43 			               ^
07:11:43   symbol:   class X
07:11:43   location: class Entry<K2,V2>
07:11:43   where K2,V2 are type-variables:
07:11:43     K2 extends Object declared in class Entry
07:11:43     V2 extends Object declared in class Entry
07:11:43 9 errors
07:11:43 
07:11:43 
07:11:43 
07:11:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:45 
07:11:45 
07:11:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:46 --- javac err: ---
07:11:46 X.java:3: error: incompatible types: no instance(s) of type variable(s) T exist so that List<T> conforms to String
07:11:46 		String s = java.util.Arrays.asList(3, 3.1);
07:11:46 		                                  ^
07:11:46   where T is a type-variable:
07:11:46     T extends Object declared in method <T>asList(T...)
07:11:46 1 error
07:11:46 
07:11:46 
07:11:46 
07:11:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:46 --- javac err: ---
07:11:46 X.java:3: error: a type variable may not be followed by other bounds
07:11:46   class Y<U extends T & I> {
07:11:46                         ^
07:11:46 1 error
07:11:46 
07:11:46 
07:11:46 
07:11:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:47 --- javac err: ---
07:11:47 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
07:11:47 	public byte[] create(Class<byte[]> cl) { return null; }
07:11:47 	              ^
07:11:47   where U is a type-variable:
07:11:47     U declared in method <U>create(Class<U>)
07:11:47 1 error
07:11:47 
07:11:47 
07:11:47 
07:11:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:48 --- javac err: ---
07:11:48 X.java:5: warning: [rawtypes] found raw type: X
07:11:48 	void foo(X x) {
07:11:48 	         ^
07:11:48   missing type arguments for generic class X<T>
07:11:48   where T is a type-variable:
07:11:48     T extends X<?> declared in class X
07:11:48 X.java:6: error: incompatible types: X cannot be converted to String
07:11:48 		String s = x.get();
07:11:48 		                ^
07:11:48 1 error
07:11:48 1 warning
07:11:48 
07:11:48 
07:11:48 
07:11:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:49 --- javac err: ---
07:11:49 X.java:8: error: cannot find symbol
07:11:49   Zork z ;
07:11:49   ^
07:11:49   symbol:   class Zork
07:11:49   location: class X<T>
07:11:49   where T is a type-variable:
07:11:49     T extends List<String> declared in class X
07:11:49 X.java:5: warning: [rawtypes] found raw type: X
07:11:49 	void foo(X x) {
07:11:49 	         ^
07:11:49   missing type arguments for generic class X<T>
07:11:49   where T is a type-variable:
07:11:49     T extends List<String> declared in class X
07:11:49 X.java:6: warning: [unchecked] unchecked conversion
07:11:49 		List<Object> l = x.get();
07:11:49 		                      ^
07:11:49   required: List<Object>
07:11:49   found:    List
07:11:49 1 error
07:11:49 2 warnings
07:11:49 
07:11:49 
07:11:49 
07:11:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:50 --- javac err: ---
07:11:50 X.java:4: error: incompatible types: X<CAP#1> cannot be converted to X<T>
07:11:50 		X<T> x2 = x;
07:11:50 		          ^
07:11:50   where T is a type-variable:
07:11:50     T extends X<T> declared in class X
07:11:50   where CAP#1 is a fresh type-variable:
07:11:50     CAP#1 extends T from capture of ? extends T
07:11:50 1 error
07:11:50 
07:11:50 
07:11:50 
07:11:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:51 --- javac err: ---
07:11:51 X.java:7: error: incompatible types: X<CAP#1> cannot be converted to X<? extends I<E>>
07:11:51 		current = current.parent;
07:11:51 		                 ^
07:11:51   where E is a type-variable:
07:11:51     E extends Serializable declared in class X
07:11:51   where CAP#1,CAP#2 are fresh type-variables:
07:11:51     CAP#1 extends INT#2 from capture of ? extends I<CAP#2>
07:11:51     CAP#2 extends INT#1 from capture of ? extends I<E>
07:11:51   where INT#1,INT#2 are intersection types:
07:11:51     INT#1 extends Object,Serializable,I<E>
07:11:51     INT#2 extends Object,Serializable,I<CAP#2>
07:11:51 1 error
07:11:51 
07:11:51 
07:11:51 
07:11:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:52 --- javac err: ---
07:11:52 X.java:4: error: type argument ? super I<E> is not within bounds of type-variable E
07:11:52 	X<? super I<E>> parent;
07:11:52 	  ^
07:11:52   where E is a type-variable:
07:11:52     E extends Serializable declared in class X
07:11:52 X.java:5: error: type argument ? super I<E> is not within bounds of type-variable E
07:11:52 	X<? super I<E>> current;
07:11:52 	  ^
07:11:52   where E is a type-variable:
07:11:52     E extends Serializable declared in class X
07:11:52 X.java:7: error: incompatible types: X<CAP#1> cannot be converted to X<? super I<E>>
07:11:52 		current = current.parent;
07:11:52 		                 ^
07:11:52   where E is a type-variable:
07:11:52     E extends Serializable declared in class X
07:11:52   where CAP#1,CAP#2 are fresh type-variables:
07:11:52     CAP#1 extends Serializable super: I<CAP#2> from capture of ? super I<CAP#2>
07:11:52     CAP#2 extends Serializable super: I<E> from capture of ? super I<E>
07:11:52 3 errors
07:11:52 
07:11:52 
07:11:52 
07:11:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:53 --- javac err: ---
07:11:53 X.java:14: warning: [rawtypes] found raw type: bugClass
07:11:53 	public void method(bugClass bc){
07:11:53 	                   ^
07:11:53   missing type arguments for generic class bugClass<T>
07:11:53   where T is a type-variable:
07:11:53     T extends bugElement declared in class bugClass
07:11:53 X.java:15: error: incompatible types: Object cannot be converted to bugElement
07:11:53 		bugElement be = bc.getData();   //<< here
07:11:53 		                          ^
07:11:53 1 error
07:11:53 1 warning
07:11:53 
07:11:53 
07:11:53 
07:11:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:54 --- javac err: ---
07:11:54 X.java:4: error: cannot select a static class from a parameterized type
07:11:54     X<?>.B[] b = new X<?>.B[1];
07:11:54         ^
07:11:54 X.java:4: error: cannot select a static class from a parameterized type
07:11:54     X<?>.B[] b = new X<?>.B[1];
07:11:54                          ^
07:11:54 2 errors
07:11:54 
07:11:54 
07:11:54 
07:11:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:55 
07:11:55 
07:11:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:56 --- javac err: ---
07:11:56 X.java:14: error: cannot find symbol
07:11:56   Zork z;
07:11:56   ^
07:11:56   symbol:   class Zork
07:11:56   location: class X<K,V>
07:11:56   where K,V are type-variables:
07:11:56     K extends Object declared in class X
07:11:56     V extends Object declared in class X
07:11:56 X.java:7: warning: [rawtypes] found raw type: EntryMap.Entry
07:11:56 	EntryMap.Entry internalGet(Object key) {
07:11:56 	        ^
07:11:56   missing type arguments for generic class EntryMap<K,V>.Entry
07:11:56   where K,V are type-variables:
07:11:56     K extends Object declared in class EntryMap
07:11:56     V extends Object declared in class EntryMap
07:11:56 X.java:12: warning: [unchecked] unchecked conversion
07:11:56 		EntryMap<K,V>.Entry entry = internalGet(key);
07:11:56 		                                       ^
07:11:56   required: EntryMap<K,V>.Entry
07:11:56   found:    EntryMap.Entry
07:11:56   where K,V are type-variables:
07:11:56     K extends Object declared in class X
07:11:56     V extends Object declared in class X
07:11:56 1 error
07:11:56 2 warnings
07:11:56 
07:11:56 
07:11:56 
07:11:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:57 --- javac err: ---
07:11:57 X.java:14: error: cannot find symbol
07:11:57   Zork z;
07:11:57   ^
07:11:57   symbol:   class Zork
07:11:57   location: class X<K,V>
07:11:57   where K,V are type-variables:
07:11:57     K extends Object declared in class X
07:11:57     V extends Object declared in class X
07:11:57 X.java:7: warning: [rawtypes] found raw type: EntryMap.Entry
07:11:57 	EntryMap.Entry internalGet(Object key) {
07:11:57 	        ^
07:11:57   missing type arguments for generic class EntryMap<K,V>.Entry
07:11:57   where K,V are type-variables:
07:11:57     K extends Object declared in class EntryMap
07:11:57     V extends Object declared in class EntryMap
07:11:57 X.java:12: warning: [unchecked] unchecked conversion
07:11:57 		EntryMap<K,V>.Entry entry = (EntryMap.Entry) internalGet(key);
07:11:57 		                            ^
07:11:57   required: EntryMap<K,V>.Entry
07:11:57   found:    EntryMap.Entry
07:11:57   where K,V are type-variables:
07:11:57     K extends Object declared in class X
07:11:57     V extends Object declared in class X
07:11:57 X.java:12: warning: [cast] redundant cast to EntryMap.Entry
07:11:57 		EntryMap<K,V>.Entry entry = (EntryMap.Entry) internalGet(key);
07:11:57 		                            ^
07:11:57 1 error
07:11:57 3 warnings
07:11:57 
07:11:57 
07:11:57 
07:11:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:58 
07:11:58 
07:11:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:11:59 --- javac err: ---
07:11:59 X.java:19: error: incompatible types: X<Object> cannot be converted to X<Integer>
07:11:59 		X<Integer> x2 = itself((X<Integer>)make());
07:11:59 		                                       ^
07:11:59 1 error
07:11:59 
07:11:59 
07:11:59 
07:11:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:00 
07:12:00 
07:12:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:01 
07:12:01 
07:12:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:02 
07:12:02 
07:12:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:03 --- javac err: ---
07:12:03 X.java:7: error: incompatible types: List<Object> cannot be converted to List<IIfClosure>
07:12:03         this(label, bindings, (List<IIfClosure>)Collections.emptyList());
07:12:03                                                                      ^
07:12:03 1 error
07:12:03 
07:12:03 
07:12:03 
07:12:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:04 
07:12:04 
07:12:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:05 --- javac err: ---
07:12:05 X.java:14: error: type argument C<?> is not within bounds of type-variable V
07:12:05 		CloneableMap<String, C<?>> map = null;
07:12:05 		                      ^
07:12:05   where V is a type-variable:
07:12:05     V extends Cloneable<V> declared in interface CloneableMap
07:12:05 1 error
07:12:05 
07:12:05 
07:12:05 
07:12:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:06 
07:12:06 
07:12:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:07 --- javac err: ---
07:12:07 X.java:2: error: unexpected type
07:12:07 	<T extends Runnable, U extends Runnable & T>  T foo1() { return null; }
07:12:07 	                                          ^
07:12:07   required: class
07:12:07   found:    type parameter T
07:12:07   where T,U are type-variables:
07:12:07     T extends Runnable declared in method <T,U>foo1()
07:12:07     U extends Runnable,T declared in method <T,U>foo1()
07:12:07 X.java:3: error: unexpected type
07:12:07 	<T extends Y<Object>, U extends Z & T>  T foo2() { return null; }
07:12:07 	                                    ^
07:12:07   required: class
07:12:07   found:    type parameter T
07:12:07   where T,U are type-variables:
07:12:07     T extends Y<Object> declared in method <T,U>foo2()
07:12:07     U extends Z,T declared in method <T,U>foo2()
07:12:07 X.java:4: error: a type variable may not be followed by other bounds
07:12:07 	<T extends Y<Object>, U extends T & Z>  T foo3() { return null; }
07:12:07 	                                    ^
07:12:07 X.java:5: error: Y cannot be inherited with different arguments: <java.lang.Object> and <java.lang.String>
07:12:07 	<T extends Y<Object>, U extends W & Z>  T foo4() { return null; }
07:12:07 	                      ^
07:12:07 4 errors
07:12:07 
07:12:07 
07:12:07 
07:12:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:08 
07:12:08 
07:12:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:09 
07:12:09 
07:12:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:10 
07:12:10 
07:12:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:11 --- javac err: ---
07:12:11 X.java:5: warning: [rawtypes] found raw type: Foo
07:12:11 class FooImpl implements Foo {
07:12:11                          ^
07:12:11   missing type arguments for generic class Foo<T>
07:12:11   where T is a type-variable:
07:12:11     T extends Object declared in interface Foo
07:12:11 1 warning
07:12:11 
07:12:12 --- javac err: ---
07:12:12 X.java:3: warning: auxiliary class FooImpl in X.java should not be accessed from outside its own source file
07:12:12     Object s = new FooImpl().getIt();
07:12:12                    ^
07:12:12 1 warning
07:12:12 
07:12:12 
07:12:12 
07:12:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:13 --- javac err: ---
07:12:13 X.java:5: warning: [rawtypes] found raw type: Foo
07:12:13 class FooImpl implements Foo {
07:12:13                          ^
07:12:13   missing type arguments for generic class Foo<T>
07:12:13   where T is a type-variable:
07:12:13     T extends Exception declared in interface Foo
07:12:13 1 warning
07:12:13 
07:12:14 --- javac err: ---
07:12:14 X.java:3: warning: auxiliary class FooImpl in X.java should not be accessed from outside its own source file
07:12:14     Object s = new FooImpl().getIt();
07:12:14                    ^
07:12:14 1 warning
07:12:14 
07:12:14 
07:12:14 
07:12:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:15 --- javac err: ---
07:12:15 X.java:3: error: non-static type variable T cannot be referenced from a static context
07:12:15 		T x;
07:12:15 		^
07:12:15 1 error
07:12:15 
07:12:15 
07:12:15 
07:12:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:16 
07:12:16 
07:12:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:17 --- javac err: ---
07:12:17 X.java:17: warning: [rawtypes] found raw type: X
07:12:17 	new X().bar(null, null);
07:12:17 	    ^
07:12:17   missing type arguments for generic class X<T>
07:12:17   where T is a type-variable:
07:12:17     T extends Comparable<? super T> declared in class X
07:12:17 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
07:12:17 	new X().bar(null, null);
07:12:17 	           ^
07:12:17   where T is a type-variable:
07:12:17     T extends Comparable<? super T> declared in class X
07:12:17 2 warnings
07:12:17 
07:12:17 
07:12:17 
07:12:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:18 --- javac err: ---
07:12:18 X.java:6: warning: [rawtypes] found raw type: B
07:12:18 	public interface C extends B {
07:12:18 	                           ^
07:12:18   missing type arguments for generic class B<T>
07:12:18   where T is a type-variable:
07:12:18     T extends Object declared in interface B
07:12:18 X.java:16: error: B cannot be inherited with different arguments: <java.lang.Integer> and <>
07:12:18 	public class E implements B<Integer>, C {
07:12:18 	       ^
07:12:18 X.java:23: error: B cannot be inherited with different arguments: <> and <java.lang.Integer>
07:12:18 	public class F extends D implements C {
07:12:18 	       ^
07:12:18 X.java:33: warning: [rawtypes] found raw type: G
07:12:18 	public interface H extends G {
07:12:18 	                           ^
07:12:18   missing type arguments for generic class G<T>
07:12:18   where T is a type-variable:
07:12:18     T extends Object declared in interface G
07:12:18 X.java:43: warning: [rawtypes] found raw type: G
07:12:18 	public class J extends I implements G {
07:12:18 	                                    ^
07:12:18   missing type arguments for generic class G<T>
07:12:18   where T is a type-variable:
07:12:18     T extends Object declared in interface G
07:12:18 X.java:43: error: G cannot be inherited with different arguments: <> and <java.lang.Integer>
07:12:18 	public class J extends I implements G {
07:12:18 	       ^
07:12:18 3 errors
07:12:18 3 warnings
07:12:18 
07:12:18 
07:12:18 
07:12:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:19 --- javac err: ---
07:12:19 X.java:4: warning: [rawtypes] found raw type: B
07:12:19 	interface C extends B {}
07:12:19 	                    ^
07:12:19   missing type arguments for generic class B<T>
07:12:19   where T is a type-variable:
07:12:19     T extends Object declared in interface B
07:12:19 X.java:8: error: B cannot be inherited with different arguments: <> and <java.lang.Integer>
07:12:19 	class F extends D implements C {}
07:12:19 	^
07:12:19 X.java:10: error: B cannot be inherited with different arguments: <> and <java.lang.Integer>
07:12:19 	class V<U extends D & C> {}
07:12:19 	        ^
07:12:19 2 errors
07:12:19 1 warning
07:12:19 
07:12:19 
07:12:19 
07:12:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:20 
07:12:20 
07:12:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:21 
07:12:21 
07:12:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:22 --- javac err: ---
07:12:22 X.java:3: error: a type variable may not be followed by other bounds
07:12:22     public static <E, T extends E & Comparable<? super T>> Foo<E> doIt(T t) {
07:12:22                                               ^
07:12:22 1 error
07:12:22 
07:12:22 
07:12:22 
07:12:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:23 
07:12:23 
07:12:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:24 --- javac err: ---
07:12:24 X.java:9: error: cannot find symbol
07:12:24   Zork z;
07:12:24   ^
07:12:24   symbol:   class Zork
07:12:24   location: class X<T>
07:12:24   where T is a type-variable:
07:12:24     T extends Object declared in class X
07:12:24 1 error
07:12:24 
07:12:24 
07:12:24 
07:12:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:25 
07:12:25 
07:12:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:26 --- javac err: ---
07:12:26 X.java:8: error: method getLonger in class X cannot be applied to given types;
07:12:26         getLonger(list, set);
07:12:26         ^
07:12:26   required: T,T
07:12:26   found: HashSet<CAP#1>,ArrayList<CAP#2>
07:12:26   reason: inference variable T has incompatible bounds
07:12:26     lower bounds: Collection<? extends Number>
07:12:26     lower bounds: ArrayList<CAP#2>,HashSet<CAP#1>
07:12:26   where T is a type-variable:
07:12:26     T extends Collection<? extends Number> declared in method <T>getLonger(T,T)
07:12:26   where CAP#1,CAP#2 are fresh type-variables:
07:12:26     CAP#1 extends Object from capture of ?
07:12:26     CAP#2 extends Object from capture of ?
07:12:26 1 error
07:12:26 
07:12:26 
07:12:26 
07:12:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:27 
07:12:27 
07:12:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:28 --- javac err: ---
07:12:28 X.java:8: error: method getLonger in class X<U> cannot be applied to given types;
07:12:28         getLonger(list, set);
07:12:28         ^
07:12:28   required: T,T
07:12:28   found: HashSet<CAP#1>,ArrayList<CAP#2>
07:12:28   reason: inference variable T has incompatible bounds
07:12:28     lower bounds: Collection<? extends U>
07:12:28     lower bounds: ArrayList<CAP#2>,HashSet<CAP#1>
07:12:28   where T,U are type-variables:
07:12:28     T extends Collection<? extends U> declared in method <T>getLonger(T,T)
07:12:28     U extends Object declared in class X
07:12:28   where CAP#1,CAP#2 are fresh type-variables:
07:12:28     CAP#1 extends Object from capture of ?
07:12:28     CAP#2 extends Object from capture of ?
07:12:28 1 error
07:12:28 
07:12:28 
07:12:28 
07:12:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:29 --- javac err: ---
07:12:29 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base
07:12:29 package java.nio.channels.spi;
07:12:29 ^
07:12:29 1 error
07:12:29 
07:12:29 ----------------------------------------
07:12:29 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0788 - 12
07:12:29 test/A.java [
07:12:29 package test;
07:12:29 
07:12:29 public class A<C extends java.nio.channels.Channel>
07:12:29 {
07:12:29 	class B
07:12:29 		extends A<java.nio.channels.SocketChannel>
07:12:29 	{
07:12:29 	}
07:12:29 }
07:12:29 
07:12:29 ]
07:12:29 java/nio/channels/spi/AbstractSelectableChannel.java [
07:12:29 package java.nio.channels.spi;
07:12:29 
07:12:29 public abstract class AbstractSelectableChannel
07:12:29 	extends java.nio.channels.SelectableChannel
07:12:29 {
07:12:29 }
07:12:29 
07:12:29 ]
07:12:29 
07:12:29 
07:12:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:30 --- javac err: ---
07:12:30 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base
07:12:30 package java.nio.channels.spi;
07:12:30 ^
07:12:30 1 error
07:12:30 
07:12:30 ----------------------------------------
07:12:30 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0789 - 12
07:12:30 java/nio/channels/spi/AbstractSelectableChannel.java [
07:12:30 package java.nio.channels.spi;
07:12:30 
07:12:30 public abstract class AbstractSelectableChannel
07:12:30 	extends java.nio.channels.SelectableChannel
07:12:30 {
07:12:30 }
07:12:30 
07:12:30 ]
07:12:30 test/A.java [
07:12:30 package test;
07:12:30 
07:12:30 public class A<C extends java.nio.channels.Channel>
07:12:30 {
07:12:30 	class B
07:12:30 		extends A<java.nio.channels.SocketChannel>
07:12:30 	{
07:12:30 	}
07:12:30 }
07:12:30 
07:12:30 ]
07:12:30 
07:12:30 
07:12:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:31 --- javac err: ---
07:12:31 X.java:7: error: method isGreater in class X cannot be applied to given types;
07:12:31 		if (isGreater(i, d)) 
07:12:31 		    ^
07:12:31   required: T,T
07:12:31   found: Integer,Double
07:12:31   reason: inference variable T has incompatible bounds
07:12:31     equality constraints: Integer,Double
07:12:31     lower bounds: Double,Integer
07:12:31   where T is a type-variable:
07:12:31     T extends Comparable<T> declared in method <T>isGreater(T,T)
07:12:31 X.java:15: error: method isGreater in class X cannot be applied to given types;
07:12:31 		isGreater(c1, c2);
07:12:31 		^
07:12:31   required: T,T
07:12:31   found: Comparable<CAP#1>,Comparable<CAP#2>
07:12:31   reason: inference variable T has incompatible bounds
07:12:31     equality constraints: CAP#1,CAP#2
07:12:31     lower bounds: Comparable<T>
07:12:31   where T is a type-variable:
07:12:31     T extends Comparable<T> declared in method <T>isGreater(T,T)
07:12:31   where CAP#1,CAP#2 are fresh type-variables:
07:12:31     CAP#1 extends Number from capture of ? extends Number
07:12:31     CAP#2 extends Number from capture of ? extends Number
07:12:31 X.java:18: warning: [rawtypes] found raw type: Comparable
07:12:31 		Comparable c1= i;
07:12:31 		^
07:12:31   missing type arguments for generic class Comparable<T>
07:12:31   where T is a type-variable:
07:12:31     T extends Object declared in interface Comparable
07:12:31 X.java:19: warning: [rawtypes] found raw type: Comparable
07:12:31 		Comparable c2= d;
07:12:31 		^
07:12:31   missing type arguments for generic class Comparable<T>
07:12:31   where T is a type-variable:
07:12:31     T extends Object declared in interface Comparable
07:12:31 X.java:20: warning: [unchecked] unchecked method invocation: method isGreater in class X is applied to given types
07:12:31 		isGreater(c1, c2);
07:12:31 		         ^
07:12:31   required: T,T
07:12:31   found: Comparable,Comparable
07:12:31   where T is a type-variable:
07:12:31     T extends Comparable<T> declared in method <T>isGreater(T,T)
07:12:31 2 errors
07:12:31 3 warnings
07:12:31 
07:12:31 
07:12:31 
07:12:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:32 
07:12:32 
07:12:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:33 
07:12:33 
07:12:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:34 --- javac err: ---
07:12:34 X.java:4: error: array required, but List<Integer> found
07:12:34 		  i[0] = null;
07:12:34 		   ^
07:12:34 X.java:6: error: array required, but List<Integer> found
07:12:34 		  k[0] = null;
07:12:34 		   ^
07:12:34 2 errors
07:12:34 
07:12:34 
07:12:34 
07:12:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:35 --- javac err: ---
07:12:35 X.java:5: error: array required, but List<Integer> found
07:12:35 		  i[0] = null;
07:12:35 		   ^
07:12:35 X.java:7: error: array required, but List<Integer> found
07:12:35 		  k[0] = null;
07:12:35 		   ^
07:12:35 2 errors
07:12:35 
07:12:35 
07:12:35 
07:12:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:36 
07:12:36 
07:12:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:37 --- javac err: ---
07:12:37 X.java:8: error: incompatible types: int cannot be converted to String
07:12:37 		 		 new X<String>().new B(12) {};
07:12:37 		 		                       ^
07:12:37 X.java:8: error: cannot find symbol
07:12:37 		 		 new X<String>().new B(12) {};
07:12:37 		 		                 ^
07:12:37   symbol: constructor (X<String>,int)
07:12:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:12:37 2 errors
07:12:37 
07:12:37 
07:12:37 
07:12:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:38 
07:12:38 
07:12:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:39 --- javac err: ---
07:12:39 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:12:39     private static <T extends Comparable<? super T>> T max(T... elems)
07:12:39                                                                 ^
07:12:39   where T is a type-variable:
07:12:39     T extends Comparable<? super T> declared in method <T>max(T...)
07:12:39 X.java:16: error: method max in class X cannot be applied to given types;
07:12:39         System.out.println(max(1, 2.0, new BigDecimal(Math.PI)));
07:12:39                            ^
07:12:39   required: T[]
07:12:39   found: int,double,BigDecimal
07:12:39   reason: inference variable T has incompatible bounds
07:12:39     lower bounds: Integer,Double,BigDecimal,Comparable<? super T>
07:12:39     lower bounds: BigDecimal,Double,Integer
07:12:39   where T is a type-variable:
07:12:39     T extends Comparable<? super T> declared in method <T>max(T...)
07:12:39 1 error
07:12:39 1 warning
07:12:39 
07:12:39 
07:12:39 
07:12:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:40 --- javac err: ---
07:12:40 X.java:2: warning: [rawtypes] found raw type: Y
07:12:40 	Y first;
07:12:40 	^
07:12:40   missing type arguments for generic class Y<E>
07:12:40   where E is a type-variable:
07:12:40     E extends Object declared in class Y
07:12:40 X.java:3: warning: [rawtypes] found raw type: Y
07:12:40 	Y first2;
07:12:40 	^
07:12:40   missing type arguments for generic class Y<E>
07:12:40   where E is a type-variable:
07:12:40     E extends Object declared in class Y
07:12:40 X.java:9: error: incompatible types: inference variable U has incompatible bounds
07:12:40 		String s = foo(ref, first);
07:12:40 		              ^
07:12:40     lower bounds: String,Object
07:12:40     lower bounds: Y,Y<CAP#1>
07:12:40   where U,T are type-variables:
07:12:40     U extends Object declared in method <U>foo(U,U)
07:12:40     T extends Object declared in class X
07:12:40   where CAP#1 is a fresh type-variable:
07:12:40     CAP#1 extends T from capture of ? extends T
07:12:40 X.java:13: error: incompatible types: bad type in conditional expression
07:12:40 		ref.next = first == null ? ref : first;
07:12:40 		                           ^
07:12:40     Y<CAP#1> cannot be converted to Y<CAP#2>
07:12:40   where T is a type-variable:
07:12:40     T extends Object declared in class X
07:12:40   where CAP#1,CAP#2 are fresh type-variables:
07:12:40     CAP#1 extends T from capture of ? extends T
07:12:40     CAP#2 extends T from capture of ? extends T
07:12:40 X.java:13: warning: [unchecked] unchecked conversion
07:12:40 		ref.next = first == null ? ref : first;
07:12:40 		                                 ^
07:12:40   required: Y<CAP#1>
07:12:40   found:    Y
07:12:40   where T is a type-variable:
07:12:40     T extends Object declared in class X
07:12:40   where CAP#1 is a fresh type-variable:
07:12:40     CAP#1 extends T from capture of ? extends T
07:12:40 X.java:14: error: incompatible types: bad type in conditional expression
07:12:40 		String s = first == null ? ref : first;
07:12:40 		                           ^
07:12:40     Y<CAP#1> cannot be converted to String
07:12:40   where T is a type-variable:
07:12:40     T extends Object declared in class X
07:12:40   where CAP#1 is a fresh type-variable:
07:12:40     CAP#1 extends T from capture of ? extends T
07:12:40 X.java:14: error: incompatible types: bad type in conditional expression
07:12:40 		String s = first == null ? ref : first;
07:12:40 		                                 ^
07:12:40     Y cannot be converted to String
07:12:40 X.java:15: error: incompatible types: bad type in conditional expression
07:12:40 		ref.next = first2 == null ? ref : first2;
07:12:40 		                            ^
07:12:40     Y<CAP#1> cannot be converted to Y<CAP#2>
07:12:40   where T is a type-variable:
07:12:40     T extends Object declared in class X
07:12:40   where CAP#1,CAP#2 are fresh type-variables:
07:12:40     CAP#1 extends T from capture of ? extends T
07:12:40     CAP#2 extends T from capture of ? extends T
07:12:40 X.java:15: warning: [unchecked] unchecked conversion
07:12:40 		ref.next = first2 == null ? ref : first2;
07:12:40 		                                  ^
07:12:40   required: Y<CAP#1>
07:12:40   found:    Y
07:12:40 
07:12:40   where T is a type-variable:
07:12:40 
07:12:40     T extends Object declared in class X
07:12:40   where CAP#1 is a fresh type-variable:
07:12:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:40     CAP#1 extends T from capture of ? extends T
07:12:40 X.java:18: warning: [unchecked] unchecked conversion
07:12:40 		return first == null ? ref : first;
07:12:40 		                             ^
07:12:40   required: Y<? extends T>
07:12:40   found:    Y
07:12:40   where T is a type-variable:
07:12:40     T extends Object declared in class X
07:12:40 5 errors
07:12:40 5 warnings
07:12:40 
07:12:41 --- javac err: ---
07:12:41 X.java:6: warning: [rawtypes] found raw type: Constructor
07:12:41 	    Constructor[] constrs = X.class.getConstructors();
07:12:41 	    ^
07:12:41   missing type arguments for generic class Constructor<T>
07:12:41   where T is a type-variable:
07:12:41     T extends Object declared in class Constructor
07:12:41 X.java:7: warning: [rawtypes] found raw type: Constructor
07:12:41         for (Constructor constructor  : constrs) {
07:12:41              ^
07:12:41   missing type arguments for generic class Constructor<T>
07:12:41   where T is a type-variable:
07:12:41     T extends Object declared in class Constructor
07:12:41 X.java:8: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
07:12:41             final String message = constructor.getAnnotation(AnnClass).message();
07:12:41                                                             ^
07:12:41   where T is a type-variable:
07:12:41     T extends Annotation declared in method <T>getAnnotation(Class<T>)
07:12:41 X.java:8: error: cannot find symbol
07:12:41             final String message = constructor.getAnnotation(AnnClass).message();
07:12:41                                                                       ^
07:12:41   symbol:   method message()
07:12:41   location: interface Annotation
07:12:41 1 error
07:12:41 3 warnings
07:12:41 
07:12:41 
07:12:41 
07:12:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:42 --- javac err: ---
07:12:42 X.java:4: warning: [rawtypes] found raw type: Class
07:12:42 		    X.class.getConstructor(new Class[0]).getAnnotation(Ann.class).message();
07:12:42 		                               ^
07:12:42   missing type arguments for generic class Class<T>
07:12:42   where T is a type-variable:
07:12:42     T extends Object declared in class Class
07:12:42 1 warning
07:12:42 
07:12:42 
07:12:42 
07:12:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:43 --- javac err: ---
07:12:43 X.java:2: warning: [rawtypes] found raw type: Y
07:12:43     void bar(Y y, X<ZZ> x) {
07:12:43              ^
07:12:43   missing type arguments for generic class Y<V>
07:12:43   where V is a type-variable:
07:12:43     V extends Object declared in class Y
07:12:43 X.java:3: warning: [unchecked] unchecked call to <T>foo(X<T>) as a member of the raw type Y
07:12:43     	y.foo(x).zz();
07:12:43     	     ^
07:12:43   where T is a type-variable:
07:12:43     T extends Z declared in method <T>foo(X<T>)
07:12:43 X.java:3: error: cannot find symbol
07:12:43     	y.foo(x).zz();
07:12:43     	        ^
07:12:43   symbol:   method zz()
07:12:43   location: class Z
07:12:43 1 error
07:12:43 2 warnings
07:12:43 
07:12:43 
07:12:43 
07:12:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:44 
07:12:44 
07:12:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:44 --- javac err: ---
07:12:44 X.java:13: error: incompatible types: Object[] cannot be converted to CAP#1
07:12:44         y.foo(os);
07:12:44               ^
07:12:44   where CAP#1 is a fresh type-variable:
07:12:44     CAP#1 extends Object[] from capture of ? extends Object[]
07:12:44 X.java:16: error: incompatible types: Cloneable cannot be converted to CAP#1
07:12:44         y.foo(c);
07:12:44               ^
07:12:44   where CAP#1 is a fresh type-variable:
07:12:44     CAP#1 extends Cloneable from capture of ? extends Cloneable
07:12:44 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:12:44 2 errors
07:12:44 
07:12:44 
07:12:44 
07:12:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:45 --- javac err: ---
07:12:45 X.java:10: error: incompatible types: inference variable T has incompatible bounds
07:12:45  		String s = foo(numbers, floats); 		
07:12:45  		              ^
07:12:45     lower bounds: String,Object
07:12:45     lower bounds: Float[],Number[]
07:12:45   where T is a type-variable:
07:12:45     T extends Object declared in method <T>foo(T,T)
07:12:45 X.java:14: error: incompatible types: inference variable T has incompatible bounds
07:12:45  		String s2 = foo(integers, floats);
07:12:45  		               ^
07:12:45     lower bounds: String,Object
07:12:45     lower bounds: Float[],Integer[]
07:12:45   where T is a type-variable:
07:12:45     T extends Object declared in method <T>foo(T,T)
07:12:45 2 errors
07:12:45 
07:12:45 
07:12:45 
07:12:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:46 --- javac err: ---
07:12:46 X.java:29: error: method swapFirstTwoValues in class X cannot be applied to given types;
07:12:46 		swapFirstTwoValues(multiList);
07:12:46 		^
07:12:46   required: List<ValueHolder<T>>
07:12:46   found: List<ValueHolder<?>>
07:12:46   reason: cannot infer type-variable(s) T
07:12:46     (argument mismatch; List<ValueHolder<?>> cannot be converted to List<ValueHolder<T>>)
07:12:46   where T is a type-variable:
07:12:46     T extends Object declared in method <T>swapFirstTwoValues(List<ValueHolder<T>>)
07:12:46 1 error
07:12:46 
07:12:46 
07:12:46 
07:12:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:47 --- javac err: ---
07:12:47 X.java:10: warning: [rawtypes] found raw type: Prop
07:12:47 	void foo(Prop p) {
07:12:47 	         ^
07:12:47   missing type arguments for generic class Prop<BeanT>
07:12:47   where BeanT is a type-variable:
07:12:47     BeanT extends Object declared in interface Prop
07:12:47 1 warning
07:12:47 
07:12:47 
07:12:47 
07:12:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:48 --- javac err: ---
07:12:48 X.java:4: warning: [rawtypes] found raw type: X
07:12:48         X x = new X();
07:12:48         ^
07:12:48   missing type arguments for generic class X<T>
07:12:48   where T is a type-variable:
07:12:48     T extends Object declared in class X
07:12:48 X.java:4: warning: [rawtypes] found raw type: X
07:12:48         X x = new X();
07:12:48                   ^
07:12:48   missing type arguments for generic class X<T>
07:12:48   where T is a type-variable:
07:12:48     T extends Object declared in class X
07:12:48 X.java:5: warning: [unchecked] unchecked assignment to variable ax as member of raw type X
07:12:48         x.ax = new AX<String>();
07:12:48          ^
07:12:48 3 warnings
07:12:48 
07:12:48 
07:12:48 
07:12:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:49 --- javac err: ---
07:12:49 X.java:21: warning: [rawtypes] found raw type: Set1
07:12:49 	void f1(Set1 s) {
07:12:49 	        ^
07:12:49   missing type arguments for generic class Set1<N>
07:12:49   where N is a type-variable:
07:12:49     N extends Node declared in interface Set1
07:12:49 X.java:22: error: incompatible types: Object cannot be converted to Node
07:12:49 		Node n_ = s.iterator().next();
07:12:49 		                           ^
07:12:49 X.java:25: error: incompatible types: Object cannot be converted to Node
07:12:49 		for (Node n : s) {
07:12:49 		              ^
07:12:49 X.java:35: warning: [rawtypes] found raw type: Set3
07:12:49 	void f3(Set3 s) {
07:12:49 	        ^
07:12:49   missing type arguments for generic class Set3<N>
07:12:49   where N is a type-variable:
07:12:49     N extends Node declared in interface Set3
07:12:49 X.java:38: error: incompatible types: Object cannot be converted to Node
07:12:49 		for (Node n : s) {
07:12:49 		              ^
07:12:49 3 errors
07:12:49 2 warnings
07:12:49 
07:12:49 
07:12:49 
07:12:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:50 
07:12:50 
07:12:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:51 --- javac err: ---
07:12:51 X.java:3: warning: [rawtypes] found raw type: X.Inner
07:12:51     private X.Inner inner;
07:12:51              ^
07:12:51   missing type arguments for generic class X<T>.Inner
07:12:51   where T is a type-variable:
07:12:51     T extends Object declared in class X
07:12:51 X.java:4: warning: [rawtypes] found raw type: X.Inner
07:12:51     private X.Inner[] inners;
07:12:51              ^
07:12:51   missing type arguments for generic class X<T>.Inner
07:12:51   where T is a type-variable:
07:12:51     T extends Object declared in class X
07:12:51 X.java:5: warning: [rawtypes] found raw type: X.Inner
07:12:51     public X(T t,  X.Inner in, X.Inner[] ins) {
07:12:51                     ^
07:12:51   missing type arguments for generic class X<T>.Inner
07:12:51   where T is a type-variable:
07:12:51     T extends Object declared in class X
07:12:51 X.java:5: warning: [rawtypes] found raw type: X.Inner
07:12:51     public X(T t,  X.Inner in, X.Inner[] ins) {
07:12:51                                 ^
07:12:51   missing type arguments for generic class X<T>.Inner
07:12:51   where T is a type-variable:
07:12:51     T extends Object declared in class X
07:12:51 X.java:8: warning: [rawtypes] found raw type: X
07:12:51         this.inner = new X(null, null, null).new Inner();
07:12:51                          ^
07:12:51   missing type arguments for generic class X<T>
07:12:51   where T is a type-variable:
07:12:51     T extends Object declared in class X
07:12:51 X.java:8: warning: [unchecked] unchecked call to X(T,X.Inner,X.Inner[]) as a member of the raw type X
07:12:51         this.inner = new X(null, null, null).new Inner();
07:12:51                      ^
07:12:51   where T is a type-variable:
07:12:51     T extends Object declared in class X
07:12:51 X.java:8: warning: [rawtypes] found raw type: X.Inner
07:12:51         this.inner = new X(null, null, null).new Inner();
07:12:51                                                  ^
07:12:51   missing type arguments for generic class X<T>.Inner
07:12:51   where T is a type-variable:
07:12:51     T extends Object declared in class X
07:12:51 X.java:10: warning: [rawtypes] found raw type: X.Inner
07:12:51         this.inners = new X.Inner[10];
07:12:51                            ^
07:12:51   missing type arguments for generic class X<T>.Inner
07:12:51   where T is a type-variable:
07:12:51     T extends Object declared in class X
07:12:51 8 warnings
07:12:51 
07:12:51 
07:12:51 
07:12:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:52 --- javac err: ---
07:12:52 X.java:7: warning: [rawtypes] found raw type: X.Inner
07:12:52         this.inner = new X.Inner();
07:12:52                           ^
07:12:52   missing type arguments for generic class X<T>.Inner
07:12:52   where T is a type-variable:
07:12:52     T extends Object declared in class X
07:12:52 X.java:8: warning: [rawtypes] found raw type: X.Inner
07:12:52         this.inners = new X.Inner[10];
07:12:52                            ^
07:12:52   missing type arguments for generic class X<T>.Inner
07:12:52   where T is a type-variable:
07:12:52     T extends Object declared in class X
07:12:52 X.java:9: error: cannot find symbol
07:12:52         Zork z;
07:12:52         ^
07:12:52   symbol:   class Zork
07:12:52   location: class X<T>
07:12:52   where T is a type-variable:
07:12:52     T extends Object declared in class X
07:12:52 1 error
07:12:52 2 warnings
07:12:52 
07:12:52 
07:12:52 
07:12:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:53 
07:12:53 
07:12:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:54 --- javac err: ---
07:12:54 X.java:4: error: illegal generic type for instanceof
07:12:54         if (o instanceof E[]) { //incorrect: cannot test non-reifiable type
07:12:54                           ^
07:12:54 X.java:5: warning: [unchecked] unchecked cast
07:12:54             E[] es = (E[]) o;
07:12:54                            ^
07:12:54   required: E[]
07:12:54   found:    Object
07:12:54   where E is a type-variable:
07:12:54     E extends Object declared in class X
07:12:54 X.java:7: error: illegal generic type for instanceof
07:12:54         if (o instanceof List<E>[]) { //incorrect too
07:12:54                                 ^
07:12:54 X.java:8: warning: [unchecked] unchecked cast
07:12:54             List<E>[] es = (List<E>[]) o; 
07:12:54                                        ^
07:12:54   required: List<E>[]
07:12:54   found:    Object
07:12:54   where E is a type-variable:
07:12:54     E extends Object declared in class X
07:12:54 X.java:15: error: illegal generic type for instanceof
07:12:54         if (al instanceof List<E>[]) { //incorrect too
07:12:54                                  ^
07:12:54 3 errors
07:12:54 2 warnings
07:12:54 
07:12:54 
07:12:54 
07:12:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:55 --- javac err: ---
07:12:55 X.java:3: warning: [unchecked] unchecked cast
07:12:55 		E[] o = (E[]) e;
07:12:55 		              ^
07:12:55   required: E[]
07:12:55   found:    Object[][]
07:12:55   where E is a type-variable:
07:12:55     E extends Object declared in class X
07:12:55 X.java:4: error: cannot find symbol
07:12:55 		Zork z;
07:12:55 		^
07:12:55   symbol:   class Zork
07:12:55   location: class X<E>
07:12:55   where E is a type-variable:
07:12:55     E extends Object declared in class X
07:12:55 1 error
07:12:55 1 warning
07:12:55 
07:12:55 
07:12:55 
07:12:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:56 --- javac err: ---
07:12:56 X.java:4: error: illegal generic type for instanceof
07:12:56         if (o instanceof List<E>[][]) { //incorrect too
07:12:56                                 ^
07:12:56 X.java:5: warning: [unchecked] unchecked cast
07:12:56             List<E>[][] es = (List<E>[][]) o; 
07:12:56                                            ^
07:12:56   required: List<E>[][]
07:12:56   found:    Object[]
07:12:56   where E is a type-variable:
07:12:56     E extends Object declared in class X
07:12:56 1 error
07:12:56 1 warning
07:12:56 
07:12:56 
07:12:56 
07:12:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:57 --- javac err: ---
07:12:57 X.java:14: warning: [rawtypes] found raw type: List
07:12:57     void foo(List l) {
07:12:57              ^
07:12:57   missing type arguments for generic class List<E>
07:12:57   where E is a type-variable:
07:12:57     E extends Object declared in interface List
07:12:57 X.java:16: error: illegal generic type for instanceof
07:12:57     	if (l instanceof List<? extends String>) {}
07:12:57     	                     ^
07:12:57 X.java:18: warning: [rawtypes] found raw type: List
07:12:57     void foo(List[] ls) {
07:12:57              ^
07:12:57   missing type arguments for generic class List<E>
07:12:57   where E is a type-variable:
07:12:57     E extends Object declared in interface List
07:12:57 X.java:20: error: illegal generic type for instanceof
07:12:57     	if (ls instanceof List<? extends String>[]) {}
07:12:57     	                                        ^
07:12:57 2 errors
07:12:57 2 warnings
07:12:57 
07:12:57 
07:12:57 
07:12:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:58 
07:12:58 
07:12:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:12:59 --- javac err: ---
07:12:59 X.java:1: warning: [rawtypes] found raw type: MyInterface
07:12:59 public class X implements MyInterface {
07:12:59                           ^
07:12:59   missing type arguments for generic class MyInterface<T>
07:12:59   where T is a type-variable:
07:12:59     T extends Object declared in interface MyInterface
07:12:59 1 warning
07:12:59 
07:12:59 
07:12:59 
07:12:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:00 --- javac err: ---
07:13:00 X.java:1: warning: [rawtypes] found raw type: I
07:13:00 public class X implements I {
07:13:00                           ^
07:13:00   missing type arguments for generic class I<T>
07:13:00   where T is a type-variable:
07:13:00     T extends Object declared in interface I
07:13:00 1 warning
07:13:00 
07:13:00 
07:13:00 
07:13:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:01 --- javac err: ---
07:13:01 X.java:15: warning: [serial] serializable class A has no definition of serialVersionUID
07:13:01 class A implements Serializable, Runnable {
07:13:01 ^
07:13:01 1 warning
07:13:01 
07:13:01 
07:13:01 
07:13:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:02 --- javac err: ---
07:13:02 X.java:11: warning: [serial] serializable class A has no definition of serialVersionUID
07:13:02 class A implements Serializable, Runnable {
07:13:02 ^
07:13:02 1 warning
07:13:02 
07:13:02 
07:13:02 
07:13:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:03 --- javac err: ---
07:13:03 X.java:10: warning: [unchecked] unchecked cast
07:13:03 		((V) t).run();
07:13:03 		     ^
07:13:03   required: V
07:13:03   found:    T
07:13:03   where T,V are type-variables:
07:13:03     T extends Serializable,Runnable declared in class X
07:13:03     V extends T declared in class X
07:13:03 X.java:16: warning: [serial] serializable class A has no definition of serialVersionUID
07:13:03 class A implements Serializable, Runnable {
07:13:03 ^
07:13:03 2 warnings
07:13:03 
07:13:03 
07:13:03 
07:13:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:04 --- javac err: ---
07:13:04 X.java:6: warning: [unchecked] unchecked cast
07:13:04 		((V) t).run();
07:13:04 		     ^
07:13:04   required: V
07:13:04   found:    T
07:13:04   where T,V are type-variables:
07:13:04     T extends Serializable,Runnable declared in class X
07:13:04     V extends T declared in class X
07:13:04 X.java:12: warning: [serial] serializable class A has no definition of serialVersionUID
07:13:04 class A implements Serializable, Runnable {
07:13:04 ^
07:13:04 2 warnings
07:13:04 
07:13:04 
07:13:04 
07:13:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:04 
07:13:04 
07:13:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:05 --- javac err: ---
07:13:05 X.java:9: warning: [rawtypes] found raw type: X
07:13:05     X t1 = new X();
07:13:05     ^
07:13:05   missing type arguments for generic class X<T>
07:13:05   where T is a type-variable:
07:13:05     T extends Object declared in class X
07:13:05 X.java:9: warning: [rawtypes] found raw type: X
07:13:05     X t1 = new X();
07:13:05                ^
07:13:05   missing type arguments for generic class X<T>
07:13:05   where T is a type-variable:
07:13:05     T extends Object declared in class X
07:13:05 X.java:10: warning: [unchecked] unchecked call to <V1,V2>test(V1,V2) as a member of the raw type X
07:13:05     t1.test(a, b); //this gives an error but should be OK
07:13:05            ^
07:13:05   where V1,V2 are type-variables:
07:13:05     V1 extends Object declared in method <V1,V2>test(V1,V2)
07:13:05     V2 extends V1 declared in method <V1,V2>test(V1,V2)
07:13:05 X.java:14: error: cannot find symbol
07:13:05     Zork z;
07:13:05     ^
07:13:05   symbol:   class Zork
07:13:05   location: class X<T>
07:13:05   where T is a type-variable:
07:13:05     T extends Object declared in class X
07:13:05 1 error
07:13:05 3 warnings
07:13:05 
07:13:05 
07:13:05 
07:13:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:06 --- javac err: ---
07:13:06 X.java:7: warning: [rawtypes] found raw type: X
07:13:06     X t1 = new X();
07:13:06     ^
07:13:06   missing type arguments for generic class X<T>
07:13:06   where T is a type-variable:
07:13:06     T extends Object declared in class X
07:13:06 X.java:7: warning: [rawtypes] found raw type: X
07:13:06     X t1 = new X();
07:13:06                ^
07:13:06   missing type arguments for generic class X<T>
07:13:06   where T is a type-variable:
07:13:06     T extends Object declared in class X
07:13:06 X.java:8: warning: [unchecked] unchecked call to <V1,V2>test(V1,V2) as a member of the raw type X
07:13:06     t1.test(a, b); //this gives an error but should be OK
07:13:06            ^
07:13:06   where V1,V2 are type-variables:
07:13:06     V1 extends Object declared in method <V1,V2>test(V1,V2)
07:13:06     V2 extends List<String> declared in method <V1,V2>test(V1,V2)
07:13:06 X.java:10: error: method test in class X<T> cannot be applied to given types;
07:13:06     t2.test(a, b); //this compiles OK
07:13:06       ^
07:13:06   required: V1,V2
07:13:06   found: XA,List<Object>
07:13:06   reason: inference variable V2 has incompatible bounds
07:13:06     lower bounds: List<String>
07:13:06     lower bounds: List<Object>
07:13:06   where V1,V2,T are type-variables:
07:13:06     V1 extends Object declared in method <V1,V2>test(V1,V2)
07:13:06     V2 extends List<String> declared in method <V1,V2>test(V1,V2)
07:13:06     T extends Object declared in class X
07:13:06 1 error
07:13:06 3 warnings
07:13:06 
07:13:06 
07:13:06 
07:13:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:07 --- javac err: ---
07:13:07 X.java:1: warning: [rawtypes] found raw type: Transformable
07:13:07 interface Transformable<T extends Transformable>
07:13:07                                   ^
07:13:07   missing type arguments for generic class Transformable<T>
07:13:07   where T is a type-variable:
07:13:07     T extends Transformable declared in interface Transformable
07:13:07 X.java:5: warning: [rawtypes] found raw type: Volume
07:13:07 interface Volume<V extends Volume> extends Transformable<V>
07:13:07                            ^
07:13:07   missing type arguments for generic class Volume<V>
07:13:07   where V is a type-variable:
07:13:07     V extends Volume declared in interface Volume
07:13:07 X.java:12: warning: [rawtypes] found raw type: Volume
07:13:07 		Volume v1 = null;
07:13:07 		^
07:13:07   missing type arguments for generic class Volume<V>
07:13:07   where V is a type-variable:
07:13:07     V extends Volume declared in interface Volume
07:13:07 X.java:13: warning: [rawtypes] found raw type: Volume
07:13:07 		Volume v2 = v1.transform();
07:13:07 		^
07:13:07   missing type arguments for generic class Volume<V>
07:13:07   where V is a type-variable:
07:13:07     V extends Volume declared in interface Volume
07:13:07 X.java:13: error: incompatible types: Transformable cannot be converted to Volume
07:13:07 		Volume v2 = v1.transform();
07:13:07 		                        ^
07:13:07 X.java:16: warning: [rawtypes] found raw type: Volume
07:13:07 		Volume<Volume> v1 = null;
07:13:07 		       ^
07:13:07   missing type arguments for generic class Volume<V>
07:13:07   where V is a type-variable:
07:13:07     V extends Volume declared in interface Volume
07:13:07 X.java:17: warning: [rawtypes] found raw type: Volume
07:13:07 		Volume v2 = v1.transform();
07:13:07 		^
07:13:07   missing type arguments for generic class Volume<V>
07:13:07   where V is a type-variable:
07:13:07     V extends Volume declared in interface Volume
07:13:07 1 error
07:13:07 6 warnings
07:13:07 
07:13:07 
07:13:07 
07:13:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:08 --- javac err: ---
07:13:08 X.java:1: warning: [rawtypes] found raw type: Transformable
07:13:08 interface Transformable<T extends Transformable>
07:13:08                                   ^
07:13:08   missing type arguments for generic class Transformable<T>
07:13:08   where T is a type-variable:
07:13:08     T extends Transformable declared in interface Transformable
07:13:08 X.java:5: warning: [rawtypes] found raw type: Volume
07:13:08 interface Volume<V extends Volume> extends Transformable<V>
07:13:08                            ^
07:13:08   missing type arguments for generic class Volume<V>
07:13:08   where V is a type-variable:
07:13:08     V extends Volume declared in interface Volume
07:13:08 X.java:11: warning: [rawtypes] found raw type: Volume
07:13:08 		Volume v1 = null;
07:13:08 		^
07:13:08   missing type arguments for generic class Volume<V>
07:13:08   where V is a type-variable:
07:13:08     V extends Volume declared in interface Volume
07:13:08 X.java:12: warning: [rawtypes] found raw type: Volume
07:13:08 		Volume v2 = v1.transform();
07:13:08 		^
07:13:08   missing type arguments for generic class Volume<V>
07:13:08   where V is a type-variable:
07:13:08     V extends Volume declared in interface Volume
07:13:08 X.java:15: warning: [rawtypes] found raw type: Volume
07:13:08 		Volume<Volume> v1 = null;
07:13:08 		       ^
07:13:08   missing type arguments for generic class Volume<V>
07:13:08   where V is a type-variable:
07:13:08     V extends Volume declared in interface Volume
07:13:08 X.java:16: warning: [rawtypes] found raw type: Volume
07:13:08 		Volume v2 = v1.transform();
07:13:08 		^
07:13:08   missing type arguments for generic class Volume<V>
07:13:08   where V is a type-variable:
07:13:08     V extends Volume declared in interface Volume
07:13:08 6 warnings
07:13:08 
07:13:08 
07:13:08 
07:13:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:09 --- javac err: ---
07:13:09 X.java:5: warning: [rawtypes] found raw type: X
07:13:09 		X x = (X) o;
07:13:09 		^
07:13:09   missing type arguments for generic class X<T>
07:13:09   where T is a type-variable:
07:13:09     T extends Object declared in class X
07:13:09 X.java:6: warning: [unchecked] unchecked cast
07:13:09 		X<String> xs = (X<String>)o;
07:13:09 		                          ^
07:13:09   required: X<String>
07:13:09   found:    Object
07:13:09 X.java:7: error: cannot find symbol
07:13:09 		Zork z;
07:13:09 		^
07:13:09   symbol:   class Zork
07:13:09   location: class X<T>
07:13:09   where T is a type-variable:
07:13:09     T extends Object declared in class X
07:13:09 X.java:10: warning: [rawtypes] found raw type: List
07:13:09 		List l = (List) al;
07:13:09 		^
07:13:09   missing type arguments for generic class List<E>
07:13:09   where E is a type-variable:
07:13:09     E extends Object declared in interface List
07:13:09 1 error
07:13:09 3 warnings
07:13:09 
07:13:09 
07:13:09 
07:13:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:10 --- javac err: ---
07:13:10 X.java:8: error: cannot find symbol
07:13:10 	Zork z;
07:13:10 	^
07:13:10   symbol:   class Zork
07:13:10   location: class X
07:13:10 X.java:4: warning: [unchecked] unchecked cast
07:13:10 		Object o2 = (List<String>) o1;
07:13:10 		                           ^
07:13:10   required: List<String>
07:13:10   found:    Object
07:13:10 X.java:6: warning: [unchecked] unchecked cast
07:13:10 		foo((List<String>)o2);
07:13:10 		                  ^
07:13:10   required: List<String>
07:13:10   found:    Object
07:13:10 1 error
07:13:10 2 warnings
07:13:10 
07:13:10 
07:13:10 
07:13:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:11 --- javac err: ---
07:13:11 X.java:10: error: cannot find symbol
07:13:11 	Zork z;
07:13:11 	^
07:13:11   symbol:   class Zork
07:13:11   location: class C1<T>
07:13:11   where T is a type-variable:
07:13:11     T extends Object declared in class C1
07:13:11 X.java:6: warning: [unchecked] unchecked cast
07:13:11 			C1<T>.C11[] ts = (C1<T>.C11[]) new C1<?>.C11[5];
07:13:11 			                               ^
07:13:11   required: C1<T>.C11[]
07:13:11   found:    C1<?>.C11[]
07:13:11   where T is a type-variable:
07:13:11     T extends Object declared in class C1
07:13:11 1 error
07:13:11 1 warning
07:13:11 
07:13:11 
07:13:11 
07:13:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:13 
07:13:13 
07:13:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:14 --- javac err: ---
07:13:14 X.java:7: warning: [unchecked] unchecked conversion
07:13:14         collection = (Collection) set;
07:13:14                      ^
07:13:14   required: Collection<Number>
07:13:14   found:    Collection
07:13:14 X.java:9: error: cannot find symbol
07:13:14         Zork z;
07:13:14         ^
07:13:14   symbol:   class Zork
07:13:14   location: class X
07:13:14 1 error
07:13:14 1 warning
07:13:14 
07:13:14 
07:13:14 
07:13:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:15 --- javac err: ---
07:13:15 X.java:6: error: cannot find symbol
07:13:15 	Zork z;
07:13:15 	^
07:13:15   symbol:   class Zork
07:13:15   location: class X
07:13:15 1 error
07:13:15 
07:13:15 
07:13:15 
07:13:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:16 
07:13:16 
07:13:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:17 --- javac err: ---
07:13:17 X.java:5: error: incompatible types: List<CAP#1> cannot be converted to String
07:13:17 		bar(l.get(0));
07:13:17 		         ^
07:13:17   where CAP#1 is a fresh type-variable:
07:13:17     CAP#1 extends Number from capture of ? extends Number
07:13:17 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:13:17 1 error
07:13:17 
07:13:17 
07:13:17 
07:13:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:18 --- javac err: ---
07:13:18 AClass.java:1: warning: [rawtypes] found raw type: AClass
07:13:18 public interface AClass<X extends AClass> {
07:13:18                                   ^
07:13:18   missing type arguments for generic class AClass<X>
07:13:18   where X is a type-variable:
07:13:18     X extends AClass declared in interface AClass
07:13:18 AClass.java:2: warning: [rawtypes] found raw type: BClass
07:13:18 	public interface BClass<T extends BClass> extends AClass<T> {
07:13:18 	                                  ^
07:13:18   missing type arguments for generic class BClass<T>
07:13:18   where T is a type-variable:
07:13:18     T extends BClass declared in interface BClass
07:13:18 2 warnings
07:13:18 
07:13:18 
07:13:18 
07:13:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:19 --- javac err: ---
07:13:19 com/test/TestClass.java:9: warning: [serial] serializable class MyException has no definition of serialVersionUID
07:13:19 	public static class MyException extends Exception {
07:13:19 	              ^
07:13:19 1 warning
07:13:19 
07:13:19 
07:13:19 
07:13:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:20 --- javac err: ---
07:13:20 generics/user/User.java:19: error: cannot find symbol
07:13:20     Zork z;
07:13:20     ^
07:13:20   symbol:   class Zork
07:13:20   location: class User
07:13:20 generics/user/User.java:5: warning: [rawtypes] found raw type: NodeList.Cursor
07:13:20     Cursor raw;
07:13:20     ^
07:13:20   missing type arguments for generic class NodeList<E>.Cursor
07:13:20   where E is a type-variable:
07:13:20     E extends Object declared in class NodeList
07:13:20 generics/user/User.java:6: warning: [rawtypes] found raw type: NodeList.Cursor
07:13:20     NodeList.Cursor rawQualified;
07:13:20             ^
07:13:20   missing type arguments for generic class NodeList<E>.Cursor
07:13:20   where E is a type-variable:
07:13:20     E extends Object declared in class NodeList
07:13:20 generics/user/User.java:10: warning: [unchecked] unchecked conversion
07:13:20         parameterized= rawQualified; //unchecked warning (OK)
07:13:20                        ^
07:13:20   required: NodeList<String>.Cursor
07:13:20   found:    NodeList.Cursor
07:13:20 generics/user/User.java:13: warning: [unchecked] unchecked conversion
07:13:20         parameterized= raw; //should just give unchecked warning, but errors
07:13:20                        ^
07:13:20   required: NodeList<String>.Cursor
07:13:20   found:    NodeList.Cursor
07:13:20 1 error
07:13:20 4 warnings
07:13:20 
07:13:20 
07:13:20 
07:13:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:21 --- javac err: ---
07:13:21 X.java:4: warning: [rawtypes] found raw type: Comparator
07:13:21   List<? extends Comparator> bar() {
07:13:21                  ^
07:13:21   missing type arguments for generic class Comparator<T>
07:13:21   where T is a type-variable:
07:13:21     T extends Object declared in interface Comparator
07:13:21 X.java:5: warning: [rawtypes] found raw type: Comparator
07:13:21 	  List<? extends Comparator> l = foo();
07:13:21 	                 ^
07:13:21   missing type arguments for generic class Comparator<T>
07:13:21   where T is a type-variable:
07:13:21     T extends Object declared in interface Comparator
07:13:21 2 warnings
07:13:21 
07:13:21 
07:13:21 
07:13:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:22 --- javac err: ---
07:13:22 X.java:12: error: incompatible types: inference variable T has incompatible bounds
07:13:22 		List<? extends String> result2 = merge(list1, list2);
07:13:22 		                                      ^
07:13:22     lower bounds: String,Object
07:13:22     lower bounds: StringBuilder,String
07:13:22   where T is a type-variable:
07:13:22     T extends Object declared in method <T>merge(List<? extends T>,List<? extends T>)
07:13:22 1 error
07:13:22 
07:13:22 
07:13:22 
07:13:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:23 --- javac err: ---
07:13:23 X.java:12: error: incompatible types: List<INT#1> cannot be converted to List<? extends String>
07:13:23 		Object result4 = (List<? extends String>)merge(list1, list2);
07:13:23 		                                              ^
07:13:23   where INT#1,INT#2 are intersection types:
07:13:23     INT#1 extends Object,Serializable,Comparable<? extends INT#2>,CharSequence
07:13:23     INT#2 extends Object,Serializable,Comparable<?>,CharSequence
07:13:23 1 error
07:13:23 
07:13:23 
07:13:23 
07:13:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:24 
07:13:24 
07:13:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:26 --- javac err: ---
07:13:26 X.java:7: error: cannot find symbol
07:13:26 	public void testGeneric(Generic aGeneric) {
07:13:26 	                        ^
07:13:26   symbol:   class Generic
07:13:26   location: class X
07:13:26 X.java:10: error: cannot find symbol
07:13:26 	Zork z;
07:13:26 	^
07:13:26   symbol:   class Zork
07:13:26   location: class X
07:13:26 X.java:4: warning: [rawtypes] found raw type: ArrayList
07:13:26 	public void testList(ArrayList aList) {
07:13:26 	                     ^
07:13:26   missing type arguments for generic class ArrayList<E>
07:13:26   where E is a type-variable:
07:13:26     E extends Object declared in class ArrayList
07:13:26 2 errors
07:13:26 1 warning
07:13:26 
07:13:26 
07:13:26 
07:13:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:27 
07:13:27 
07:13:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:28 --- javac err: ---
07:13:28 X.java:7: error: incompatible types: List<Number> cannot be converted to CAP#1
07:13:28 		col.add(n);
07:13:28 		        ^
07:13:28   where CAP#1 is a fresh type-variable:
07:13:28     CAP#1 extends Collection<? super Number> from capture of ? extends Collection<? super Number>
07:13:28 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:13:28 1 error
07:13:28 
07:13:28 
07:13:28 
07:13:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:29 --- javac err: ---
07:13:29 X.java:8: error: cannot find symbol
07:13:29 	Zork z;
07:13:29 	^
07:13:29   symbol:   class Zork
07:13:29   location: class X<E>
07:13:29   where E is a type-variable:
07:13:29     E extends Object declared in class X
07:13:29 X.java:6: warning: [unchecked] unchecked cast
07:13:29 	List<Number> nums= (List<Number>) asList; // correct warning
07:13:29 	                                  ^
07:13:29   required: List<Number>
07:13:29   found:    Collection<CAP#1>
07:13:29   where CAP#1 is a fresh type-variable:
07:13:29     CAP#1 extends Number from capture of ? extends Number
07:13:29 X.java:7: warning: [unchecked] unchecked cast
07:13:29 	List<Number> numz= (LinkedList<Number>) asList; // type safety warning missing
07:13:29 	                                        ^
07:13:29   required: LinkedList<Number>
07:13:29   found:    Collection<CAP#1>
07:13:29   where CAP#1 is a fresh type-variable:
07:13:29     CAP#1 extends Number from capture of ? extends Number
07:13:29 1 error
07:13:29 2 warnings
07:13:29 
07:13:30 --- javac err: ---
07:13:30 X.java:5: warning: [unchecked] unchecked cast
07:13:30 	List<Number> nums= (List<Number>) asList; // correct warning
07:13:30 	                                  ^
07:13:30   required: List<Number>
07:13:30   found:    Collection<CAP#1>
07:13:30   where CAP#1 is a fresh type-variable:
07:13:30     CAP#1 extends Number from capture of ? extends Number
07:13:30 X.java:6: warning: [unchecked] unchecked cast
07:13:30 	List<Number> numz= (LinkedList<Number>) asList; // type safety warning missing
07:13:30 	                                        ^
07:13:30   required: LinkedList<Number>
07:13:30   found:    Collection<CAP#1>
07:13:30   where CAP#1 is a fresh type-variable:
07:13:30     CAP#1 extends Number from capture of ? extends Number
07:13:30 2 warnings
07:13:30 
07:13:30 
07:13:30 
07:13:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:31 --- javac err: ---
07:13:31 X.java:3: error: cannot find symbol
07:13:31     Zork z;
07:13:31     ^
07:13:31   symbol:   class Zork
07:13:31   location: class X
07:13:31 1 error
07:13:31 
07:13:31 
07:13:31 
07:13:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:32 --- javac err: ---
07:13:32 X.java:17: error: cannot find symbol
07:13:32     Zork z;
07:13:32     ^
07:13:32   symbol:   class Zork
07:13:32   location: class X
07:13:32 X.java:3: warning: [unchecked] unchecked cast
07:13:32 	return (T) o; // OK
07:13:32 	           ^
07:13:32   required: T
07:13:32   found:    Object
07:13:32   where T is a type-variable:
07:13:32     T extends Object declared in method <T>f(Object)
07:13:32 X.java:7: warning: [unchecked] unchecked cast
07:13:32 	return (T) o; // bug???
07:13:32 	           ^
07:13:32   required: T
07:13:32   found:    Object
07:13:32   where T,U are type-variables:
07:13:32     T extends U declared in method <U,T>g(Object)
07:13:32     U extends Object declared in method <U,T>g(Object)
07:13:32 X.java:15: warning: [unchecked] unchecked cast
07:13:32 	return (T) o;
07:13:32 	           ^
07:13:32   required: T
07:13:32   found:    Object
07:13:32   where T is a type-variable:
07:13:32     T extends Object declared in method <T>castTo(Object)
07:13:32 1 error
07:13:32 3 warnings
07:13:32 
07:13:32 
07:13:32 
07:13:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:33 --- javac err: ---
07:13:33 X.java:7: error: cannot find symbol
07:13:33     Zork z;
07:13:33     ^
07:13:33   symbol:   class Zork
07:13:33   location: class X
07:13:33 X.java:5: warning: [unchecked] unchecked cast
07:13:33         return (Bar<Object>)f;
07:13:33                             ^
07:13:33   required: Bar<Object>
07:13:33   found:    Foo
07:13:33 1 error
07:13:33 1 warning
07:13:33 
07:13:33 
07:13:33 
07:13:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:34 --- javac err: ---
07:13:34 X.java:2: error: a type variable may not be followed by other bounds
07:13:34 	<T extends Runnable, U extends T & Runnable>  T foo() { return null; }
07:13:34 	                                   ^
07:13:34 1 error
07:13:34 
07:13:34 
07:13:34 
07:13:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:35 
07:13:35 
07:13:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:36 --- javac err: ---
07:13:36 Form.java:7: warning: [unchecked] unchecked cast
07:13:36 		return (T) field;
07:13:36 		           ^
07:13:36   required: T
07:13:36   found:    Field
07:13:36   where T is a type-variable:
07:13:36     T extends Field declared in method <T>getField()
07:13:36 1 warning
07:13:36 
07:13:36 
07:13:36 
07:13:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:37 --- javac err: ---
07:13:37 X.java:3: warning: [rawtypes] found raw type: FieldManager
07:13:37 		FieldManager manager = new FieldManagerImpl();
07:13:37 		^
07:13:37   missing type arguments for generic class FieldManager<F>
07:13:37   where F is a type-variable:
07:13:37     F extends Field declared in class FieldManager
07:13:37 X.java:4: warning: [unchecked] unchecked method invocation: constructor <init> in class FieldMeta is applied to given types
07:13:37 		FieldMeta<FieldImpl> meta = new FieldMeta<FieldImpl>(manager);
07:13:37 		                            ^
07:13:37   required: FieldManager<F>
07:13:37   found: FieldManager
07:13:37   where F is a type-variable:
07:13:37     F extends Field declared in class FieldMeta
07:13:37 X.java:4: warning: [unchecked] unchecked conversion
07:13:37 		FieldMeta<FieldImpl> meta = new FieldMeta<FieldImpl>(manager);
07:13:37 		                                                     ^
07:13:37   required: FieldManager<F>
07:13:37   found:    FieldManager
07:13:37   where F is a type-variable:
07:13:37     F extends Field declared in class FieldMeta
07:13:37 X.java:5: warning: [rawtypes] found raw type: Field
07:13:37 		Field<? extends Field> field = new FieldImpl(meta);
07:13:37 		                ^
07:13:37   missing type arguments for generic class Field<F>
07:13:37   where F is a type-variable:
07:13:37     F extends Field declared in class Field
07:13:37 X.java:6: warning: [rawtypes] found raw type: Field
07:13:37 		FieldMeta<? extends Field> meta2 = field.getFieldMeta();
07:13:37 		                    ^
07:13:37   missing type arguments for generic class Field<F>
07:13:37   where F is a type-variable:
07:13:37     F extends Field declared in class Field
07:13:37 FieldMeta.java:1: warning: [rawtypes] found raw type: Field
07:13:37 public class FieldMeta<F extends Field> {
07:13:37                                  ^
07:13:37   missing type arguments for generic class Field<F>
07:13:37   where F is a type-variable:
07:13:37     F extends Field declared in class Field
07:13:37 FieldMeta.java:7: warning: [unchecked] unchecked cast
07:13:37 		return (FB) fieldManager;
07:13:37 		            ^
07:13:37   required: FB
07:13:37   found:    FieldManager<F>
07:13:37   where F,FB are type-variables:
07:13:37     F extends Field declared in class FieldMeta
07:13:37     FB extends FieldManager<F> declared in method <FB>getFieldManager()
07:13:37 Field.java:1: warning: [rawtypes] found raw type: Field
07:13:37 public class Field<F extends Field> {
07:13:37                              ^
07:13:37   missing type arguments for generic class Field<F>
07:13:37   where F is a type-variable:
07:13:37     F extends Field declared in class Field
07:13:37 FieldManager.java:1: warning: [rawtypes] found raw type: Field
07:13:37 public abstract class FieldManager<F extends Field> {}
07:13:37                                              ^
07:13:37   missing type arguments for generic class Field<F>
07:13:37   where F is a type-variable:
07:13:37     F extends Field declared in class Field
07:13:37 ExtFieldManager.java:1: warning: [rawtypes] found raw type: Field
07:13:37 public interface ExtFieldManager<F extends Field> {}
07:13:37                                            ^
07:13:37   missing type arguments for generic class Field<F>
07:13:37   where F is a type-variable:
07:13:37     F extends Field declared in class Field
07:13:37 10 warnings
07:13:37 
07:13:37 
07:13:37 
07:13:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:38 
07:13:38 
07:13:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:39 --- javac err: ---
07:13:39 X.java:2: error: a type variable may not be followed by other bounds
07:13:39 	public <U, T extends U & Cloneable & Runnable> void m(T t) {
07:13:39 	                         ^
07:13:39 1 error
07:13:39 
07:13:39 
07:13:39 
07:13:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:40 
07:13:40 
07:13:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:41 
07:13:41 
07:13:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:42 
07:13:42 
07:13:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:43 
07:13:43 
07:13:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:44 
07:13:44 
07:13:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:45 
07:13:45 
07:13:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:46 --- javac err: ---
07:13:46 A.java:13: error: cannot select a static class from a parameterized type
07:13:46     B<Object>.J<Object> bar();
07:13:46              ^
07:13:46 1 error
07:13:46 
07:13:46 
07:13:46 
07:13:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:47 
07:13:47 
07:13:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:48 
07:13:48 
07:13:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:49 --- javac err: ---
07:13:49 X.java:20: warning: [rawtypes] found raw type: List
07:13:49 		List<List> o = Foo.foo1();
07:13:49 		     ^
07:13:49   missing type arguments for generic class List<E>
07:13:49   where E is a type-variable:
07:13:49     E extends Object declared in interface List
07:13:49 X.java:20: error: incompatible types: no instance(s) of type variable(s) T exist so that List<List<T>> conforms to List<List>
07:13:49 		List<List> o = Foo.foo1();
07:13:49 		                       ^
07:13:49   where T is a type-variable:
07:13:49     T extends Runnable declared in method <T>foo1()
07:13:49 X.java:21: error: method bar1 in class Foo cannot be applied to given types;
07:13:49 		Foo.bar1(o);
07:13:49 		   ^
07:13:49   required: List<List<T>>
07:13:49   found: List<List>
07:13:49   reason: cannot infer type-variable(s) T
07:13:49     (argument mismatch; List<List> cannot be converted to List<List<T>>)
07:13:49   where T is a type-variable:
07:13:49     T extends Runnable declared in method <T>bar1(List<List<T>>)
07:13:49 X.java:24: warning: [rawtypes] found raw type: List
07:13:49 		List o = Foo.foo2();
07:13:49 		^
07:13:49   missing type arguments for generic class List<E>
07:13:49   where E is a type-variable:
07:13:49     E extends Object declared in interface List
07:13:49 X.java:25: warning: [unchecked] unchecked method invocation: method bar2 in class Foo is applied to given types
07:13:49 		Foo.bar2(o);
07:13:49 		        ^
07:13:49   required: List<T>
07:13:49   found: List
07:13:49   where T is a type-variable:
07:13:49     T extends Runnable declared in method <T>bar2(List<T>)
07:13:49 X.java:25: warning: [unchecked] unchecked conversion
07:13:49 		Foo.bar2(o);
07:13:49 		         ^
07:13:49   required: List<T>
07:13:49   found:    List
07:13:49   where T is a type-variable:
07:13:49     T extends Runnable declared in method <T>bar2(List<T>)
07:13:49 2 errors
07:13:49 4 warnings
07:13:49 
07:13:49 
07:13:49 
07:13:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:50 --- javac err: ---
07:13:50 X.java:5: warning: [rawtypes] found raw type: Collection
07:13:50 public class X<A extends Collection & Serializable > implements Collection {
07:13:50                          ^
07:13:50   missing type arguments for generic class Collection<E>
07:13:50   where E is a type-variable:
07:13:50     E extends Object declared in interface Collection
07:13:50 X.java:5: warning: [rawtypes] found raw type: Collection
07:13:50 public class X<A extends Collection & Serializable > implements Collection {
07:13:50                                                                 ^
07:13:50   missing type arguments for generic class Collection<E>
07:13:50   where E is a type-variable:
07:13:50     E extends Object declared in interface Collection
07:13:50 X.java:18: warning: [rawtypes] found raw type: Iterator
07:13:50 	public Iterator iterator() {
07:13:50 	       ^
07:13:50   missing type arguments for generic class Iterator<E>
07:13:50   where E is a type-variable:
07:13:50     E extends Object declared in interface Iterator
07:13:50 X.java:38: warning: [rawtypes] found raw type: Collection
07:13:50 	public boolean containsAll(Collection arg0) {
07:13:50 	                           ^
07:13:50   missing type arguments for generic class Collection<E>
07:13:50   where E is a type-variable:
07:13:50     E extends Object declared in interface Collection
07:13:50 X.java:42: warning: [rawtypes] found raw type: Collection
07:13:50 	public boolean addAll(Collection arg0) {
07:13:50 	                      ^
07:13:50   missing type arguments for generic class Collection<E>
07:13:50   where E is a type-variable:
07:13:50     E extends Object declared in interface Collection
07:13:50 X.java:46: warning: [rawtypes] found raw type: Collection
07:13:50 	public boolean removeAll(Collection arg0) {
07:13:50 	                         ^
07:13:50   missing type arguments for generic class Collection<E>
07:13:50   where E is a type-variable:
07:13:50     E extends Object declared in interface Collection
07:13:50 X.java:50: warning: [rawtypes] found raw type: Collection
07:13:50 	public boolean retainAll(Collection arg0) {
07:13:50 	                         ^
07:13:50   missing type arguments for generic class Collection<E>
07:13:50   where E is a type-variable:
07:13:50     E extends Object declared in interface Collection
07:13:50 7 warnings
07:13:50 
07:13:50 
07:13:50 
07:13:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:51 --- javac err: ---
07:13:51 X.java:6: error: cannot find symbol
07:13:51 		Zork z;
07:13:51 		^
07:13:51   symbol:   class Zork
07:13:51   location: class X
07:13:51 1 error
07:13:51 
07:13:51 
07:13:51 
07:13:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:52 
07:13:52 
07:13:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:53 
07:13:53 
07:13:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:54 --- javac err: ---
07:13:54 X.java:25: error: modifier static not allowed here
07:13:54 		static class N3<U> {
07:13:54 		       ^
07:13:54 X.java:30: error: cannot select a static class from a parameterized type
07:13:54 		M4<X>.N4<X> n = m.new N4<X>();
07:13:54 		     ^
07:13:54 X.java:30: error: cannot select a static class from a parameterized type
07:13:54 		M4<X>.N4<X> n = m.new N4<X>();
07:13:54 		                        ^
07:13:54 X.java:30: error: qualified new of static class
07:13:54 		M4<X>.N4<X> n = m.new N4<X>();
07:13:54 		                ^
07:13:54 4 errors
07:13:54 
07:13:54 
07:13:54 
07:13:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:55 
07:13:55 
07:13:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:56 
07:13:56 
07:13:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:57 --- javac err: ---
07:13:57 X.java:6: warning: [rawtypes] found raw type: ObjectFormUI
07:13:57 	private static final Map<Class<? extends DatabaseObject>, Class<? extends ObjectFormUI>> uiMap = new HashMap<Class<? extends DatabaseObject>, Class<? extends ObjectFormUI>>();
07:13:57 	                                                                          ^
07:13:57   missing type arguments for generic class ObjectFormUI<T>
07:13:57   where T is a type-variable:
07:13:57     T extends DatabaseObject declared in class ObjectFormUI
07:13:57 X.java:6: warning: [rawtypes] found raw type: ObjectFormUI
07:13:57 	private static final Map<Class<? extends DatabaseObject>, Class<? extends ObjectFormUI>> uiMap = new HashMap<Class<? extends DatabaseObject>, Class<? extends ObjectFormUI>>();
07:13:57 	                                                                                                                                                              ^
07:13:57   missing type arguments for generic class ObjectFormUI<T>
07:13:57   where T is a type-variable:
07:13:57     T extends DatabaseObject declared in class ObjectFormUI
07:13:57 X.java:11: error: incompatible types: bad type in conditional expression
07:13:57 			? uiMap.get(persistentClass)
07:13:57 			           ^
07:13:57     Class<CAP#1> cannot be converted to Class<? extends ObjectFormUI<T>>
07:13:57   where T is a type-variable:
07:13:57     T extends DatabaseObject declared in method <T>getUI(Class<T>)
07:13:57   where CAP#1 is a fresh type-variable:
07:13:57     CAP#1 extends ObjectFormUI from capture of ? extends ObjectFormUI
07:13:57 X.java:12: warning: [unchecked] unchecked cast
07:13:57 			: (Class<? extends ObjectFormUI<T>>) uiMap.get(persistentClass);
07:13:57 			                                              ^
07:13:57   required: Class<? extends ObjectFormUI<T>>
07:13:57   found:    Class<CAP#1>
07:13:57   where T is a type-variable:
07:13:57     T extends DatabaseObject declared in method <T>getUI(Class<T>)
07:13:57   where CAP#1 is a fresh type-variable:
07:13:57     CAP#1 extends ObjectFormUI from capture of ? extends ObjectFormUI
07:13:57 1 error
07:13:57 3 warnings
07:13:57 
07:13:57 
07:13:57 
07:13:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:58 --- javac err: ---
07:13:58 X.java:5: error: incompatible types: Class<Class<Object>> cannot be converted to Class<Class>
07:13:58 		Class<Class> cc = cco; // ko
07:13:58 		                  ^
07:13:58 X.java:6: error: incompatible types: Class<Class> cannot be converted to Class<Class<Object>>
07:13:58 		Class<Class<Object>> cco2 = cc; // ko
07:13:58 		                            ^
07:13:58 X.java:9: warning: [rawtypes] found raw type: Class
07:13:58 		Class<? extends Class> cec = ceco; // ok
07:13:58 		                ^
07:13:58   missing type arguments for generic class Class<T>
07:13:58   where T is a type-variable:
07:13:58     T extends Object declared in class Class
07:13:58 X.java:10: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends Class<Object>>
07:13:58 		Class<? extends Class<Object>> ceco2 = cec; // ko
07:13:58 		                                       ^
07:13:58   where CAP#1 is a fresh type-variable:
07:13:58     CAP#1 extends Class from capture of ? extends Class
07:13:58 3 errors
07:13:58 1 warning
07:13:58 
07:13:58 
07:13:58 
07:13:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:13:59 --- javac err: ---
07:13:59 X.java:12: error: cannot find symbol
07:13:59 	Zork z;
07:13:59 	^
07:13:59   symbol:   class Zork
07:13:59   location: class X
07:13:59 X.java:3: warning: [rawtypes] found raw type: Class
07:13:59 	<T extends Class> void bar(T t) {
07:13:59 	           ^
07:13:59   missing type arguments for generic class Class<T>
07:13:59   where T is a type-variable:
07:13:59     T extends Object declared in class Class
07:13:59 X.java:4: warning: [unchecked] unchecked conversion
07:13:59 		Class<Object> c = t; // ok - unchecked
07:13:59 		                  ^
07:13:59   required: Class<Object>
07:13:59   found:    T
07:13:59   where T is a type-variable:
07:13:59     T extends Class declared in method <T>bar(T)
07:13:59 X.java:6: warning: [rawtypes] found raw type: Class
07:13:59 	<T extends Class> void bar2(List<? extends T> let) {
07:13:59 	           ^
07:13:59   missing type arguments for generic class Class<T>
07:13:59   where T is a type-variable:
07:13:59     T extends Object declared in class Class
07:13:59 X.java:7: warning: [unchecked] unchecked conversion
07:13:59 		Class<Object> c = let.get(0); // ok - unchecked
07:13:59 		                         ^
07:13:59   required: Class<Object>
07:13:59   found:    CAP#1
07:13:59   where T is a type-variable:
07:13:59     T extends Class declared in method <T>bar2(List<? extends T>)
07:13:59   where CAP#1 is a fresh type-variable:
07:13:59     CAP#1 extends T from capture of ? extends T
07:13:59 X.java:9: warning: [rawtypes] found raw type: Class
07:13:59 	void bar3(List<? extends Class> lec) {
07:13:59 	                         ^
07:13:59   missing type arguments for generic class Class<T>
07:13:59   where T is a type-variable:
07:13:59     T extends Object declared in class Class
07:13:59 X.java:10: warning: [unchecked] unchecked conversion
07:13:59 		Class<Object> c = lec.get(0); // ok - unchecked
07:13:59 		                         ^
07:13:59   required: Class<Object>
07:13:59   found:    CAP#1
07:13:59   where CAP#1 is a fresh type-variable:
07:13:59     CAP#1 extends Class from capture of ? extends Class
07:13:59 1 error
07:13:59 6 warnings
07:13:59 
07:13:59 
07:13:59 
07:13:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:00 
07:14:00 
07:14:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:01 
07:14:01 
07:14:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:02 --- javac err: ---
07:14:02 X.java:9: error: incompatible types: List<Object> cannot be converted to String
07:14:02 		String s = (String) Foo.foo();
07:14:02 		                           ^
07:14:02 1 error
07:14:02 
07:14:02 
07:14:02 
07:14:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:03 --- javac err: ---
07:14:03 X.java:9: error: incompatible types: U cannot be converted to String
07:14:03 		String s = (String) Foo.foo();
07:14:03 		                           ^
07:14:03   where U is a type-variable:
07:14:03     U extends List<U>
07:14:03 1 error
07:14:03 
07:14:03 
07:14:03 
07:14:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:04 --- javac err: ---
07:14:04 X.java:5: error: incompatible types: U cannot be converted to String
07:14:04 		String s = (String) foo(u);
07:14:04 		                       ^
07:14:04   where U is a type-variable:
07:14:04     U extends List<U> declared in method <U>foo(U)
07:14:04 1 error
07:14:04 
07:14:04 
07:14:04 
07:14:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:05 --- javac err: ---
07:14:05 X.java:6: error: method foo in class X cannot be applied to given types;
07:14:05 		String s = (String)foo(listu);
07:14:05 		                   ^
07:14:05   required: U
07:14:05   found: List<U>
07:14:05   reason: inference variable U has incompatible bounds
07:14:05     equality constraints: U
07:14:05     lower bounds: List<U>
07:14:05   where U is a type-variable:
07:14:05     U extends List<U> declared in method <U>foo(U)
07:14:05 X.java:6: warning: [cast] redundant cast to String
07:14:05 		String s = (String)foo(listu);
07:14:05 		           ^
07:14:05 X.java:11: error: method foo in class X cannot be applied to given types;
07:14:05 		String s = (String)foo(listv);
07:14:05 		                   ^
07:14:05   required: U
07:14:05   found: List<V>
07:14:05   reason: inference variable U has incompatible bounds
07:14:05     equality constraints: V
07:14:05     lower bounds: List<V>
07:14:05   where U,V are type-variables:
07:14:05     U extends List<U> declared in method <U>foo(U)
07:14:05     V extends List<V> declared in method <V>bar(V)
07:14:05 X.java:11: warning: [cast] redundant cast to String
07:14:05 		String s = (String)foo(listv);
07:14:05 		           ^
07:14:05 2 errors
07:14:05 2 warnings
07:14:05 
07:14:05 
07:14:05 
07:14:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:06 --- javac err: ---
07:14:06 X.java:7: error: incompatible types: Class<CAP#1> cannot be converted to String
07:14:06 		String s = getClass();
07:14:06 		                   ^
07:14:06   where CAP#1 is a fresh type-variable:
07:14:06     CAP#1 extends X from capture of ? extends X
07:14:06 X.java:8: warning: [unchecked] unchecked method invocation: method getDefault in class X is applied to given types
07:14:06 		return (String) getDefault(getClass());
07:14:06 		                          ^
07:14:06   required: Class<T>
07:14:06   found: Class<CAP#1>
07:14:06   where T is a type-variable:
07:14:06     T extends X<T> declared in method <T>getDefault(Class<T>)
07:14:06   where CAP#1 is a fresh type-variable:
07:14:06     CAP#1 extends X from capture of ? extends X
07:14:06 X.java:8: error: incompatible types: X cannot be converted to String
07:14:06 		return (String) getDefault(getClass());
07:14:06 		                          ^
07:14:06 2 errors
07:14:06 1 warning
07:14:06 
07:14:06 
07:14:06 
07:14:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:07 --- javac err: ---
07:14:07 X.java:2: error: a type variable may not be followed by other bounds
07:14:07 	public static <C extends Number, A extends C & Comparable<C>> int m(
07:14:07 	                                                         ^
07:14:07 X.java:4: error: cannot find symbol
07:14:07 		return comparableNumberObj.compareTo(comparableNumberObj);
07:14:07 		                          ^
07:14:07   symbol:   method compareTo(A)
07:14:07   location: variable comparableNumberObj of type A
07:14:07   where A,C are type-variables:
07:14:07     A extends C declared in method <C,A>m(A)
07:14:07     C extends Number declared in method <C,A>m(A)
07:14:07 2 errors
07:14:07 
07:14:07 
07:14:07 
07:14:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:07 --- javac err: ---
07:14:07 error: Source option 1.4 is no longer supported. Use 7 or later.
07:14:07 
07:14:07 ----------------------------------------
07:14:07 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0886 - 12
07:14:07 X.java [
07:14:07 public class X {
07:14:07 	void test() {
07:14:07 		"Hello".compareTo((Object) "Hello");
07:14:07 	}
07:14:07 }
07:14:07 
07:14:07 ]
07:14:07 
07:14:07 
07:14:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:08 --- javac err: ---
07:14:08 Bar.java:4: error: incompatible types: X cannot be converted to Foo<? super X>
07:14:08         Foo<? super X> f = x;
07:14:08                            ^
07:14:08   where X is a type-variable:
07:14:08     X extends Foo<Foo<? super X>> declared in class Bar
07:14:08 1 error
07:14:08 
07:14:08 
07:14:08 
07:14:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:09 --- javac err: ---
07:14:09 Bar.java:4: error: incompatible types: X cannot be converted to Foo<? extends X>
07:14:09         Foo<? extends X> f = x;
07:14:09                              ^
07:14:09   where X is a type-variable:
07:14:09     X extends Foo<Foo<? super X>> declared in class Bar
07:14:09 1 error
07:14:09 
07:14:09 
07:14:09 
07:14:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:10 --- javac err: ---
07:14:10 Test.java:3: warning: [serial] serializable class Group has no definition of serialVersionUID
07:14:10 class Group<E extends Comparable<? super E>> extends ArrayList<E> implements
07:14:10 ^
07:14:10 Test.java:10: warning: [serial] serializable class Sequence has no definition of serialVersionUID
07:14:10 class Sequence<E extends Comparable<? super E>> extends TreeSet<E> implements
07:14:10 ^
07:14:10 2 warnings
07:14:10 
07:14:10 
07:14:10 
07:14:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:11 
07:14:11 
07:14:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:12 
07:14:12 
07:14:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:13 --- javac err: ---
07:14:13 X.java:5: error: cannot find symbol
07:14:13 		Object oc1 = m1(c2, c3).new C1Member();
07:14:13 		                            ^
07:14:13   symbol: class C1Member
07:14:13 1 error
07:14:13 
07:14:13 
07:14:13 
07:14:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:14 --- javac err: ---
07:14:14 X.java:14: warning: [static] static variable should be qualified by type name, I1, instead of by an expression
07:14:14 		int ii1 = m1(c2, c3).i1f1;
07:14:14 		                    ^
07:14:14 X.java:15: warning: [static] static variable should be qualified by type name, I2, instead of by an expression
07:14:14 		int ii2 = m1(c2, c3).i2f1;
07:14:14 		                    ^
07:14:14 X.java:18: error: unexpected type
07:14:14 		Object oc1 = m1(c2, c3).new C1Member();
07:14:14 		                            ^
07:14:14   required: class,package
07:14:14   found:    value
07:14:14 X.java:19: error: unexpected type
07:14:14 		Object oi1 = m1(c2, c3).new I1Member(); 
07:14:14 		                            ^
07:14:14   required: class,package
07:14:14   found:    value
07:14:14 X.java:19: warning: [static] static class should be qualified by type name, I1, instead of by an expression
07:14:14 		Object oi1 = m1(c2, c3).new I1Member(); 
07:14:14 		                            ^
07:14:14 X.java:19: error: qualified new of static class
07:14:14 		Object oi1 = m1(c2, c3).new I1Member(); 
07:14:14 		               ^
07:14:14 X.java:20: error: unexpected type
07:14:14 		Object oi2 = m1(c2, c3).new I2Member();
07:14:14 		                            ^
07:14:14   required: class,package
07:14:14   found:    value
07:14:14 X.java:20: warning: [static] static class should be qualified by type name, I2, instead of by an expression
07:14:14 		Object oi2 = m1(c2, c3).new I2Member();
07:14:14 		                            ^
07:14:14 X.java:20: error: qualified new of static class
07:14:14 		Object oi2 = m1(c2, c3).new I2Member();
07:14:14 		               ^
07:14:14 5 errors
07:14:14 4 warnings
07:14:14 
07:14:14 
07:14:14 
07:14:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:15 
07:14:15 
07:14:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:16 --- javac err: ---
07:14:16 Y.java:1: error: cannot find symbol
07:14:16 class Y extends Zork {}
07:14:16                 ^
07:14:16   symbol: class Zork
07:14:16 X.java:3: error: anonymous class implements interface; cannot have type arguments
07:14:16     Object o = new <Object> I() {};
07:14:16                     ^
07:14:16 2 errors
07:14:16 
07:14:16 
07:14:16 
07:14:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:17 
07:14:17 
07:14:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:18 
07:14:18 
07:14:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:19 
07:14:19 
07:14:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:20 
07:14:20 
07:14:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:21 --- javac err: ---
07:14:21 X.java:11: warning: [unchecked] unchecked cast
07:14:21 		((Comparable<R>) new Implements()).toString();
07:14:21 		                 ^
07:14:21   required: Comparable<R>
07:14:21   found:    Implements
07:14:21   where R is a type-variable:
07:14:21     R extends Object declared in class X
07:14:21 X.java:16: error: cannot find symbol
07:14:21 		Zork z;
07:14:21 		^
07:14:21   symbol:   class Zork
07:14:21   location: class X<R>
07:14:21   where R is a type-variable:
07:14:21     R extends Object declared in class X
07:14:21 1 error
07:14:21 1 warning
07:14:21 
07:14:21 
07:14:21 
07:14:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:22 --- javac err: ---
07:14:22 X.java:6: error: incompatible types: inference variable T has incompatible bounds
07:14:22         return foo(i, f);
07:14:22                   ^
07:14:22     lower bounds: Object[],Object
07:14:22     lower bounds: float[],int[]
07:14:22   where T is a type-variable:
07:14:22     T extends Object declared in method <T>foo(T,T)
07:14:22 1 error
07:14:22 
07:14:22 
07:14:22 
07:14:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:23 
07:14:23 
07:14:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:24 
07:14:24 
07:14:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:25 
07:14:25 
07:14:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:26 
07:14:26 
07:14:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:27 --- javac err: ---
07:14:27 X.java:4: warning: [rawtypes] found raw type: I
07:14:27 public class X implements I {
07:14:27                           ^
07:14:27   missing type arguments for generic class I<V>
07:14:27   where V is a type-variable:
07:14:27     V extends Object declared in interface I
07:14:27 X.java:5: warning: [unchecked] unchecked cast
07:14:27     I<Integer> x1 = (I<Integer>) (X) null;
07:14:27                                  ^
07:14:27   required: I<Integer>
07:14:27   found:    X
07:14:27 X.java:6: warning: [unchecked] unchecked cast
07:14:27     I<Integer> x2 = (I<Integer>) new X();
07:14:27                                  ^
07:14:27   required: I<Integer>
07:14:27   found:    X
07:14:27 3 warnings
07:14:27 
07:14:27 
07:14:27 
07:14:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:28 
07:14:28 
07:14:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:29 
07:14:29 
07:14:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:30 --- javac err: ---
07:14:30 X.java:24: error: cannot find symbol
07:14:30 		Zork z;
07:14:30 		^
07:14:30   symbol:   class Zork
07:14:30   location: class X
07:14:30 1 error
07:14:30 
07:14:30 
07:14:30 
07:14:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:31 --- javac err: ---
07:14:31 X.java:8: warning: [rawtypes] found raw type: Collection
07:14:31 		List<Collection> lc1 = null;
07:14:31 		     ^
07:14:31   missing type arguments for generic class Collection<E>
07:14:31   where E is a type-variable:
07:14:31     E extends Object declared in interface Collection
07:14:31 X.java:11: warning: [rawtypes] found raw type: Collection
07:14:31 		List<? extends Collection> lc4 = null;
07:14:31 		               ^
07:14:31   missing type arguments for generic class Collection<E>
07:14:31   where E is a type-variable:
07:14:31     E extends Object declared in interface Collection
07:14:31 X.java:12: error: incompatible types: List<Collection<?>> cannot be converted to List<Collection>
07:14:31 		lc1 = lc2; //1 ko
07:14:31 		      ^
07:14:31 X.java:13: error: incompatible types: List<CAP#1> cannot be converted to List<Collection>
07:14:31 		lc1 = lc3; //2 ko
07:14:31 		      ^
07:14:31   where CAP#1 is a fresh type-variable:
07:14:31     CAP#1 extends Collection<?> from capture of ? extends Collection<?>
07:14:31 X.java:14: error: incompatible types: List<CAP#1> cannot be converted to List<Collection>
07:14:31 		lc1 = lc4; //3 ko
07:14:31 		      ^
07:14:31   where CAP#1 is a fresh type-variable:
07:14:31     CAP#1 extends Collection from capture of ? extends Collection
07:14:31 X.java:15: error: incompatible types: List<Collection> cannot be converted to List<Collection<?>>
07:14:31 		lc2 = lc1; //4 ko
07:14:31 		      ^
07:14:31 X.java:16: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>>
07:14:31 		lc2 = lc3; //5 ko
07:14:31 		      ^
07:14:31   where CAP#1 is a fresh type-variable:
07:14:31     CAP#1 extends Collection<?> from capture of ? extends Collection<?>
07:14:31 X.java:17: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>>
07:14:31 		lc2 = lc4; //6 ko
07:14:31 		      ^
07:14:31   where CAP#1 is a fresh type-variable:
07:14:31     CAP#1 extends Collection from capture of ? extends Collection
07:14:31 X.java:18: error: incompatible types: List<Collection> cannot be converted to List<? extends Collection<?>>
07:14:31 		lc3 = lc1; //7 ko
07:14:31 		      ^
07:14:31 X.java:20: error: incompatible types: List<CAP#1> cannot be converted to List<? extends Collection<?>>
07:14:31 		lc3 = lc4; //9 ko
07:14:31 		      ^
07:14:31   where CAP#1 is a fresh type-variable:
07:14:31     CAP#1 extends Collection from capture of ? extends Collection
07:14:31 X.java:25: warning: [rawtypes] found raw type: Collection
07:14:31 	private final List<Collection> aList = new ArrayList<Collection>();
07:14:31 	                   ^
07:14:31   missing type arguments for generic class Collection<E>
07:14:31   where E is a type-variable:
07:14:31     E extends Object declared in interface Collection
07:14:31 X.java:25: warning: [rawtypes] found raw type: Collection
07:14:31 	private final List<Collection> aList = new ArrayList<Collection>();
07:14:31 	                                                     ^
07:14:31 
07:14:31 
07:14:31   missing type arguments for generic class Collection<E>
07:14:31   where E is a type-variable:
07:14:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:31     E extends Object declared in interface Collection
07:14:31 X.java:27: error: no suitable constructor found for ArrayList(List<Collection>)
07:14:31 		final List<Collection<?>> listCopy = new ArrayList<Collection<?>>(this.aList); // ko
07:14:31 		                                     ^
07:14:31     constructor ArrayList.ArrayList(int) is not applicable
07:14:31       (argument mismatch; List<Collection> cannot be converted to int)
07:14:31     constructor ArrayList.ArrayList(Collection<? extends Collection<?>>) is not applicable
07:14:31       (argument mismatch; List<Collection> cannot be converted to Collection<? extends Collection<?>>)
07:14:31 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:14:31 9 errors
07:14:31 4 warnings
07:14:31 
07:14:32 --- javac err: ---
07:14:32 X.java:7: warning: [rawtypes] found raw type: Collection
07:14:32 		List<Collection> lc1 = null;
07:14:32 		     ^
07:14:32   missing type arguments for generic class Collection<E>
07:14:32   where E is a type-variable:
07:14:32     E extends Object declared in interface Collection
07:14:32 X.java:10: warning: [rawtypes] found raw type: Collection
07:14:32 		List<? super Collection> lc4 = null;
07:14:32 		             ^
07:14:32   missing type arguments for generic class Collection<E>
07:14:32   where E is a type-variable:
07:14:32     E extends Object declared in interface Collection
07:14:32 X.java:11: error: incompatible types: List<Collection<?>> cannot be converted to List<Collection>
07:14:32 		lc1 = lc2; //1 ko
07:14:32 		      ^
07:14:32 X.java:12: error: incompatible types: List<CAP#1> cannot be converted to List<Collection>
07:14:32 		lc1 = lc3; //2 ko
07:14:32 		      ^
07:14:32   where CAP#1 is a fresh type-variable:
07:14:32     CAP#1 extends Object super: Collection<?> from capture of ? super Collection<?>
07:14:32 X.java:13: error: incompatible types: List<CAP#1> cannot be converted to List<Collection>
07:14:32 		lc1 = lc4; //3 ko
07:14:32 		      ^
07:14:32   where CAP#1 is a fresh type-variable:
07:14:32     CAP#1 extends Object super: Collection from capture of ? super Collection
07:14:32 X.java:14: error: incompatible types: List<Collection> cannot be converted to List<Collection<?>>
07:14:32 		lc2 = lc1; //4 ko
07:14:32 		      ^
07:14:32 X.java:15: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>>
07:14:32 		lc2 = lc3; //5 ko
07:14:32 		      ^
07:14:32   where CAP#1 is a fresh type-variable:
07:14:32     CAP#1 extends Object super: Collection<?> from capture of ? super Collection<?>
07:14:32 X.java:16: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>>
07:14:32 		lc2 = lc4; //6 ko
07:14:32 		      ^
07:14:32   where CAP#1 is a fresh type-variable:
07:14:32     CAP#1 extends Object super: Collection from capture of ? super Collection
07:14:32 X.java:21: error: incompatible types: List<Collection<?>> cannot be converted to List<? super Collection>
07:14:32 		lc4 = lc2; //11 ko
07:14:32 		      ^
07:14:32 X.java:22: error: incompatible types: List<CAP#1> cannot be converted to List<? super Collection>
07:14:32 		lc4 = lc3; //12 ko
07:14:32 		      ^
07:14:32   where CAP#1 is a fresh type-variable:
07:14:32     CAP#1 extends Object super: Collection<?> from capture of ? super Collection<?>
07:14:32 8 errors
07:14:32 2 warnings
07:14:32 
07:14:32 
07:14:32 
07:14:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:33 --- javac err: ---
07:14:33 X.java:4: warning: [rawtypes] found raw type: Collection
07:14:33 	void foo(List<? extends Collection<String>[]> l1, List<Collection[]> l2) {
07:14:33 	                                                       ^
07:14:33   missing type arguments for generic class Collection<E>
07:14:33   where E is a type-variable:
07:14:33     E extends Object declared in interface Collection
07:14:33 X.java:5: error: incompatible types: List<Collection[]> cannot be converted to List<? extends Collection<String>[]>
07:14:33 		l1 = l2;
07:14:33 		     ^
07:14:33 X.java:6: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
07:14:33 		l2 = l1;
07:14:33 		     ^
07:14:33   where CAP#1 is a fresh type-variable:
07:14:33     CAP#1 extends Collection<String>[] from capture of ? extends Collection<String>[]
07:14:33 2 errors
07:14:33 1 warning
07:14:33 
07:14:33 
07:14:33 
07:14:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:34 --- javac err: ---
07:14:34 X.java:4: warning: [rawtypes] found raw type: Collection
07:14:34 		List<Collection[]> lc1 = null;
07:14:34 		     ^
07:14:34   missing type arguments for generic class Collection<E>
07:14:34   where E is a type-variable:
07:14:34     E extends Object declared in interface Collection
07:14:34 X.java:7: warning: [rawtypes] found raw type: Collection
07:14:34 		List<? extends Collection[]> lc4 = null;
07:14:34 		               ^
07:14:34   missing type arguments for generic class Collection<E>
07:14:34   where E is a type-variable:
07:14:34     E extends Object declared in interface Collection
07:14:34 X.java:8: error: incompatible types: List<Collection<?>[]> cannot be converted to List<Collection[]>
07:14:34 		lc1 = lc2; //1 ko
07:14:34 		      ^
07:14:34 X.java:9: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
07:14:34 		lc1 = lc3; //2 ko
07:14:34 		      ^
07:14:34   where CAP#1 is a fresh type-variable:
07:14:34     CAP#1 extends Collection<?>[] from capture of ? extends Collection<?>[]
07:14:34 X.java:10: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
07:14:34 		lc1 = lc4; //3 ko
07:14:34 		      ^
07:14:34   where CAP#1 is a fresh type-variable:
07:14:34     CAP#1 extends Collection[] from capture of ? extends Collection[]
07:14:34 X.java:11: error: incompatible types: List<Collection[]> cannot be converted to List<Collection<?>[]>
07:14:34 		lc2 = lc1; //4 ko
07:14:34 		      ^
07:14:34 X.java:12: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>[]>
07:14:34 		lc2 = lc3; //5 ko
07:14:34 		      ^
07:14:34   where CAP#1 is a fresh type-variable:
07:14:34     CAP#1 extends Collection<?>[] from capture of ? extends Collection<?>[]
07:14:34 X.java:13: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>[]>
07:14:34 		lc2 = lc4; //6 ko
07:14:34 		      ^
07:14:34   where CAP#1 is a fresh type-variable:
07:14:34     CAP#1 extends Collection[] from capture of ? extends Collection[]
07:14:34 X.java:14: error: incompatible types: List<Collection[]> cannot be converted to List<? extends Collection<?>[]>
07:14:34 		lc3 = lc1; //7 ko
07:14:34 		      ^
07:14:34 X.java:16: error: incompatible types: List<CAP#1> cannot be converted to List<? extends Collection<?>[]>
07:14:34 		lc3 = lc4; //9 ko
07:14:34 		      ^
07:14:34   where CAP#1 is a fresh type-variable:
07:14:34     CAP#1 extends Collection[] from capture of ? extends Collection[]
07:14:34 8 errors
07:14:34 2 warnings
07:14:34 
07:14:34 
07:14:34 
07:14:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:35 --- javac err: ---
07:14:35 X.java:4: warning: [rawtypes] found raw type: Collection
07:14:35 		List<Collection[]> lc1 = null;
07:14:35 		     ^
07:14:35   missing type arguments for generic class Collection<E>
07:14:35   where E is a type-variable:
07:14:35     E extends Object declared in interface Collection
07:14:35 X.java:7: warning: [rawtypes] found raw type: Collection
07:14:35 		List<? super Collection[]> lc4 = null;
07:14:35 		             ^
07:14:35   missing type arguments for generic class Collection<E>
07:14:35   where E is a type-variable:
07:14:35     E extends Object declared in interface Collection
07:14:35 X.java:8: error: incompatible types: List<Collection<?>[]> cannot be converted to List<Collection[]>
07:14:35 		lc1 = lc2; //1 ko
07:14:35 		      ^
07:14:35 X.java:9: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
07:14:35 		lc1 = lc3; //2 ko
07:14:35 		      ^
07:14:35   where CAP#1 is a fresh type-variable:
07:14:35     CAP#1 extends Object super: Collection<?>[] from capture of ? super Collection<?>[]
07:14:35 X.java:10: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
07:14:35 		lc1 = lc4; //3 ko
07:14:35 		      ^
07:14:35   where CAP#1 is a fresh type-variable:
07:14:35     CAP#1 extends Object super: Collection[] from capture of ? super Collection[]
07:14:35 X.java:11: error: incompatible types: List<Collection[]> cannot be converted to List<Collection<?>[]>
07:14:35 		lc2 = lc1; //4 ko
07:14:35 		      ^
07:14:35 X.java:12: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>[]>
07:14:35 		lc2 = lc3; //5 ko
07:14:35 		      ^
07:14:35   where CAP#1 is a fresh type-variable:
07:14:35     CAP#1 extends Object super: Collection<?>[] from capture of ? super Collection<?>[]
07:14:35 X.java:13: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>[]>
07:14:35 		lc2 = lc4; //6 ko
07:14:35 		      ^
07:14:35   where CAP#1 is a fresh type-variable:
07:14:35     CAP#1 extends Object super: Collection[] from capture of ? super Collection[]
07:14:35 X.java:18: error: incompatible types: List<Collection<?>[]> cannot be converted to List<? super Collection[]>
07:14:35 		lc4 = lc2; //11 ko
07:14:35 		      ^
07:14:35 X.java:19: error: incompatible types: List<CAP#1> cannot be converted to List<? super Collection[]>
07:14:35 		lc4 = lc3; //12 ko		
07:14:35 		      ^
07:14:35   where CAP#1 is a fresh type-variable:
07:14:35     CAP#1 extends Object super: Collection<?>[] from capture of ? super Collection<?>[]
07:14:35 8 errors
07:14:35 2 warnings
07:14:35 
07:14:35 
07:14:35 
07:14:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:36 --- javac err: ---
07:14:36 X.java:2: error: a generic class may not extend java.lang.Throwable
07:14:36 	class Y1 extends Throwable {
07:14:36 	                 ^
07:14:36 X.java:9: error: a generic class may not extend java.lang.Throwable
07:14:36 	class Y3<U> extends Throwable {
07:14:36 	                    ^
07:14:36 X.java:15: error: a generic class may not extend java.lang.Throwable
07:14:36 class Y4<E> extends Throwable {}
07:14:36                     ^
07:14:36 X.java:15: warning: [serial] serializable class Y4 has no definition of serialVersionUID
07:14:36 class Y4<E> extends Throwable {}
07:14:36 ^
07:14:36 3 errors
07:14:36 1 warning
07:14:36 
07:14:36 
07:14:36 
07:14:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:37 
07:14:37 
07:14:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:37 --- javac err: ---
07:14:37 X.java:1: error: cannot select from a type variable
07:14:37 public class X<T extends A> extends X2<T.M> { }
07:14:37                                         ^
07:14:37 1 error
07:14:37 
07:14:37 
07:14:37 
07:14:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:38 --- javac err: ---
07:14:38 X.java:1: error: cannot select from a type variable
07:14:38 public class X<T> extends X2<T.clazz> { }
07:14:38                               ^
07:14:38 1 error
07:14:38 
07:14:38 
07:14:38 
07:14:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:39 --- javac err: ---
07:14:39 X.java:1: error: cannot select from a type variable
07:14:39 public class X<T> { Class<T> c = T.class; }
07:14:39                                   ^
07:14:39 1 error
07:14:39 
07:14:39 
07:14:39 
07:14:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:40 --- javac err: ---
07:14:40 X.java:1: error: <identifier> expected
07:14:40 public class X<T> extends X2<T.class> { }
07:14:40                                ^
07:14:40 X.java:1: error: <identifier> expected
07:14:40 public class X<T> extends X2<T.class> { }
07:14:40                                     ^
07:14:40 X.java:2: error: reached end of file while parsing
07:14:40 class X2<T> { }
07:14:40                ^
07:14:40 3 errors
07:14:40 
07:14:40 
07:14:40 
07:14:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:41 
07:14:41 
07:14:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:42 
07:14:42 
07:14:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:43 
07:14:43 
07:14:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:44 
07:14:44 
07:14:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:45 --- javac err: ---
07:14:45 Test.java:3: warning: [rawtypes] found raw type: List
07:14:45 	List<List> list_raw_list;
07:14:45 	     ^
07:14:45   missing type arguments for generic class List<E>
07:14:45   where E is a type-variable:
07:14:45     E extends Object declared in interface List
07:14:45 Test.java:5: error: incompatible types: List<List> cannot be converted to Collection<? extends Collection<? extends Number>>
07:14:45 		Collection<? extends Collection<? extends Number>> col = list_raw_list;
07:14:45 		                                                         ^
07:14:45 1 error
07:14:45 1 warning
07:14:45 
07:14:45 
07:14:45 
07:14:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:46 --- javac err: ---
07:14:46 X.java:6: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends X<?>>
07:14:46     X.a(t.getClass());
07:14:46                   ^
07:14:46   where CAP#1 is a fresh type-variable:
07:14:46     CAP#1 extends X from capture of ? extends X
07:14:46 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:14:46 1 error
07:14:46 
07:14:46 
07:14:46 
07:14:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:47 
07:14:47 
07:14:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:48 --- javac err: ---
07:14:48 X.java:40: warning: [deprecation] Long(long) in Long has been deprecated
07:14:48 		longs.add(new Long(1));
07:14:48 		          ^
07:14:48 1 warning
07:14:48 
07:14:48 
07:14:48 
07:14:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:49 
07:14:49 
07:14:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:50 --- javac err: ---
07:14:50 X.java:20: error: incompatible types: List<CAP#1> cannot be converted to List<Object>
07:14:50 		RESULT = lst;
07:14:50 		         ^
07:14:50   where CAP#1 is a fresh type-variable:
07:14:50     CAP#1 extends Object from capture of ? extends Object
07:14:50 1 error
07:14:50 
07:14:50 
07:14:50 
07:14:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:51 --- javac err: ---
07:14:51 X.java:6: error: incompatible types: List<CAP#1> cannot be converted to Collection<? extends CAP#2>
07:14:51 	x1.addAll(x2);
07:14:51 	          ^
07:14:51   where CAP#1,CAP#2 are fresh type-variables:
07:14:51     CAP#1 extends Object from capture of ?
07:14:51     CAP#2 extends Object from capture of ?
07:14:51 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:14:51 1 error
07:14:51 
07:14:51 
07:14:51 
07:14:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:52 --- javac err: ---
07:14:52 X.java:6: warning: [rawtypes] found raw type: Enum
07:14:52     Class<? extends Enum> enumType = null;
07:14:52                     ^
07:14:52   missing type arguments for generic class Enum<E>
07:14:52   where E is a type-variable:
07:14:52     E extends Enum<E> declared in class Enum
07:14:52 X.java:7: warning: [unchecked] unchecked method invocation: method allOf in class X is applied to given types
07:14:52     final Collection<E> test = allOf(enumType);
07:14:52                                     ^
07:14:52   required: Class<E>
07:14:52   found: Class<CAP#1>
07:14:52   where E is a type-variable:
07:14:52     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:14:52   where CAP#1 is a fresh type-variable:
07:14:52     CAP#1 extends Enum from capture of ? extends Enum
07:14:52 X.java:7: warning: [unchecked] unchecked conversion
07:14:52     final Collection<E> test = allOf(enumType);
07:14:52                                     ^
07:14:52   required: Collection<E>
07:14:52   found:    Collection
07:14:52   where E is a type-variable:
07:14:52     E extends Enum<E> declared in method <E>fails()
07:14:52 X.java:9: warning: [rawtypes] found raw type: Enum
07:14:52     Collection<? extends Enum> colType = null;
07:14:52                          ^
07:14:52   missing type arguments for generic class Enum<E>
07:14:52   where E is a type-variable:
07:14:52     E extends Enum<E> declared in class Enum
07:14:52 X.java:10: error: incompatible types: Collection<CAP#1> cannot be converted to Collection<E>
07:14:52     final Collection<E> test2 = colType;
07:14:52                                 ^
07:14:52   where E is a type-variable:
07:14:52     E extends Enum<E> declared in method <E>fails()
07:14:52   where CAP#1 is a fresh type-variable:
07:14:52     CAP#1 extends Enum from capture of ? extends Enum
07:14:52 1 error
07:14:52 4 warnings
07:14:52 
07:14:52 
07:14:52 
07:14:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:53 --- javac err: ---
07:14:53 X.java:6: error: cannot find symbol
07:14:53 		 {  Zork z; }
07:14:53 		    ^
07:14:53   symbol:   class Zork
07:14:53   location: class X<T>
07:14:53   where T is a type-variable:
07:14:53     T extends Object declared in class X
07:14:53 1 error
07:14:53 
07:14:53 
07:14:53 
07:14:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:54 --- javac err: ---
07:14:54 X.java:4: error: not a statement
07:14:54                 X<T>.I= 10;
07:14:54                     ^
07:14:54 X.java:4: error: ';' expected
07:14:54                 X<T>.I= 10;
07:14:54                       ^
07:14:54 2 errors
07:14:54 
07:14:54 
07:14:54 
07:14:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:55 --- javac err: ---
07:14:55 b/DefaultFoo.java:34: error: incompatible types: Inner<CustomFoo> cannot be converted to String
07:14:55 		String s11 = foo1.getCustomInner();
07:14:55 		                                ^
07:14:55 b/DefaultFoo.java:35: error: incompatible types: Inner<DefaultFoo> cannot be converted to String
07:14:55 		String s12 = foo2.getDefaultInner();
07:14:55 		                                 ^
07:14:55 b/DefaultFoo.java:36: error: incompatible types: Inner<CustomFoo> cannot be converted to String
07:14:55 		String s21 = foo2.getCustomInner();
07:14:55 		                                ^
07:14:55 b/DefaultFoo.java:37: error: incompatible types: Inner<DefaultFoo> cannot be converted to String
07:14:55 		String s22 = foo2.getDefaultInner();
07:14:55 		                                 ^
07:14:55 4 errors
07:14:55 
07:14:55 
07:14:55 
07:14:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:56 --- javac err: ---
07:14:56 X.java:10: error: incompatible types: Inner<W> cannot be converted to String
07:14:56 		String s = inner;
07:14:56 		           ^
07:14:56   where W is a type-variable:
07:14:56     W extends Object declared in class Y
07:14:56 1 error
07:14:56 
07:14:56 
07:14:56 
07:14:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:57 --- javac err: ---
07:14:57 X.java:10: error: incompatible types: Inner<W>.InInner<W> cannot be converted to String
07:14:57 		String s = inner;
07:14:57 		           ^
07:14:57   where W is a type-variable:
07:14:57     W extends Object declared in class Y
07:14:57 1 error
07:14:57 
07:14:57 
07:14:57 
07:14:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:58 --- javac err: ---
07:14:58 X.java:10: error: incompatible types: X<W>.Inner<W> cannot be converted to String
07:14:58 		String s = inner;
07:14:58 		           ^
07:14:58   where W is a type-variable:
07:14:58     W extends Object declared in class Y
07:14:58 X.java:13: error: incompatible types: X<W>.Inner<W>.InInner<W> cannot be converted to String
07:14:58 		s = inner2;
07:14:58 		    ^
07:14:58   where W is a type-variable:
07:14:58     W extends Object declared in class Y
07:14:58 2 errors
07:14:58 
07:14:58 
07:14:58 
07:14:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:59 --- javac err: ---
07:14:59 ExtendedOuter.java:4: warning: [rawtypes] found raw type: Outer.Inner
07:14:59   static void method(Outer.Inner x) {}
07:14:59                           ^
07:14:59   missing type arguments for generic class Outer<O>.Inner
07:14:59   where O is a type-variable:
07:14:59     O extends Object declared in class Outer
07:14:59 ExtendedOuter.java:14: error: cannot find symbol
07:14:59     Zork zk;
07:14:59     ^
07:14:59   symbol:   class Zork
07:14:59   location: class ExtendedOuter<E>
07:14:59   where E is a type-variable:
07:14:59     E extends Object declared in class ExtendedOuter
07:14:59 1 error
07:14:59 1 warning
07:14:59 
07:14:59 
07:14:59 
07:14:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:14:59 --- javac err: ---
07:14:59 ExtendedOuter.java:14: error: cannot find symbol
07:14:59     Zork zk;
07:14:59     ^
07:14:59   symbol:   class Zork
07:14:59   location: class ExtendedOuter<E>
07:14:59   where E is a type-variable:
07:14:59     E extends Object declared in class ExtendedOuter
07:14:59 1 error
07:14:59 
07:14:59 
07:14:59 
07:14:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:00 --- javac err: ---
07:15:00 ExtendedOuter.java:14: error: cannot find symbol
07:15:00     Zork zk;
07:15:00     ^
07:15:00   symbol:   class Zork
07:15:00   location: class ExtendedOuter<E>
07:15:00   where E is a type-variable:
07:15:00     E extends Object declared in class ExtendedOuter
07:15:00 1 error
07:15:00 
07:15:00 
07:15:00 
07:15:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:01 --- javac err: ---
07:15:01 ExtendedOuter.java:14: error: cannot find symbol
07:15:01     Zork zk;
07:15:01     ^
07:15:01   symbol:   class Zork
07:15:01   location: class ExtendedOuter<E>
07:15:01   where E is a type-variable:
07:15:01     E extends A declared in class ExtendedOuter
07:15:01 1 error
07:15:01 
07:15:01 
07:15:01 
07:15:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:02 --- javac err: ---
07:15:02 X.java:5: error: incompatible types: List<U> cannot be converted to List<Object>
07:15:02             RESULT = lst; // 1
07:15:02                      ^
07:15:02   where U is a type-variable:
07:15:02     U extends Object declared in method <U>bar3(List<U>)
07:15:02 1 error
07:15:02 
07:15:02 
07:15:02 
07:15:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:03 
07:15:03 
07:15:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:04 
07:15:04 
07:15:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:05 
07:15:05 
07:15:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:06 --- javac err: ---
07:15:06 X.java:9: error: incompatible types: Set<Number> cannot be converted to Set<Integer>
07:15:06 		Set<Integer> s2 = (Set<Integer>) method(l);
07:15:06 		                                       ^
07:15:06 1 error
07:15:06 
07:15:06 
07:15:06 
07:15:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:07 --- javac err: ---
07:15:07 X.java:7: error: method transferBug in class X cannot be applied to given types;
07:15:07         transferBug(objArray, strList);
07:15:07         ^
07:15:07   required: Var[],Collection<Var>
07:15:07   found: Object[],ArrayList<String>
07:15:07   reason: inference variable Var has incompatible bounds
07:15:07     equality constraints: String
07:15:07     lower bounds: Object
07:15:07   where Var is a type-variable:
07:15:07     Var extends Object declared in method <Var>transferBug(Var[],Collection<Var>)
07:15:07 1 error
07:15:07 
07:15:07 
07:15:07 
07:15:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:08 
07:15:08 
07:15:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:09 
07:15:09 
07:15:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:10 
07:15:10 
07:15:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:11 --- javac err: ---
07:15:11 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:15:11 	public <T> Iterable<T> m(T... ts) {
07:15:11 	                              ^
07:15:11   where T is a type-variable:
07:15:11     T extends Object declared in method <T>m(T...)
07:15:11 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable<T>
07:15:11 	public <T> void m3(Iterable<T>... ts) {
07:15:11 	                                  ^
07:15:11   where T is a type-variable:
07:15:11     T extends Object declared in method <T>m3(Iterable<T>...)
07:15:11 X.java:10: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Integer>[]
07:15:11 		m3(m(3, 3, 3));
07:15:11 		  ^
07:15:11 X.java:11: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
07:15:11 		m3(m());
07:15:11 		  ^
07:15:11 X.java:12: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
07:15:11 		m3(m(new Object[]{}));
07:15:11 		  ^
07:15:11 X.java:13: error: cannot find symbol
07:15:11 		Zork z;
07:15:11 		^
07:15:11   symbol:   class Zork
07:15:11   location: class X
07:15:11 1 error
07:15:11 5 warnings
07:15:11 
07:15:11 
07:15:11 
07:15:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:12 --- javac err: ---
07:15:12 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T[]
07:15:12 	public <T> Iterable<T> m(T[]... ts) {
07:15:12 	                                ^
07:15:12   where T is a type-variable:
07:15:12     T extends Object declared in method <T>m(T[]...)
07:15:12 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable<T>
07:15:12 	public <T> void m3(Iterable<T>... ts) {
07:15:12 	                                  ^
07:15:12   where T is a type-variable:
07:15:12     T extends Object declared in method <T>m3(Iterable<T>...)
07:15:12 X.java:10: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Integer>[]
07:15:12 		m3(m(new Integer[]{3, 3, 3}));
07:15:12 		  ^
07:15:12 X.java:11: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
07:15:12 		m3(m());
07:15:12 		  ^
07:15:12 X.java:12: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
07:15:12 		m3(m(new Object[][]{}));
07:15:12 		  ^
07:15:12 X.java:13: error: cannot find symbol
07:15:12 		Zork z;
07:15:12 		^
07:15:12   symbol:   class Zork
07:15:12   location: class X
07:15:12 1 error
07:15:12 5 warnings
07:15:12 
07:15:12 
07:15:12 
07:15:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:13 --- javac err: ---
07:15:13 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T[]
07:15:13 	public <T> Iterable<T> m(T[]... ts) {
07:15:13 	                                ^
07:15:13   where T is a type-variable:
07:15:13     T extends Object declared in method <T>m(T[]...)
07:15:13 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable<T>
07:15:13 	public <T> void m3(Iterable<T>... ts) {
07:15:13 	                                  ^
07:15:13   where T is a type-variable:
07:15:13     T extends Object declared in method <T>m3(Iterable<T>...)
07:15:13 X.java:14: error: cannot find symbol
07:15:13 		Zork z;
07:15:13 		^
07:15:13   symbol:   class Zork
07:15:13   location: class X
07:15:13 1 error
07:15:13 2 warnings
07:15:13 
07:15:13 
07:15:13 
07:15:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:14 --- javac err: ---
07:15:14 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:15:14 	public <T> Iterable<T> m(T... ts) {
07:15:14 	                              ^
07:15:14   where T is a type-variable:
07:15:14     T extends Object declared in method <T>m(T...)
07:15:14 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable<T>
07:15:14 	public <T> void m3(Iterable<T>... ts) {
07:15:14 	                                  ^
07:15:14   where T is a type-variable:
07:15:14     T extends Object declared in method <T>m3(Iterable<T>...)
07:15:14 X.java:8: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:15:14 		m3(m(null));
07:15:14 		     ^
07:15:14   cast to Object for a varargs call
07:15:14   cast to Object[] for a non-varargs call and to suppress this warning
07:15:14 X.java:8: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
07:15:14 		m3(m(null));
07:15:14 		  ^
07:15:14 X.java:9: error: cannot find symbol
07:15:14 		Zork z;
07:15:14 		^
07:15:14   symbol:   class Zork
07:15:14   location: class X
07:15:14 1 error
07:15:14 4 warnings
07:15:14 
07:15:14 
07:15:14 
07:15:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:14 
07:15:14 
07:15:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:15 --- javac err: ---
07:15:15 X.java:13: error: generic array creation
07:15:15 		Member<?,?>[] members = new Member<?,?>[]{};//2
07:15:15 		                        ^
07:15:15 X.java:26: error: generic array creation
07:15:15 		Local<?,?>[] locals = new Local<?,?>[]{};//4
07:15:15 		                      ^
07:15:15 X.java:38: error: generic array creation
07:15:15 		Member<?,?>[] members = new Member<?,?>[5];//6
07:15:15 		                        ^
07:15:15 X.java:51: error: generic array creation
07:15:15 		Local<?,?>[] locals = new Local<?,?>[5];//8
07:15:15 		                      ^
07:15:15 4 errors
07:15:15 
07:15:15 
07:15:15 
07:15:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:16 --- javac err: ---
07:15:16 X.java:4: error: illegal generic type for instanceof
07:15:16         if (o instanceof List<E>[]) { //incorrect: bug 104695
07:15:16                                 ^
07:15:16 X.java:5: warning: [unchecked] unchecked cast
07:15:16             List<E>[] es= (List<E>[]) o; //unchecked
07:15:16                                       ^
07:15:16   required: List<E>[]
07:15:16   found:    Object
07:15:16   where E is a type-variable:
07:15:16     E extends Object declared in class X
07:15:16 1 error
07:15:16 1 warning
07:15:16 
07:15:16 
07:15:16 
07:15:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:17 
07:15:17 
07:15:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:18 --- javac err: ---
07:15:18 error: Class names, 'UsingGenericsClass', are only accepted if annotation processing is explicitly requested
07:15:18 1 error
07:15:18 
07:15:18 
07:15:18 
07:15:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:19 --- javac err: ---
07:15:19 X.java:27: error: cannot find symbol
07:15:19 				Zork z;
07:15:19 				^
07:15:19   symbol: class Zork
07:15:19 1 error
07:15:19 
07:15:19 
07:15:19 
07:15:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:20 --- javac err: ---
07:15:20 X.java:9: error: incompatible types: Reference<CAP#1> cannot be converted to Soft
07:15:20         Soft soft= (Soft) remove;
07:15:20                           ^
07:15:20   where CAP#1 is a fresh type-variable:
07:15:20     CAP#1 extends Number from capture of ? extends Number
07:15:20 1 error
07:15:20 
07:15:20 
07:15:20 
07:15:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:21 --- javac err: ---
07:15:21 X.java:10: error: cannot find symbol
07:15:21     Zork z;
07:15:21     ^
07:15:21   symbol:   class Zork
07:15:21   location: class X<A>
07:15:21   where A is a type-variable:
07:15:21     A extends Object declared in class X
07:15:21 X.java:7: warning: [rawtypes] found raw type: X
07:15:21                 X x = newInstance();
07:15:21                 ^
07:15:21   missing type arguments for generic class X<A>
07:15:21   where A is a type-variable:
07:15:21     A extends Object declared in class X
07:15:21 X.java:8: warning: [rawtypes] found raw type: X
07:15:21                 return new X[] { x };
07:15:21                            ^
07:15:21   missing type arguments for generic class X<A>
07:15:21   where A is a type-variable:
07:15:21     A extends Object declared in class X
07:15:21 X.java:8: warning: [unchecked] unchecked conversion
07:15:21                 return new X[] { x };
07:15:21                        ^
07:15:21   required: X<String>[]
07:15:21   found:    X[]
07:15:21 1 error
07:15:21 3 warnings
07:15:21 
07:15:21 
07:15:21 
07:15:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:22 --- javac err: ---
07:15:22 X.java:9: error: cannot find symbol
07:15:22     Zork z;
07:15:22     ^
07:15:22   symbol:   class Zork
07:15:22   location: class X<A>
07:15:22   where A is a type-variable:
07:15:22     A extends Object declared in class X
07:15:22 X.java:6: warning: [rawtypes] found raw type: X
07:15:22         X x = new X();
07:15:22         ^
07:15:22   missing type arguments for generic class X<A>
07:15:22   where A is a type-variable:
07:15:22     A extends Object declared in class X
07:15:22 X.java:6: warning: [rawtypes] found raw type: X
07:15:22         X x = new X();
07:15:22                   ^
07:15:22   missing type arguments for generic class X<A>
07:15:22   where A is a type-variable:
07:15:22     A extends Object declared in class X
07:15:22 X.java:7: warning: [rawtypes] found raw type: Comparable
07:15:22         Comparable c = newInstance2(x);
07:15:22         ^
07:15:22   missing type arguments for generic class Comparable<T>
07:15:22   where T is a type-variable:
07:15:22     T extends Object declared in interface Comparable
07:15:22 X.java:7: warning: [unchecked] unchecked method invocation: method newInstance2 in class X is applied to given types
07:15:22         Comparable c = newInstance2(x);
07:15:22                                    ^
07:15:22   required: X<B>
07:15:22   found: X
07:15:22   where B is a type-variable:
07:15:22     B extends Comparable<B> declared in method <B>newInstance2(X<B>)
07:15:22 X.java:7: warning: [unchecked] unchecked conversion
07:15:22         Comparable c = newInstance2(x);
07:15:22                                     ^
07:15:22   required: X<B>
07:15:22   found:    X
07:15:22   where B is a type-variable:
07:15:22     B extends Comparable<B> declared in method <B>newInstance2(X<B>)
07:15:22 1 error
07:15:22 5 warnings
07:15:22 
07:15:22 
07:15:22 
07:15:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:23 --- javac err: ---
07:15:23 X.java:3: error: a generic class may not extend java.lang.Throwable
07:15:23         throw new Exception("Bug134645") {
07:15:23                   ^
07:15:23 1 error
07:15:23 
07:15:23 
07:15:23 
07:15:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:24 
07:15:24 
07:15:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:25 
07:15:25 
07:15:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:26 --- javac err: ---
07:15:26 X.java:2: error: incompatible types: Class<X> cannot be converted to Class<X<?>>
07:15:26   protected static final Class<X<?>> theClass = (Class<X<?>>) X.class;
07:15:26                                                                ^
07:15:26 X.java:4: error: incompatible types: Class<X> cannot be converted to Class<X<?>>
07:15:26 	  Class<X<?>> cx1 = cx;
07:15:26 	                    ^
07:15:26 X.java:5: error: incompatible types: Class<X> cannot be converted to Class<X<?>>
07:15:26 	  Class<X<?>> cx2 = (Class<X<?>>) cx;
07:15:26 	                                  ^
07:15:26 3 errors
07:15:26 
07:15:26 
07:15:26 
07:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:27 --- javac err: ---
07:15:27 Child.java:5: warning: [rawtypes] found raw type: Base
07:15:27 class Base<T extends Base> {}
07:15:27                      ^
07:15:27   missing type arguments for generic class Base<T>
07:15:27   where T is a type-variable:
07:15:27     T extends Base declared in class Base
07:15:27 1 warning
07:15:27 
07:15:27 
07:15:27 
07:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:28 
07:15:28 
07:15:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:29 --- javac err: ---
07:15:29 X.java:2: error: Collection cannot be inherited with different arguments: <> and <T0>
07:15:29 public class X<T0> extends ArrayList<T0> implements I<T0> {
07:15:29        ^
07:15:29 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
07:15:29 public class X<T0> extends ArrayList<T0> implements I<T0> {
07:15:29        ^
07:15:29 X.java:4: warning: [rawtypes] found raw type: Collection
07:15:29 interface I<T1> extends Collection {
07:15:29                         ^
07:15:29   missing type arguments for generic class Collection<E>
07:15:29   where E is a type-variable:
07:15:29     E extends Object declared in interface Collection
07:15:29 1 error
07:15:29 2 warnings
07:15:29 
07:15:29 
07:15:29 
07:15:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:30 
07:15:30 
07:15:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:31 --- javac err: ---
07:15:31 X.java:16: error: cannot select a static class from a parameterized type
07:15:31     I1<E>.I2<E> i1i2 = null;
07:15:31          ^
07:15:31 1 error
07:15:31 
07:15:31 
07:15:31 
07:15:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:32 --- javac err: ---
07:15:32 X.java:2: warning: [rawtypes] found raw type: X
07:15:32         interface I1<T> extends X {
07:15:32                                 ^
07:15:32   missing type arguments for generic class X<T>
07:15:32   where T is a type-variable:
07:15:32     T extends Object declared in interface X
07:15:32 X.java:3: warning: [rawtypes] found raw type: I1
07:15:32                 interface I2<T> extends I1 {
07:15:32                                         ^
07:15:32   missing type arguments for generic class I1<T>
07:15:32   where T is a type-variable:
07:15:32     T extends Object declared in interface I1
07:15:32 X.java:6: warning: [rawtypes] found raw type: I1
07:15:32                 interface I3<T> extends I1 {
07:15:32                                         ^
07:15:32   missing type arguments for generic class I1<T>
07:15:32   where T is a type-variable:
07:15:32     T extends Object declared in interface I1
07:15:32 X.java:9: warning: [rawtypes] found raw type: I2
07:15:32                 interface I4<T> extends I1.I2, I1.I3 {    
07:15:32                                           ^
07:15:32   missing type arguments for generic class I2<T>
07:15:32   where T is a type-variable:
07:15:32     T extends Object declared in interface I2
07:15:32 X.java:9: warning: [rawtypes] found raw type: I3
07:15:32                 interface I4<T> extends I1.I2, I1.I3 {    
07:15:32                                                  ^
07:15:32   missing type arguments for generic class I3<T>
07:15:32   where T is a type-variable:
07:15:32     T extends Object declared in interface I3
07:15:32 X.java:14: warning: [rawtypes] found raw type: I1
07:15:32     I1 i1 = null;
07:15:32     ^
07:15:32   missing type arguments for generic class I1<T>
07:15:32   where T is a type-variable:
07:15:32     T extends Object declared in interface I1
07:15:32 X.java:15: warning: [rawtypes] found raw type: I2
07:15:32     I1.I2 i2 = null;
07:15:32       ^
07:15:32   missing type arguments for generic class I2<T>
07:15:32   where T is a type-variable:
07:15:32     T extends Object declared in interface I2
07:15:32 X.java:16: error: cannot select a static class from a parameterized type
07:15:32     I1<E>.I2 i1i2 = null;
07:15:32          ^
07:15:32 X.java:16: warning: [rawtypes] found raw type: I2
07:15:32     I1<E>.I2 i1i2 = null;
07:15:32          ^
07:15:32   missing type arguments for generic class I2<T>
07:15:32   where T is a type-variable:
07:15:32     T extends Object declared in interface I2
07:15:32 1 error
07:15:32 8 warnings
07:15:32 
07:15:32 
07:15:32 
07:15:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:34 --- javac err: ---
07:15:34 Outer.java:5: warning: [rawtypes] found raw type: Outer.Inner
07:15:34   public static void method(Outer.Inner x) {
07:15:34                                  ^
07:15:34   missing type arguments for generic class Outer<O>.Inner
07:15:34   where O is a type-variable:
07:15:34     O extends Object declared in class Outer
07:15:34 Outer.java:9: warning: [rawtypes] found raw type: Outer.Inner
07:15:34     Outer.Inner x = null;
07:15:34          ^
07:15:34   missing type arguments for generic class Outer<O>.Inner
07:15:34   where O is a type-variable:
07:15:34     O extends Object declared in class Outer
07:15:34 2 warnings
07:15:34 
07:15:35 
07:15:35 
07:15:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:36 --- javac err: ---
07:15:36 Outer.java:5: warning: [rawtypes] found raw type: Outer.Inner
07:15:36   public static void method(Outer.Inner x) {
07:15:36                                  ^
07:15:36   missing type arguments for generic class Outer<O>.Inner
07:15:36   where O is a type-variable:
07:15:36     O extends Object declared in class Outer
07:15:36 Outer.java:9: warning: [rawtypes] found raw type: Outer.Inner
07:15:36     Outer.Inner x = null;
07:15:36          ^
07:15:36   missing type arguments for generic class Outer<O>.Inner
07:15:36   where O is a type-variable:
07:15:36     O extends Object declared in class Outer
07:15:36 2 warnings
07:15:36 
07:15:36 
07:15:36 
07:15:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:37 --- javac err: ---
07:15:37 Outer.java:5: warning: [rawtypes] found raw type: Outer.Inner
07:15:37   public static void method(Outer.Inner x) {
07:15:37                                  ^
07:15:37   missing type arguments for generic class Outer<O>.Inner
07:15:37   where O is a type-variable:
07:15:37     O extends Object declared in class Outer
07:15:37 Outer.java:9: warning: [rawtypes] found raw type: Outer.Inner
07:15:37     Outer.Inner x = null;
07:15:37          ^
07:15:37   missing type arguments for generic class Outer<O>.Inner
07:15:37   where O is a type-variable:
07:15:37     O extends Object declared in class Outer
07:15:37 2 warnings
07:15:37 
07:15:38 --- javac err: ---
07:15:38 ExtendedOuter.java:4: warning: [rawtypes] found raw type: Outer.Inner
07:15:38 		Outer.Inner in;
07:15:38 		     ^
07:15:38   missing type arguments for generic class Outer<O>.Inner
07:15:38   where O is a type-variable:
07:15:38     O extends Object declared in class Outer
07:15:38 1 warning
07:15:38 
07:15:38 
07:15:38 
07:15:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:39 --- javac err: ---
07:15:39 X.java:3: error: cannot find symbol
07:15:39 public class X extends ArrayList<Bean> {
07:15:39                                  ^
07:15:39   symbol: class Bean
07:15:39 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
07:15:39 public class X extends ArrayList<Bean> {
07:15:39        ^
07:15:39 1 error
07:15:39 1 warning
07:15:39 
07:15:39 
07:15:39 
07:15:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:41 
07:15:41 
07:15:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:43 
07:15:43 
07:15:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:45 
07:15:45 
07:15:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:47 
07:15:47 
07:15:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:48 
07:15:48 
07:15:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:49 --- javac err: ---
07:15:49 Worker.java:2: warning: [rawtypes] found raw type: Outer.Inner
07:15:49   public static void method(Outer.Inner i) {}
07:15:49                                  ^
07:15:49   missing type arguments for generic class Outer<O>.Inner
07:15:49   where O is a type-variable:
07:15:49     O extends Object declared in class Outer
07:15:49 1 warning
07:15:49 
07:15:50 
07:15:50 
07:15:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:51 --- javac err: ---
07:15:51 Worker.java:2: warning: [rawtypes] found raw type: Outer.Inner.Inner2
07:15:51   public static void method(Outer.Inner.Inner2 i) {}
07:15:51                                        ^
07:15:51   missing type arguments for generic class Outer<O>.Inner.Inner2
07:15:51   where O is a type-variable:
07:15:51     O extends Object declared in class Outer
07:15:51 1 warning
07:15:51 
07:15:52 
07:15:52 
07:15:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:53 --- javac err: ---
07:15:53 X.java:7: error: incompatible types: List<CAP#1> cannot be converted to Collection<? extends CAP#2>
07:15:53 	l1.addAll(l2);
07:15:53 	          ^
07:15:53   where CAP#1,CAP#2 are fresh type-variables:
07:15:53     CAP#1 extends Object from capture of ?
07:15:53     CAP#2 extends Object from capture of ?
07:15:53 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:15:53 1 error
07:15:53 
07:15:53 
07:15:53 
07:15:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:55 
07:15:55 
07:15:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:56 --- javac err: ---
07:15:56 X.java:4: error: incompatible types: inference variable T has incompatible bounds
07:15:56         List<Class<Object>>  lco = Arrays.asList(String.class, Integer.class, Long.class);
07:15:56                                                 ^
07:15:56     equality constraints: Class<Object>
07:15:56     lower bounds: Class<Long>,Class<Integer>,Class<String>
07:15:56   where T is a type-variable:
07:15:56     T extends Object declared in method <T>asList(T...)
07:15:56 1 error
07:15:56 
07:15:56 
07:15:56 
07:15:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:57 --- javac err: ---
07:15:57 T.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
07:15:57 		i.setObj(new Integer(100));
07:15:57 		         ^
07:15:57 1 warning
07:15:57 
07:15:57 
07:15:57 
07:15:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:58 --- javac err: ---
07:15:58 X.java:11: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart
07:15:58 	public ISheetViewer getViewer() { return null; }	
07:15:58 	                    ^
07:15:58   return type ISheetViewer is not compatible with EditPartViewer
07:15:58 X.java:7: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart
07:15:58 abstract class GLinkElementView<M,CM> extends AbstractLinkView<M> {}
07:15:58          ^
07:15:58   return type ISheetViewer is not compatible with EditPartViewer
07:15:58 2 errors
07:15:58 
07:15:58 
07:15:58 
07:15:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:15:59 --- javac err: ---
07:15:59 X.java:11: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart
07:15:59 	public SheetViewer getViewer() { return null; }	
07:15:59 	                   ^
07:15:59   return type SheetViewer is not compatible with EditPartViewer
07:15:59 X.java:7: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart
07:15:59 abstract class GLinkElementView<M,CM> extends AbstractLinkView<M> {}
07:15:59          ^
07:15:59   return type SheetViewer is not compatible with EditPartViewer
07:15:59 2 errors
07:15:59 
07:15:59 
07:15:59 
07:15:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:00 --- javac err: ---
07:16:00 Child.java:2: warning: [rawtypes] found raw type: IParent
07:16:00 abstract class Parent<T> extends Grandparent<T> implements IParent {}
07:16:00                                                            ^
07:16:00   missing type arguments for generic class IParent<T>
07:16:00   where T is a type-variable:
07:16:00     T extends Object declared in interface IParent
07:16:00 Child.java:2: error: IGrandparent cannot be inherited with different arguments: <> and <T>
07:16:00 abstract class Parent<T> extends Grandparent<T> implements IParent {}
07:16:00          ^
07:16:00 Child.java:1: error: IGrandparent cannot be inherited with different arguments: <> and <java.lang.Object>
07:16:00 public class Child extends Parent<Object> {}
07:16:00        ^
07:16:00 2 errors
07:16:00 1 warning
07:16:00 
07:16:00 
07:16:00 
07:16:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:01 --- javac err: ---
07:16:01 Child.java:2: error: unexpected type
07:16:01 abstract class Parent<T> extends Grandparent<T> implements IParent<?> {}
07:16:01                                                            ^
07:16:01   required: class or interface without bounds
07:16:01   found:    ?
07:16:01 Child.java:1: error: IGrandparent cannot be inherited with different arguments: <?> and <java.lang.Object>
07:16:01 public class Child extends Parent<Object> {}
07:16:01        ^
07:16:01 2 errors
07:16:01 
07:16:01 
07:16:01 
07:16:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:02 --- javac err: ---
07:16:02 X.java:2: error: IX cannot be inherited with different arguments: <T> and <java.lang.Thread>
07:16:02 class SX<T> extends TX<Thread> implements IX<T> {}
07:16:02 ^
07:16:02 X.java:1: error: IX cannot be inherited with different arguments: <java.lang.Object> and <java.lang.String>
07:16:02 public class X extends SX<String> implements IX<Object> {}
07:16:02        ^
07:16:02 2 errors
07:16:02 
07:16:02 
07:16:02 
07:16:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:03 --- javac err: ---
07:16:03 X.java:2: warning: [rawtypes] found raw type: Collection
07:16:03 public abstract class X<T0> implements Collection, I<T0> {
07:16:03                                        ^
07:16:03   missing type arguments for generic class Collection<E>
07:16:03   where E is a type-variable:
07:16:03     E extends Object declared in interface Collection
07:16:03 X.java:2: error: Collection cannot be inherited with different arguments: <> and <java.lang.String>
07:16:03 public abstract class X<T0> implements Collection, I<T0> {
07:16:03                 ^
07:16:03 X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type Collection
07:16:03 		this.add(new Object());
07:16:03 		        ^
07:16:03   where E is a type-variable:
07:16:03     E extends Object declared in interface Collection
07:16:03 X.java:6: warning: [unchecked] unchecked call to add(E) as a member of the raw type Collection
07:16:03 		this.add(null);
07:16:03 		        ^
07:16:03   where E is a type-variable:
07:16:03     E extends Object declared in interface Collection
07:16:03 1 error
07:16:03 3 warnings
07:16:03 
07:16:03 
07:16:03 
07:16:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:04 --- javac err: ---
07:16:04 X.java:19: warning: [unchecked] unchecked cast
07:16:04       return (T) new X();
07:16:04                  ^
07:16:04   required: T
07:16:04   found:    X
07:16:04   where T is a type-variable:
07:16:04     T extends X declared in class ATest
07:16:04 1 warning
07:16:04 
07:16:04 
07:16:04 
07:16:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:05 --- javac err: ---
07:16:05 X.java:8: error: unexpected type
07:16:05 	  (b ? x1 : x2).new Inner();
07:16:05 	                    ^
07:16:05   required: class,package
07:16:05   found:    value
07:16:05 1 error
07:16:05 
07:16:05 ----------------------------------------
07:16:05 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0994 - 12
07:16:05 X.java [
07:16:05 public class X {
07:16:05   public class Inner {
07:16:05     Inner() {
07:16:05       System.out.println("SUCCESS");
07:16:05     }
07:16:05   }
07:16:05   void foo(boolean b, X1 x1, X2 x2) {
07:16:05 	  (b ? x1 : x2).new Inner();
07:16:05   }
07:16:05   public static void main(String[] args) {
07:16:05     new X().foo(true, new X1(), new X2());
07:16:05   }
07:16:05 }
07:16:05 
07:16:05 class X1 extends X implements Comparable<X1> {
07:16:05   public int compareTo(X1 other) {
07:16:05     return 0;
07:16:05   }
07:16:05 }
07:16:05 class X2 extends X implements Comparable<X2> {
07:16:05   public int compareTo(X2 other) {
07:16:05     return 0;
07:16:05   }
07:16:05 }
07:16:05 
07:16:05 ]
07:16:05 
07:16:05 
07:16:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:06 --- javac err: ---
07:16:06 X.java:20: error: incompatible types: inference variable U has incompatible equality constraints X<?>,List
07:16:06     final List<X<?>> l2 = castList(l1, List.class);
07:16:06                                   ^
07:16:06   where U is a type-variable:
07:16:06     U extends Object declared in method <U>castList(List<? extends Object>,Class<U>)
07:16:06 X.java:22: warning: [rawtypes] found raw type: X
07:16:06     List<X> l3 = l2;
07:16:06          ^
07:16:06   missing type arguments for generic class X<T>
07:16:06   where T is a type-variable:
07:16:06     T extends Object declared in class X
07:16:06 X.java:22: error: incompatible types: List<X<?>> cannot be converted to List<X>
07:16:06     List<X> l3 = l2;
07:16:06                  ^
07:16:06 X.java:24: error: incompatible types: List<X<String>> cannot be converted to List<X>
07:16:06     l3 = l4;
07:16:06          ^
07:16:06 3 errors
07:16:06 1 warning
07:16:06 
07:16:06 
07:16:06 
07:16:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:06 --- javac err: ---
07:16:06 X.java:20: warning: [unchecked] unchecked cast
07:16:06       return (T) new X();
07:16:06                  ^
07:16:06   required: T
07:16:06   found:    X
07:16:06   where T is a type-variable:
07:16:06     T extends Outer declared in class ATest
07:16:06 1 warning
07:16:06 
07:16:07 
07:16:07 
07:16:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:07 
07:16:07 
07:16:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:09 --- javac err: ---
07:16:09 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterator<E>
07:16:09 	public static final <T,E extends T> Iterator<T> chain(Iterator<E>... it) {
07:16:09 	                                                                     ^
07:16:09   where E,T are type-variables:
07:16:09     E extends T declared in method <T,E>chain(Iterator<E>...)
07:16:09     T extends Object declared in method <T,E>chain(Iterator<E>...)
07:16:09 X.java:9: warning: [rawtypes] found raw type: Iterator
07:16:09 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
07:16:09 		                                   ^
07:16:09   missing type arguments for generic class Iterator<E>
07:16:09   where E is a type-variable:
07:16:09     E extends Object declared in interface Iterator
07:16:09 X.java:9: warning: [unchecked] unchecked method invocation: method chain in class X is applied to given types
07:16:09 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
07:16:09 		                              ^
07:16:09   required: Iterator<E>[]
07:16:09   found: Iterator[]
07:16:09   where E,T are type-variables:
07:16:09     E extends T declared in method <T,E>chain(Iterator<E>...)
07:16:09     T extends Object declared in method <T,E>chain(Iterator<E>...)
07:16:09 X.java:9: warning: [unchecked] unchecked conversion
07:16:09 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
07:16:09 		                               ^
07:16:09   required: Iterator<E>[]
07:16:09   found:    Iterator[]
07:16:09   where E,T are type-variables:
07:16:09     E extends T declared in method <T,E>chain(Iterator<E>...)
07:16:09     T extends Object declared in method <T,E>chain(Iterator<E>...)
07:16:09 X.java:9: warning: [unchecked] unchecked conversion
07:16:09 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
07:16:09 		                              ^
07:16:09   required: Iterator<Number>
07:16:09   found:    Iterator
07:16:09 X.java:14: error: method chain in class X cannot be applied to given types;
07:16:09 		Iterator<Number> it2 = X.chain(l1.iterator(), l2.iterator());
07:16:09 		                        ^
07:16:09   required: Iterator<E>[]
07:16:09   found: Iterator<Integer>,Iterator<Float>
07:16:09   reason: inference variable E has incompatible equality constraints Float,Integer
07:16:09   where E,T are type-variables:
07:16:09     E extends T declared in method <T,E>chain(Iterator<E>...)
07:16:09     T extends Object declared in method <T,E>chain(Iterator<E>...)
07:16:09 X.java:18: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterator<Integer>[]
07:16:09 		Iterator<Number> it2 = X.chain(l1.iterator(), l1.iterator());
07:16:09 		                              ^
07:16:09 1 error
07:16:09 6 warnings
07:16:09 
07:16:09 
07:16:09 
07:16:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:10 --- javac err: ---
07:16:10 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterator<? extends T>
07:16:10 	public static final <T> Iterator<T> chain(Iterator<? extends T>... it) {
07:16:10 	                                                                   ^
07:16:10   where T is a type-variable:
07:16:10     T extends Object declared in method <T>chain(Iterator<? extends T>...)
07:16:10 X.java:9: warning: [rawtypes] found raw type: Iterator
07:16:10 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
07:16:10 		                                   ^
07:16:10   missing type arguments for generic class Iterator<E>
07:16:10   where E is a type-variable:
07:16:10     E extends Object declared in interface Iterator
07:16:10 X.java:9: warning: [unchecked] unchecked method invocation: method chain in class X is applied to given types
07:16:10 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
07:16:10 		                              ^
07:16:10   required: Iterator<? extends T>[]
07:16:10   found: Iterator[]
07:16:10   where T is a type-variable:
07:16:10     T extends Object declared in method <T>chain(Iterator<? extends T>...)
07:16:10 X.java:9: warning: [unchecked] unchecked conversion
07:16:10 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
07:16:10 		                               ^
07:16:10   required: Iterator<? extends T>[]
07:16:10   found:    Iterator[]
07:16:10   where T is a type-variable:
07:16:10     T extends Object declared in method <T>chain(Iterator<? extends T>...)
07:16:10 X.java:9: warning: [unchecked] unchecked conversion
07:16:10 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
07:16:10 		                              ^
07:16:10   required: Iterator<Number>
07:16:10   found:    Iterator
07:16:10 X.java:14: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterator<? extends Number>[]
07:16:10 		Iterator<Number> it2 = X.chain(l1.iterator(), l2.iterator());
07:16:10 		                              ^
07:16:10 X.java:18: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterator<? extends Number>[]
07:16:10 		Iterator<Number> it2 = X.chain(l1.iterator(), l1.iterator());
07:16:10 		                              ^
07:16:10 7 warnings
07:16:10 
07:16:10 
07:16:10 
07:16:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:11 
07:16:11 
07:16:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:11 --- javac err: ---
07:16:11 Base.java:3: error: type argument Foo<U,V> is not within bounds of type-variable F
07:16:11 class Foo<U extends Base, V extends Bar<U, Foo<U, V>>> {
07:16:11                                               ^
07:16:11   where U,V,F,E are type-variables:
07:16:11     U extends Base declared in class Foo
07:16:11     V extends Bar<U,Foo<U,V>> declared in class Foo
07:16:11     F extends Foo<E,Bar<E,F>> declared in class Bar
07:16:11     E extends Base declared in class Bar
07:16:11 Base.java:7: error: type argument Bar<E,F> is not within bounds of type-variable V
07:16:11 class Bar<E extends Base, F extends Foo<E, Bar<E, F>>> {
07:16:11                                               ^
07:16:11   where E,F,V,U are type-variables:
07:16:11     E extends Base declared in class Bar
07:16:11     F extends Foo<E,Bar<E,F>> declared in class Bar
07:16:11     V extends Bar<U,Foo<U,V>> declared in class Foo
07:16:11     U extends Base declared in class Foo
07:16:11 2 errors
07:16:11 
07:16:11 
07:16:11 
07:16:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:12 
07:16:12 
07:16:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:13 
07:16:13 
07:16:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:14 --- javac err: ---
07:16:14 X.java:7: warning: [unchecked] unchecked cast
07:16:14         return (RT)(obj == NULL_REF ? null : obj);
07:16:14                    ^
07:16:14   required: RT
07:16:14   found:    Object
07:16:14   where RT is a type-variable:
07:16:14     RT extends Object declared in method <RT>unwrap(Object)
07:16:14 1 warning
07:16:14 
07:16:14 
07:16:14 
07:16:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:15 --- javac err: ---
07:16:15 X.java:17: error: cannot find symbol
07:16:15     Zork z;
07:16:15     ^
07:16:15   symbol:   class Zork
07:16:15   location: class X<T1,T2>
07:16:15   where T1,T2 are type-variables:
07:16:15     T1 extends Object declared in class X
07:16:15     T2 extends Object declared in class X
07:16:15 X.java:7: warning: [unchecked] unchecked cast
07:16:15         return (RT)(obj == NULL_REF ? null : obj);
07:16:15                    ^
07:16:15   required: RT
07:16:15   found:    Object
07:16:15   where RT is a type-variable:
07:16:15     RT extends Object declared in method <RT>unwrap(Object)
07:16:15 1 error
07:16:15 1 warning
07:16:15 
07:16:15 
07:16:15 
07:16:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:16 
07:16:16 
07:16:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:17 --- javac err: ---
07:16:17 GenericsProblem.java:5: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends T>
07:16:17 		Class<? extends T> cl = val.getClass();
07:16:17 		                                    ^
07:16:17   where T is a type-variable:
07:16:17     T extends Object declared in method <T>test(T)
07:16:17   where CAP#1 is a fresh type-variable:
07:16:17     CAP#1 extends Object from capture of ? extends Object
07:16:17 1 error
07:16:17 
07:16:17 
07:16:17 
07:16:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:17 
07:16:17 
07:16:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:18 --- javac err: ---
07:16:18 X.java:4: warning: [rawtypes] found raw type: Map
07:16:18 	void foo(Map<String,Map> map) {
07:16:18 	                    ^
07:16:18   missing type arguments for generic class Map<K,V>
07:16:18   where K,V are type-variables:
07:16:18     K extends Object declared in interface Map
07:16:18     V extends Object declared in interface Map
07:16:18 X.java:5: error: method bar in class X cannot be applied to given types;
07:16:18 		bar(map);
07:16:18 		^
07:16:18   required: Map<U,Map<U,V>>
07:16:18   found: Map<String,Map>
07:16:18   reason: cannot infer type-variable(s) U,V
07:16:18     (argument mismatch; Map<String,Map> cannot be converted to Map<U,Map<U,V>>)
07:16:18   where U,V are type-variables:
07:16:18     U extends Object declared in method <U,V>bar(Map<U,Map<U,V>>)
07:16:18     V extends Object declared in method <U,V>bar(Map<U,Map<U,V>>)
07:16:18 1 error
07:16:18 1 warning
07:16:18 
07:16:18 
07:16:18 
07:16:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:19 --- javac err: ---
07:16:19 X.java:4: warning: [rawtypes] found raw type: Map
07:16:19 	void foo(Map<String,Map> map) {
07:16:19 	                    ^
07:16:19   missing type arguments for generic class Map<K,V>
07:16:19   where K,V are type-variables:
07:16:19     K extends Object declared in interface Map
07:16:19     V extends Object declared in interface Map
07:16:19 X.java:5: error: method bar in class X cannot be applied to given types;
07:16:19 		bar(map);
07:16:19 		^
07:16:19   required: Map<U,? extends Map<U,V>>
07:16:19   found: Map<String,Map>
07:16:19   reason: cannot infer type-variable(s) U,V
07:16:19     (argument mismatch; Map<String,Map> cannot be converted to Map<U,? extends Map<U,V>>)
07:16:19   where U,V are type-variables:
07:16:19     U extends Object declared in method <U,V>bar(Map<U,? extends Map<U,V>>)
07:16:19     V extends Object declared in method <U,V>bar(Map<U,? extends Map<U,V>>)
07:16:19 1 error
07:16:19 1 warning
07:16:19 
07:16:19 
07:16:19 
07:16:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:20 --- javac err: ---
07:16:20 X.java:3: warning: [rawtypes] found raw type: HashMap
07:16:20 	void foo(HashMap map, String s, Map<String,String> map2) {
07:16:20 	         ^
07:16:20   missing type arguments for generic class HashMap<K,V>
07:16:20   where K,V are type-variables:
07:16:20     K extends Object declared in class HashMap
07:16:20     V extends Object declared in class HashMap
07:16:20 X.java:4: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
07:16:20 		bar(map, s, map2); //1
07:16:20 		   ^
07:16:20   required: Map<U,U>,U,Map<U,U>
07:16:20   found: HashMap,String,Map<String,String>
07:16:20   where U is a type-variable:
07:16:20     U extends Object declared in method <U>bar(Map<U,U>,U,Map<U,U>)
07:16:20 X.java:4: warning: [unchecked] unchecked conversion
07:16:20 		bar(map, s, map2); //1
07:16:20 		    ^
07:16:20   required: Map<U,U>
07:16:20   found:    HashMap
07:16:20   where U is a type-variable:
07:16:20     U extends Object declared in method <U>bar(Map<U,U>,U,Map<U,U>)
07:16:20 X.java:6: warning: [unchecked] unchecked method invocation: method bar2 in class X is applied to given types
07:16:20 		bar2(map, s, map2); //3
07:16:20 		    ^
07:16:20   required: Map<String,String>,String,Map<String,String>
07:16:20   found: HashMap,String,Map<String,String>
07:16:20 X.java:6: warning: [unchecked] unchecked conversion
07:16:20 		bar2(map, s, map2); //3
07:16:20 		     ^
07:16:20   required: Map<String,String>
07:16:20   found:    HashMap
07:16:20 X.java:7: warning: [unchecked] unchecked method invocation: method bar3 in class X is applied to given types
07:16:20 		bar3(map, s, map2); //4
07:16:20 		    ^
07:16:20   required: Map<String,String>,U,Map<U,U>
07:16:20   found: HashMap,String,Map<String,String>
07:16:20   where U is a type-variable:
07:16:20     U extends Object declared in method <U>bar3(Map<String,String>,U,Map<U,U>)
07:16:20 X.java:7: warning: [unchecked] unchecked conversion
07:16:20 		bar3(map, s, map2); //4
07:16:20 		     ^
07:16:20   required: Map<String,String>
07:16:20   found:    HashMap
07:16:20 7 warnings
07:16:20 
07:16:20 
07:16:20 
07:16:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:21 --- javac err: ---
07:16:21 X.java:2: warning: [rawtypes] found raw type: L
07:16:21 	void foo(L l, C<X> c) {
07:16:21 	         ^
07:16:21   missing type arguments for generic class L<E>
07:16:21   where E is a type-variable:
07:16:21     E extends Object declared in class L
07:16:21 X.java:3: warning: [unchecked] unchecked method invocation: method bar1 in class X is applied to given types
07:16:21 		X x = bar1(l, c);
07:16:21 		          ^
07:16:21   required: L<T>,C<T>
07:16:21   found: L,C<X>
07:16:21   where T is a type-variable:
07:16:21     T extends Object declared in method <T>bar1(L<T>,C<T>)
07:16:21 X.java:3: warning: [unchecked] unchecked conversion
07:16:21 		X x = bar1(l, c);
07:16:21 		           ^
07:16:21   required: L<T>
07:16:21   found:    L
07:16:21   where T is a type-variable:
07:16:21     T extends Object declared in method <T>bar1(L<T>,C<T>)
07:16:21 X.java:4: warning: [unchecked] unchecked method invocation: method bar2 in class X is applied to given types
07:16:21 		L<X> lx = bar2(l, c);
07:16:21 		              ^
07:16:21   required: L<T>,C<T>
07:16:21   found: L,C<X>
07:16:21   where T is a type-variable:
07:16:21     T extends Object declared in method <T>bar2(L<T>,C<T>)
07:16:21 X.java:4: warning: [unchecked] unchecked conversion
07:16:21 		L<X> lx = bar2(l, c);
07:16:21 		               ^
07:16:21   required: L<T>
07:16:21   found:    L
07:16:21   where T is a type-variable:
07:16:21     T extends Object declared in method <T>bar2(L<T>,C<T>)
07:16:21 X.java:4: warning: [unchecked] unchecked conversion
07:16:21 		L<X> lx = bar2(l, c);
07:16:21 		              ^
07:16:21   required: L<X>
07:16:21   found:    L
07:16:21 X.java:5: warning: [unchecked] unchecked method invocation: method bar3 in class X is applied to given types
07:16:21 		C<X> cx = bar3(l, c);
07:16:21 		              ^
07:16:21   required: L<T>,C<T>
07:16:21   found: L,C<X>
07:16:21   where T is a type-variable:
07:16:21     T extends Object declared in method <T>bar3(L<T>,C<T>)
07:16:21 X.java:5: warning: [unchecked] unchecked conversion
07:16:21 		C<X> cx = bar3(l, c);
07:16:21 		               ^
07:16:21   required: L<T>
07:16:21   found:    L
07:16:21   where T is a type-variable:
07:16:21     T extends Object declared in method <T>bar3(L<T>,C<T>)
07:16:21 X.java:5: warning: [unchecked] unchecked conversion
07:16:21 		C<X> cx = bar3(l, c);
07:16:21 		              ^
07:16:21   required: C<X>
07:16:21   found:    C
07:16:21 X.java:14: error: cannot find symbol
07:16:21 		return zork;
07:16:21 		       ^
07:16:21   symbol:   variable zork
07:16:21   location: class X
07:16:21 1 error
07:16:21 9 warnings
07:16:21 
07:16:21 
07:16:21 
07:16:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:22 --- javac err: ---
07:16:22 X.java:12: error: cannot find symbol
07:16:22 		System.out.println(zork);
07:16:22 		                   ^
07:16:22   symbol:   variable zork
07:16:22   location: class X
07:16:22 X.java:14: warning: [rawtypes] found raw type: List
07:16:22 	void foo(List l1, List<X> l2) {
07:16:22 	         ^
07:16:22   missing type arguments for generic class List<E>
07:16:22   where E is a type-variable:
07:16:22     E extends Object declared in interface List
07:16:22 X.java:15: warning: [unchecked] unchecked method invocation: method bar1 in class X is applied to given types
07:16:22 		X x = bar1(l1, l2);
07:16:22 		          ^
07:16:22   required: List<T>,List<T>
07:16:22   found: List,List<X>
07:16:22   where T is a type-variable:
07:16:22     T extends Object declared in method <T>bar1(List<T>,List<T>)
07:16:22 X.java:15: warning: [unchecked] unchecked conversion
07:16:22 		X x = bar1(l1, l2);
07:16:22 		           ^
07:16:22   required: List<T>
07:16:22   found:    List
07:16:22   where T is a type-variable:
07:16:22     T extends Object declared in method <T>bar1(List<T>,List<T>)
07:16:22 X.java:17: warning: [unchecked] unchecked method invocation: method bar2 in class X is applied to given types
07:16:22 		List<X> lx = bar2(l1, l2);
07:16:22 		                 ^
07:16:22   required: List<T>,List<T>
07:16:22   found: List,List<X>
07:16:22   where T is a type-variable:
07:16:22     T extends Object declared in method <T>bar2(List<T>,List<T>)
07:16:22 X.java:17: warning: [unchecked] unchecked conversion
07:16:22 		List<X> lx = bar2(l1, l2);
07:16:22 		                  ^
07:16:22   required: List<T>
07:16:22   found:    List
07:16:22   where T is a type-variable:
07:16:22     T extends Object declared in method <T>bar2(List<T>,List<T>)
07:16:22 X.java:17: warning: [unchecked] unchecked conversion
07:16:22 		List<X> lx = bar2(l1, l2);
07:16:22 		                 ^
07:16:22   required: List<X>
07:16:22   found:    List
07:16:22 1 error
07:16:22 6 warnings
07:16:22 
07:16:22 
07:16:22 
07:16:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:23 --- javac err: ---
07:16:23 X.java:4: warning: [rawtypes] found raw type: List
07:16:23 	void foo1(List l, List<String> ls) {
07:16:23 	          ^
07:16:23   missing type arguments for generic class List<E>
07:16:23   where E is a type-variable:
07:16:23     E extends Object declared in interface List
07:16:23 X.java:5: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
07:16:23 		Set<Map.Entry<String,String>> mss1 = bar(l, ls).entrySet();
07:16:23 		                                        ^
07:16:23   required: List<U>,List<V>
07:16:23   found: List,List<String>
07:16:23   where U,V are type-variables:
07:16:23     U extends Object declared in method <U,V>bar(List<U>,List<V>)
07:16:23     V extends Object declared in method <U,V>bar(List<U>,List<V>)
07:16:23 X.java:5: warning: [unchecked] unchecked conversion
07:16:23 		Set<Map.Entry<String,String>> mss1 = bar(l, ls).entrySet();
07:16:23 		                                         ^
07:16:23   required: List<U>
07:16:23   found:    List
07:16:23   where U,V are type-variables:
07:16:23     U extends Object declared in method <U,V>bar(List<U>,List<V>)
07:16:23     V extends Object declared in method <U,V>bar(List<U>,List<V>)
07:16:23 X.java:5: warning: [unchecked] unchecked conversion
07:16:23 		Set<Map.Entry<String,String>> mss1 = bar(l, ls).entrySet();
07:16:23 		                                                        ^
07:16:23   required: Set<Entry<String,String>>
07:16:23   found:    Set
07:16:23 X.java:6: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
07:16:23 		String s = bar(l, ls).entrySet();
07:16:23 		              ^
07:16:23   required: List<U>,List<V>
07:16:23   found: List,List<String>
07:16:23   where U,V are type-variables:
07:16:23     U extends Object declared in method <U,V>bar(List<U>,List<V>)
07:16:23     V extends Object declared in method <U,V>bar(List<U>,List<V>)
07:16:23 X.java:6: warning: [unchecked] unchecked conversion
07:16:23 		String s = bar(l, ls).entrySet();
07:16:23 		               ^
07:16:23   required: List<U>
07:16:23   found:    List
07:16:23   where U,V are type-variables:
07:16:23     U extends Object declared in method <U,V>bar(List<U>,List<V>)
07:16:23     V extends Object declared in method <U,V>bar(List<U>,List<V>)
07:16:23 X.java:6: error: incompatible types: Set cannot be converted to String
07:16:23 		String s = bar(l, ls).entrySet();
07:16:23 		                              ^
07:16:23 1 error
07:16:23 6 warnings
07:16:23 
07:16:23 
07:16:23 
07:16:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:23 
07:16:23 
07:16:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:24 --- javac err: ---
07:16:24 X.java:4: warning: [rawtypes] found raw type: List
07:16:24 		List ls1 = bar(null);
07:16:24 		^
07:16:24   missing type arguments for generic class List<E>
07:16:24   where E is a type-variable:
07:16:24     E extends Object declared in interface List
07:16:24 X.java:6: error: incompatible types: no instance(s) of type variable(s) U exist so that List<U> conforms to String
07:16:24 		String s = bar(null);
07:16:24 		              ^
07:16:24   where U is a type-variable:
07:16:24     U extends Object declared in method <U>bar(List<U>)
07:16:24 1 error
07:16:24 1 warning
07:16:24 
07:16:24 
07:16:24 
07:16:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:25 --- javac err: ---
07:16:25 SortedList.java:3: warning: [rawtypes] found raw type: Comparable
07:16:25 public class SortedList<E extends Comparable> extends LinkedList<E>
07:16:25                                   ^
07:16:25   missing type arguments for generic class Comparable<T>
07:16:25   where T is a type-variable:
07:16:25     T extends Object declared in interface Comparable
07:16:25 SortedList.java:6: error: no suitable method found for binarySearch(SortedList<E>,E)
07:16:25       int index = Collections.binarySearch(this,e);
07:16:25                              ^
07:16:25     method Collections.<T#1>binarySearch(List<? extends Comparable<? super T#1>>,T#1) is not applicable
07:16:25       (cannot infer type-variable(s) T#1
07:16:25         (argument mismatch; SortedList<E> cannot be converted to List<? extends Comparable<? super T#1>>))
07:16:25     method Collections.<T#2>binarySearch(List<? extends T#2>,T#2,Comparator<? super T#2>) is not applicable
07:16:25       (cannot infer type-variable(s) T#2
07:16:25         (actual and formal argument lists differ in length))
07:16:25   where E,T#1,T#2 are type-variables:
07:16:25     E extends Comparable declared in class SortedList
07:16:25     T#1 extends Object declared in method <T#1>binarySearch(List<? extends Comparable<? super T#1>>,T#1)
07:16:25     T#2 extends Object declared in method <T#2>binarySearch(List<? extends T#2>,T#2,Comparator<? super T#2>)
07:16:25 SortedList.java:3: warning: [serial] serializable class SortedList has no definition of serialVersionUID
07:16:25 public class SortedList<E extends Comparable> extends LinkedList<E>
07:16:25        ^
07:16:25 1 error
07:16:25 2 warnings
07:16:25 
07:16:25 
07:16:25 
07:16:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:26 
07:16:26 
07:16:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:27 
07:16:27 
07:16:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:28 --- javac err: ---
07:16:28 X.java:4: error: method deepToString in class X cannot be applied to given types;
07:16:28 		System.out.println(deepToString(d1));
07:16:28 		                   ^
07:16:28   required: T[]
07:16:28   found: double[]
07:16:28   reason: inference variable T has incompatible bounds
07:16:28     equality constraints: double
07:16:28     lower bounds: Object
07:16:28   where T is a type-variable:
07:16:28     T extends Object declared in method <T>deepToString(T[])
07:16:28 1 error
07:16:28 
07:16:28 
07:16:28 
07:16:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:29 --- javac err: ---
07:16:29 X.java:5: error: incompatible types: Exception cannot be converted to CAP#1
07:16:29 		l1.add(l2.get(0));
07:16:29 		             ^
07:16:29   where CAP#1 is a fresh type-variable:
07:16:29     CAP#1 extends Exception from capture of ? extends Exception
07:16:29 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:16:29 1 error
07:16:29 
07:16:29 
07:16:29 
07:16:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:30 
07:16:30 
07:16:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:31 --- javac err: ---
07:16:31 p/SomeClass2.java:3: error: cyclic inheritance involving SomeClass2
07:16:31 public abstract class SomeClass2<T> extends M {
07:16:31                 ^
07:16:31 1 error
07:16:31 
07:16:31 
07:16:31 
07:16:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:32 
07:16:32 
07:16:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:33 --- javac err: ---
07:16:33 X.java:16: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends T>
07:16:33 		Class<? extends T> clazz = input.getClass();
07:16:33 		                                         ^
07:16:33   where T is a type-variable:
07:16:33     T extends Object declared in method <T>testWithGeneric(T)
07:16:33   where CAP#1 is a fresh type-variable:
07:16:33     CAP#1 extends Object from capture of ? extends Object
07:16:33 1 error
07:16:33 
07:16:33 
07:16:33 
07:16:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:34 --- javac err: ---
07:16:34 X.java:8: error: incompatible types: Entry<Object,Object> cannot be converted to Entry<String,?>
07:16:34 		for (Map.Entry<String, ?> entry : props.entrySet()) {
07:16:34 		                                                ^
07:16:34 X.java:11: error: incompatible types: Properties cannot be converted to Map<String,?>
07:16:34 		for (Map.Entry<String, ?> entry : ((Map<String, ?>) props).entrySet()) {
07:16:34 		                                                    ^
07:16:34 2 errors
07:16:34 
07:16:34 
07:16:34 
07:16:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:35 
07:16:35 
07:16:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:36 --- javac err: ---
07:16:36 GenericBaseClass.java:9: warning: [rawtypes] found raw type: GenericBaseClass
07:16:36 class ASubGenericClass extends GenericBaseClass<GenericBaseClass, GenericBaseClass> {
07:16:36                                                 ^
07:16:36   missing type arguments for generic class GenericBaseClass<P,C>
07:16:36   where P,C are type-variables:
07:16:36     P extends Object declared in class GenericBaseClass
07:16:36     C extends Object declared in class GenericBaseClass
07:16:36 GenericBaseClass.java:9: warning: [rawtypes] found raw type: GenericBaseClass
07:16:36 class ASubGenericClass extends GenericBaseClass<GenericBaseClass, GenericBaseClass> {
07:16:36                                                                   ^
07:16:36   missing type arguments for generic class GenericBaseClass<P,C>
07:16:36   where P,C are type-variables:
07:16:36     P extends Object declared in class GenericBaseClass
07:16:36     C extends Object declared in class GenericBaseClass
07:16:36 GenericBaseClass.java:12: warning: [rawtypes] found raw type: GenericBaseClass
07:16:36     GenericBaseClass<GenericBaseClass, GenericBaseClass> hey = this;
07:16:36                      ^
07:16:36   missing type arguments for generic class GenericBaseClass<P,C>
07:16:36   where P,C are type-variables:
07:16:36     P extends Object declared in class GenericBaseClass
07:16:36     C extends Object declared in class GenericBaseClass
07:16:36 GenericBaseClass.java:12: warning: [rawtypes] found raw type: GenericBaseClass
07:16:36     GenericBaseClass<GenericBaseClass, GenericBaseClass> hey = this;
07:16:36                                        ^
07:16:36   missing type arguments for generic class GenericBaseClass<P,C>
07:16:36   where P,C are type-variables:
07:16:36     P extends Object declared in class GenericBaseClass
07:16:36     C extends Object declared in class GenericBaseClass
07:16:36 4 warnings
07:16:36 
07:16:36 
07:16:36 
07:16:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:37 
07:16:37 
07:16:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:38 
07:16:38 
07:16:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:39 
07:16:39 
07:16:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:40 
07:16:40 
07:16:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:41 
07:16:41 
07:16:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:42 --- javac err: ---
07:16:42 X.java:24: error: incompatible types: Object cannot be converted to Comparable<? super Object>
07:16:42 		Comparable<? super Object> o = new Object(); // 4
07:16:42 		                               ^
07:16:42 1 error
07:16:42 
07:16:42 
07:16:42 
07:16:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:43 --- javac err: ---
07:16:43 X.java:8: warning: [unchecked] unchecked cast
07:16:43 			return (T) new ObjectInputStream(in).readObject();
07:16:43 			                                               ^
07:16:43   required: T
07:16:43   found:    Object
07:16:43   where T is a type-variable:
07:16:43     T extends Object declared in method <T>test(String)
07:16:43 1 warning
07:16:43 
07:16:43 
07:16:43 
07:16:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:44 --- javac err: ---
07:16:44 X.java:17: error: cannot find symbol
07:16:44 	Zork z;
07:16:44 	^
07:16:44   symbol:   class Zork
07:16:44   location: class X
07:16:44 X.java:8: warning: [unchecked] unchecked cast
07:16:44 			return (T) new ObjectInputStream(in).readObject();
07:16:44 			                                               ^
07:16:44   required: T
07:16:44   found:    Object
07:16:44   where T is a type-variable:
07:16:44     T extends Object declared in method <T>test(String)
07:16:44 1 error
07:16:44 1 warning
07:16:44 
07:16:44 
07:16:44 
07:16:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:45 --- javac err: ---
07:16:45 X.java:3: warning: [rawtypes] found raw type: X
07:16:45 		X x = new X();
07:16:45 		^
07:16:45   missing type arguments for generic class X<T>
07:16:45   where T is a type-variable:
07:16:45     T extends Object declared in class X
07:16:45 X.java:3: warning: [rawtypes] found raw type: X
07:16:45 		X x = new X();
07:16:45 		          ^
07:16:45   missing type arguments for generic class X<T>
07:16:45   where T is a type-variable:
07:16:45     T extends Object declared in class X
07:16:45 X.java:4: warning: [unchecked] unchecked call to bar1(Class<?>...) as a member of the raw type X
07:16:45 		x.bar1(Integer.TYPE);
07:16:45 		      ^
07:16:45 X.java:6: error: method bar2 in class X<T> cannot be applied to given types;
07:16:45 		x.bar2("");
07:16:45 		 ^
07:16:45   required: Class[]
07:16:45   found: String
07:16:45   reason: varargs mismatch; String cannot be converted to Class
07:16:45   where T is a type-variable:
07:16:45     T extends Object declared in class X
07:16:45 X.java:9: warning: [rawtypes] found raw type: Class
07:16:45 	 void bar2(Class... classes) {}
07:16:45 	           ^
07:16:45   missing type arguments for generic class Class<T>
07:16:45   where T is a type-variable:
07:16:45     T extends Object declared in class Class
07:16:45 1 error
07:16:45 4 warnings
07:16:45 
07:16:45 
07:16:45 
07:16:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:46 --- javac err: ---
07:16:46 ChainedClosure.java:12: warning: [rawtypes] found raw type: Closure
07:16:46         Closure<I>[] closures = new Closure[] { closure1, closure2 };
07:16:46                                     ^
07:16:46   missing type arguments for generic class Closure<I>
07:16:46   where I is a type-variable:
07:16:46     I extends Object declared in interface Closure
07:16:46 ChainedClosure.java:33: error: incompatible types: inference variable I has incompatible bounds
07:16:46         return ChainedClosure.getInstance(closure1, closure2);
07:16:46                                          ^
07:16:46     equality constraints: String
07:16:46     lower bounds: CAP#1,CAP#2,Object
07:16:46   where I,J are type-variables:
07:16:46     I extends Object declared in method <I>getInstance(Closure<? super I>,Closure<? super I>)
07:16:46     J extends Object declared in method <J>chainedClosure3(Closure<? super J>,Closure<? super J>)
07:16:46   where CAP#1,CAP#2 are fresh type-variables:
07:16:46     CAP#1 extends Object super: J from capture of ? super J
07:16:46     CAP#2 extends Object super: J from capture of ? super J
07:16:46 1 error
07:16:46 1 warning
07:16:46 
07:16:46 
07:16:46 
07:16:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:47 
07:16:47 
07:16:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:48 --- javac err: ---
07:16:48 X.java:3: error: cannot find symbol
07:16:48 	List<Zork> list;
07:16:48 	^
07:16:48   symbol:   class List
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:3: error: cannot find symbol
07:16:48 	List<Zork> list;
07:16:48 	     ^
07:16:48   symbol:   class Zork
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:4: error: cannot find symbol
07:16:48 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
07:16:48 	^
07:16:48   symbol:   class Map
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:4: error: cannot find symbol
07:16:48 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
07:16:48 	    ^
07:16:48   symbol:   class Zork
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:4: error: cannot find symbol
07:16:48 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
07:16:48 	         ^
07:16:48   symbol:   class Zork
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:4: error: cannot find symbol
07:16:48 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
07:16:48 	                     ^
07:16:48   symbol:   class List
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:4: error: cannot find symbol
07:16:48 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
07:16:48 	                          ^
07:16:48   symbol:   class Zork
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:4: error: cannot find symbol
07:16:48 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
07:16:48 	                                ^
07:16:48   symbol:   class List
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:4: error: cannot find symbol
07:16:48 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
07:16:48 	                                     ^
07:16:48   symbol:   class Zork
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:5: error: package jaavaa.util does not exist
07:16:48 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
07:16:48 	           ^
07:16:48 X.java:5: error: cannot find symbol
07:16:48 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
07:16:48 	                ^
07:16:48   symbol:   class Zork
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:5: error: cannot find symbol
07:16:48 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
07:16:48 	                     ^
07:16:48   symbol:   class Zork
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:5: error: cannot find symbol
07:16:48 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
07:16:48 	                                 ^
07:16:48   symbol:   class List
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48 
07:16:48 
07:16:48     T extends String declared in class X
07:16:48 X.java:5: error: cannot find symbol
07:16:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:48 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
07:16:48 	                                      ^
07:16:48   symbol:   class Zork
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:5: error: cannot find symbol
07:16:48 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
07:16:48 	                                            ^
07:16:48   symbol:   class List
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:5: error: cannot find symbol
07:16:48 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
07:16:48 	                                                 ^
07:16:48   symbol:   class Zork
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:7: error: package p.q.Map does not exist
07:16:48 	p.q.Map.Entry entry3;
07:16:48 	       ^
07:16:48 X.java:9: error: type String does not take parameters
07:16:48 	String<Object>.Y<List> y; // wrong
07:16:48 	      ^
07:16:48 X.java:9: error: cannot find symbol
07:16:48 	String<Object>.Y<List> y; // wrong
07:16:48 	                 ^
07:16:48   symbol:   class List
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:10: error: cannot find symbol
07:16:48 	X<Object>.Y<List> y1; // wrong
07:16:48 	         ^
07:16:48   symbol:   class Y
07:16:48   location: class X<Object>
07:16:48 X.java:10: error: cannot find symbol
07:16:48 	X<Object>.Y<List> y1; // wrong
07:16:48 	            ^
07:16:48   symbol:   class List
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 X.java:11: error: cannot find symbol
07:16:48 	X<String>.Y<List> y2;
07:16:48 	         ^
07:16:48   symbol:   class Y
07:16:48   location: class X<String>
07:16:48 X.java:11: error: cannot find symbol
07:16:48 	X<String>.Y<List> y2;
07:16:48 	            ^
07:16:48   symbol:   class List
07:16:48   location: class X<T>
07:16:48   where T is a type-variable:
07:16:48     T extends String declared in class X
07:16:48 23 errors
07:16:48 
07:16:49 --- javac err: ---
07:16:49 X.java:3: error: cannot find symbol
07:16:49 	List<? extends Zork> list;
07:16:49 	^
07:16:49   symbol:   class List
07:16:49   location: class X<T>
07:16:49   where T is a type-variable:
07:16:49     T extends String declared in class X
07:16:49 X.java:3: error: cannot find symbol
07:16:49 	List<? extends Zork> list;
07:16:49 	               ^
07:16:49   symbol:   class Zork
07:16:49   location: class X<T>
07:16:49   where T is a type-variable:
07:16:49     T extends String declared in class X
07:16:49 X.java:4: error: package Map does not exist
07:16:49 	Map.Entry<?,? super Zork>	entry;
07:16:49 	   ^
07:16:49 X.java:4: error: cannot find symbol
07:16:49 	Map.Entry<?,? super Zork>	entry;
07:16:49 	                    ^
07:16:49   symbol:   class Zork
07:16:49   location: class X<T>
07:16:49   where T is a type-variable:
07:16:49     T extends String declared in class X
07:16:49 4 errors
07:16:49 
07:16:49 
07:16:49 
07:16:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:50 
07:16:50 
07:16:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:51 --- javac err: ---
07:16:51 X.java:21: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
07:16:51 		String i = CONST.NAME; // keep for possible <clinit>
07:16:51 		                ^
07:16:51 X.java:22: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
07:16:51 		String j = param.NAME; // may optimize out
07:16:51 		                ^
07:16:51 X.java:23: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
07:16:51 		String k = LOCAL_STATIC.NAME; // may optimize out
07:16:51 		                       ^
07:16:51 X.java:24: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
07:16:51 		String l = local_field.NAME; // may optimize out
07:16:51 		                      ^
07:16:51 4 warnings
07:16:51 
07:16:52 
07:16:52 
07:16:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:52 --- javac err: ---
07:16:52 X.java:21: warning: [static] static variable should be qualified by type name, I, instead of by an expression
07:16:52 		String i = this.CONST.NAME; // keep for possible <clinit>
07:16:52 		               ^
07:16:52 X.java:21: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
07:16:52 		String i = this.CONST.NAME; // keep for possible <clinit>
07:16:52 		                     ^
07:16:52 X.java:22: warning: [static] static variable should be qualified by type name, B, instead of by an expression
07:16:52 		String k = this.LOCAL_STATIC.NAME; // may optimize out
07:16:52 		               ^
07:16:52 X.java:22: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
07:16:52 		String k = this.LOCAL_STATIC.NAME; // may optimize out
07:16:52 		                            ^
07:16:52 X.java:23: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
07:16:52 		String l = this.local_field.NAME; // may optimize out
07:16:52 		                           ^
07:16:52 5 warnings
07:16:52 
07:16:53 
07:16:53 
07:16:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:53 --- javac err: ---
07:16:53 p/X.java:14: error: cannot find symbol
07:16:53 	Zork z;
07:16:53 	^
07:16:53   symbol:   class Zork
07:16:53   location: class X<T>
07:16:53   where T is a type-variable:
07:16:53     T extends Object declared in class X
07:16:53 p/X.java:5: warning: [rawtypes] found raw type: X
07:16:53 		X rawx = null;
07:16:53 		^
07:16:53   missing type arguments for generic class X<T>
07:16:53   where T is a type-variable:
07:16:53     T extends Object declared in class X
07:16:53 p/X.java:6: warning: [rawtypes] found raw type: X
07:16:53 		X[] rawxs = { rawx };
07:16:53 		^
07:16:53   missing type arguments for generic class X<T>
07:16:53   where T is a type-variable:
07:16:53     T extends Object declared in class X
07:16:53 p/X.java:10: warning: [rawtypes] found raw type: X
07:16:53 		p.X rawx = null;
07:16:53 		 ^
07:16:53   missing type arguments for generic class X<T>
07:16:53   where T is a type-variable:
07:16:53     T extends Object declared in class X
07:16:53 p/X.java:11: warning: [rawtypes] found raw type: X
07:16:53 		p.X[] rawxs = { rawx };
07:16:53 		 ^
07:16:53   missing type arguments for generic class X<T>
07:16:53   where T is a type-variable:
07:16:53     T extends Object declared in class X
07:16:53 1 error
07:16:53 4 warnings
07:16:53 
07:16:53 
07:16:53 
07:16:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:54 --- javac err: ---
07:16:54 X.java:3: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends T>
07:16:54 	    Class<? extends T> c = x.getClass();
07:16:54 	                                     ^
07:16:54   where T is a type-variable:
07:16:54     T extends Object declared in method <T>foo(T)
07:16:54   where CAP#1 is a fresh type-variable:
07:16:54     CAP#1 extends Object from capture of ? extends Object
07:16:54 1 error
07:16:54 
07:16:54 
07:16:54 
07:16:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:55 --- javac err: ---
07:16:55 A.java:4: error: type argument ? extends S is not within bounds of type-variable S
07:16:55   void test(A<? extends Long, ? extends S> a) {
07:16:55                               ^
07:16:55   where S,T are type-variables:
07:16:55     S extends T declared in class A
07:16:55     T extends Number declared in class A
07:16:55 1 error
07:16:55 
07:16:55 
07:16:55 
07:16:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:56 
07:16:56 
07:16:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:57 --- javac err: ---
07:16:57 X.java:2: error: type argument ? extends S is not within bounds of type-variable S
07:16:57         X<? extends Long,? extends S> x;
07:16:57                          ^
07:16:57   where S,T are type-variables:
07:16:57     S extends T declared in class X
07:16:57     T extends Number declared in class X
07:16:57 1 error
07:16:57 
07:16:57 ----------------------------------------
07:16:57 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1045 - 12
07:16:57 X.java [
07:16:57 class X<T extends Number, S extends T> {
07:16:57         X<? extends Long,? extends S> x;
07:16:57 }
07:16:57 ]
07:16:57 
07:16:57 
07:16:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:16:59 
07:16:59 
07:16:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:01 
07:17:01 
07:17:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:03 
07:17:03 
07:17:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:04 
07:17:04 
07:17:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:05 --- javac err: ---
07:17:05 X.java:3: warning: [unchecked] unchecked cast
07:17:05     data = (E[]) new Object[100];
07:17:05                  ^
07:17:05   required: E[]
07:17:05   found:    Object[]
07:17:05   where E is a type-variable:
07:17:05     E extends Object declared in class Container
07:17:05 1 warning
07:17:05 
07:17:05 
07:17:05 
07:17:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:06 
07:17:06 
07:17:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:08 
07:17:08 
07:17:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:09 
07:17:09 
07:17:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:10 --- javac err: ---
07:17:10 X.java:10: warning: [rawtypes] found raw type: Class
07:17:10                 Class clazz= X.class;
07:17:10                 ^
07:17:10   missing type arguments for generic class Class<T>
07:17:10   where T is a type-variable:
07:17:10     T extends Object declared in class Class
07:17:10 X.java:11: warning: [unchecked] unchecked call to <A>getAnnotation(Class<A>) as a member of the raw type Class
07:17:10                 Bar bar= clazz.getAnnotation(Bar.class);
07:17:10                                             ^
07:17:10   where A is a type-variable:
07:17:10     A extends Annotation declared in method <A>getAnnotation(Class<A>)
07:17:10 X.java:11: error: incompatible types: Annotation cannot be converted to Bar
07:17:10                 Bar bar= clazz.getAnnotation(Bar.class);
07:17:10                                             ^
07:17:10 X.java:12: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
07:17:10                 Method method= clazz.getMethod("bar");
07:17:10                                               ^
07:17:10 1 error
07:17:10 3 warnings
07:17:10 
07:17:10 
07:17:10 
07:17:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:11 
07:17:11 
07:17:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:12 
07:17:12 
07:17:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:13 --- javac err: ---
07:17:13 X.java:10: warning: [unchecked] unchecked call to compareTo(T) as a member of the raw type Comparable
07:17:13 		System.out.println(((Comparable) obj).compareTo(((Map.Entry) obj).getValue()));
07:17:13 		                                               ^
07:17:13   where T is a type-variable:
07:17:13     T extends Object declared in interface Comparable
07:17:13 X.java:16: warning: [rawtypes] found raw type: GenericType
07:17:13 			new GenericType().doSomething("a1");
07:17:13 			    ^
07:17:13   missing type arguments for generic class GenericType<E>
07:17:13   where E is a type-variable:
07:17:13     E extends Object,Comparable<E>,Entry<String,E> declared in class GenericType
07:17:13 X.java:16: warning: [unchecked] unchecked call to doSomething(E) as a member of the raw type GenericType
07:17:13 			new GenericType().doSomething("a1");
07:17:13 			                             ^
07:17:13   where E is a type-variable:
07:17:13     E extends Object,Comparable<E>,Entry<String,E> declared in class GenericType
07:17:13 3 warnings
07:17:13 
07:17:13 
07:17:13 
07:17:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:14 
07:17:14 
07:17:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:15 --- javac err: ---
07:17:15 A.java:8: error: incompatible types: inference variable S has incompatible bounds
07:17:15         Number b = test(a);
07:17:15                        ^
07:17:15     equality constraints: CAP#1
07:17:15     lower bounds: Number,Object
07:17:15   where S is a type-variable:
07:17:15     S extends Object declared in method <S>test(A<S>)
07:17:15   where CAP#1 is a fresh type-variable:
07:17:15     CAP#1 extends Object from capture of ?
07:17:15 1 error
07:17:15 
07:17:15 
07:17:15 
07:17:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:16 
07:17:16 
07:17:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:17 
07:17:17 
07:17:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:18 --- javac err: ---
07:17:18 X.java:9: error: incompatible types: X cannot be converted to Set<X>
07:17:18 			Set<X> element1 = iterator.next();
07:17:18 			                               ^
07:17:18 X.java:10: warning: [unchecked] unchecked cast
07:17:18 			Set<X> element2 = (Set<X>) iterator.next(); // warning
07:17:18 			                                        ^
07:17:18   required: Set<X>
07:17:18   found:    X
07:17:18 1 error
07:17:18 1 warning
07:17:18 
07:17:18 
07:17:18 
07:17:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:19 --- javac err: ---
07:17:19 X.java:9: error: incompatible types: Cloneable cannot be converted to Set<Cloneable>
07:17:19 			Set<Cloneable> element1 = iterator.next();
07:17:19 			                                       ^
07:17:19 X.java:10: warning: [unchecked] unchecked cast
07:17:19 			Set<Cloneable> element2 = (Set<Cloneable>) iterator.next(); // warning
07:17:19 			                                                        ^
07:17:19   required: Set<Cloneable>
07:17:19   found:    Cloneable
07:17:19 1 error
07:17:19 1 warning
07:17:19 
07:17:19 
07:17:19 
07:17:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:20 --- javac err: ---
07:17:20 X.java:8: error: incompatible types: X cannot be converted to HashSet<X>
07:17:20 			HashSet<X> element1 = iterator.next();
07:17:20 			                                   ^
07:17:20 X.java:9: error: incompatible types: X cannot be converted to HashSet<X>
07:17:20 			HashSet<X> element2 = (HashSet<X>) iterator.next();
07:17:20 			                                                ^
07:17:20 2 errors
07:17:20 
07:17:20 
07:17:20 
07:17:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:21 
07:17:21 
07:17:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:22 --- javac err: ---
07:17:22 X.java:5: warning: [rawtypes] found raw type: List
07:17:22 		List l = new ArrayList();
07:17:22 		^
07:17:22   missing type arguments for generic class List<E>
07:17:22   where E is a type-variable:
07:17:22     E extends Object declared in interface List
07:17:22 X.java:5: warning: [rawtypes] found raw type: ArrayList
07:17:22 		List l = new ArrayList();
07:17:22 		             ^
07:17:22   missing type arguments for generic class ArrayList<E>
07:17:22   where E is a type-variable:
07:17:22     E extends Object declared in class ArrayList
07:17:22 X.java:6: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:17:22 		l.add("zork");
07:17:22 		     ^
07:17:22   where E is a type-variable:
07:17:22     E extends Object declared in interface List
07:17:22 X.java:7: warning: [unchecked] unchecked conversion
07:17:22 		List<A> la = l;
07:17:22 		             ^
07:17:22   required: List<A>
07:17:22   found:    List
07:17:22 X.java:8: warning: [unchecked] unchecked conversion
07:17:22 		List<B> lb = l;
07:17:22 		             ^
07:17:22   required: List<B>
07:17:22   found:    List
07:17:22 5 warnings
07:17:22 
07:17:22 
07:17:22 
07:17:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:23 
07:17:23 
07:17:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:25 
07:17:25 
07:17:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:26 
07:17:26 
07:17:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:27 
07:17:27 
07:17:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:28 --- javac err: ---
07:17:28 X.java:3: error: > expected
07:17:28         List<void[]> x = null;
07:17:28                  ^
07:17:28 X.java:3: error: <identifier> expected
07:17:28         List<void[]> x = null;
07:17:28                    ^
07:17:28 X.java:3: error: <identifier> expected
07:17:28         List<void[]> x = null;
07:17:28                       ^
07:17:28 X.java:4: error: <identifier> expected
07:17:28         void[] y;
07:17:28             ^
07:17:28 X.java:4: error: <identifier> expected
07:17:28         void[] y;
07:17:28                 ^
07:17:28 X.java:5: error: <identifier> expected
07:17:28         void[] foo(void[] arg) {
07:17:28             ^
07:17:28 X.java:5: error: invalid method declaration; return type required
07:17:28         void[] foo(void[] arg) {
07:17:28                ^
07:17:28 X.java:5: error: <identifier> expected
07:17:28         void[] foo(void[] arg) {
07:17:28                        ^
07:17:28 X.java:5: error: ',', ')', or '[' expected
07:17:28         void[] foo(void[] arg) {
07:17:28                          ^
07:17:28 X.java:6: error: illegal start of expression
07:17:28                 void[] local;
07:17:28                 ^
07:17:28 X.java:6: error: ';' expected
07:17:28                 void[] local;
07:17:28                     ^
07:17:28 X.java:6: error: not a statement
07:17:28                 void[] local;
07:17:28                        ^
07:17:28 12 errors
07:17:28 
07:17:28 
07:17:28 
07:17:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:29 --- javac err: ---
07:17:29 X.java:3: error: > expected
07:17:29         List<void[]> x = null;
07:17:29                  ^
07:17:29 X.java:3: error: <identifier> expected
07:17:29         List<void[]> x = null;
07:17:29                    ^
07:17:29 X.java:3: error: <identifier> expected
07:17:29         List<void[]> x = null;
07:17:29                       ^
07:17:29 X.java:4: error: <identifier> expected
07:17:29         void[] y;
07:17:29             ^
07:17:29 X.java:4: error: <identifier> expected
07:17:29         void[] y;
07:17:29                 ^
07:17:29 X.java:5: error: <identifier> expected
07:17:29         void[] foo(void[] arg) {
07:17:29             ^
07:17:29 X.java:5: error: invalid method declaration; return type required
07:17:29         void[] foo(void[] arg) {
07:17:29                ^
07:17:29 X.java:5: error: <identifier> expected
07:17:29         void[] foo(void[] arg) {
07:17:29                        ^
07:17:29 X.java:5: error: ',', ')', or '[' expected
07:17:29         void[] foo(void[] arg) {
07:17:29                          ^
07:17:29 X.java:6: error: illegal start of expression
07:17:29                 void[] local;
07:17:29                 ^
07:17:29 X.java:6: error: ';' expected
07:17:29                 void[] local;
07:17:29                     ^
07:17:29 X.java:6: error: not a statement
07:17:29                 void[] local;
07:17:29                        ^
07:17:29 X.java:7: error: illegal start of expression
07:17:29                 Class c = void[].class;
07:17:29                           ^
07:17:29 X.java:7: error: ';' expected
07:17:29                 Class c = void[].class;
07:17:29                               ^
07:17:29 X.java:7: error: <identifier> expected
07:17:29                 Class c = void[].class;
07:17:29                                       ^
07:17:29 X.java:9: error: reached end of file while parsing
07:17:29 }
07:17:29  ^
07:17:29 16 errors
07:17:29 
07:17:29 
07:17:29 
07:17:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:29 --- javac err: ---
07:17:29 X.java:3: error: > expected
07:17:29         List<void[]> x = null;
07:17:29                  ^
07:17:29 X.java:3: error: <identifier> expected
07:17:29         List<void[]> x = null;
07:17:29                    ^
07:17:29 X.java:3: error: <identifier> expected
07:17:29         List<void[]> x = null;
07:17:29                       ^
07:17:29 X.java:4: error: <identifier> expected
07:17:29         void[] y;
07:17:29             ^
07:17:29 X.java:4: error: <identifier> expected
07:17:29         void[] y;
07:17:29                 ^
07:17:29 X.java:5: error: <identifier> expected
07:17:29         void[] foo(void[] arg) {
07:17:29             ^
07:17:29 X.java:5: error: invalid method declaration; return type required
07:17:29         void[] foo(void[] arg) {
07:17:29                ^
07:17:29 X.java:5: error: <identifier> expected
07:17:29         void[] foo(void[] arg) {
07:17:29                        ^
07:17:29 X.java:5: error: ',', ')', or '[' expected
07:17:29         void[] foo(void[] arg) {
07:17:29                          ^
07:17:29 X.java:7: error: illegal start of expression
07:17:29                         void[] local;
07:17:29                         ^
07:17:29 X.java:7: error: ';' expected
07:17:29                         void[] local;
07:17:29                             ^
07:17:29 X.java:7: error: not a statement
07:17:29                         void[] local;
07:17:29                                ^
07:17:29 X.java:8: error: illegal start of expression
07:17:29                         Class c = void[].class;
07:17:29                                   ^
07:17:29 X.java:8: error: ';' expected
07:17:29                         Class c = void[].class;
07:17:29                                       ^
07:17:29 X.java:8: error: <identifier> expected
07:17:29                         Class c = void[].class;
07:17:29                                               ^
07:17:29 X.java:9: error: <identifier> expected
07:17:29                 } catch(void[] e) {
07:17:29                             ^
07:17:29 X.java:9: error: ')' expected
07:17:29                 } catch(void[] e) {
07:17:29                               ^
07:17:29 X.java:9: error: not a statement
07:17:29                 } catch(void[] e) {
07:17:29                                ^
07:17:29 X.java:9: error: ';' expected
07:17:29                 } catch(void[] e) {
07:17:29                                 ^
07:17:29 X.java:9: error: 'catch' without 'try'
07:17:29                 } catch(void[] e) {
07:17:29                   ^
07:17:29 X.java:6: error: 'try' without 'catch', 'finally' or resource declarations
07:17:29                 try {
07:17:29                 ^
07:17:29 X.java:12: error: reached end of file while parsing
07:17:29 }
07:17:29  ^
07:17:29 22 errors
07:17:29 
07:17:29 
07:17:29 
07:17:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:30 --- javac err: ---
07:17:30 X.java:3: error: > expected
07:17:30         List<void[]> x = null;
07:17:30                  ^
07:17:30 X.java:3: error: <identifier> expected
07:17:30         List<void[]> x = null;
07:17:30                    ^
07:17:30 X.java:3: error: <identifier> expected
07:17:30         List<void[]> x = null;
07:17:30                       ^
07:17:30 X.java:4: error: <identifier> expected
07:17:30         void[] y;
07:17:30             ^
07:17:30 X.java:4: error: <identifier> expected
07:17:30         void[] y;
07:17:30                 ^
07:17:30 X.java:5: error: <identifier> expected
07:17:30         void[] foo(void[] arg) {
07:17:30             ^
07:17:30 X.java:5: error: invalid method declaration; return type required
07:17:30         void[] foo(void[] arg) {
07:17:30                ^
07:17:30 X.java:5: error: <identifier> expected
07:17:30         void[] foo(void[] arg) {
07:17:30                        ^
07:17:30 X.java:5: error: ',', ')', or '[' expected
07:17:30         void[] foo(void[] arg) {
07:17:30                          ^
07:17:30 X.java:7: error: illegal start of expression
07:17:30                         void[] local = new void[0];
07:17:30                         ^
07:17:30 X.java:7: error: ';' expected
07:17:30                         void[] local = new void[0];
07:17:30                             ^
07:17:30 X.java:7: error: <identifier> expected
07:17:30                         void[] local = new void[0];
07:17:30                                           ^
07:17:30 X.java:7: error: '(' or '[' expected
07:17:30                         void[] local = new void[0];
07:17:30                                            ^
07:17:30 X.java:7: error: ';' expected
07:17:30                         void[] local = new void[0];
07:17:30                                                ^
07:17:30 X.java:8: error: illegal start of expression
07:17:30                         void[] local1 = new void[]{ null, null };
07:17:30                         ^
07:17:30 X.java:8: error: ';' expected
07:17:30                         void[] local1 = new void[]{ null, null };
07:17:30                             ^
07:17:30 X.java:8: error: <identifier> expected
07:17:30                         void[] local1 = new void[]{ null, null };
07:17:30                                            ^
07:17:30 X.java:8: error: '(' or '[' expected
07:17:30                         void[] local1 = new void[]{ null, null };
07:17:30                                             ^
07:17:30 X.java:8: error: ';' expected
07:17:30                         void[] local1 = new void[]{ null, null };
07:17:30                                                 ^
07:17:30 X.java:8: error: not a statement
07:17:30                         void[] local1 = new void[]{ null, null };
07:17:30                                                     ^
07:17:30 X.java:8: error: ';' expected
07:17:30                         void[] local1 = new void[]{ null, null };
07:17:30                                                         ^
07:17:30 X.java:9: error: illegal start of expression
07:17:30                         void[] local2 = { null, null };
07:17:30                         ^
07:17:30 X.java:9: error: ';' expected
07:17:30                         void[] local2 = { null, null };
07:17:30                             ^
07:17:30 X.java:9: error: illegal start of expression
07:17:30 
07:17:30                         void[] local2 = { null, null };
07:17:30 
07:17:30                                         ^
07:17:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:30 X.java:9: error: not a statement
07:17:30                         void[] local2 = { null, null };
07:17:30                                           ^
07:17:30 X.java:9: error: ';' expected
07:17:30                         void[] local2 = { null, null };
07:17:30                                               ^
07:17:30 X.java:10: error: ')' expected
07:17:30                         System.out.println((void[]) null);
07:17:30                                                 ^
07:17:30 X.java:10: error: illegal start of expression
07:17:30                         System.out.println((void[]) null);
07:17:30                                                  ^
07:17:30 X.java:10: error: ';' expected
07:17:30                         System.out.println((void[]) null);
07:17:30                                                   ^
07:17:30 X.java:11: error: illegal start of expression
07:17:30                         Class c = void[].class;
07:17:30                                   ^
07:17:30 X.java:11: error: ';' expected
07:17:30                         Class c = void[].class;
07:17:30                                       ^
07:17:30 X.java:11: error: <identifier> expected
07:17:30                         Class c = void[].class;
07:17:30                                               ^
07:17:30 X.java:12: error: <identifier> expected
07:17:30                 } catch(void[] e) {
07:17:30                             ^
07:17:30 X.java:12: error: ')' expected
07:17:30                 } catch(void[] e) {
07:17:30                               ^
07:17:30 X.java:12: error: not a statement
07:17:30                 } catch(void[] e) {
07:17:30                                ^
07:17:30 X.java:12: error: ';' expected
07:17:30                 } catch(void[] e) {
07:17:30                                 ^
07:17:30 X.java:12: error: 'catch' without 'try'
07:17:30                 } catch(void[] e) {
07:17:30                   ^
07:17:30 X.java:6: error: 'try' without 'catch', 'finally' or resource declarations
07:17:30                 try {
07:17:30                 ^
07:17:30 X.java:15: error: reached end of file while parsing
07:17:30 }
07:17:30  ^
07:17:30 39 errors
07:17:30 
07:17:31 --- javac err: ---
07:17:31 Y.java:1: warning: [rawtypes] found raw type: X
07:17:31 public class Y extends X {}
07:17:31                        ^
07:17:31   missing type arguments for generic class X<T>
07:17:31   where T is a type-variable:
07:17:31     T extends X<?>.J declared in class X
07:17:31 1 warning
07:17:31 
07:17:32 --- javac err: ---
07:17:32 Y.java:1: warning: [rawtypes] found raw type: X
07:17:32 public class Y extends X {}
07:17:32                        ^
07:17:32   missing type arguments for generic class X<T>
07:17:32   where T is a type-variable:
07:17:32     T extends X<?>.J declared in class X
07:17:32 1 warning
07:17:32 
07:17:32 
07:17:32 
07:17:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:32 
07:17:32 
07:17:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:33 --- javac err: ---
07:17:33 X.java:11: error: cannot find symbol
07:17:33 	Zork z;
07:17:33 	^
07:17:33   symbol:   class Zork
07:17:33   location: class X
07:17:33 1 error
07:17:33 
07:17:33 
07:17:33 
07:17:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:34 --- javac err: ---
07:17:34 X.java:10: warning: [rawtypes] found raw type: List
07:17:34     List list = (List)object;//[1]
07:17:34     ^
07:17:34   missing type arguments for generic class List<E>
07:17:34   where E is a type-variable:
07:17:34     E extends Object declared in interface List
07:17:34 X.java:14: warning: [unchecked] unchecked cast
07:17:34     foo((List<Object>)object);//[4]unchecked cast
07:17:34                       ^
07:17:34   required: List<Object>
07:17:34   found:    Object
07:17:34 X.java:19: warning: [unchecked] unchecked cast
07:17:34     foo((Map<Object, ?>)object);//[8]unchecked cast
07:17:34                         ^
07:17:34   required: Map<Object,?>
07:17:34   found:    Object
07:17:34 X.java:20: warning: [unchecked] unchecked cast
07:17:34     foo((Map<?, Object>)object);//[9]unchecked cast
07:17:34                         ^
07:17:34   required: Map<?,Object>
07:17:34   found:    Object
07:17:34 X.java:21: warning: [unchecked] unchecked cast
07:17:34     foo((Map<Object, Object>)object);//[10]unchecked cast
07:17:34                              ^
07:17:34   required: Map<Object,Object>
07:17:34   found:    Object
07:17:34 X.java:22: warning: [unchecked] unchecked cast
07:17:34     foo((Map<? extends Object, Object>)object);//[11]unchecked cast
07:17:34                                        ^
07:17:34   required: Map<? extends Object,Object>
07:17:34   found:    Object
07:17:34 X.java:24: error: cannot find symbol
07:17:34     Zork z;
07:17:34     ^
07:17:34   symbol:   class Zork
07:17:34   location: class X
07:17:34 1 error
07:17:34 6 warnings
07:17:34 
07:17:34 
07:17:34 
07:17:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:35 --- javac err: ---
07:17:35 X.java:3: warning: [unchecked] unchecked cast
07:17:35     	return (AX<? extends String>) o;
07:17:35     	                              ^
07:17:35   required: AX<? extends String>
07:17:35   found:    Object
07:17:35 X.java:4: error: cannot find symbol
07:17:35    	 Zork z;
07:17:35    	 ^
07:17:35   symbol:   class Zork
07:17:35   location: class X<E>
07:17:35   where E is a type-variable:
07:17:35     E extends Object declared in class X
07:17:35 1 error
07:17:35 1 warning
07:17:35 
07:17:35 
07:17:35 
07:17:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:36 --- javac err: ---
07:17:36 X.java:8: error: cannot find symbol
07:17:36    Zork z;
07:17:36    ^
07:17:36   symbol:   class Zork
07:17:36   location: class X<E>
07:17:36   where E is a type-variable:
07:17:36     E extends Object declared in class X
07:17:36 X.java:3: warning: [unchecked] unchecked cast
07:17:36 		return (CX<E>) x; // unchecked
07:17:36 		               ^
07:17:36   required: CX<E>
07:17:36   found:    X<String>
07:17:36   where E is a type-variable:
07:17:36     E extends Object declared in class X
07:17:36 1 error
07:17:36 1 warning
07:17:36 
07:17:36 
07:17:36 
07:17:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:37 --- javac err: ---
07:17:37 X.java:3: error: incompatible types: X<String> cannot be converted to BX
07:17:37 		return (BX) x;
07:17:37 		            ^
07:17:37 1 error
07:17:37 
07:17:37 
07:17:37 
07:17:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:38 --- javac err: ---
07:17:38 X.java:5: error: cannot find symbol
07:17:38    Zork z;
07:17:38    ^
07:17:38   symbol:   class Zork
07:17:38   location: class X<E>
07:17:38   where E is a type-variable:
07:17:38     E extends Object declared in class X
07:17:38 X.java:3: warning: [unchecked] unchecked cast
07:17:38 		return (CX<E>) x; // unchecked
07:17:38 		               ^
07:17:38   required: CX<E>
07:17:38   found:    X<String>
07:17:38   where E is a type-variable:
07:17:38     E extends Object declared in class X
07:17:38 X.java:8: warning: [rawtypes] found raw type: AX
07:17:38 class CX<G> extends AX {}
07:17:38                     ^
07:17:38   missing type arguments for generic class AX<F>
07:17:38   where F is a type-variable:
07:17:38     F extends Object declared in class AX
07:17:38 1 error
07:17:38 2 warnings
07:17:38 
07:17:38 
07:17:38 
07:17:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:39 --- javac err: ---
07:17:39 X.java:13: warning: [unchecked] unchecked cast
07:17:39         java.util.List<String> b = (LinkedList<String>) a; // unchecked
07:17:39                                                         ^
07:17:39   required: LinkedList<String>
07:17:39   found:    List<CAP#1>
07:17:39   where CAP#1 is a fresh type-variable:
07:17:39     CAP#1 extends Serializable from capture of ? extends Serializable
07:17:39 X.java:14: warning: [unchecked] unchecked cast
07:17:39         java.util.List<Integer> c = (LinkedList<Integer>) a; // unchecked
07:17:39                                                           ^
07:17:39   required: LinkedList<Integer>
07:17:39   found:    List<CAP#1>
07:17:39   where CAP#1 is a fresh type-variable:
07:17:39     CAP#1 extends Serializable from capture of ? extends Serializable
07:17:39 X.java:15: error: incompatible types: List<CAP#1> cannot be converted to LinkedList<Runtime>
07:17:39         java.util.List<Runtime> d = (LinkedList<Runtime>) a; // inconvertible / unchecked ?
07:17:39                                                           ^
07:17:39   where CAP#1 is a fresh type-variable:
07:17:39     CAP#1 extends Serializable from capture of ? extends Serializable
07:17:39 X.java:18: error: cannot find symbol
07:17:39         Zork z;
07:17:39         ^
07:17:39   symbol:   class Zork
07:17:39   location: class X
07:17:39 2 errors
07:17:39 2 warnings
07:17:39 
07:17:39 
07:17:39 
07:17:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:40 --- javac err: ---
07:17:40 X.java:8: warning: [rawtypes] found raw type: Y
07:17:40     Z<Y> l2 = (Z<Y>) l1;
07:17:40       ^
07:17:40   missing type arguments for generic class Y<T>
07:17:40   where T is a type-variable:
07:17:40     T extends Object declared in class Y
07:17:40 X.java:8: warning: [rawtypes] found raw type: Y
07:17:40     Z<Y> l2 = (Z<Y>) l1;
07:17:40                  ^
07:17:40   missing type arguments for generic class Y<T>
07:17:40   where T is a type-variable:
07:17:40     T extends Object declared in class Y
07:17:40 X.java:8: error: incompatible types: Z<Y<?>> cannot be converted to Z<Y>
07:17:40     Z<Y> l2 = (Z<Y>) l1;
07:17:40                      ^
07:17:40 1 error
07:17:40 2 warnings
07:17:40 
07:17:40 
07:17:40 
07:17:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:40 --- javac err: ---
07:17:40 Y.java:2: error: self-reference in initializer
07:17:40         Z z1 = z1;
07:17:40                ^
07:17:40 Y.java:3: error: self-reference in initializer
07:17:40         Z[] z2 = z2;
07:17:40                  ^
07:17:40 Y.java:6: error: illegal forward reference
07:17:40 		E e0 = es[0];
07:17:40 		       ^
07:17:40 Y.java:7: error: self-reference in initializer
07:17:40 		E e = e;
07:17:40 		      ^
07:17:40 Y.java:8: error: self-reference in initializer
07:17:40         E[] es = es;
07:17:40                  ^
07:17:40 Y.java:9: error: self-reference in initializer
07:17:40 		E e2 = e2.e;
07:17:40 		       ^
07:17:40 Y.java:9: error: cannot find symbol
07:17:40 		E e2 = e2.e;
07:17:40 		         ^
07:17:40   symbol:   variable e
07:17:40   location: variable e2 of type E
07:17:40   where E is a type-variable:
07:17:40     E extends Object declared in class Y
07:17:40 7 errors
07:17:40 
07:17:40 
07:17:40 
07:17:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:41 --- javac err: ---
07:17:41 X.java:6: error: cannot find symbol
07:17:41 		b.foo(); // unbound (Bar is member type)
07:17:41 		 ^
07:17:41   symbol:   method foo()
07:17:41   location: variable b of type X<Bar>.Bar
07:17:41   where Bar is a type-variable:
07:17:41     Bar extends IFoo declared in class X
07:17:41 1 error
07:17:41 
07:17:41 
07:17:41 
07:17:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:42 
07:17:42 
07:17:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:43 --- javac err: ---
07:17:43 X.java:3: error: cannot find symbol
07:17:43 	Zork z;
07:17:43 	^
07:17:43   symbol:   class Zork
07:17:43   location: class X<M>
07:17:43   where M is a type-variable:
07:17:43     M extends Object declared in class X
07:17:43 1 error
07:17:43 
07:17:43 
07:17:43 
07:17:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:44 --- javac err: ---
07:17:44 X.java:5: error: self-reference in initializer
07:17:44 			T t = t;
07:17:44 			      ^
07:17:44 1 error
07:17:44 
07:17:44 
07:17:44 
07:17:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:45 --- javac err: ---
07:17:45 X.java:6: warning: [unchecked] unchecked cast
07:17:45 		  Map.Entry<String, String> aa = (Map.Entry<String, String>)a;		
07:17:45 		                                                            ^
07:17:45   required: Entry<String,String>
07:17:45   found:    Object
07:17:45 X.java:10: warning: [unchecked] unchecked cast
07:17:45 		  Map.Entry<String, String> aa = (Map.Entry<String, String>)a;		
07:17:45 		                                                            ^
07:17:45   required: Entry<String,String>
07:17:45   found:    Number
07:17:45 X.java:11: error: cannot find symbol
07:17:45 		  Zork z;
07:17:45 		  ^
07:17:45   symbol:   class Zork
07:17:45   location: class X
07:17:45 1 error
07:17:45 2 warnings
07:17:45 
07:17:45 
07:17:45 
07:17:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:46 --- javac err: ---
07:17:46 Class_01.java:1: warning: [rawtypes] found raw type: Class_01
07:17:46 public interface Class_01<H extends Class_02<? extends Class_01>> extends
07:17:46                                                        ^
07:17:46   missing type arguments for generic class Class_01<H>
07:17:46   where H is a type-variable:
07:17:46     H extends Class_02<? extends Class_01> declared in interface Class_01
07:17:46 Class_09.java:1: warning: [rawtypes] found raw type: Class_09
07:17:46 public interface Class_09<H extends Class_10<? extends Class_09>> extends
07:17:46                                                        ^
07:17:46   missing type arguments for generic class Class_09<H>
07:17:46   where H is a type-variable:
07:17:46     H extends Class_10<? extends Class_09> declared in interface Class_09
07:17:46 Class_02.java:1: warning: [rawtypes] found raw type: Class_02
07:17:46 public interface Class_02<E extends Class_01<? extends Class_02>> extends
07:17:46                                                        ^
07:17:46   missing type arguments for generic class Class_02<E>
07:17:46   where E is a type-variable:
07:17:46     E extends Class_01<? extends Class_02> declared in interface Class_02
07:17:46 Class_10.java:1: warning: [rawtypes] found raw type: Class_10
07:17:46 public interface Class_10<E extends Class_09<? extends Class_10>> extends
07:17:46                                                        ^
07:17:46   missing type arguments for generic class Class_10<E>
07:17:46   where E is a type-variable:
07:17:46     E extends Class_09<? extends Class_10> declared in interface Class_10
07:17:46 Class_08.java:1: warning: [rawtypes] found raw type: Class_07
07:17:46 public abstract class Class_08<E extends Class_09<? super H>, H extends Class_10<? super E>, P extends Class_06<? extends Class_07>>
07:17:46                                                                                                                           ^
07:17:46   missing type arguments for generic class Class_07<P>
07:17:46   where P is a type-variable:
07:17:46     P extends Class_06<? extends Class_07> declared in interface Class_07
07:17:46 Class_03.java:1: warning: [rawtypes] found raw type: Class_07
07:17:46 public abstract class Class_03<E extends Class_01<? super H>, H extends Class_02<? super E>, P extends Class_06<? extends Class_07>>
07:17:46                                                                                                                           ^
07:17:46   missing type arguments for generic class Class_07<P>
07:17:46   where P is a type-variable:
07:17:46     P extends Class_06<? extends Class_07> declared in interface Class_07
07:17:46 Class_06.java:1: warning: [rawtypes] found raw type: Class_06
07:17:46 public interface Class_06<H extends Class_07<? extends Class_06>> extends
07:17:46                                                        ^
07:17:46   missing type arguments for generic class Class_06<H>
07:17:46   where H is a type-variable:
07:17:46     H extends Class_07<? extends Class_06> declared in interface Class_06
07:17:46 Class_07.java:1: warning: [rawtypes] found raw type: Class_07
07:17:46 public interface Class_07<P extends Class_06<? extends Class_07>> extends
07:17:46                                                        ^
07:17:46   missing type arguments for generic class Class_07<P>
07:17:46   where P is a type-variable:
07:17:46     P extends Class_06<? extends Class_07> declared in interface Class_07
07:17:46 8 warnings
07:17:46 
07:17:47 --- javac err: ---
07:17:47 Class_01.java:1: warning: [rawtypes] found raw type: Class_01
07:17:47 public interface Class_01<H extends Class_02<? extends Class_01>> extends
07:17:47                                                        ^
07:17:47   missing type arguments for generic class Class_01<H>
07:17:47   where H is a type-variable:
07:17:47     H extends Class_02<? extends Class_01> declared in interface Class_01
07:17:47 1 warning
07:17:47 
07:17:47 
07:17:47 
07:17:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:48 --- javac err: ---
07:17:48 X.java:11: warning: [rawtypes] found raw type: X
07:17:48     X x2 = new X<String>();
07:17:48     ^
07:17:48   missing type arguments for generic class X<T>
07:17:48   where T is a type-variable:
07:17:48     T extends Object declared in class X
07:17:48 X.java:12: warning: [unchecked] unchecked call to bar(T) as a member of the raw type X
07:17:48     System.out.println(x2.foo().bar("OK"));
07:17:48                                    ^
07:17:48   where T is a type-variable:
07:17:48     T extends Object declared in class X
07:17:48 2 warnings
07:17:48 
07:17:48 
07:17:48 
07:17:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:50 
07:17:50 
07:17:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:51 --- javac err: ---
07:17:51 X.java:10: warning: [rawtypes] found raw type: Constructor
07:17:51 	public String getAnnotationValue(Constructor constructor){
07:17:51 	                                 ^
07:17:51   missing type arguments for generic class Constructor<T>
07:17:51   where T is a type-variable:
07:17:51     T extends Object declared in class Constructor
07:17:51 X.java:11: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
07:17:51 		Annot annotation = constructor.getAnnotation(Annot.class);
07:17:51 		                                            ^
07:17:51   where T is a type-variable:
07:17:51     T extends Annotation declared in method <T>getAnnotation(Class<T>)
07:17:51 X.java:11: error: incompatible types: Annotation cannot be converted to Annot
07:17:51 		Annot annotation = constructor.getAnnotation(Annot.class);
07:17:51 		                                            ^
07:17:51 1 error
07:17:51 2 warnings
07:17:51 
07:17:51 
07:17:51 
07:17:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:52 
07:17:52 
07:17:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:53 --- javac err: ---
07:17:53 X.java:9: error: cannot find symbol
07:17:53 class Y extends Zork {}
07:17:53                 ^
07:17:53   symbol: class Zork
07:17:53 1 error
07:17:53 
07:17:53 
07:17:53 
07:17:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:54 --- javac err: ---
07:17:54 X.java:21: warning: [unchecked] Possible heap pollution from parameterized vararg type V
07:17:54     public <U, V extends U> List<U> newList(V... values) {
07:17:54                                                  ^
07:17:54   where V,U are type-variables:
07:17:54     V extends U declared in method <U,V>newList(V...)
07:17:54     U extends Object declared in method <U,V>newList(V...)
07:17:54 1 warning
07:17:54 
07:17:54 
07:17:54 
07:17:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:55 --- javac err: ---
07:17:55 X.java:7: warning: [rawtypes] found raw type: Y
07:17:55 class Z extends Y {
07:17:55                 ^
07:17:55   missing type arguments for generic class Y<T>
07:17:55   where T is a type-variable:
07:17:55     T extends Object declared in class Y
07:17:55 X.java:8: error: name clash: foo(X<?>) in Z and foo(X) in Y have the same erasure, yet neither overrides the other
07:17:55   public void foo(final X<?> x) {
07:17:55               ^
07:17:55 X.java:9: warning: [unchecked] unchecked call to foo(X<?>) as a member of the raw type Y
07:17:55     super.foo(x);
07:17:55              ^
07:17:55 1 error
07:17:55 2 warnings
07:17:55 
07:17:55 
07:17:55 
07:17:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:56 --- javac err: ---
07:17:56 X.java:15: error: illegal start of type
07:17:56         list.add(X.<?, Object>create("", ""));
07:17:56                     ^
07:17:56 X.java:15: error: illegal start of expression
07:17:56         list.add(X.<?, Object>create("", ""));
07:17:56                      ^
07:17:56 2 errors
07:17:56 
07:17:56 
07:17:56 
07:17:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:56 --- javac err: ---
07:17:56 X.java:11: error: illegal start of type
07:17:56 		new<?> X(null);
07:17:56 		    ^
07:17:56 X.java:11: error: illegal start of expression
07:17:56 		new<?> X(null);
07:17:56 		     ^
07:17:56 X.java:11: error: : expected
07:17:56 		new<?> X(null);
07:17:56 		              ^
07:17:56 3 errors
07:17:56 
07:17:56 
07:17:56 
07:17:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:57 --- javac err: ---
07:17:57 X.java:5: error: illegal start of type
07:17:57 		<?>this(null);
07:17:57 		 ^
07:17:57 X.java:5: error: illegal start of expression
07:17:57 		<?>this(null);
07:17:57 		  ^
07:17:57 X.java:5: error: : expected
07:17:57 		<?>this(null);
07:17:57 		             ^
07:17:57 3 errors
07:17:57 
07:17:57 
07:17:57 
07:17:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:58 --- javac err: ---
07:17:58 X.java:9: error: illegal start of type
07:17:58 		new X(null).new <?> A(null);
07:17:58 		                 ^
07:17:58 X.java:9: error: illegal start of expression
07:17:58 		new X(null).new <?> A(null);
07:17:58 		                  ^
07:17:58 X.java:9: error: : expected
07:17:58 		new X(null).new <?> A(null);
07:17:58 		                           ^
07:17:58 3 errors
07:17:58 
07:17:58 
07:17:58 
07:17:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:17:59 --- javac err: ---
07:17:59 X.java:3: error: illegal start of type
07:17:59 		Class foo = Class.<? extends Object>forName(Integer.class.getName());
07:17:59 		                   ^
07:17:59 X.java:3: error: illegal start of expression
07:17:59 		Class foo = Class.<? extends Object>forName(Integer.class.getName());
07:17:59 		                     ^
07:17:59 X.java:3: error: not a statement
07:17:59 		Class foo = Class.<? extends Object>forName(Integer.class.getName());
07:17:59 		                                   ^
07:17:59 3 errors
07:17:59 
07:17:59 
07:17:59 
07:17:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:00 --- javac err: ---
07:18:00 X.java:2: error: a generic class may not extend java.lang.Throwable
07:18:00 	public class Y extends Exception {
07:18:00 	                       ^
07:18:00 1 error
07:18:00 
07:18:00 
07:18:00 
07:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:01 --- javac err: ---
07:18:01 X.java:8: warning: [rawtypes] found raw type: HashMap
07:18:01   private void processLocks(HashMap locksMap, Object key) {
07:18:01                             ^
07:18:01   missing type arguments for generic class HashMap<K,V>
07:18:01   where K,V are type-variables:
07:18:01     K extends Object declared in class HashMap
07:18:01     V extends Object declared in class HashMap
07:18:01 X.java:9: warning: [rawtypes] found raw type: Iterator
07:18:01     for (Iterator iter = locksMap.keySet().iterator(); iter.hasNext();) {
07:18:01          ^
07:18:01   missing type arguments for generic class Iterator<E>
07:18:01   where E is a type-variable:
07:18:01     E extends Object declared in interface Iterator
07:18:01 X.java:11: warning: [rawtypes] found raw type: List
07:18:01       List locks = externLocks((Collection) locksMap.get(call), call);
07:18:01       ^
07:18:01   missing type arguments for generic class List<E>
07:18:01   where E is a type-variable:
07:18:01     E extends Object declared in interface List
07:18:01 X.java:15: warning: [rawtypes] found raw type: Collection
07:18:01   private List externLocks(Collection locks, Object call) {
07:18:01                            ^
07:18:01   missing type arguments for generic class Collection<E>
07:18:01   where E is a type-variable:
07:18:01     E extends Object declared in interface Collection
07:18:01 X.java:15: warning: [rawtypes] found raw type: List
07:18:01   private List externLocks(Collection locks, Object call) {
07:18:01           ^
07:18:01   missing type arguments for generic class List<E>
07:18:01   where E is a type-variable:
07:18:01     E extends Object declared in interface List
07:18:01 X.java:16: warning: [rawtypes] found raw type: List
07:18:01     List result = new ArrayList();
07:18:01     ^
07:18:01   missing type arguments for generic class List<E>
07:18:01   where E is a type-variable:
07:18:01     E extends Object declared in interface List
07:18:01 X.java:16: warning: [rawtypes] found raw type: ArrayList
07:18:01     List result = new ArrayList();
07:18:01                       ^
07:18:01   missing type arguments for generic class ArrayList<E>
07:18:01   where E is a type-variable:
07:18:01     E extends Object declared in class ArrayList
07:18:01 7 warnings
07:18:01 
07:18:01 
07:18:01 
07:18:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:02 
07:18:02 
07:18:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:03 
07:18:03 
07:18:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:04 
07:18:04 
07:18:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:05 --- javac err: ---
07:18:05 X.java:3: warning: [unchecked] unchecked cast
07:18:05                 return (T) o; // should get unchecked warning
07:18:05                            ^
07:18:05   required: T
07:18:05   found:    Object
07:18:05   where T is a type-variable:
07:18:05     T extends Object declared in class A
07:18:05 1 warning
07:18:05 
07:18:05 
07:18:05 
07:18:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:06 --- javac err: ---
07:18:06 X.java:8: warning: [rawtypes] found raw type: A
07:18:06 				 A ua = a;
07:18:06 				 ^
07:18:06   missing type arguments for generic class A<T>
07:18:06   where T is a type-variable:
07:18:06     T extends Object declared in class A
07:18:06 X.java:9: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
07:18:06 				 ua.foo = new Object();
07:18:06 				   ^
07:18:06 2 warnings
07:18:06 
07:18:06 
07:18:06 
07:18:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:07 --- javac err: ---
07:18:07 X.java:10: warning: [rawtypes] found raw type: A
07:18:07 				 A ua = this;
07:18:07 				 ^
07:18:07   missing type arguments for generic class A<T>
07:18:07   where T is a type-variable:
07:18:07     T extends Object declared in class A
07:18:07 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
07:18:07 				 ua.foo = new Object();
07:18:07 				   ^
07:18:07 2 warnings
07:18:07 
07:18:07 
07:18:07 
07:18:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:08 --- javac err: ---
07:18:08 X.java:10: warning: [rawtypes] found raw type: A
07:18:08 				 A ua = this;
07:18:08 				 ^
07:18:08   missing type arguments for generic class A<T>
07:18:08   where T is a type-variable:
07:18:08     T extends Object declared in class A
07:18:08 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
07:18:08 				 ua.foo = new Object();
07:18:08 				   ^
07:18:08 2 warnings
07:18:08 
07:18:08 
07:18:08 
07:18:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:09 --- javac err: ---
07:18:09 X.java:9: warning: [rawtypes] found raw type: A
07:18:09 				 A ua = a;
07:18:09 				 ^
07:18:09   missing type arguments for generic class A<T>
07:18:09   where T is a type-variable:
07:18:09     T extends Object declared in class A
07:18:09 X.java:10: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
07:18:09 				 ua.foo = new Object();
07:18:09 				   ^
07:18:09 X.java:12: warning: [static] static variable should be qualified by type name, X, instead of by an expression
07:18:09 	                X s = a.foo.ROOT;
07:18:09 	                           ^
07:18:09 3 warnings
07:18:09 
07:18:09 
07:18:09 
07:18:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:10 --- javac err: ---
07:18:10 X.java:13: warning: [static] static variable should be qualified by type name, I, instead of by an expression
07:18:10         return c.CONST;
07:18:10                 ^
07:18:10 X.java:20: warning: [rawtypes] found raw type: Z
07:18:10         Z rawz = z;
07:18:10         ^
07:18:10   missing type arguments for generic class Z<T>
07:18:10   where T is a type-variable:
07:18:10     T extends Serializable,I declared in class Z
07:18:10 X.java:21: warning: [unchecked] unchecked assignment to variable c as member of raw type Z
07:18:10         rawz.c = new Serializable(){};
07:18:10             ^
07:18:10 X.java:17: warning: [serial] serializable class X has no definition of serialVersionUID
07:18:10 public class X implements Serializable, I {
07:18:10        ^
07:18:10 4 warnings
07:18:10 
07:18:10 
07:18:10 
07:18:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:11 --- javac err: ---
07:18:11 X.java:10: warning: [static] static variable should be qualified by type name, I, instead of by an expression
07:18:11 		Value<String> v1 = this.CONST;
07:18:11 		                       ^
07:18:11 1 warning
07:18:11 
07:18:11 
07:18:11 
07:18:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:12 --- javac err: ---
07:18:12 X.java:6: error: method foo in class X cannot be applied to given types;
07:18:12 		foo(cls);
07:18:12 		^
07:18:12   required: Class<T>
07:18:12   found: Class<CAP#1>
07:18:12   reason: inference variable T has incompatible bounds
07:18:12     equality constraints: CAP#1
07:18:12     lower bounds: List<I>
07:18:12   where T,I are type-variables:
07:18:12     T extends List<I> declared in method <I,T>foo(Class<T>)
07:18:12     I extends Object declared in method <I,T>foo(Class<T>)
07:18:12   where CAP#1 is a fresh type-variable:
07:18:12     CAP#1 extends List<?> from capture of ? extends List<?>
07:18:12 1 error
07:18:12 
07:18:12 
07:18:12 
07:18:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:13 --- javac err: ---
07:18:13 X.java:7: error: type argument OnlyRunnable is not within bounds of type-variable T
07:18:13 		X<OnlyRunnable> x1 = null; // error
07:18:13 		  ^
07:18:13   where T is a type-variable:
07:18:13     T extends Comparable<T>,Runnable declared in class X
07:18:13 X.java:8: error: type argument OnlyComparable is not within bounds of type-variable T
07:18:13 		X<OnlyComparable> x2 = null; // error
07:18:13 		  ^
07:18:13   where T is a type-variable:
07:18:13     T extends Comparable<T>,Runnable declared in class X
07:18:13 X.java:10: error: type argument ComparableRunnableThrowable is not within bounds of type-variable T
07:18:13 		X<ComparableRunnableThrowable> x4 = null; // ok
07:18:13 		  ^
07:18:13   where T is a type-variable:
07:18:13     T extends Comparable<T>,Runnable declared in class X
07:18:13 X.java:17: error: incompatible types: X<OnlyRunnable> cannot be converted to X<? extends Throwable>
07:18:13 		foo2(x1); // error
07:18:13 		     ^
07:18:13 X.java:18: error: incompatible types: X<OnlyComparable> cannot be converted to X<? extends Throwable>
07:18:13 		foo2(x2); // error
07:18:13 		     ^
07:18:13 X.java:19: error: incompatible types: X<ComparableRunnable> cannot be converted to X<? extends Throwable>
07:18:13 		foo2(x3); // error
07:18:13 		     ^
07:18:13 X.java:26: error: incompatible types: INT#1 cannot be converted to CAP#2
07:18:13 		x.get().compareTo(x.get()); // error
07:18:13 		                       ^
07:18:13   where CAP#1,CAP#2 are fresh type-variables:
07:18:13     CAP#1 extends INT#1 from capture of ?
07:18:13     CAP#2 extends INT#2 from capture of ?
07:18:13   where INT#1,INT#2 are intersection types:
07:18:13     INT#1 extends Object,Comparable<CAP#1>,Runnable
07:18:13     INT#2 extends Object,Comparable<CAP#2>,Runnable
07:18:13 X.java:31: error: incompatible types: INT#1 cannot be converted to CAP#2
07:18:13 		x.get().compareTo(x.get()); // error
07:18:13 		                       ^
07:18:13   where CAP#1,CAP#2 are fresh type-variables:
07:18:13     CAP#1 extends INT#1 from capture of ? extends Throwable
07:18:13     CAP#2 extends INT#2 from capture of ? extends Throwable
07:18:13   where INT#1,INT#2 are intersection types:
07:18:13     INT#1 extends Throwable,Comparable<CAP#1>,Runnable
07:18:13     INT#2 extends Throwable,Comparable<CAP#2>,Runnable
07:18:13 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:18:13 8 errors
07:18:13 
07:18:13 
07:18:13 
07:18:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:14 --- javac err: ---
07:18:14 X.java:5: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only
07:18:14 		Zork.this.this();
07:18:14 		          ^
07:18:14   which has to be the first parameter, and cannot be a lambda parameter
07:18:14 1 error
07:18:14 
07:18:14 
07:18:14 
07:18:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:14 --- javac err: ---
07:18:14 X.java:3: error: cannot select from a type variable
07:18:14 		System.out.println(T[].class);
07:18:14 		                      ^
07:18:14 1 error
07:18:14 
07:18:14 
07:18:14 
07:18:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:15 --- javac err: ---
07:18:15 X.java:3: error: cannot select from a type variable
07:18:15 		System.out.println(T[].class);
07:18:15 		                      ^
07:18:15 1 error
07:18:15 
07:18:15 
07:18:15 
07:18:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:16 --- javac err: ---
07:18:16 X.java:8: error: > expected
07:18:16 		Class<void[]> c6 = void[].class;
07:18:16 		          ^
07:18:16 X.java:8: error: ';' expected
07:18:16 		Class<void[]> c6 = void[].class;
07:18:16 		            ^
07:18:16 X.java:8: error: illegal start of expression
07:18:16 		Class<void[]> c6 = void[].class;
07:18:16 		                   ^
07:18:16 X.java:8: error: ';' expected
07:18:16 		Class<void[]> c6 = void[].class;
07:18:16 		                       ^
07:18:16 X.java:8: error: <identifier> expected
07:18:16 		Class<void[]> c6 = void[].class;
07:18:16 		                               ^
07:18:16 X.java:10: error: reached end of file while parsing
07:18:16 }
07:18:16  ^
07:18:16 6 errors
07:18:16 
07:18:16 
07:18:16 
07:18:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:17 --- javac err: ---
07:18:17 X.java:13: warning: [rawtypes] found raw type: X
07:18:17 	public static class InnerClassThatShowsBug extends X {
07:18:17 	                                                   ^
07:18:17   missing type arguments for generic class X<T>
07:18:17   where T is a type-variable:
07:18:17     T extends Object declared in class X
07:18:17 X.java:15: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
07:18:17 			super(null);
07:18:17 			     ^
07:18:17   where T is a type-variable:
07:18:17     T extends Object declared in class X
07:18:17 X.java:19: error: incompatible types: Object cannot be converted to Entry<String,String>
07:18:17 			for (Map.Entry<String, String> entry : myMap().entrySet()) {
07:18:17 			                                                       ^
07:18:17 1 error
07:18:17 2 warnings
07:18:17 
07:18:17 
07:18:17 
07:18:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:19 --- javac err: ---
07:18:19 X.java:11: error: cannot find symbol
07:18:19 	Zork z;
07:18:19 	^
07:18:19   symbol:   class Zork
07:18:19   location: class C<T>
07:18:19   where T is a type-variable:
07:18:19     T extends Object declared in class C
07:18:19 X.java:15: warning: [rawtypes] found raw type: C
07:18:19     static C.B<Double> c = new C().new B<Double>();
07:18:19                                ^
07:18:19   missing type arguments for generic class C<T>
07:18:19   where T is a type-variable:
07:18:19     T extends Object declared in class C
07:18:19 X.java:18: warning: [rawtypes] found raw type: C
07:18:19         C.B<String> temp = new C().new B<String>();
07:18:19                                ^
07:18:19   missing type arguments for generic class C<T>
07:18:19   where T is a type-variable:
07:18:19     T extends Object declared in class C
07:18:19 X.java:25: warning: [rawtypes] found raw type: C
07:18:19         return new C().new B<Integer>();
07:18:19                    ^
07:18:19   missing type arguments for generic class C<T>
07:18:19   where T is a type-variable:
07:18:19     T extends Object declared in class C
07:18:19 1 error
07:18:19 3 warnings
07:18:19 
07:18:19 
07:18:19 
07:18:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:20 
07:18:20 
07:18:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:21 --- javac err: ---
07:18:21 X.java:14: error: improperly formed type, type arguments given on a raw type
07:18:21     static C.B<Double> c = new C().new B<Double>();
07:18:21               ^
07:18:21 X.java:14: warning: [rawtypes] found raw type: C
07:18:21     static C.B<Double> c = new C().new B<Double>();
07:18:21                                ^
07:18:21   missing type arguments for generic class C<T>
07:18:21   where T is a type-variable:
07:18:21     T extends Object declared in class C
07:18:21 X.java:14: error: improperly formed type, type arguments given on a raw type
07:18:21     static C.B<Double> c = new C().new B<Double>();
07:18:21                                    ^
07:18:21 X.java:17: error: improperly formed type, type arguments given on a raw type
07:18:21         C.B<String> temp = new C().new B<String>();
07:18:21            ^
07:18:21 X.java:17: warning: [rawtypes] found raw type: C
07:18:21         C.B<String> temp = new C().new B<String>();
07:18:21                                ^
07:18:21   missing type arguments for generic class C<T>
07:18:21   where T is a type-variable:
07:18:21     T extends Object declared in class C
07:18:21 X.java:17: error: improperly formed type, type arguments given on a raw type
07:18:21         C.B<String> temp = new C().new B<String>();
07:18:21                                    ^
07:18:21 X.java:23: error: improperly formed type, type arguments given on a raw type
07:18:21     static C.B<? extends Number> bar() {
07:18:21               ^
07:18:21 X.java:24: warning: [rawtypes] found raw type: C
07:18:21         return new C().new B<Integer>();
07:18:21                    ^
07:18:21   missing type arguments for generic class C<T>
07:18:21   where T is a type-variable:
07:18:21     T extends Object declared in class C
07:18:21 X.java:24: error: improperly formed type, type arguments given on a raw type
07:18:21         return new C().new B<Integer>();
07:18:21                        ^
07:18:21 X.java:27: error: improperly formed type, type arguments given on a raw type
07:18:21     static void foo(C.B<?> arg) {
07:18:21                        ^
07:18:21 7 errors
07:18:21 3 warnings
07:18:21 
07:18:21 
07:18:21 
07:18:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:22 --- javac err: ---
07:18:22 X.java:5: warning: [rawtypes] found raw type: A
07:18:22 public class X extends A {
07:18:22                        ^
07:18:22   missing type arguments for generic class A<T>
07:18:22   where T is a type-variable:
07:18:22     T extends Object declared in class A
07:18:22 X.java:7: error: improperly formed type, type arguments given on a raw type
07:18:22 		new Member<String>();
07:18:22 		          ^
07:18:22 X.java:8: error: improperly formed type, type arguments given on a raw type
07:18:22 		new X().new Member<String>();
07:18:22 		        ^
07:18:22 2 errors
07:18:22 1 warning
07:18:22 
07:18:22 
07:18:22 
07:18:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:23 --- javac err: ---
07:18:23 X.java:18: error: incompatible types: bad type in conditional expression
07:18:23 		String s = b ? arg1 : arg2;
07:18:23 		               ^
07:18:23     IX<String> cannot be converted to String
07:18:23 X.java:18: error: incompatible types: bad type in conditional expression
07:18:23 		String s = b ? arg1 : arg2;
07:18:23 		                      ^
07:18:23     IX<CAP#1> cannot be converted to String
07:18:23   where CAP#1 is a fresh type-variable:
07:18:23     CAP#1 extends Object from capture of ? extends Object
07:18:23 X.java:21: error: incompatible types: bad type in conditional expression
07:18:23 		String s = b ? arg1 : arg2;
07:18:23 		               ^
07:18:23     Arg1 cannot be converted to String
07:18:23 X.java:21: error: incompatible types: bad type in conditional expression
07:18:23 		String s = b ? arg1 : arg2;
07:18:23 		                      ^
07:18:23     Arg2 cannot be converted to String
07:18:23 4 errors
07:18:23 
07:18:23 
07:18:23 
07:18:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:24 --- javac err: ---
07:18:24 X.java:8: error: incompatible types: bad type in conditional expression
07:18:24 		String s = b ? l1.get(0) : l2.get(0);
07:18:24 		                     ^
07:18:24     CAP#1 cannot be converted to String
07:18:24   where T is a type-variable:
07:18:24     T extends Comparable<T>,Serializable declared in class X
07:18:24   where CAP#1 is a fresh type-variable:
07:18:24     CAP#1 extends T from capture of ? extends T
07:18:24 X.java:8: error: incompatible types: bad type in conditional expression
07:18:24 		String s = b ? l1.get(0) : l2.get(0);
07:18:24 		                                 ^
07:18:24     CAP#1 cannot be converted to String
07:18:24   where T is a type-variable:
07:18:24     T extends Comparable<T>,Serializable declared in class X
07:18:24   where CAP#1 is a fresh type-variable:
07:18:24     CAP#1 extends Comparable<T> from capture of ? extends Comparable<T>
07:18:24 2 errors
07:18:24 
07:18:24 
07:18:24 
07:18:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:25 --- javac err: ---
07:18:25 X.java:6: error: incompatible types: bad type in conditional expression
07:18:25 		String s = b ? l1.get(0) : l2.get(0);
07:18:25 		                     ^
07:18:25     CAP#1 cannot be converted to String
07:18:25   where V,T are type-variables:
07:18:25     V extends T declared in method <V>foo4(boolean,List<? extends V>,List<? extends Comparable<V>>)
07:18:25     T extends Comparable<T>,Serializable declared in class X
07:18:25   where CAP#1 is a fresh type-variable:
07:18:25     CAP#1 extends V from capture of ? extends V
07:18:25 X.java:6: error: incompatible types: bad type in conditional expression
07:18:25 		String s = b ? l1.get(0) : l2.get(0);
07:18:25 		                                 ^
07:18:25     CAP#1 cannot be converted to String
07:18:25   where V,T are type-variables:
07:18:25     V extends T declared in method <V>foo4(boolean,List<? extends V>,List<? extends Comparable<V>>)
07:18:25     T extends Comparable<T>,Serializable declared in class X
07:18:25   where CAP#1 is a fresh type-variable:
07:18:25     CAP#1 extends Comparable<V> from capture of ? extends Comparable<V>
07:18:25 2 errors
07:18:25 
07:18:25 
07:18:25 
07:18:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:26 --- javac err: ---
07:18:26 X.java:6: warning: [rawtypes] found raw type: X
07:18:26 		X myThing = new X<Object>();
07:18:26 		^
07:18:26   missing type arguments for generic class X<T>
07:18:26   where T is a type-variable:
07:18:26     T extends Object declared in class X
07:18:26 X.java:7: error: incompatible types: Object cannot be converted to Integer
07:18:26 		Integer i = myThing.getList().get(0); // Type Mismatch error - Since
07:18:26 		                                 ^
07:18:26 X.java:24: warning: [rawtypes] found raw type: X
07:18:26 		X myThing = new X<Object>();
07:18:26 		^
07:18:26   missing type arguments for generic class X<T>
07:18:26   where T is a type-variable:
07:18:26     T extends Object declared in class X
07:18:26 X.java:25: warning: [unchecked] unchecked conversion
07:18:26 		List<Integer> l = myThing.getList();
07:18:26 		                                 ^
07:18:26   required: List<Integer>
07:18:26   found:    List
07:18:26 1 error
07:18:26 3 warnings
07:18:26 
07:18:26 
07:18:26 
07:18:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:27 --- javac err: ---
07:18:27 X.java:10: warning: [rawtypes] found raw type: X
07:18:27 	void m(X x) {
07:18:27 	       ^
07:18:27   missing type arguments for generic class X<T>
07:18:27   where T is a type-variable:
07:18:27     T extends Object declared in class X
07:18:27 X.java:11: error: incompatible types: List<String> cannot be converted to List<Object>
07:18:27 		List<Object> l1 = x.foo();
07:18:27 		                       ^
07:18:27 X.java:12: warning: [unchecked] unchecked conversion
07:18:27 		List<Object> l2 = x.bar();
07:18:27 		                       ^
07:18:27   required: List<Object>
07:18:27   found:    List
07:18:27 1 error
07:18:27 2 warnings
07:18:27 
07:18:27 
07:18:27 
07:18:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:28 --- javac err: ---
07:18:28 X.java:10: warning: [rawtypes] found raw type: X
07:18:28 	void m(X x) {
07:18:28 	       ^
07:18:28   missing type arguments for generic class X<T>
07:18:28   where T is a type-variable:
07:18:28     T extends Object declared in class X
07:18:28 X.java:11: warning: [unchecked] unchecked conversion
07:18:28 		List<Object> l1 = x.foo();
07:18:28 		                       ^
07:18:28   required: List<Object>
07:18:28   found:    List
07:18:28 X.java:12: warning: [unchecked] unchecked conversion
07:18:28 		List<Object> l2 = x.bar();
07:18:28 		                       ^
07:18:28   required: List<Object>
07:18:28   found:    List
07:18:28 X.java:13: error: cannot find symbol
07:18:28 		Zork z;
07:18:28 		^
07:18:28   symbol:   class Zork
07:18:28   location: class X<T>
07:18:28   where T is a type-variable:
07:18:28     T extends Object declared in class X
07:18:28 1 error
07:18:28 3 warnings
07:18:28 
07:18:28 
07:18:28 
07:18:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:29 --- javac err: ---
07:18:29 X.java:13: error: Baz has private access in X
07:18:29 public class X extends Foo<X.Baz> {
07:18:29                             ^
07:18:29 1 error
07:18:29 
07:18:29 
07:18:29 
07:18:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:30 
07:18:30 
07:18:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:31 --- javac err: ---
07:18:31 X.java:21: warning: [cast] redundant cast to Collection<Container>
07:18:31 		Collection<?> result2 = (Collection<Container>)foo();
07:18:31 		                        ^
07:18:31 X.java:22: error: incompatible types: no instance(s) of type variable(s) T exist so that Collection<T> conforms to String
07:18:31 		String result3 = foo();
07:18:31 		                    ^
07:18:31   where T is a type-variable:
07:18:31     T extends Container declared in method <T>foo()
07:18:31 X.java:23: error: incompatible types: Collection<Container> cannot be converted to String
07:18:31 		String result4 = (String) foo();		
07:18:31 		                             ^
07:18:31 2 errors
07:18:31 1 warning
07:18:31 
07:18:31 
07:18:31 
07:18:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:33 --- javac err: ---
07:18:33 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
07:18:33 public class X implements java.io.Serializable {
07:18:33        ^
07:18:33 1 warning
07:18:33 
07:18:33 
07:18:33 
07:18:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:34 --- javac err: ---
07:18:34 p/X.java:9: error: cyclic inheritance involving X
07:18:34 public class X extends Super<A<X>> {
07:18:34        ^
07:18:34 1 error
07:18:34 
07:18:34 
07:18:34 
07:18:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:35 --- javac err: ---
07:18:35 p/X.java:9: error: cannot find symbol
07:18:35 public class X extends Super<A<X>> {
07:18:35                        ^
07:18:35   symbol: class Super
07:18:35 p/X.java:2: error: cannot find symbol
07:18:35 import static p.X.Super;
07:18:35 ^
07:18:35   symbol:   static Super
07:18:35   location: class X
07:18:35 2 errors
07:18:35 
07:18:35 
07:18:35 
07:18:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:36 --- javac err: ---
07:18:36 p/X.java:8: error: cyclic inheritance involving X
07:18:36 public class X extends p.X.Super<A<X>> {
07:18:36        ^
07:18:36 p/X.java:8: warning: [static] static class should be qualified by type name, X, instead of by an expression
07:18:36 public class X extends p.X.Super<A<X>> {
07:18:36                           ^
07:18:36 1 error
07:18:36 1 warning
07:18:36 
07:18:36 
07:18:36 
07:18:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:37 
07:18:37 
07:18:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:38 --- javac err: ---
07:18:38 X.java:5: error: incompatible types: no instance(s) of type variable(s) E exist so that List<E> conforms to int
07:18:38 	  int i = asList(a, b);
07:18:38 	                ^
07:18:38   where E is a type-variable:
07:18:38     E extends Object declared in method <E>asList(E,E)
07:18:38 1 error
07:18:38 
07:18:38 
07:18:38 
07:18:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:39 --- javac err: ---
07:18:39 X.java:5: error: incompatible types: Iterable<Comparator<? extends Object>> cannot be converted to Iterable<? extends Comparator<? super Object>>
07:18:39   Iterable<? extends Comparator<? super Object>> itc2 = itc1;
07:18:39                                                         ^
07:18:39 1 error
07:18:39 
07:18:39 
07:18:39 
07:18:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:40 
07:18:40 
07:18:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:41 --- javac err: ---
07:18:41 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Comparator<? super T>
07:18:41 			Comparator<? super T> a,
07:18:41 			                      ^
07:18:41   where T is a type-variable:
07:18:41     T extends Object declared in method <T>compound(Comparator<? super T>,Comparator<? super T>,Comparator<? super T>...)
07:18:41 X.java:7: error: incompatible types: no instance(s) of type variable(s) E exist so that List<E> conforms to int
07:18:41 		int i = asList(a, b, rest);
07:18:41 		              ^
07:18:41   where E is a type-variable:
07:18:41     E extends Object declared in method <E>asList(E,E,E...)
07:18:41 X.java:8: error: incompatible types: no instance(s) of type variable(s) E exist so that List<E> conforms to int
07:18:41 		int j = asList2(a, b);
07:18:41 		               ^
07:18:41   where E is a type-variable:
07:18:41     E extends Object declared in method <E>asList2(E,E)
07:18:41 X.java:14: warning: [unchecked] Possible heap pollution from parameterized vararg type E
07:18:41 	public static <E> List<E> asList(E a, E b, E... rest) {
07:18:41 	                                   ^
07:18:41   where E is a type-variable:
07:18:41     E extends Object declared in method <E>asList(E,E,E...)
07:18:41 2 errors
07:18:41 2 warnings
07:18:41 
07:18:41 
07:18:41 
07:18:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:42 --- javac err: ---
07:18:42 X.java:4: error: incompatible types: Comparator<CAP#1> cannot be converted to int
07:18:42 		int i = cx;
07:18:42 		        ^
07:18:42   where CAP#1 is a fresh type-variable:
07:18:42     CAP#1 extends Object super: X from capture of ? super X
07:18:42 X.java:5: error: incompatible types: Comparator<? super X>[] cannot be converted to int
07:18:42 		int j = cxs;
07:18:42 		        ^
07:18:42 X.java:6: error: incompatible types: Comparator<? super X> cannot be converted to int
07:18:42 		int k = cxs[0];
07:18:42 		           ^
07:18:42 X.java:7: error: incompatible types: no instance(s) of type variable(s) E exist so that List<E> conforms to int
07:18:42 		int l = asList2(cxs[0], cxs[1]);
07:18:42 		               ^
07:18:42   where E is a type-variable:
07:18:42     E extends Object declared in method <E>asList2(E,E)
07:18:42 4 errors
07:18:42 
07:18:42 
07:18:42 
07:18:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:42 
07:18:42 
07:18:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:44 
07:18:44 
07:18:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:45 
07:18:45 
07:18:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:47 
07:18:47 
07:18:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:48 
07:18:48 
07:18:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:49 --- javac err: ---
07:18:49 X.java:9: error: improperly formed type, some parameters are missing
07:18:49 	Reference<X<String>.Other<Thread>.Deeply.Inside> u;
07:18:49 	                                        ^
07:18:49 X.java:9: warning: [rawtypes] found raw type: X.Other.Deeply.Inside
07:18:49 	Reference<X<String>.Other<Thread>.Deeply.Inside> u;
07:18:49 	                                        ^
07:18:49   missing type arguments for generic class X<T>.Other<U>.Deeply.Inside<V>
07:18:49   where V,U,T are type-variables:
07:18:49     V extends Object declared in class X.Other.Deeply.Inside
07:18:49     U extends Object declared in class X.Other
07:18:49     T extends Object declared in class X
07:18:49 1 error
07:18:49 1 warning
07:18:49 
07:18:49 
07:18:49 
07:18:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:51 --- javac err: ---
07:18:51 Y.java:9: warning: [rawtypes] found raw type: X
07:18:51 	Y(X someX) {
07:18:51 	  ^
07:18:51   missing type arguments for generic class X<T>
07:18:51   where T is a type-variable:
07:18:51     T extends Object declared in class X
07:18:51 Y.java:10: warning: [unchecked] unchecked conversion
07:18:51 		this.x = someX.x;
07:18:51 		              ^
07:18:51   required: Reference<Deeply>
07:18:51   found:    Reference
07:18:51 Y.java:11: warning: [unchecked] unchecked conversion
07:18:51 		this. y = someX.y;	
07:18:51 		               ^
07:18:51   required: Reference<Rather>
07:18:51   found:    Reference
07:18:51 Y.java:12: warning: [unchecked] unchecked conversion
07:18:51 		this.z = someX.z;	
07:18:51 		              ^
07:18:51   required: Reference<Inside>
07:18:51   found:    Reference
07:18:51 Y.java:13: warning: [unchecked] unchecked conversion
07:18:51 		this.t = someX.t;
07:18:51 		              ^
07:18:51   required: Reference<X<String>.Other<Thread>.Deeply>
07:18:51   found:    Reference
07:18:51 Y.java:14: warning: [unchecked] unchecked conversion
07:18:51 		this.u = someX.u;		
07:18:51 		              ^
07:18:51   required: Reference<X<String>.Other<Thread>.Deeply.Inside<Number>>
07:18:51   found:    Reference
07:18:51 6 warnings
07:18:51 
07:18:51 
07:18:51 
07:18:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:52 
07:18:52 
07:18:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:53 
07:18:53 
07:18:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:55 
07:18:55 
07:18:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:56 --- javac err: ---
07:18:56 X.java:4: error: method func in class X cannot be applied to given types;
07:18:56                 func(XX.class);
07:18:56                 ^
07:18:56   required: Class<? extends X.XX<A,B>>
07:18:56   found: Class<X.XX>
07:18:56   reason: cannot infer type-variable(s) A,B
07:18:56     (argument mismatch; Class<X.XX> cannot be converted to Class<? extends X.XX<A,B>>)
07:18:56   where A,B are type-variables:
07:18:56     A extends Object declared in method <A,B>func(Class<? extends X.XX<A,B>>)
07:18:56     B extends Object declared in method <A,B>func(Class<? extends X.XX<A,B>>)
07:18:56 X.java:6: error: incompatible types: Class<X.XX> cannot be converted to Class<? extends X.XX<String,String>>
07:18:56                 Class<? extends XX<String,String>> c = XX.class;
07:18:56                                                          ^
07:18:56 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:18:56 2 errors
07:18:56 
07:18:56 
07:18:56 
07:18:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:57 --- javac err: ---
07:18:57 X.java:9: error: type argument ? super A is not within bounds of type-variable V
07:18:57 		D<?, ? super A> d1 = null;
07:18:57 		     ^
07:18:57   where V,U are type-variables:
07:18:57     V extends U declared in class D
07:18:57     U extends A declared in class D
07:18:57 X.java:11: error: type argument C is not within bounds of type-variable V
07:18:57 		D<B, C> d3 = null;
07:18:57 		     ^
07:18:57   where V,U are type-variables:
07:18:57     V extends U declared in class D
07:18:57     U extends A declared in class D
07:18:57 2 errors
07:18:57 
07:18:57 
07:18:57 
07:18:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:58 
07:18:58 
07:18:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:18:59 --- javac err: ---
07:18:59 X.java:3: error: type argument V is not within bounds of type-variable U
07:18:59 public class X<V extends Z<V>> extends Z<V>{
07:18:59                            ^
07:18:59   where V,U are type-variables:
07:18:59     V extends Z<V> declared in class X
07:18:59     U extends Y<U> declared in class Z
07:18:59 X.java:3: error: type argument V is not within bounds of type-variable U
07:18:59 public class X<V extends Z<V>> extends Z<V>{
07:18:59                                          ^
07:18:59   where V,U are type-variables:
07:18:59     V extends Z<V> declared in class X
07:18:59     U extends Y<U> declared in class Z
07:18:59 2 errors
07:18:59 
07:18:59 
07:18:59 
07:18:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:00 
07:19:00 
07:19:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:01 
07:19:01 
07:19:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:01 --- javac err: ---
07:19:01 X.java:5: error: variable mObj might not have been initialized
07:19:01 			Object o1 = mObj;
07:19:01 			            ^
07:19:01 1 error
07:19:01 
07:19:01 
07:19:01 
07:19:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:02 --- javac err: ---
07:19:02 X.java:6: error: cannot assign a value to final variable mObj
07:19:02 			mObj = "1";
07:19:02 			^
07:19:02 X.java:8: error: cannot assign a value to final variable mObj
07:19:02 		Object o2 = mObj = "2";
07:19:02 		            ^
07:19:02 X.java:11: error: cannot assign a value to final variable mObj
07:19:02 			mObj = "3";
07:19:02 			^
07:19:02 3 errors
07:19:02 
07:19:02 
07:19:02 
07:19:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:03 --- javac err: ---
07:19:03 X.java:9: error: type argument ? super A is not within bounds of type-variable V
07:19:03 		D<?, ? super A> d1 = null;
07:19:03 		     ^
07:19:03   where V,U are type-variables:
07:19:03     V extends U declared in class D
07:19:03     U extends A declared in class D
07:19:03 X.java:11: error: type argument C is not within bounds of type-variable V
07:19:03 		D<B, C> d3 = null;
07:19:03 		     ^
07:19:03   where V,U are type-variables:
07:19:03     V extends U declared in class D
07:19:03     U extends A declared in class D
07:19:03 2 errors
07:19:03 
07:19:03 
07:19:03 
07:19:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:04 
07:19:04 
07:19:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:05 --- javac err: ---
07:19:05 Foo.java:3: error: type argument ? extends B is not within bounds of type-variable F
07:19:05     Bar(Foo<? extends B> bar) {}
07:19:05             ^
07:19:05   where B,F are type-variables:
07:19:05     B extends Object declared in class Foo.Bar
07:19:05     F extends Enum<F> declared in class Foo
07:19:05 1 error
07:19:05 
07:19:05 
07:19:05 
07:19:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:06 --- javac err: ---
07:19:06 example/Container.java:8: error: type argument ? extends T1 is not within bounds of type-variable U
07:19:06 			Container<?, ? extends T1, ?> b, 
07:19:06 			             ^
07:19:06   where T1,U1,V1,T,U are type-variables:
07:19:06     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>>)
07:19:06     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>>)
07:19:06     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>>)
07:19:06     T extends Object declared in interface Container
07:19:06     U extends T declared in interface Container
07:19:06 example/Container.java:10: error: type argument ? extends U1 is not within bounds of type-variable U
07:19:06 			Container<? extends T1, ? extends U1, ? extends V1> d, 
07:19:06 			                        ^
07:19:06   where U1,T1,V1,T,U are type-variables:
07:19:06     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>>)
07:19:06     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>>)
07:19:06     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>>)
07:19:06     T extends Object declared in interface Container
07:19:06     U extends T declared in interface Container
07:19:06 example/Container.java:12: error: type argument A<T> is not within bounds of type-variable V
07:19:06 			Container<T1, ? extends U1, A<T>> f, 
07:19:06 			                             ^
07:19:06   where T,V are type-variables:
07:19:06     T extends Object declared in interface Container
07:19:06     V extends A<T> declared in interface Container
07:19:06 example/Container.java:13: error: type argument A<U1> is not within bounds of type-variable V
07:19:06 			Container<T1, U1, A<U1>> g,
07:19:06 			                   ^
07:19:06   where U1,T1,V1,T,V are type-variables:
07:19:06     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>>)
07:19:06     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>>)
07:19:06     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>>)
07:19:06     T extends Object declared in interface Container
07:19:06     V extends A<T> declared in interface Container
07:19:06 4 errors
07:19:06 
07:19:06 
07:19:06 
07:19:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:07 --- javac err: ---
07:19:07 example/Container2.java:8: error: type argument ? extends T1 is not within bounds of type-variable U
07:19:07 			Container2<?, ? extends T1, ?> b, 
07:19:07 			              ^
07:19:07   where T1,U1,V1,T,U are type-variables:
07:19:07     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>)
07:19:07     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>)
07:19:07     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>)
07:19:07     T extends Object declared in interface Container2
07:19:07     U extends T declared in interface Container2
07:19:07 example/Container2.java:10: error: type argument ? extends U1 is not within bounds of type-variable U
07:19:07 			Container2<? extends T1, ? extends U1, ? extends V1> d, 
07:19:07 			                         ^
07:19:07   where U1,T1,V1,T,U are type-variables:
07:19:07     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>)
07:19:07     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>)
07:19:07     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>)
07:19:07     T extends Object declared in interface Container2
07:19:07     U extends T declared in interface Container2
07:19:07 example/Container2.java:12: error: type argument A<T> is not within bounds of type-variable V
07:19:07 			Container2<T1, ? extends U1, A<T>> f, 
07:19:07 			                              ^
07:19:07   where T,V are type-variables:
07:19:07     T extends Object declared in interface Container2
07:19:07     V extends A<? extends T> declared in interface Container2
07:19:07 example/Container2.java:14: error: type argument U1 is not within bounds of type-variable U
07:19:07 			Container2<? extends T1, U1, ? extends V1> h);
07:19:07 			                         ^
07:19:07   where U1,T1,V1,T,U are type-variables:
07:19:07     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>)
07:19:07     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>)
07:19:07     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>)
07:19:07     T extends Object declared in interface Container2
07:19:07     U extends T declared in interface Container2
07:19:07 4 errors
07:19:07 
07:19:07 
07:19:07 
07:19:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:08 --- javac err: ---
07:19:08 example/Container3.java:8: error: type argument ? extends T1 is not within bounds of type-variable U
07:19:08 			Container3<?, ? extends T1, ?> b, 
07:19:08 			              ^
07:19:08   where T1,U1,V1,T,U are type-variables:
07:19:08     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>)
07:19:08     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>)
07:19:08     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>)
07:19:08     T extends Object declared in interface Container3
07:19:08     U extends T declared in interface Container3
07:19:08 example/Container3.java:10: error: type argument ? extends U1 is not within bounds of type-variable U
07:19:08 			Container3<? extends T1, ? extends U1, ? extends V1> d, 
07:19:08 			                         ^
07:19:08   where U1,T1,V1,T,U are type-variables:
07:19:08     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>)
07:19:08     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>)
07:19:08     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>)
07:19:08     T extends Object declared in interface Container3
07:19:08     U extends T declared in interface Container3
07:19:08 example/Container3.java:12: error: type argument A<T> is not within bounds of type-variable V
07:19:08 			Container3<T1, ? extends U1, A<T>> f, 
07:19:08 			                              ^
07:19:08   where T,V are type-variables:
07:19:08     T extends Object declared in interface Container3
07:19:08     V extends A<? super T> declared in interface Container3
07:19:08 example/Container3.java:13: error: type argument A<U1> is not within bounds of type-variable V
07:19:08 			Container3<T1, U1, A<U1>> g, 
07:19:08 			                    ^
07:19:08   where U1,T1,V1,T,V are type-variables:
07:19:08     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>)
07:19:08     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>)
07:19:08     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>)
07:19:08     T extends Object declared in interface Container3
07:19:08     V extends A<? super T> declared in interface Container3
07:19:08 example/Container3.java:14: error: type argument U1 is not within bounds of type-variable U
07:19:08 			Container3<? extends T1, U1, ? extends V1> h, 
07:19:08 			                         ^
07:19:08   where U1,T1,V1,T,U are type-variables:
07:19:08     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>)
07:19:08     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>)
07:19:08     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>>,Con
07:19:08 
07:19:08 tainer3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends UFull results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:08 1,A>)
07:19:08     T extends Object declared in interface Container3
07:19:08     U extends T declared in interface Container3
07:19:08 example/Container3.java:15: error: type argument A<? super T> is not within bounds of type-variable V
07:19:08 			Container3<T1, ? extends U1, A<? super T>> i, 
07:19:08 			                              ^
07:19:08   where T,V are type-variables:
07:19:08     T extends Object declared in interface Container3
07:19:08     V extends A<? super T> declared in interface Container3
07:19:08 example/Container3.java:16: error: type argument A is not within bounds of type-variable V
07:19:08 			Container3<T1, ? extends U1, A> j);
07:19:08 			                             ^
07:19:08   where V,T are type-variables:
07:19:08     V extends A<? super T> declared in interface Container3
07:19:08     T extends Object declared in interface Container3
07:19:08 example/Container3.java:16: warning: [rawtypes] found raw type: A
07:19:08 			Container3<T1, ? extends U1, A> j);
07:19:08 			                             ^
07:19:08   missing type arguments for generic class A<E>
07:19:08   where E is a type-variable:
07:19:08     E extends Object declared in class A
07:19:08 example/Container3.java:20: error: type argument ? extends T1 is not within bounds of type-variable U
07:19:08 			Container3<?, ? extends T1, ?> b, 
07:19:08 			              ^
07:19:08   where T1,U1,V1,T,U are type-variables:
07:19:08     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>)
07:19:08     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>)
07:19:08     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>)
07:19:08     T extends Object declared in interface Container3
07:19:08     U extends T declared in interface Container3
07:19:08 example/Container3.java:22: error: type argument ? extends U1 is not within bounds of type-variable U
07:19:08 			Container3<? extends T1, ? extends U1, ? extends V1> d, 
07:19:08 			                         ^
07:19:08   where U1,T1,V1,T,U are type-variables:
07:19:08     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>)
07:19:08     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>)
07:19:08     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>)
07:19:08     T extends Object declared in interface Container3
07:19:08     U extends T declared in interface Container3
07:19:08 example/Container3.java:24: error: type argument B<T> is not within bounds of type-variable V
07:19:08 			Container3<T1, ? extends U1, B<T>> f, 
07:19:08 			                              ^
07:19:08   where T,V are type-variables:
07:19:08     T extends Object declared in interface Container3
07:19:08     V extends A<? super T> declared in interface Container3
07:19:08 example/Container3.java:25: error: type argument B<U1> is not within bounds of type-variable V
07:19:08 			Container3<T1, U1, B<U1>> g, 
07:19:08 			                    ^
07:19:08   where U1,T1,V1,T,V are type-variables:
07:19:08     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>)
07:19:08     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>)
07:19:08     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>)
07:19:08     T extends Object declared in interface Container3
07:19:08     V extends A<? super T> declared in interface Container3
07:19:08 example/Container3.java:26: error: type argument U1 is not within bounds of type-variable U
07:19:08 			Container3<? extends T1, U1, ? extends V1> h, 
07:19:08 			                         ^
07:19:08   where U1,T1,V1,T,U are type-variables:
07:19:08     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>)
07:19:08     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>)
07:19:08     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>)
07:19:08     T extends Object declared in interface Container3
07:19:08     U extends T declared in interface Container3
07:19:08 example/Container3.java:27: error: type argument B<? super T> is not within bounds of type-variable V
07:19:08 			Container3<T1, ? extends U1, B<? super T>> i, 
07:19:08 			                              ^
07:19:08   where T,V are type-variables:
07:19:08     T extends Object declared in interface Container3
07:19:08     V extends A<? super T> declared in interface Container3
07:19:08 example/Container3.java:28: error: type argument B is not within bounds of type-variable V
07:19:08 			Container3<T1, ? extends U1, B> j);
07:19:08 			                             ^
07:19:08   where V,T are type-variables:
07:19:08     V extends A<? super T> declared in interface Container3
07:19:08     T extends Object declared in interface Container3
07:19:08 example/Container3.java:28: warning: [rawtypes] found raw type: B
07:19:08 			Container3<T1, ? extends U1, B> j);
07:19:08 			                             ^
07:19:08   missing type arguments for generic class B<E>
07:19:08   where E is a type-variable:
07:19:08     E extends Object declared in class B
07:19:08 14 errors
07:19:08 2 warnings
07:19:08 
07:19:09 
07:19:09 
07:19:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:10 --- javac err: ---
07:19:10 X.java:4: error: incompatible types: String cannot be converted to CAP#1
07:19:10 		(b ? xs : xn).field = xs.field;
07:19:10 		                        ^
07:19:10   where CAP#1 is a fresh type-variable:
07:19:10     CAP#1 extends Serializable from capture of ? extends Serializable
07:19:10 1 error
07:19:10 
07:19:10 
07:19:10 
07:19:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:11 --- javac err: ---
07:19:11 X.java:4: error: incompatible types: Integer cannot be converted to CAP#1
07:19:11 		(b ? x1 : x2).field = x1.field;
07:19:11 		                        ^
07:19:11   where CAP#1 is a fresh type-variable:
07:19:11     CAP#1 extends INT#1 from capture of ? extends INT#1
07:19:11   where INT#1,INT#2 are intersection types:
07:19:11     INT#1 extends Number,Comparable<? extends INT#2>,Constable,ConstantDesc
07:19:11     INT#2 extends Number,Comparable<?>,Constable,ConstantDesc
07:19:11 1 error
07:19:11 
07:19:11 
07:19:11 
07:19:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:12 --- javac err: ---
07:19:12 X.java:4: error: incompatible types: CAP#1 cannot be converted to CAP#2
07:19:12 		(b ? x1 : x2).field = (b ? x1 : x2).field;
07:19:12 		                                   ^
07:19:12   where CAP#1,CAP#2 are fresh type-variables:
07:19:12     CAP#1 extends INT#1 from capture of ? extends INT#1
07:19:12     CAP#2 extends INT#3 from capture of ? extends INT#3
07:19:12   where INT#1,INT#2,INT#3,INT#4 are intersection types:
07:19:12     INT#1 extends Number,Comparable<? extends INT#2>,Constable,ConstantDesc
07:19:12     INT#2 extends Number,Comparable<?>,Constable,ConstantDesc
07:19:12     INT#3 extends Number,Comparable<? extends INT#4>,Constable,ConstantDesc
07:19:12     INT#4 extends Number,Comparable<?>,Constable,ConstantDesc
07:19:12 1 error
07:19:12 
07:19:12 
07:19:12 
07:19:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:13 --- javac err: ---
07:19:13 X.java:4: error: incompatible types: C cannot be converted to CAP#1
07:19:13 		(b ? x1 : x2).field = new C();
07:19:13 		                      ^
07:19:13   where CAP#1 is a fresh type-variable:
07:19:13     CAP#1 extends C from capture of ? extends C
07:19:13 1 error
07:19:13 
07:19:13 
07:19:13 
07:19:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:14 
07:19:14 
07:19:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:15 
07:19:15 
07:19:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:16 
07:19:16 
07:19:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:17 --- javac err: ---
07:19:17 X.java:1: error: unexpected type
07:19:17 public class X<T extends Object&V, V> {}
07:19:17                                 ^
07:19:17   required: class
07:19:17   found:    type parameter V
07:19:17   where V is a type-variable:
07:19:17     V extends Object declared in class X
07:19:17 1 error
07:19:17 
07:19:17 
07:19:17 
07:19:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:18 --- javac err: ---
07:19:18 X.java:2: error: a type variable may not be followed by other bounds
07:19:18 	public static <S, T extends Comparable<S>, R extends S & T> R max1(T arg1, S arg2) {
07:19:18 	                                                         ^
07:19:18 X.java:3: warning: [unchecked] unchecked cast
07:19:18 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
07:19:18 		           ^
07:19:18   required: R
07:19:18   found:    Object
07:19:18   where R,S,T are type-variables:
07:19:18     R extends S declared in method <S,T,R>max1(T,S)
07:19:18     S extends Object declared in method <S,T,R>max1(T,S)
07:19:18     T extends Comparable<S> declared in method <S,T,R>max1(T,S)
07:19:18 X.java:6: error: a type variable may not be followed by other bounds
07:19:18 	public static <T extends Comparable<S>, S, R extends S & Comparable<S>> R max2(T arg1, S arg2) {
07:19:18 	                                                                   ^
07:19:18 X.java:7: warning: [unchecked] unchecked cast
07:19:18 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
07:19:18 		           ^
07:19:18   required: R
07:19:18   found:    Object
07:19:18   where R,T,S are type-variables:
07:19:18     R extends S declared in method <T,S,R>max2(T,S)
07:19:18     T extends Comparable<S> declared in method <T,S,R>max2(T,S)
07:19:18     S extends Object declared in method <T,S,R>max2(T,S)
07:19:18 X.java:11: warning: [unchecked] unchecked cast
07:19:18 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
07:19:18 		           ^
07:19:18   required: R
07:19:18   found:    Object
07:19:18   where R,T,S are type-variables:
07:19:18     R extends Comparable<S> declared in method <T,S,R>max3(T,S)
07:19:18     T extends Comparable<S> declared in method <T,S,R>max3(T,S)
07:19:18     S extends Object declared in method <T,S,R>max3(T,S)
07:19:18 2 errors
07:19:18 3 warnings
07:19:18 
07:19:18 
07:19:18 
07:19:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:19 --- javac err: ---
07:19:19 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
07:19:19 	public static <T extends Comparable<S>, S, R extends S & Comparable<S>> R max(T arg1, S arg2) {
07:19:19 	                                                                          ^
07:19:19   where T#1,S#1,R#1,S#2,T#2,R#2 are type-variables:
07:19:19     T#1 extends Comparable<S#1> declared in method <T#1,S#1,R#1>max(T#1,S#1)
07:19:19     S#1 extends Object declared in method <T#1,S#1,R#1>max(T#1,S#1)
07:19:19     R#1 extends S#1,Comparable<S#1> declared in method <T#1,S#1,R#1>max(T#1,S#1)
07:19:19     S#2 extends Object declared in method <S#2,T#2,R#2>max(T#2,S#2)
07:19:19     T#2 extends Comparable<S#2> declared in method <S#2,T#2,R#2>max(T#2,S#2)
07:19:19     R#2 extends S#2,T#2 declared in method <S#2,T#2,R#2>max(T#2,S#2)
07:19:19 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
07:19:19 	public static <T extends Comparable<S>, S, R extends Comparable<S>> R max(T arg1, S arg2) {
07:19:19 	                                                                      ^
07:19:19   where T#1,S#1,R#1,S#2,T#2,R#2 are type-variables:
07:19:19     T#1 extends Comparable<S#1> declared in method <T#1,S#1,R#1>max(T#1,S#1)
07:19:19     S#1 extends Object declared in method <T#1,S#1,R#1>max(T#1,S#1)
07:19:19     R#1 extends Comparable<S#1> declared in method <T#1,S#1,R#1>max(T#1,S#1)
07:19:19     S#2 extends Object declared in method <S#2,T#2,R#2>max(T#2,S#2)
07:19:19     T#2 extends Comparable<S#2> declared in method <S#2,T#2,R#2>max(T#2,S#2)
07:19:19     R#2 extends S#2,T#2 declared in method <S#2,T#2,R#2>max(T#2,S#2)
07:19:19 X.java:2: error: a type variable may not be followed by other bounds
07:19:19 	public static <S, T extends Comparable<S>, R extends S & T> R max(T arg1, S arg2) {
07:19:19 	                                                         ^
07:19:19 X.java:3: warning: [unchecked] unchecked cast
07:19:19 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
07:19:19 		           ^
07:19:19   required: R
07:19:19   found:    Object
07:19:19   where R,S,T are type-variables:
07:19:19     R extends S declared in method <S,T,R>max(T,S)
07:19:19     S extends Object declared in method <S,T,R>max(T,S)
07:19:19     T extends Comparable<S> declared in method <S,T,R>max(T,S)
07:19:19 X.java:5: error: a type variable may not be followed by other bounds
07:19:19 	public static <T extends Comparable<S>, S, R extends S & Comparable<S>> R max(T arg1, S arg2) {
07:19:19 	                                                                   ^
07:19:19 X.java:6: warning: [unchecked] unchecked cast
07:19:19 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
07:19:19 		           ^
07:19:19   required: R
07:19:19   found:    Object
07:19:19   where R,T,S are type-variables:
07:19:19     R extends S declared in method <T,S,R>max(T,S)
07:19:19     T extends Comparable<S> declared in method <T,S,R>max(T,S)
07:19:19     S extends Object declared in method <T,S,R>max(T,S)
07:19:19 X.java:9: warning: [unchecked] unchecked cast
07:19:19 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
07:19:19 		           ^
07:19:19   required: R
07:19:19   found:    Object
07:19:19   where R,T,S are type-variables:
07:19:19     R extends Comparable<S> declared in method <T,S,R>max(T,S)
07:19:19     T extends Comparable<S> declared in method <T,S,R>max(T,S)
07:19:19     S extends Object declared in method <T,S,R>max(T,S)
07:19:19 
07:19:19 4 errors
07:19:19 
07:19:19 3 warnings
07:19:19 
07:19:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:20 --- javac err: ---
07:19:20 X.java:1: error: cannot find symbol
07:19:20 public class X<T extends Zork & Zork & Object> {
07:19:20                          ^
07:19:20   symbol: class Zork
07:19:20 X.java:1: error: cannot find symbol
07:19:20 public class X<T extends Zork & Zork & Object> {
07:19:20                                 ^
07:19:20   symbol: class Zork
07:19:20 2 errors
07:19:20 
07:19:20 
07:19:20 
07:19:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:21 --- javac err: ---
07:19:21 X.java:1: error: cannot find symbol
07:19:21 public class X<T extends Zork & Runnable> {
07:19:21                          ^
07:19:21   symbol: class Zork
07:19:21 1 error
07:19:21 
07:19:21 
07:19:21 
07:19:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:22 --- javac err: ---
07:19:22 X.java:1: error: cannot find symbol
07:19:22 public class X<T extends Zork & Runnable> {
07:19:22                          ^
07:19:22   symbol: class Zork
07:19:22 X.java:3: warning: [rawtypes] found raw type: X
07:19:22 	void foo(X x) {
07:19:22 	         ^
07:19:22   missing type arguments for generic class X<T>
07:19:22   where T is a type-variable:
07:19:22     T declared in class X
07:19:22 1 error
07:19:22 1 warning
07:19:22 
07:19:22 
07:19:22 
07:19:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:23 --- javac err: ---
07:19:23 X.java:3: error: name clash: <A,B>foo(Class<X<A,B>>) and <T>foo(Class<X>) have the same erasure
07:19:23 	<A, B> void foo(Class<X<A, B>> c) {}
07:19:23 	            ^
07:19:23   where A,B,T are type-variables:
07:19:23     A extends Object declared in method <A,B>foo(Class<X<A,B>>)
07:19:23     B extends Object declared in method <A,B>foo(Class<X<A,B>>)
07:19:23     T extends Object declared in method <T>foo(Class<X>)
07:19:23 X.java:5: error: method foo2(Class<X<U,V>>) is already defined in class X
07:19:23 	<A, B> void foo2(Class<X<U, V>> c) {}
07:19:23 	            ^
07:19:23   where U,V are type-variables:
07:19:23     U extends Object declared in class X
07:19:23     V extends Object declared in class X
07:19:23 2 errors
07:19:23 
07:19:23 
07:19:23 
07:19:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:24 --- javac err: ---
07:19:24 X.java:5: error: incompatible types: X<CAP#1> cannot be converted to X<? extends String>
07:19:24 		x1 = (X<? extends String>) x2;
07:19:24 		                           ^
07:19:24   where CAP#1 is a fresh type-variable:
07:19:24     CAP#1 extends Number from capture of ? extends Number
07:19:24 X.java:8: error: incompatible types: X<CAP#1> cannot be converted to X<? extends String>
07:19:24 		x1 = (X<? extends String>) x2;
07:19:24 		                           ^
07:19:24   where CAP#1 is a fresh type-variable:
07:19:24     CAP#1 extends Runnable from capture of ? extends Runnable
07:19:24 2 errors
07:19:24 
07:19:24 
07:19:24 
07:19:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:24 --- javac err: ---
07:19:24 X.java:4: warning: [unchecked] unchecked cast
07:19:24 		x1 = (X<? extends Serializable>) x2;
07:19:24 		                                 ^
07:19:24   required: X<? extends Serializable>
07:19:24   found:    X<CAP#1>
07:19:24   where CAP#1 is a fresh type-variable:
07:19:24     CAP#1 extends Runnable from capture of ? extends Runnable
07:19:24 X.java:7: error: incompatible types: X<CAP#1> cannot be converted to X<? extends Runnable>
07:19:24 		x1 = (X<? extends Runnable>) x2;
07:19:24 		                             ^
07:19:24   where CAP#1 is a fresh type-variable:
07:19:24     CAP#1 extends String from capture of ? extends String
07:19:24 1 error
07:19:24 1 warning
07:19:24 
07:19:24 
07:19:24 
07:19:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:25 --- javac err: ---
07:19:25 X.java:3: error: incompatible types: Integer cannot be converted to S
07:19:25         S a = (S) i; // error?
07:19:25                   ^
07:19:25   where S,T are type-variables:
07:19:25     S extends Comparable<T> declared in method <T,S>foo(Integer)
07:19:25     T extends String declared in method <T,S>foo(Integer)
07:19:25 X.java:6: warning: [unchecked] unchecked cast
07:19:25         U a = (U) i; // unchecked?
07:19:25                   ^
07:19:25   required: U
07:19:25   found:    Integer
07:19:25   where U is a type-variable:
07:19:25     U extends Comparable<U> declared in method <U>bar(Integer)
07:19:25 1 error
07:19:25 1 warning
07:19:25 
07:19:25 
07:19:25 
07:19:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:26 --- javac err: ---
07:19:26 X.java:3: warning: [unchecked] unchecked cast
07:19:26         S a = (S) n; // unchecked?
07:19:26                   ^
07:19:26   required: S
07:19:26   found:    Number
07:19:26   where S,T are type-variables:
07:19:26     S extends Comparable<T> declared in method <T,S>foo(Number)
07:19:26     T extends String declared in method <T,S>foo(Number)
07:19:26 X.java:6: warning: [unchecked] unchecked cast
07:19:26         U a = (U) n; // unchecked?
07:19:26                   ^
07:19:26   required: U
07:19:26   found:    Number
07:19:26   where U is a type-variable:
07:19:26     U extends Comparable<U> declared in method <U>bar(Number)
07:19:26 2 warnings
07:19:26 
07:19:26 
07:19:26 
07:19:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:27 --- javac err: ---
07:19:27 X.java:3: warning: [unchecked] unchecked cast
07:19:27         S a = (S) i; // unchecked1?
07:19:27                   ^
07:19:27   required: S
07:19:27   found:    Integer
07:19:27   where S,U,T are type-variables:
07:19:27     S extends Comparable<T> declared in method <U,T,S>foo2(Integer)
07:19:27     U extends Integer declared in method <U,T,S>foo2(Integer)
07:19:27     T extends U declared in method <U,T,S>foo2(Integer)
07:19:27 X.java:4: warning: [unchecked] unchecked cast
07:19:27         Comparable<T> b = (Comparable<T>) i; // unchecked2?
07:19:27                                           ^
07:19:27   required: Comparable<T>
07:19:27   found:    Integer
07:19:27   where T,U,S are type-variables:
07:19:27     T extends U declared in method <U,T,S>foo2(Integer)
07:19:27     U extends Integer declared in method <U,T,S>foo2(Integer)
07:19:27     S extends Comparable<T> declared in method <U,T,S>foo2(Integer)
07:19:27 X.java:7: error: incompatible types: Integer cannot be converted to S
07:19:27         S a = (S) i; // error?
07:19:27                   ^
07:19:27   where S,U,T are type-variables:
07:19:27     S extends Comparable<T> declared in method <U,T,S>foo3(Integer)
07:19:27     U extends String declared in method <U,T,S>foo3(Integer)
07:19:27     T extends U declared in method <U,T,S>foo3(Integer)
07:19:27 X.java:8: error: incompatible types: Integer cannot be converted to Comparable<T>
07:19:27         Comparable<T> b = (Comparable<T>) i; // error3?
07:19:27                                           ^
07:19:27   where T,U,S are type-variables:
07:19:27     T extends U declared in method <U,T,S>foo3(Integer)
07:19:27     U extends String declared in method <U,T,S>foo3(Integer)
07:19:27     S extends Comparable<T> declared in method <U,T,S>foo3(Integer)
07:19:27 2 errors
07:19:27 2 warnings
07:19:27 
07:19:27 
07:19:27 
07:19:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:28 --- javac err: ---
07:19:28 X.java:9: error: cannot find symbol
07:19:28 	Zork z;
07:19:28 	^
07:19:28   symbol:   class Zork
07:19:28   location: class X
07:19:28 1 error
07:19:28 
07:19:28 
07:19:28 
07:19:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:29 --- javac err: ---
07:19:29 X.java:4: error: incompatible types: ArrayList<Object> cannot be converted to List<? extends String>
07:19:29                 Object o = (List<? extends String>) a; // ko
07:19:29                                                     ^
07:19:29 X.java:7: error: incompatible types: List<Object> cannot be converted to ArrayList<? extends String>
07:19:29                 Object o = (ArrayList<? extends String>) a; // ko
07:19:29                                                          ^
07:19:29 2 errors
07:19:29 
07:19:29 
07:19:29 
07:19:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:30 --- javac err: ---
07:19:30 X.java:5: error: incompatible types: X<CAP#1> cannot be converted to X<B>
07:19:30                 X<B> bar = (X<B>) param; // unchecked warning vs error
07:19:30                                   ^
07:19:30   where CAP#1 is a fresh type-variable:
07:19:30     CAP#1 extends Object super: A from capture of ? super A
07:19:30 1 error
07:19:30 
07:19:30 
07:19:30 
07:19:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:31 --- javac err: ---
07:19:31 X.java:4: error: incomparable types: Class<CAP#1> and Class<Object>
07:19:31 		if (t.getClass() == Object.class)
07:19:31 		                 ^
07:19:31   where CAP#1 is a fresh type-variable:
07:19:31     CAP#1 extends X from capture of ? extends X
07:19:31 1 error
07:19:31 
07:19:31 
07:19:31 
07:19:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:32 --- javac err: ---
07:19:32 java/lang/Class.java:1: error: package exists in another module: java.base
07:19:32 package java.lang;
07:19:32 ^
07:19:32 1 error
07:19:32 
07:19:32 ----------------------------------------
07:19:32 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1195 - 12
07:19:32 java/lang/Class.java [
07:19:32 package java.lang;
07:19:32 public class Class<T> {
07:19:32 	Class<? super T> getSuperclass() { return null; }
07:19:32 	void foo() {
07:19:32 		boolean foo = getSuperclass() == Enum.class;
07:19:32 	}
07:19:32 }
07:19:32 
07:19:32 ]
07:19:32 
07:19:32 
07:19:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:33 
07:19:33 
07:19:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:34 --- javac err: ---
07:19:34 X.java:9: warning: [rawtypes] found raw type: YYY
07:19:34 		Class<? extends YYY> ybb = yb.getClass();
07:19:34 		                ^
07:19:34   missing type arguments for generic class YYY<T>
07:19:34   where T is a type-variable:
07:19:34     T extends B declared in class YYY
07:19:34 X.java:10: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends YYY<?>>
07:19:34 		Class<? extends YYY<?>> ybb2 = yb.getClass();
07:19:34 		                                          ^
07:19:34   where CAP#1 is a fresh type-variable:
07:19:34     CAP#1 extends YYY from capture of ? extends YYY
07:19:34 X.java:11: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends YYY<? extends B>>
07:19:34 		Class<? extends YYY<? extends B>> ybb3 = yb.getClass();
07:19:34 		                                                    ^
07:19:34   where CAP#1 is a fresh type-variable:
07:19:34     CAP#1 extends YYY from capture of ? extends YYY
07:19:34 2 errors
07:19:34 1 warning
07:19:34 
07:19:34 
07:19:34 
07:19:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:35 
07:19:35 
07:19:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:36 
07:19:36 
07:19:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:37 
07:19:37 
07:19:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:38 --- javac err: ---
07:19:38 X.java:17: warning: [unchecked] unchecked cast
07:19:38 		return (Map<Class<?>, X>) make(type, value);//2
07:19:38 		                              ^
07:19:38   required: X.Map<Class<?>,X>
07:19:38   found:    X.Map<Class<CAP#1>,X>
07:19:38   where CAP#1 is a fresh type-variable:
07:19:38     CAP#1 extends Object from capture of ?
07:19:38 X.java:25: error: incompatible types: X.Map<Class<X>,X> cannot be converted to X.Map<Class<?>,X>
07:19:38 		return (Map<Class<?>, X>) make(X.class, value);//4
07:19:38 		                              ^
07:19:38 1 error
07:19:38 1 warning
07:19:38 
07:19:38 
07:19:38 
07:19:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:39 
07:19:39 
07:19:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:40 --- javac err: ---
07:19:40 X.java:5: error: cannot find symbol
07:19:40         X.<Zork>foo();
07:19:40            ^
07:19:40   symbol:   class Zork
07:19:40   location: class X
07:19:40 1 error
07:19:40 
07:19:40 
07:19:40 
07:19:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:41 
07:19:41 
07:19:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:42 --- javac err: ---
07:19:42 X.java:16: error: method foobar in class Y cannot be applied to given types;
07:19:42 	  this.<String,String>foobar(one, two);
07:19:42 	      ^
07:19:42   required: String,String
07:19:42   found: String,String
07:19:42   reason: wrong number of type arguments; required 1
07:19:42 1 error
07:19:42 
07:19:42 
07:19:42 
07:19:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:43 
07:19:43 
07:19:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:44 
07:19:44 
07:19:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:45 
07:19:45 
07:19:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:46 
07:19:46 
07:19:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:47 
07:19:47 
07:19:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:48 --- javac err: ---
07:19:48 X.java:6: error: method throwE in class X cannot be applied to given types;
07:19:48     	throwE(objs);
07:19:48     	^
07:19:48   required: E
07:19:48   found: Object[]
07:19:48   reason: inference variable E has incompatible bounds
07:19:48     lower bounds: Exception
07:19:48     lower bounds: Object[]
07:19:48   where E is a type-variable:
07:19:48     E extends Exception declared in method <E>throwE(E)
07:19:48 1 error
07:19:48 
07:19:48 
07:19:48 
07:19:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:49 
07:19:49 
07:19:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:50 --- javac err: ---
07:19:50 X.java:6: error: method throwE in class X cannot be applied to given types;
07:19:50     	throwE(objs);
07:19:50     	^
07:19:50   required: E,Object[]
07:19:50   found: Object[]
07:19:50   reason: inference variable E has incompatible bounds
07:19:50     lower bounds: Exception
07:19:50     lower bounds: Object[]
07:19:50   where E is a type-variable:
07:19:50     E extends Exception declared in method <E>throwE(E,Object...)
07:19:50 1 error
07:19:50 
07:19:50 
07:19:50 
07:19:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:51 --- javac err: ---
07:19:51 X.java:6: error: incompatible types: inference variable E has incompatible upper bounds Object[],Exception
07:19:51     	Object[] o  = throwE(objs);
07:19:51     	                    ^
07:19:51   where E is a type-variable:
07:19:51     E extends Exception declared in method <E>throwE(Object...)
07:19:51 1 error
07:19:51 
07:19:51 
07:19:51 
07:19:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:52 --- javac err: ---
07:19:52 X.java:4: error: cannot find symbol
07:19:52 		Zork z;
07:19:52 		^
07:19:52   symbol:   class Zork
07:19:52   location: class X
07:19:52 1 error
07:19:52 
07:19:52 
07:19:52 
07:19:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:52 
07:19:52 
07:19:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:53 --- javac err: ---
07:19:53 X.java:2: error: I cannot be inherited with different arguments: <U> and <T>
07:19:53 class Y<T extends Z, U extends T> extends X<T> implements I<U>, J {}
07:19:53 ^
07:19:53 1 error
07:19:53 
07:19:53 
07:19:53 
07:19:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:54 
07:19:54 
07:19:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:55 
07:19:55 
07:19:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:56 --- javac err: ---
07:19:56 X.java:8: error: A.P.pval is defined in an inaccessible class or interface
07:19:56 		int pval = myA.box.t.pval;// intermediate access through P already flagged as error
07:19:56 		                    ^
07:19:56 1 error
07:19:56 
07:19:56 
07:19:56 
07:19:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:57 --- javac err: ---
07:19:57 X.java:8: error: A.P.pval is defined in an inaccessible class or interface
07:19:57 		int pval = myA.box.t.pval;// intermediate access through P already flagged as error
07:19:57 		                    ^
07:19:57 1 error
07:19:57 
07:19:57 
07:19:57 
07:19:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:58 --- javac err: ---
07:19:58 X.java:8: error: A.P.pval is defined in an inaccessible class or interface
07:19:58 		int pval = myA.box.t.pval;// intermediate access through P already flagged as error
07:19:58 		                    ^
07:19:58 1 error
07:19:58 
07:19:58 
07:19:58 
07:19:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:19:59 --- javac err: ---
07:19:59 X.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
07:19:59 		((List) stringList).add(new Integer(1000));
07:19:59 		                        ^
07:19:59 X.java:9: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:19:59 		((List) stringList).add(new Integer(1000));
07:19:59 		                       ^
07:19:59   where E is a type-variable:
07:19:59     E extends Object declared in interface List
07:19:59 2 warnings
07:19:59 
07:19:59 
07:19:59 
07:19:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:00 --- javac err: ---
07:20:00 X.java:5: error: incompatible types: Object cannot be converted to CAP#1
07:20:00                 list.add(list.remove(0));
07:20:00                                     ^
07:20:00   where CAP#1 is a fresh type-variable:
07:20:00     CAP#1 extends Object from capture of ?
07:20:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:20:00 1 error
07:20:00 
07:20:00 
07:20:00 
07:20:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:01 --- javac err: ---
07:20:01 X.java:4: warning: [rawtypes] found raw type: List
07:20:01 		Set<List> listSet = new HashSet<List>();
07:20:01 		    ^
07:20:01   missing type arguments for generic class List<E>
07:20:01   where E is a type-variable:
07:20:01     E extends Object declared in interface List
07:20:01 X.java:4: warning: [rawtypes] found raw type: List
07:20:01 		Set<List> listSet = new HashSet<List>();
07:20:01 		                                ^
07:20:01   missing type arguments for generic class List<E>
07:20:01   where E is a type-variable:
07:20:01     E extends Object declared in interface List
07:20:01 X.java:5: warning: [rawtypes] found raw type: List
07:20:01 		Set<List> otherListSet = new HashSet<List>();
07:20:01 		    ^
07:20:01   missing type arguments for generic class List<E>
07:20:01   where E is a type-variable:
07:20:01     E extends Object declared in interface List
07:20:01 X.java:5: warning: [rawtypes] found raw type: List
07:20:01 		Set<List> otherListSet = new HashSet<List>();
07:20:01 		                                     ^
07:20:01   missing type arguments for generic class List<E>
07:20:01   where E is a type-variable:
07:20:01     E extends Object declared in interface List
07:20:01 X.java:11: error: incompatible types: Set<String> cannot be converted to String
07:20:01 		otherStringSet.add((String) stringSet);		
07:20:01 		                            ^
07:20:01 1 error
07:20:01 4 warnings
07:20:01 
07:20:01 
07:20:01 
07:20:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:02 --- javac err: ---
07:20:02 X.java:1: error: cannot find symbol
07:20:02 public class X<T extends Zork & Runnable> {
07:20:02                          ^
07:20:02   symbol: class Zork
07:20:02 1 error
07:20:02 
07:20:02 
07:20:02 
07:20:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:03 --- javac err: ---
07:20:03 X.java:9: error: incompatible types: IsABug[] cannot be converted to String
07:20:03     	String s1 = IsABug.values();
07:20:03     	                         ^
07:20:03 X.java:10: error: incompatible types: IsABug cannot be converted to String
07:20:03     	String s2 = IsABug.valueOf(s1);
07:20:03     	                          ^
07:20:03 2 errors
07:20:03 
07:20:03 
07:20:03 
07:20:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:04 
07:20:04 
07:20:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:05 
07:20:05 
07:20:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:06 --- javac err: ---
07:20:06 X.java:7: error: cannot find symbol
07:20:06 		Zork z;
07:20:06 		^
07:20:06   symbol:   class Zork
07:20:06   location: class X<T>
07:20:06   where T is a type-variable:
07:20:06     T extends Object declared in class X
07:20:06 1 error
07:20:06 
07:20:06 
07:20:06 
07:20:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:06 
07:20:06 
07:20:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:07 --- javac err: ---
07:20:07 X.java:1: warning: [rawtypes] found raw type: Class
07:20:07 public class X<U extends Class> {
07:20:07                          ^
07:20:07   missing type arguments for generic class Class<T>
07:20:07   where T is a type-variable:
07:20:07     T extends Object declared in class Class
07:20:07 1 warning
07:20:07 
07:20:07 
07:20:07 
07:20:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:08 --- javac err: ---
07:20:08 X.java:1: warning: [rawtypes] found raw type: Class
07:20:08 public class X<U extends Class> {
07:20:08                          ^
07:20:08   missing type arguments for generic class Class<T>
07:20:08   where T is a type-variable:
07:20:08     T extends Object declared in class Class
07:20:08 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:08 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:08 		  ^
07:20:08   missing type arguments for generic class Class<T>
07:20:08   where T is a type-variable:
07:20:08     T extends Object declared in class Class
07:20:08 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:08 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:08 		                                                      ^
07:20:08   missing type arguments for generic class Class<T>
07:20:08   where T is a type-variable:
07:20:08     T extends Object declared in class Class
07:20:08 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:08 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:08 		                                                                             ^
07:20:08   missing type arguments for generic class Class<T>
07:20:08   where T is a type-variable:
07:20:08     T extends Object declared in class Class
07:20:08 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:08 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:08 		                                                                                                     ^
07:20:08   missing type arguments for generic class Class<T>
07:20:08   where T is a type-variable:
07:20:08     T extends Object declared in class Class
07:20:08 Z.java:4: error: incompatible types: X<Class> cannot be converted to String
07:20:08 		String s = binString.$new$().root();
07:20:08 		                                 ^
07:20:08 1 error
07:20:08 5 warnings
07:20:08 
07:20:08 
07:20:08 
07:20:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:09 --- javac err: ---
07:20:09 X.java:1: warning: [rawtypes] found raw type: Class
07:20:09 public class X<U extends Class> {
07:20:09                          ^
07:20:09   missing type arguments for generic class Class<T>
07:20:09   where T is a type-variable:
07:20:09     T extends Object declared in class Class
07:20:09 1 warning
07:20:09 
07:20:10 --- javac err: ---
07:20:10 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:10 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:10 		  ^
07:20:10   missing type arguments for generic class Class<T>
07:20:10   where T is a type-variable:
07:20:10     T extends Object declared in class Class
07:20:10 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:10 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:10 		                                                      ^
07:20:10   missing type arguments for generic class Class<T>
07:20:10   where T is a type-variable:
07:20:10     T extends Object declared in class Class
07:20:10 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:10 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:10 		                                                                             ^
07:20:10   missing type arguments for generic class Class<T>
07:20:10   where T is a type-variable:
07:20:10     T extends Object declared in class Class
07:20:10 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:10 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:10 		                                                                                                     ^
07:20:10   missing type arguments for generic class Class<T>
07:20:10   where T is a type-variable:
07:20:10     T extends Object declared in class Class
07:20:10 Z.java:4: error: incompatible types: X<Class> cannot be converted to String
07:20:10 		String s = binString.$new$().root();
07:20:10 		                                 ^
07:20:10 1 error
07:20:10 4 warnings
07:20:10 
07:20:10 
07:20:10 
07:20:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:11 --- javac err: ---
07:20:11 X.java:1: warning: [rawtypes] found raw type: Class
07:20:11 public class X<U extends Class> {
07:20:11                          ^
07:20:11   missing type arguments for generic class Class<T>
07:20:11   where T is a type-variable:
07:20:11     T extends Object declared in class Class
07:20:11 1 warning
07:20:11 
07:20:12 --- javac err: ---
07:20:12 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:12 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:12 		  ^
07:20:12   missing type arguments for generic class Class<T>
07:20:12   where T is a type-variable:
07:20:12     T extends Object declared in class Class
07:20:12 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:12 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:12 		                                                      ^
07:20:12   missing type arguments for generic class Class<T>
07:20:12   where T is a type-variable:
07:20:12     T extends Object declared in class Class
07:20:12 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:12 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:12 		                                                                             ^
07:20:12   missing type arguments for generic class Class<T>
07:20:12   where T is a type-variable:
07:20:12     T extends Object declared in class Class
07:20:12 Z.java:3: warning: [rawtypes] found raw type: Class
07:20:12 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
07:20:12 		                                                                                                     ^
07:20:12   missing type arguments for generic class Class<T>
07:20:12   where T is a type-variable:
07:20:12     T extends Object declared in class Class
07:20:12 Z.java:4: warning: [rawtypes] found raw type: Class
07:20:12 		X<Class>.Binner.BinnerInner<Number> binNumber = binString.$new$();
07:20:12 		  ^
07:20:12   missing type arguments for generic class Class<T>
07:20:12   where T is a type-variable:
07:20:12     T extends Object declared in class Class
07:20:12 5 warnings
07:20:12 
07:20:12 
07:20:12 
07:20:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:13 --- javac err: ---
07:20:13 X.java:9: warning: [rawtypes] found raw type: SuperInterface
07:20:13 	public interface SubInterface extends SuperInterface {
07:20:13 	                                      ^
07:20:13   missing type arguments for generic class SuperInterface<E>
07:20:13   where E is a type-variable:
07:20:13     E extends Object declared in interface SuperInterface
07:20:13 X.java:11: warning: [rawtypes] found raw type: SuperInterface
07:20:13 		public SubInterface and(SuperInterface s);
07:20:13 		                        ^
07:20:13   missing type arguments for generic class SuperInterface<E>
07:20:13   where E is a type-variable:
07:20:13     E extends Object declared in interface SuperInterface
07:20:13 2 warnings
07:20:13 
07:20:13 
07:20:13 
07:20:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:14 
07:20:14 
07:20:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:15 --- javac err: ---
07:20:15 X.java:2: warning: [rawtypes] found raw type: G
07:20:15 	void a3(G x) {} 
07:20:15 	        ^
07:20:15   missing type arguments for generic class G<T2>
07:20:15   where T2 is a type-variable:
07:20:15     T2 extends Object declared in class G
07:20:15 X.java:7: warning: [rawtypes] found raw type: H
07:20:15 		H hraw = null;
07:20:15 		^
07:20:15   missing type arguments for generic class H<T3>
07:20:15   where T3 is a type-variable:
07:20:15     T3 extends Object declared in class H
07:20:15 X.java:8: error: reference to a3 is ambiguous
07:20:15 		new X().a3(hx);
07:20:15 		       ^
07:20:15   both method a3(G) in X and method <T>a3(T) in X match
07:20:15   where T is a type-variable:
07:20:15     T extends F<X> declared in method <T>a3(T)
07:20:15 X.java:9: error: reference to a3 is ambiguous
07:20:15 		new X().a3(hraw);
07:20:15 		       ^
07:20:15   both method a3(G) in X and method <T>a3(T) in X match
07:20:15   where T is a type-variable:
07:20:15     T extends F<X> declared in method <T>a3(T)
07:20:15 2 errors
07:20:15 2 warnings
07:20:15 
07:20:15 
07:20:15 
07:20:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:16 --- javac err: ---
07:20:16 X.java:7: warning: [rawtypes] found raw type: H
07:20:16 		H hraw = null;
07:20:16 		^
07:20:16   missing type arguments for generic class H<T3>
07:20:16   where T3 is a type-variable:
07:20:16     T3 extends Object declared in class H
07:20:16 X.java:9: warning: [unchecked] unchecked method invocation: method a3 in class X is applied to given types
07:20:16 		new X().a3(hraw);
07:20:16 		          ^
07:20:16   required: T
07:20:16   found: H
07:20:16   where T is a type-variable:
07:20:16     T extends G<X> declared in method <T>a3(T)
07:20:16 2 warnings
07:20:16 
07:20:16 
07:20:16 
07:20:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:17 --- javac err: ---
07:20:17 X.java:9: warning: [rawtypes] found raw type: SuperInterface
07:20:17 	public interface SubInterface extends SuperInterface, OtherSubInterface {
07:20:17 	                                      ^
07:20:17   missing type arguments for generic class SuperInterface<E>
07:20:17   where E is a type-variable:
07:20:17     E extends Object declared in interface SuperInterface
07:20:17 X.java:9: warning: [rawtypes] found raw type: OtherSubInterface
07:20:17 	public interface SubInterface extends SuperInterface, OtherSubInterface {
07:20:17 	                                                      ^
07:20:17   missing type arguments for generic class OtherSubInterface<U>
07:20:17   where U is a type-variable:
07:20:17     U extends Object declared in interface OtherSubInterface
07:20:17 X.java:11: warning: [rawtypes] found raw type: SuperInterface
07:20:17 		public SubInterface and(SuperInterface s);
07:20:17 		                        ^
07:20:17   missing type arguments for generic class SuperInterface<E>
07:20:17   where E is a type-variable:
07:20:17     E extends Object declared in interface SuperInterface
07:20:17 3 warnings
07:20:17 
07:20:17 
07:20:17 
07:20:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:18 --- javac err: ---
07:20:18 X.java:3: warning: [unchecked] unchecked call to and(SuperInterface<U>) as a member of the raw type OtherSubInterface
07:20:18 		SubInterface sub3 = sub1.and(sub2);
07:20:18 		                            ^
07:20:18   where U is a type-variable:
07:20:18     U extends Object declared in interface OtherSubInterface
07:20:18 X.java:3: error: incompatible types: OtherSubInterface cannot be converted to SubInterface
07:20:18 		SubInterface sub3 = sub1.and(sub2);
07:20:18 		                            ^
07:20:18 X.java:9: warning: [rawtypes] found raw type: SuperInterface
07:20:18 	public interface SubInterface extends SuperInterface, OtherSubInterface {
07:20:18 	                                      ^
07:20:18   missing type arguments for generic class SuperInterface<E>
07:20:18   where E is a type-variable:
07:20:18     E extends Object declared in interface SuperInterface
07:20:18 X.java:9: warning: [rawtypes] found raw type: OtherSubInterface
07:20:18 	public interface SubInterface extends SuperInterface, OtherSubInterface {
07:20:18 	                                                      ^
07:20:18   missing type arguments for generic class OtherSubInterface<U>
07:20:18   where U is a type-variable:
07:20:18     U extends Object declared in interface OtherSubInterface
07:20:18 1 error
07:20:18 3 warnings
07:20:18 
07:20:18 
07:20:18 
07:20:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:19 --- javac err: ---
07:20:19 X.java:3: error: incompatible types: OtherSubInterface cannot be converted to SubInterface
07:20:19 		SubInterface sub3 = sub1.and(sub2);
07:20:19 		                            ^
07:20:19 X.java:9: warning: [rawtypes] found raw type: SuperInterface
07:20:19 	public interface SubInterface extends SuperInterface, OtherSubInterface {
07:20:19 	                                      ^
07:20:19   missing type arguments for generic class SuperInterface<E>
07:20:19   where E is a type-variable:
07:20:19     E extends Object declared in interface SuperInterface
07:20:19 X.java:11: warning: [rawtypes] found raw type: SuperInterface
07:20:19 	public interface OtherSubInterface extends SuperInterface {
07:20:19 	                                           ^
07:20:19   missing type arguments for generic class SuperInterface<E>
07:20:19   where E is a type-variable:
07:20:19     E extends Object declared in interface SuperInterface
07:20:19 X.java:12: warning: [rawtypes] found raw type: SuperInterface
07:20:19 		public OtherSubInterface and(SuperInterface a);
07:20:19 		                             ^
07:20:19   missing type arguments for generic class SuperInterface<E>
07:20:19   where E is a type-variable:
07:20:19     E extends Object declared in interface SuperInterface
07:20:19 1 error
07:20:19 3 warnings
07:20:19 
07:20:19 
07:20:19 
07:20:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:20 --- javac err: ---
07:20:20 X.java:3: error: reference to and is ambiguous
07:20:20 		SubInterface sub3 = sub1.and(sub2);
07:20:20 		                        ^
07:20:20   both method and(SuperInterface) in OtherSubInterface and method and(SuperInterface) in SubInterface match
07:20:20 X.java:3: error: incompatible types: OtherSubInterface cannot be converted to SubInterface
07:20:20 		SubInterface sub3 = sub1.and(sub2);
07:20:20 		                            ^
07:20:20 X.java:9: warning: [rawtypes] found raw type: SuperInterface
07:20:20 	public interface SubInterface extends SuperInterface {
07:20:20 	                                      ^
07:20:20   missing type arguments for generic class SuperInterface<E>
07:20:20   where E is a type-variable:
07:20:20     E extends Object declared in interface SuperInterface
07:20:20 X.java:11: warning: [rawtypes] found raw type: SuperInterface
07:20:20 		public SubInterface and(SuperInterface s);
07:20:20 		                        ^
07:20:20   missing type arguments for generic class SuperInterface<E>
07:20:20   where E is a type-variable:
07:20:20     E extends Object declared in interface SuperInterface
07:20:20 X.java:13: error: types OtherSubInterface and SubInterface are incompatible;
07:20:20 	public interface CombinedSubInterface extends SubInterface, OtherSubInterface {}
07:20:20 	       ^
07:20:20   both define and(SuperInterface), but with unrelated return types
07:20:20 X.java:15: warning: [rawtypes] found raw type: SuperInterface
07:20:20 	public interface OtherSubInterface extends SuperInterface {
07:20:20 	                                           ^
07:20:20   missing type arguments for generic class SuperInterface<E>
07:20:20   where E is a type-variable:
07:20:20     E extends Object declared in interface SuperInterface
07:20:20 X.java:16: warning: [rawtypes] found raw type: SuperInterface
07:20:20 		public OtherSubInterface and(SuperInterface a);
07:20:20 		                             ^
07:20:20   missing type arguments for generic class SuperInterface<E>
07:20:20   where E is a type-variable:
07:20:20     E extends Object declared in interface SuperInterface
07:20:20 3 errors
07:20:20 4 warnings
07:20:20 
07:20:20 
07:20:20 
07:20:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:21 --- javac err: ---
07:20:21 X.java:9: warning: [rawtypes] found raw type: SuperInterface
07:20:21 	public interface SubInterface extends SuperInterface {
07:20:21 	                                      ^
07:20:21   missing type arguments for generic class SuperInterface<E>
07:20:21   where E is a type-variable:
07:20:21     E extends Object declared in interface SuperInterface
07:20:21 X.java:11: warning: [rawtypes] found raw type: SuperInterface
07:20:21 		public SubInterface and(SuperInterface s);
07:20:21 		                        ^
07:20:21   missing type arguments for generic class SuperInterface<E>
07:20:21   where E is a type-variable:
07:20:21     E extends Object declared in interface SuperInterface
07:20:21 X.java:14: warning: [rawtypes] found raw type: SuperInterface
07:20:21 		public OtherSubInterface and(SuperInterface a);
07:20:21 		                             ^
07:20:21   missing type arguments for generic class SuperInterface<E>
07:20:21   where E is a type-variable:
07:20:21     E extends Object declared in interface SuperInterface
07:20:21 3 warnings
07:20:21 
07:20:21 
07:20:21 
07:20:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:22 --- javac err: ---
07:20:22 X.java:8: warning: [rawtypes] found raw type: SuperInterface
07:20:22 	public interface SubInterface extends SuperInterface {
07:20:22 	                                      ^
07:20:22   missing type arguments for generic class SuperInterface<E>
07:20:22   where E is a type-variable:
07:20:22     E extends Object declared in interface SuperInterface
07:20:22 X.java:10: warning: [rawtypes] found raw type: SuperInterface
07:20:22 	public interface OtherSubInterface extends SuperInterface {
07:20:22 	                                           ^
07:20:22   missing type arguments for generic class SuperInterface<E>
07:20:22   where E is a type-variable:
07:20:22     E extends Object declared in interface SuperInterface
07:20:22 X.java:11: warning: [rawtypes] found raw type: SuperInterface
07:20:22 		public CombinedSubInterface and(SuperInterface a);
07:20:22 		                                ^
07:20:22   missing type arguments for generic class SuperInterface<E>
07:20:22   where E is a type-variable:
07:20:22     E extends Object declared in interface SuperInterface
07:20:22 3 warnings
07:20:22 
07:20:22 
07:20:22 
07:20:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:23 
07:20:23 
07:20:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:24 
07:20:24 
07:20:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:25 --- javac err: ---
07:20:25 X.java:14: error: Entry has private access in Pool
07:20:25 abstract class Pool<E extends Pool.Entry<E>> {
07:20:25                                   ^
07:20:25 1 error
07:20:25 
07:20:25 
07:20:25 
07:20:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:26 --- javac err: ---
07:20:26 X.java:1: error: Private has private access in Secondary
07:20:26 public class X<T extends Secondary.Private> {
07:20:26                                   ^
07:20:26 1 error
07:20:26 
07:20:26 
07:20:26 
07:20:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:27 --- javac err: ---
07:20:27 X.java:1: error: Private has private access in X
07:20:27 public class X<T extends X.Private> {
07:20:27                           ^
07:20:27 1 error
07:20:27 
07:20:27 
07:20:27 
07:20:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:28 
07:20:28 
07:20:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:29 --- javac err: ---
07:20:29 X.java:6: error: method eval in class X cannot be applied to given types;
07:20:29 		X.<Foo<?, ?>> eval(foo);
07:20:29 		 ^
07:20:29   required: T
07:20:29   found: Foo<CAP#1,CAP#2>
07:20:29   reason: explicit type argument Foo<?,?> does not conform to declared bound(s) Iterable<Foo<?,?>>
07:20:29   where T is a type-variable:
07:20:29     T extends Iterable<T> declared in method <T>eval(T)
07:20:29   where CAP#1,CAP#2 are fresh type-variables:
07:20:29     CAP#1 extends Object from capture of ?
07:20:29     CAP#2 extends Object from capture of ?
07:20:29 1 error
07:20:29 
07:20:29 
07:20:29 
07:20:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:30 
07:20:30 
07:20:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:31 --- javac err: ---
07:20:31 X.java:8: warning: [rawtypes] found raw type: Sub
07:20:31         static Sub<?>[] ARRAY = new Sub[] { };
07:20:31                                     ^
07:20:31   missing type arguments for generic class Sub<T>
07:20:31   where T is a type-variable:
07:20:31     T extends Object declared in interface Sub
07:20:31 1 warning
07:20:31 
07:20:31 
07:20:31 
07:20:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:32 --- javac err: ---
07:20:32 X.java:7: warning: [rawtypes] found raw type: Sub
07:20:32         static Sub<?>[] ARRAY = new Sub[] { };
07:20:32                                     ^
07:20:32   missing type arguments for generic class Sub<T>
07:20:32   where T is a type-variable:
07:20:32     T extends Object declared in interface Sub
07:20:32 1 warning
07:20:32 
07:20:32 
07:20:32 
07:20:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:33 --- javac err: ---
07:20:33 X.java:2: error: cannot find symbol
07:20:33 	Zork z;
07:20:33 	^
07:20:33   symbol:   class Zork
07:20:33   location: class X
07:20:33 X.java:10: warning: [unchecked] unchecked conversion
07:20:33 		C<String> c = getB().getC();
07:20:33 		                         ^
07:20:33   required: C<String>
07:20:33   found:    C
07:20:33 1 error
07:20:33 1 warning
07:20:33 
07:20:33 
07:20:33 
07:20:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:34 --- javac err: ---
07:20:34 X.java:2: error: cannot find symbol
07:20:34 	Zork z;
07:20:34 	^
07:20:34   symbol:   class Zork
07:20:34   location: class X
07:20:34 1 error
07:20:34 
07:20:34 
07:20:34 
07:20:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:35 --- javac err: ---
07:20:35 X.java:9: warning: [rawtypes] found raw type: Sub
07:20:35         static Sub<String>[] ARRAY = new Sub[] { };
07:20:35                                          ^
07:20:35   missing type arguments for generic class Sub<T>
07:20:35   where T is a type-variable:
07:20:35     T extends Object declared in interface Sub
07:20:35 X.java:9: warning: [unchecked] unchecked conversion
07:20:35         static Sub<String>[] ARRAY = new Sub[] { };
07:20:35                                      ^
07:20:35   required: Sub<String>[]
07:20:35   found:    Sub[]
07:20:35 2 warnings
07:20:35 
07:20:35 
07:20:35 
07:20:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:36 
07:20:36 
07:20:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:37 --- javac err: ---
07:20:37 X.java:7: warning: [rawtypes] found raw type: Sub
07:20:37         static Sub<?>[] ARRAY = new Sub[] { };
07:20:37                                     ^
07:20:37   missing type arguments for generic class Sub<T>
07:20:37   where T is a type-variable:
07:20:37     T extends Object declared in interface Sub
07:20:37 1 warning
07:20:37 
07:20:37 
07:20:37 
07:20:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:38 --- javac err: ---
07:20:38 X.java:12: error: cannot find symbol
07:20:38 	Zork z;
07:20:38 	^
07:20:38   symbol:   class Zork
07:20:38   location: class XList<T>
07:20:38   where T is a type-variable:
07:20:38     T extends Object declared in class XList
07:20:38 X.java:7: warning: [rawtypes] found raw type: Sub
07:20:38         static Sub<? extends Object>[] ARRAY = new Sub[] { };
07:20:38                                                    ^
07:20:38   missing type arguments for generic class Sub<T>
07:20:38   where T is a type-variable:
07:20:38     T extends Object declared in interface Sub
07:20:38 X.java:7: warning: [unchecked] unchecked conversion
07:20:38         static Sub<? extends Object>[] ARRAY = new Sub[] { };
07:20:38                                                ^
07:20:38   required: Sub<? extends Object>[]
07:20:38   found:    Sub[]
07:20:38 1 error
07:20:38 2 warnings
07:20:38 
07:20:38 
07:20:38 
07:20:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:39 --- javac err: ---
07:20:39 X.java:7: warning: [rawtypes] found raw type: Sub
07:20:39         static Sub<? extends Number>[] ARRAY = new Sub[] { };
07:20:39                                                    ^
07:20:39   missing type arguments for generic class Sub<T>
07:20:39   where T is a type-variable:
07:20:39     T extends Object declared in interface Sub
07:20:39 X.java:7: warning: [unchecked] unchecked conversion
07:20:39         static Sub<? extends Number>[] ARRAY = new Sub[] { };
07:20:39                                                ^
07:20:39   required: Sub<? extends Number>[]
07:20:39   found:    Sub[]
07:20:39 2 warnings
07:20:39 
07:20:39 
07:20:39 
07:20:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:40 --- javac err: ---
07:20:40 X.java:8: warning: [unchecked] unchecked conversion
07:20:40         static Sub<? extends Integer>[] ARRAY = new Sub[] { };
07:20:40                                                 ^
07:20:40   required: Sub<? extends Integer>[]
07:20:40   found:    Sub[]
07:20:40 1 warning
07:20:40 
07:20:40 
07:20:40 
07:20:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:41 --- javac err: ---
07:20:41 X.java:7: warning: [rawtypes] found raw type: Sub
07:20:41         static Sub<? super Number>[] ARRAY = new Sub[] { };
07:20:41                                                  ^
07:20:41   missing type arguments for generic class Sub<T>
07:20:41   where T is a type-variable:
07:20:41     T extends Object declared in interface Sub
07:20:41 X.java:7: warning: [unchecked] unchecked conversion
07:20:41         static Sub<? super Number>[] ARRAY = new Sub[] { };
07:20:41                                              ^
07:20:41   required: Sub<? super Number>[]
07:20:41   found:    Sub[]
07:20:41 2 warnings
07:20:41 
07:20:41 
07:20:41 
07:20:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:42 --- javac err: ---
07:20:42 X.java:7: warning: [rawtypes] found raw type: Sub
07:20:42         static Sub<? super Number>[] ARRAY = new Sub[] { };
07:20:42                                                  ^
07:20:42   missing type arguments for generic class Sub<T>
07:20:42   where T is a type-variable:
07:20:42     T extends Object declared in interface Sub
07:20:42 X.java:7: warning: [unchecked] unchecked conversion
07:20:42         static Sub<? super Number>[] ARRAY = new Sub[] { };
07:20:42                                              ^
07:20:42   required: Sub<? super Number>[]
07:20:42   found:    Sub[]
07:20:42 2 warnings
07:20:42 
07:20:42 
07:20:42 
07:20:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:43 --- javac err: ---
07:20:43 X.java:5: error: incompatible types: inference variable T has incompatible bounds
07:20:43             static XList<Sub<? super Number>> LIST = asList(ARRAY); 
07:20:43                                                            ^
07:20:43     equality constraints: Sub<? super Number>
07:20:43     lower bounds: Sub<?>
07:20:43   where T is a type-variable:
07:20:43     T extends Object declared in method <T>asList(T[])
07:20:43 X.java:7: warning: [rawtypes] found raw type: Sub
07:20:43         static Sub<?>[] ARRAY = new Sub[] { };
07:20:43                                     ^
07:20:43   missing type arguments for generic class Sub<T>
07:20:43   where T is a type-variable:
07:20:43     T extends Object declared in interface Sub
07:20:43 1 error
07:20:43 1 warning
07:20:43 
07:20:43 
07:20:43 
07:20:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:44 --- javac err: ---
07:20:44 X.java:8: warning: [unchecked] unchecked conversion
07:20:44         static Sub<? super Object>[] ARRAY = new Sub[] { };
07:20:44                                              ^
07:20:44   required: Sub<? super Object>[]
07:20:44   found:    Sub[]
07:20:44 1 warning
07:20:44 
07:20:44 
07:20:44 
07:20:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:45 --- javac err: ---
07:20:45 X.java:8: warning: [rawtypes] found raw type: Sub
07:20:45         static X.Foo.Sub<?>[] ARRAY = new Sub[] { };
07:20:45                                           ^
07:20:45   missing type arguments for generic class Sub<T>
07:20:45   where T is a type-variable:
07:20:45     T extends Object declared in interface Sub
07:20:45 1 warning
07:20:45 
07:20:45 
07:20:45 
07:20:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:46 --- javac err: ---
07:20:46 X.java:8: warning: [rawtypes] found raw type: Sub
07:20:46         static Sub<?>[] ARRAY = new Sub[] { };
07:20:46                                     ^
07:20:46   missing type arguments for generic class Sub<T>
07:20:46   where T is a type-variable:
07:20:46     T extends Object declared in interface Sub
07:20:46 1 warning
07:20:46 
07:20:46 
07:20:46 
07:20:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:47 --- javac err: ---
07:20:47 X.java:8: warning: [rawtypes] found raw type: Sub
07:20:47         static Foo.Sub<?>[] ARRAY = new Sub[] { };
07:20:47                                         ^
07:20:47   missing type arguments for generic class Sub<T>
07:20:47   where T is a type-variable:
07:20:47     T extends Object declared in interface Sub
07:20:47 1 warning
07:20:47 
07:20:47 
07:20:47 
07:20:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:48 
07:20:48 
07:20:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:49 
07:20:49 
07:20:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:50 
07:20:50 
07:20:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:52 
07:20:52 
07:20:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:53 --- javac err: ---
07:20:53 X.java:24: error: method put in class X cannot be applied to given types;
07:20:53 		put(Integer.class, combine(FUNC2, FUNC1));
07:20:53 		^
07:20:53   required: Class<E#1>,TO<? super E#1>
07:20:53   found: Class<Integer>,OO<String,Object>
07:20:53   reason: cannot infer type-variable(s) E#1
07:20:53     (argument mismatch; no instance(s) of type variable(s) E#2,V exist so that OO<E#2,V> conforms to TO<? super E#1>)
07:20:53   where E#1,E#2,T,V are type-variables:
07:20:53     E#1 extends Object declared in method <E#1>put(Class<E#1>,TO<? super E#1>)
07:20:53     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:53     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:53     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:53 1 error
07:20:53 
07:20:53 
07:20:53 
07:20:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:54 
07:20:54 
07:20:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:55 --- javac err: ---
07:20:55 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
07:20:55 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
07:20:55 	                 ^
07:20:55   where E#1,E#2,T are type-variables:
07:20:55     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
07:20:55     E#2 extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
07:20:55     T extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
07:20:55 X.java:28: error: reference to combine is ambiguous
07:20:55 		put(Integer.class, combine(FUNC2, FUNC1));
07:20:55 		                   ^
07:20:55   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
07:20:55   where E#1,E#2,T are type-variables:
07:20:55     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
07:20:55     E#2 extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
07:20:55     T extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
07:20:55 1 error
07:20:55 1 warning
07:20:55 
07:20:55 
07:20:55 
07:20:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:56 --- javac err: ---
07:20:56 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
07:20:56 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
07:20:56 	                 ^
07:20:56   where E#1,E#2,T are type-variables:
07:20:56     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
07:20:56     E#2 extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
07:20:56     T extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
07:20:56 1 warning
07:20:56 
07:20:56 
07:20:56 
07:20:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:57 --- javac err: ---
07:20:57 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
07:20:57 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
07:20:57 	                 ^
07:20:57   where E#1,E#2,T,V are type-variables:
07:20:57     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
07:20:57     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:57     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:57     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:57 X.java:28: error: reference to combine is ambiguous
07:20:57 		put(Integer.class, combine(FUNC2, FUNC1));
07:20:57 		                   ^
07:20:57   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
07:20:57   where E#1,E#2,T,V are type-variables:
07:20:57     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
07:20:57     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:57     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:57     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:57 1 error
07:20:57 1 warning
07:20:57 
07:20:57 
07:20:57 
07:20:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:58 --- javac err: ---
07:20:58 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
07:20:58 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
07:20:58 	                 ^
07:20:58   where E#1,E#2,T,V are type-variables:
07:20:58     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
07:20:58     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:58     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:58     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:20:58 1 warning
07:20:58 
07:20:58 
07:20:58 
07:20:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:20:59 --- javac err: ---
07:20:59 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
07:20:59 	static <E, T> TO<T> combine(final TO<? super E> x, final OO<E, T> y) { // # 2
07:20:59 	                    ^
07:20:59   where E#1,T#1,E#2,T#2,V are type-variables:
07:20:59     E#1 extends Object declared in method <E#1,T#1>combine(TO<? super E#1>,OO<E#1,T#1>)
07:20:59     T#1 extends Object declared in method <E#1,T#1>combine(TO<? super E#1>,OO<E#1,T#1>)
07:20:59     E#2 extends Object declared in method <E#2,T#2,V>combine(OO<E#2,? super T#2>,OO<T#2,V>)
07:20:59     T#2 extends Object declared in method <E#2,T#2,V>combine(OO<E#2,? super T#2>,OO<T#2,V>)
07:20:59     V extends Object declared in method <E#2,T#2,V>combine(OO<E#2,? super T#2>,OO<T#2,V>)
07:20:59 1 warning
07:20:59 
07:20:59 
07:20:59 
07:20:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:00 --- javac err: ---
07:21:00 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
07:21:00 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
07:21:00 	                 ^
07:21:00   where E#1,E#2,T,V are type-variables:
07:21:00     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
07:21:00     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:21:00     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:21:00     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:21:00 X.java:32: error: reference to combine is ambiguous
07:21:00 		put(Integer.class, combine(FUNC2, FUNC1));
07:21:00 		                   ^
07:21:00   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
07:21:00   where E#1,E#2,T are type-variables:
07:21:00     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
07:21:00     E#2 extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
07:21:00     T extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
07:21:00 1 error
07:21:00 1 warning
07:21:00 
07:21:00 
07:21:00 
07:21:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:01 --- javac err: ---
07:21:01 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
07:21:01 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
07:21:01 	                 ^
07:21:01   where E#1,E#2,T,V are type-variables:
07:21:01     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
07:21:01     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:21:01     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:21:01     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
07:21:01 1 warning
07:21:01 
07:21:02 
07:21:02 
07:21:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:03 
07:21:03 
07:21:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:03 
07:21:03 
07:21:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:04 --- javac err: ---
07:21:04 X.java:8: error: incompatible types: TO<CAP#1> cannot be converted to TT
07:21:04 		combine(too, oo);
07:21:04 		        ^
07:21:04   where CAP#1 is a fresh type-variable:
07:21:04     CAP#1 extends Object super: String from capture of ? super String
07:21:04 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:21:04 1 error
07:21:04 
07:21:04 
07:21:04 
07:21:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:04 --- javac err: ---
07:21:04 X.java:8: error: incompatible types: TO<? super String>[] cannot be converted to TT[]
07:21:04 		combine(too, oo);
07:21:04 		        ^
07:21:04 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:21:04 1 error
07:21:04 
07:21:04 
07:21:04 
07:21:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:05 --- javac err: ---
07:21:05 X.java:14: warning: [unchecked] unchecked cast
07:21:05 		return (I2<T, U>) i;
07:21:05 		                  ^
07:21:05   required: I2<T,U>
07:21:05   found:    I1<T>
07:21:05   where T,U are type-variables:
07:21:05     T extends Object declared in class Y
07:21:05     U extends Object declared in class Y
07:21:05 X.java:9: error: cannot find symbol
07:21:05 		Zork z;
07:21:05 		^
07:21:05   symbol:   class Zork
07:21:05   location: class X
07:21:05 1 error
07:21:05 1 warning
07:21:05 
07:21:05 
07:21:05 
07:21:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:06 --- javac err: ---
07:21:06 X.java:8: error: incompatible types: Z<String,Exception> cannot be converted to I1<String,Thread>
07:21:06 		y.foo(z2).get().getThreadGroup();
07:21:06 		      ^
07:21:06 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:21:06 1 error
07:21:06 
07:21:06 
07:21:06 
07:21:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:07 --- javac err: ---
07:21:07 X.java:14: warning: [unchecked] unchecked cast
07:21:07 		return (I2<U>) i;
07:21:07 		               ^
07:21:07   required: I2<U>
07:21:07   found:    I1
07:21:07   where U is a type-variable:
07:21:07     U extends Object declared in class Y
07:21:07 X.java:9: error: cannot find symbol
07:21:07 		Zork z;
07:21:07 		^
07:21:07   symbol:   class Zork
07:21:07   location: class X
07:21:07 1 error
07:21:07 1 warning
07:21:07 
07:21:07 
07:21:07 
07:21:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:08 --- javac err: ---
07:21:08 X.java:14: warning: [unchecked] unchecked cast
07:21:08 		return (I2<T,U>) i;
07:21:08 		                 ^
07:21:08   required: I2<T,U>
07:21:08   found:    I1<T,T>
07:21:08   where T,U are type-variables:
07:21:08     T extends Object declared in class Y
07:21:08     U extends Object declared in class Y
07:21:08 X.java:9: error: cannot find symbol
07:21:08 		Zork z;
07:21:08 		^
07:21:08   symbol:   class Zork
07:21:08   location: class X
07:21:08 1 error
07:21:08 1 warning
07:21:08 
07:21:08 
07:21:08 
07:21:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:09 --- javac err: ---
07:21:09 X.java:15: warning: [unchecked] unchecked cast
07:21:09 		return (I2<T,U>) i;
07:21:09 		                 ^
07:21:09   required: I2<T,U>
07:21:09   found:    I1<Map<T,T>>
07:21:09   where T,U are type-variables:
07:21:09     T extends Object declared in class Y
07:21:09     U extends Object declared in class Y
07:21:09 X.java:10: error: cannot find symbol
07:21:09 		Zork z;
07:21:09 		^
07:21:09   symbol:   class Zork
07:21:09   location: class X
07:21:09 1 error
07:21:09 1 warning
07:21:09 
07:21:09 
07:21:09 
07:21:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:10 --- javac err: ---
07:21:10 X.java:15: warning: [unchecked] unchecked cast
07:21:10 		return (I2<T,U>) i;
07:21:10 		                 ^
07:21:10   required: I2<T,U>
07:21:10   found:    I1<Map<T,T>>
07:21:10   where T,U are type-variables:
07:21:10     T extends Object declared in class Y
07:21:10     U extends Object declared in class Y
07:21:10 X.java:8: error: incompatible types: Z<String,Thread> cannot be converted to I1<Map<String,String>>
07:21:10 		y.foo(z1).get().getThreadGroup();
07:21:10 		      ^
07:21:10 X.java:9: error: incompatible types: Z<String,Exception> cannot be converted to I1<Map<String,String>>
07:21:10 		y.foo(z2).get().getThreadGroup(); // heap pollution: we get a CCE because we return a U2
07:21:10 		      ^
07:21:10 X.java:10: error: cannot find symbol
07:21:10 		Zork z;
07:21:10 		^
07:21:10   symbol:   class Zork
07:21:10   location: class X
07:21:10 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:21:10 3 errors
07:21:10 1 warning
07:21:10 
07:21:10 
07:21:10 
07:21:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:11 --- javac err: ---
07:21:11 X.java:5: error: cannot find symbol
07:21:11   Zork z;
07:21:11   ^
07:21:11   symbol:   class Zork
07:21:11   location: class X<T,U>
07:21:11   where T,U are type-variables:
07:21:11     T extends Object declared in class X
07:21:11     U extends Object declared in class X
07:21:11 1 error
07:21:11 
07:21:11 
07:21:11 
07:21:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:11 
07:21:11 
07:21:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:11 
07:21:11 
07:21:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:12 
07:21:12 
07:21:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:13 
07:21:13 
07:21:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:14 --- javac err: ---
07:21:14 X.java:11: error: incompatible types: inference variable T has incompatible bounds
07:21:14 	java.util.List<Counter<? extends String>> list5 = java.util.Arrays.asList(songCounter, genreCounter);
07:21:14 	                                                                         ^
07:21:14     equality constraints: Deejay.Counter<? extends String>
07:21:14     lower bounds: Deejay.Counter<Genre>,Deejay.Counter<Song>
07:21:14   where T is a type-variable:
07:21:14     T extends Object declared in method <T>asList(T...)
07:21:14 1 error
07:21:14 
07:21:14 
07:21:14 
07:21:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:15 
07:21:15 
07:21:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:16 
07:21:16 
07:21:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:17 
07:21:17 
07:21:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:18 
07:21:18 
07:21:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:19 
07:21:19 
07:21:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:20 
07:21:20 
07:21:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:22 --- javac err: ---
07:21:22 EMap.java:9: warning: [serial] serializable class EMap.EList has no definition of serialVersionUID
07:21:22   protected class EList<E extends Object & Entry<A,B>> extends ArrayList<E>{
07:21:22             ^
07:21:22 EMap.java:6: warning: [serial] serializable class Unsettable.UnsettableEList has no definition of serialVersionUID
07:21:22     protected class UnsettableEList<E extends Object & Entry<K, V>> extends EList<E> {
07:21:22               ^
07:21:22 2 warnings
07:21:22 
07:21:22 
07:21:22 
07:21:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:23 
07:21:23 
07:21:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:24 
07:21:24 
07:21:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:26 
07:21:26 
07:21:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:27 --- javac err: ---
07:21:27 X.java:6: warning: [rawtypes] found raw type: Constructor
07:21:27     Constructor c = null;
07:21:27     ^
07:21:27   missing type arguments for generic class Constructor<T>
07:21:27   where T is a type-variable:
07:21:27     T extends Object declared in class Constructor
07:21:27 X.java:7: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
07:21:27     Documented d = c.getAnnotation(Documented.class);
07:21:27                                   ^
07:21:27   where T is a type-variable:
07:21:27     T extends Annotation declared in method <T>getAnnotation(Class<T>)
07:21:27 X.java:7: error: incompatible types: Annotation cannot be converted to Documented
07:21:27     Documented d = c.getAnnotation(Documented.class);
07:21:27                                   ^
07:21:27 1 error
07:21:27 2 warnings
07:21:27 
07:21:27 
07:21:27 
07:21:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:28 --- javac err: ---
07:21:28 Y.java:3: error: cannot find symbol
07:21:28 	Zork z;
07:21:28 	^
07:21:28   symbol:   class Zork
07:21:28   location: class Y<T>
07:21:28   where T is a type-variable:
07:21:28     T extends Object declared in class Y
07:21:28 Y.java:9: warning: [rawtypes] found raw type: Y
07:21:28 	void foo(Y y) {
07:21:28 	         ^
07:21:28   missing type arguments for generic class Y<T>
07:21:28   where T is a type-variable:
07:21:28     T extends Object declared in class Y
07:21:28 Y.java:10: error: incompatible types: Y cannot be converted to Z
07:21:28 		Z z = y.itself(); // Y cannot be converted to Z (itself() return type got erased)
07:21:28 		              ^
07:21:28 Y.java:11: warning: [unchecked] unchecked conversion
07:21:28 		List<String> l = y.list(); // unchecked conversion from List to List<String>
07:21:28 		                       ^
07:21:28   required: List<String>
07:21:28   found:    List
07:21:28 Y.java:12: warning: [unchecked] unchecked conversion
07:21:28 		Y<String> ys = y.someY(); // unchecked conversion from Y to Y<String>
07:21:28 		                      ^
07:21:28   required: Y<String>
07:21:28   found:    Y
07:21:28 2 errors
07:21:28 3 warnings
07:21:28 
07:21:28 
07:21:28 
07:21:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:29 --- javac err: ---
07:21:29 Y.java:14: warning: [rawtypes] found raw type: Constructor
07:21:29 	void bar1(java.lang.reflect.Constructor constr, Class<MyAnnotation> ann) {
07:21:29 	                           ^
07:21:29   missing type arguments for generic class Constructor<T>
07:21:29   where T is a type-variable:
07:21:29     T extends Object declared in class Constructor
07:21:29 Y.java:15: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
07:21:29 		MyAnnotation a = constr.getAnnotation(ann); // 1
07:21:29 		                                     ^
07:21:29   where T is a type-variable:
07:21:29     T extends Annotation declared in method <T>getAnnotation(Class<T>)
07:21:29 Y.java:15: error: incompatible types: Annotation cannot be converted to MyAnnotation
07:21:29 		MyAnnotation a = constr.getAnnotation(ann); // 1
07:21:29 		                                     ^
07:21:29 Y.java:17: warning: [rawtypes] found raw type: MyConstructor
07:21:29 	void bar2(MyConstructor constr, Class<MyAnnotation> ann) {
07:21:29 	          ^
07:21:29   missing type arguments for generic class MyConstructor<V>
07:21:29   where V is a type-variable:
07:21:29     V extends Object declared in class MyConstructor
07:21:29 Y.java:18: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type MyConstructor
07:21:29 		MyAnnotation a = constr.getAnnotation(ann); // 2
07:21:29 		                                     ^
07:21:29   where T is a type-variable:
07:21:29     T extends Annotation declared in method <T>getAnnotation(Class<T>)
07:21:29 Y.java:18: error: incompatible types: Annotation cannot be converted to MyAnnotation
07:21:29 		MyAnnotation a = constr.getAnnotation(ann); // 2
07:21:29 		                                     ^
07:21:29 2 errors
07:21:29 4 warnings
07:21:29 
07:21:29 
07:21:29 
07:21:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:30 
07:21:30 
07:21:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:31 --- javac err: ---
07:21:31 X.java:4: warning: [rawtypes] found raw type: Class
07:21:31 		Set<Class> classes = (Set<Class>)getClasses();
07:21:31 		    ^
07:21:31   missing type arguments for generic class Class<T>
07:21:31   where T is a type-variable:
07:21:31     T extends Object declared in class Class
07:21:31 X.java:4: warning: [rawtypes] found raw type: Class
07:21:31 		Set<Class> classes = (Set<Class>)getClasses();
07:21:31 		                          ^
07:21:31   missing type arguments for generic class Class<T>
07:21:31   where T is a type-variable:
07:21:31     T extends Object declared in class Class
07:21:31 X.java:4: error: incompatible types: Set<Class<? extends Object>> cannot be converted to Set<Class>
07:21:31 		Set<Class> classes = (Set<Class>)getClasses();
07:21:31 		                                           ^
07:21:31 1 error
07:21:31 2 warnings
07:21:31 
07:21:31 
07:21:31 
07:21:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:32 
07:21:32 
07:21:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:33 
07:21:33 
07:21:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:34 --- javac err: ---
07:21:34 X.java:6: error: generic array creation
07:21:34 		List<?>[] l2 = new List<? extends Object>[2];
07:21:34 		               ^
07:21:34 X.java:7: error: incompatible types: List<?>[] cannot be converted to List<? extends Object>
07:21:34 		List<? extends Object> l3 = new List<?>[3];
07:21:34 		                            ^
07:21:34 2 errors
07:21:34 
07:21:34 
07:21:34 
07:21:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:35 --- javac err: ---
07:21:35 X.java:11: warning: [rawtypes] found raw type: Y
07:21:35 		if (false) return new Y(b);//1
07:21:35 		                      ^
07:21:35   missing type arguments for generic class Y<K>
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class Y
07:21:35 X.java:11: warning: [unchecked] unchecked call to Y(K) as a member of the raw type Y
07:21:35 		if (false) return new Y(b);//1
07:21:35 		                  ^
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class Y
07:21:35 X.java:12: warning: [rawtypes] found raw type: Y
07:21:35 		if (false) return new Y((K) b);//2
07:21:35 		                      ^
07:21:35   missing type arguments for generic class Y<K>
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class Y
07:21:35 X.java:12: warning: [unchecked] unchecked cast
07:21:35 		if (false) return new Y((K) b);//2
07:21:35 		                            ^
07:21:35   required: K
07:21:35   found:    B
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class X
07:21:35 X.java:12: warning: [unchecked] unchecked call to Y(K) as a member of the raw type Y
07:21:35 		if (false) return new Y((K) b);//2
07:21:35 		                  ^
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class Y
07:21:35 X.java:13: warning: [rawtypes] found raw type: Y
07:21:35 		return new Y((K) (Object) b);//3
07:21:35 		           ^
07:21:35   missing type arguments for generic class Y<K>
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class Y
07:21:35 X.java:13: warning: [unchecked] unchecked cast
07:21:35 		return new Y((K) (Object) b);//3
07:21:35 		                 ^
07:21:35   required: K
07:21:35   found:    Object
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class X
07:21:35 X.java:13: warning: [unchecked] unchecked call to Y(K) as a member of the raw type Y
07:21:35 		return new Y((K) (Object) b);//3
07:21:35 		       ^
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class Y
07:21:35 X.java:16: error: incompatible types: B cannot be converted to K
07:21:35 		if (false) return new Y<K>(b);//4
07:21:35 		                           ^
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class X
07:21:35 X.java:17: warning: [unchecked] unchecked cast
07:21:35 		if (false) return new Y<K>((K) b);//5
07:21:35 		                               ^
07:21:35   required: K
07:21:35   found:    B
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class X
07:21:35 X.java:18: warning: [unchecked] unchecked cast
07:21:35 		return new Y<K>((K) (Object) b);//6
07:21:35 		                    ^
07:21:35   required: K
07:21:35   found:    Object
07:21:35   where K is a type-variable:
07:21:35     K extends Object declared in class X
07:21:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:21:35 1 error
07:21:35 10 warnings
07:21:35 
07:21:35 
07:21:35 
07:21:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:36 --- javac err: ---
07:21:36 X.java:12: error: cannot find symbol
07:21:36 		Zork z;
07:21:36 		^
07:21:36   symbol:   class Zork
07:21:36   location: class X<T>
07:21:36   where T is a type-variable:
07:21:36     T extends Object declared in class X
07:21:36 1 error
07:21:36 
07:21:36 
07:21:36 
07:21:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:37 
07:21:37 
07:21:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:38 --- javac err: ---
07:21:38 X.java:8: error: missing return statement
07:21:38         <T extends N<T>> T foo3(String name, T value) {}
07:21:38                                                        ^
07:21:38 X.java:15: error: reference to foo is ambiguous
07:21:38                 new X().foo("HI", null); // correctly report error
07:21:38                        ^
07:21:38   both method foo(String,String) in X and method <T>foo(String,T) in X match
07:21:38   where T is a type-variable:
07:21:38     T extends M declared in method <T>foo(String,T)
07:21:38 X.java:16: error: reference to foo2 is ambiguous
07:21:38                 new X().foo2("HI", null); // miss ambiguous error
07:21:38                        ^
07:21:38   both method foo2(String,String) in X and method <T>foo2(String,T) in X match
07:21:38   where T is a type-variable:
07:21:38     T extends N<T> declared in method <T>foo2(String,T)
07:21:38 X.java:18: error: cannot find symbol
07:21:38                 Thread t1 = foo3("HI", null);
07:21:38                             ^
07:21:38   symbol:   method foo3(String,<null>)
07:21:38   location: class Test
07:21:38 X.java:19: error: cannot find symbol
07:21:38                 Thread t2 = (Thread)foo3("HI", null);
07:21:38                                     ^
07:21:38   symbol:   method foo3(String,<null>)
07:21:38   location: class Test
07:21:38 X.java:19: warning: [cast] redundant cast to Thread
07:21:38                 Thread t2 = (Thread)foo3("HI", null);
07:21:38                             ^
07:21:38 5 errors
07:21:38 1 warning
07:21:38 
07:21:38 
07:21:38 
07:21:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:39 --- javac err: ---
07:21:39 X.java:9: error: method foo2 in class X cannot be applied to given types;
07:21:39                 new X().<N<?>>foo2("HI", null);
07:21:39                        ^
07:21:39   required: String,T
07:21:39   found: String,<null>
07:21:39   reason: explicit type argument N<?> does not conform to declared bound(s) N<N<?>>
07:21:39   where T is a type-variable:
07:21:39     T extends N<T> declared in method <T>foo2(String,T)
07:21:39 X.java:10: error: method foo2 in class X cannot be applied to given types;
07:21:39                 new X().<N<? extends N<?>>>foo2("HI", null);
07:21:39                        ^
07:21:39   required: String,T
07:21:39   found: String,<null>
07:21:39   reason: explicit type argument N<? extends N<?>> does not conform to declared bound(s) N<N<? extends N<?>>>
07:21:39   where T is a type-variable:
07:21:39     T extends N<T> declared in method <T>foo2(String,T)
07:21:39 2 errors
07:21:39 
07:21:39 
07:21:39 
07:21:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:40 
07:21:40 
07:21:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:41 
07:21:41 
07:21:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:42 
07:21:42 
07:21:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:43 --- javac err: ---
07:21:43 X.java:6: warning: [rawtypes] found raw type: Thingy
07:21:43 		x.doStuff(Bob.class, new Thingy());
07:21:43 		                         ^
07:21:43   missing type arguments for generic class Thingy<T>
07:21:43   where T is a type-variable:
07:21:43     T extends Bob declared in class Thingy
07:21:43 X.java:6: warning: [unchecked] unchecked method invocation: method doStuff in class X is applied to given types
07:21:43 		x.doStuff(Bob.class, new Thingy());
07:21:43 		         ^
07:21:43   required: Class<T>,Thingy<T>
07:21:43   found: Class<Bob>,Thingy
07:21:43   where T is a type-variable:
07:21:43     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
07:21:43 X.java:6: warning: [unchecked] unchecked conversion
07:21:43 		x.doStuff(Bob.class, new Thingy());
07:21:43 		                     ^
07:21:43   required: Thingy<T>
07:21:43   found:    Thingy
07:21:43   where T is a type-variable:
07:21:43     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
07:21:43 X.java:15: warning: [rawtypes] found raw type: Thingy
07:21:43 		x.doStuff(Jim.class, new Thingy());
07:21:43 		                         ^
07:21:43   missing type arguments for generic class Thingy<T>
07:21:43   where T is a type-variable:
07:21:43     T extends Bob declared in class Thingy
07:21:43 X.java:15: error: method doStuff in class X cannot be applied to given types;
07:21:43 		x.doStuff(Jim.class, new Thingy());
07:21:43 		 ^
07:21:43   required: Class<T>,Thingy<T>
07:21:43   found: Class<Jim>,Thingy
07:21:43   reason: inference variable T has incompatible bounds
07:21:43     equality constraints: Jim
07:21:43     lower bounds: Bob
07:21:43   where T is a type-variable:
07:21:43     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
07:21:43 1 error
07:21:43 4 warnings
07:21:43 
07:21:43 
07:21:43 
07:21:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:43 
07:21:43 
07:21:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:44 --- javac err: ---
07:21:44 X.java:6: warning: [rawtypes] found raw type: Thingy
07:21:44 		x.doStuff(Bob.class, new Thingy());
07:21:44 		                         ^
07:21:44   missing type arguments for generic class Thingy<T>
07:21:44   where T is a type-variable:
07:21:44     T extends Bob declared in class Thingy
07:21:44 X.java:6: warning: [unchecked] unchecked method invocation: method doStuff in class X is applied to given types
07:21:44 		x.doStuff(Bob.class, new Thingy());
07:21:44 		         ^
07:21:44   required: Class<T>,Thingy<T>
07:21:44   found: Class<Bob>,Thingy
07:21:44   where T is a type-variable:
07:21:44     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
07:21:44 X.java:6: warning: [unchecked] unchecked conversion
07:21:44 		x.doStuff(Bob.class, new Thingy());
07:21:44 		                     ^
07:21:44   required: Thingy<T>
07:21:44   found:    Thingy
07:21:44   where T is a type-variable:
07:21:44     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
07:21:44 X.java:8: error: cannot find symbol
07:21:44 		Zork z;
07:21:44 		^
07:21:44   symbol:   class Zork
07:21:44   location: class X
07:21:44 1 error
07:21:44 3 warnings
07:21:44 
07:21:44 
07:21:44 
07:21:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:45 --- javac err: ---
07:21:45 X.java:5: warning: [rawtypes] found raw type: X
07:21:45 	void bar(X x) {
07:21:45 	         ^
07:21:45   missing type arguments for generic class X<E>
07:21:45   where E is a type-variable:
07:21:45     E extends Object declared in class X
07:21:45 X.java:6: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:21:45 		X<String> xs2 = foo(x);
07:21:45 		                   ^
07:21:45   required: X<T>
07:21:45   found: X
07:21:45   where T,U are type-variables:
07:21:45     T extends Object declared in method <T,U>foo(X<T>)
07:21:45     U extends Object declared in method <T,U>foo(X<T>)
07:21:45 X.java:6: warning: [unchecked] unchecked conversion
07:21:45 		X<String> xs2 = foo(x);
07:21:45 		                    ^
07:21:45   required: X<T>
07:21:45   found:    X
07:21:45   where T,U are type-variables:
07:21:45     T extends Object declared in method <T,U>foo(X<T>)
07:21:45     U extends Object declared in method <T,U>foo(X<T>)
07:21:45 X.java:6: error: incompatible types: Object cannot be converted to X<String>
07:21:45 		X<String> xs2 = foo(x);
07:21:45 		                   ^
07:21:45 1 error
07:21:45 3 warnings
07:21:45 
07:21:45 
07:21:45 
07:21:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:46 --- javac err: ---
07:21:46 X.java:8: warning: [rawtypes] found raw type: X
07:21:46 	void bar(X x, X<String> xs) {
07:21:46 	         ^
07:21:46   missing type arguments for generic class X<E>
07:21:46   where E is a type-variable:
07:21:46     E extends Object declared in class X
07:21:46 X.java:9: error: method foo in class X<E> cannot be applied to given types;
07:21:46 		X<String> xs2 = foo(xs, x).identity();
07:21:46 		                ^
07:21:46   required: X<T>,X<U>
07:21:46   found: X<String>,X
07:21:46   reason: inference variable T has incompatible bounds
07:21:46     equality constraints: String
07:21:46     lower bounds: Thread
07:21:46   where T,U,E are type-variables:
07:21:46     T extends Thread declared in method <T,U>foo(X<T>,X<U>)
07:21:46     U extends Object declared in method <T,U>foo(X<T>,X<U>)
07:21:46     E extends Object declared in class X
07:21:46 1 error
07:21:46 1 warning
07:21:46 
07:21:46 
07:21:46 
07:21:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:47 --- javac err: ---
07:21:47 X.java:8: warning: [rawtypes] found raw type: X
07:21:47 	void bar(X x, X<String> xs) {
07:21:47 	         ^
07:21:47   missing type arguments for generic class X<E>
07:21:47   where E is a type-variable:
07:21:47     E extends Object declared in class X
07:21:47 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:21:47 		X<String> xs2 = foo(x, xs).identity();
07:21:47 		                   ^
07:21:47   required: X<T>,X<U>
07:21:47   found: X,X<String>
07:21:47   where T,U are type-variables:
07:21:47     T extends Object declared in method <T,U>foo(X<T>,X<U>)
07:21:47     U extends Object declared in method <T,U>foo(X<T>,X<U>)
07:21:47 X.java:9: warning: [unchecked] unchecked conversion
07:21:47 		X<String> xs2 = foo(x, xs).identity();
07:21:47 		                    ^
07:21:47   required: X<T>
07:21:47   found:    X
07:21:47   where T,U are type-variables:
07:21:47     T extends Object declared in method <T,U>foo(X<T>,X<U>)
07:21:47     U extends Object declared in method <T,U>foo(X<T>,X<U>)
07:21:47 X.java:9: warning: [unchecked] unchecked conversion
07:21:47 		X<String> xs2 = foo(x, xs).identity();
07:21:47 		                                   ^
07:21:47   required: X<String>
07:21:47   found:    X
07:21:47 4 warnings
07:21:47 
07:21:47 
07:21:47 
07:21:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:48 --- javac err: ---
07:21:48 X.java:6: error: incompatible types: inference variable U has incompatible bounds
07:21:48 		String s = foo(lb, lc);
07:21:48 		              ^
07:21:48     lower bounds: String,A
07:21:48     lower bounds: C,B
07:21:48   where U is a type-variable:
07:21:48     U extends A declared in method <U>foo(List<? extends U>,List<? extends U>)
07:21:48 1 error
07:21:48 
07:21:48 
07:21:48 
07:21:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:49 
07:21:49 
07:21:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:50 --- javac err: ---
07:21:50 p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file
07:21:50   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
07:21:50                                ^
07:21:50 p/Model.java:3: warning: [rawtypes] found raw type: Value
07:21:50   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
07:21:50                                ^
07:21:50   missing type arguments for generic class Value<B>
07:21:50   where B is a type-variable:
07:21:50     B extends Object declared in interface Value
07:21:50 p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file
07:21:50   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
07:21:50                                                                                ^
07:21:50 p/Model.java:3: warning: [rawtypes] found raw type: Value
07:21:50   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
07:21:50                                                                                ^
07:21:50   missing type arguments for generic class Value<B>
07:21:50   where B is a type-variable:
07:21:50     B extends Object declared in interface Value
07:21:50 4 warnings
07:21:50 
07:21:51 
07:21:51 
07:21:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:52 --- javac err: ---
07:21:52 p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file
07:21:52   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
07:21:52                                ^
07:21:52 p/Model.java:3: warning: [rawtypes] found raw type: Value
07:21:52   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
07:21:52                                ^
07:21:52   missing type arguments for generic class Value<B>
07:21:52   where B is a type-variable:
07:21:52     B extends Object declared in interface Value
07:21:52 p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file
07:21:52   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
07:21:52                                                                                ^
07:21:52 p/Model.java:3: warning: [rawtypes] found raw type: Value
07:21:52   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
07:21:52                                                                                ^
07:21:52   missing type arguments for generic class Value<B>
07:21:52   where B is a type-variable:
07:21:52     B extends Object declared in interface Value
07:21:52 4 warnings
07:21:52 
07:21:52 
07:21:52 
07:21:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:54 
07:21:54 
07:21:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:55 
07:21:55 
07:21:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:56 
07:21:56 
07:21:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:57 --- javac err: ---
07:21:57 X.java:10: error: cannot find symbol
07:21:57 	Zork z;
07:21:57 	^
07:21:57   symbol:   class Zork
07:21:57   location: class X<T>
07:21:57   where T is a type-variable:
07:21:57     T extends Object declared in class X
07:21:57 X.java:3: warning: [unchecked] unchecked cast
07:21:57 		T t = ((SomeDerivedInterface<T>) i).getItem();
07:21:57 		                                 ^
07:21:57   required: SomeDerivedInterface<T>
07:21:57   found:    SomeInterface
07:21:57   where T is a type-variable:
07:21:57     T extends Object declared in class X
07:21:57 1 error
07:21:57 1 warning
07:21:57 
07:21:57 
07:21:57 
07:21:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:58 --- javac err: ---
07:21:58 X.java:3: warning: [unchecked] unchecked cast
07:21:58 		Other<String>.Member m = (Other<String>.Member) om2;
07:21:58 		                                                ^
07:21:58   required: Other<String>.Member
07:21:58   found:    Other2<CAP#2>.Member2<CAP#1>
07:21:58   where CAP#1,CAP#2 are fresh type-variables:
07:21:58     CAP#1 extends Object from capture of ?
07:21:58     CAP#2 extends Object from capture of ?
07:21:58 1 warning
07:21:58 
07:21:58 
07:21:58 
07:21:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:21:59 --- javac err: ---
07:21:59 X.java:3: warning: [unchecked] unchecked cast
07:21:59 		Other<String>.Member m = (Other<String>.Member) om2;
07:21:59 		                                                ^
07:21:59   required: Other<String>.Member
07:21:59   found:    Other2.Member2<CAP#1>
07:21:59   where CAP#1 is a fresh type-variable:
07:21:59     CAP#1 extends Object from capture of ?
07:21:59 1 warning
07:21:59 
07:21:59 
07:21:59 
07:21:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:00 --- javac err: ---
07:22:00 X.java:3: error: incompatible types: Class<CAP#1> cannot be converted to Exception
07:22:00                 Exception class1 = someObject.getClass();
07:22:00                                                       ^
07:22:00   where CAP#1 is a fresh type-variable:
07:22:00     CAP#1 extends Object from capture of ? extends Object
07:22:00 X.java:4: error: incompatible types: Class<CAP#1> cannot be converted to Exception
07:22:00                 Exception class2 = intObject.getClass();
07:22:00                                                      ^
07:22:00   where CAP#1 is a fresh type-variable:
07:22:00     CAP#1 extends Integer from capture of ? extends Integer
07:22:00 2 errors
07:22:00 
07:22:00 
07:22:00 
07:22:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:01 --- javac err: ---
07:22:01 java/lang/Object.java:1: error: package exists in another module: java.base
07:22:01 package java.lang;
07:22:01 ^
07:22:01 java/lang/Object.java:5: error: incompatible types: Class<CAP#1> cannot be converted to Exception
07:22:01 		Exception e1 = getClass();
07:22:01 		                       ^
07:22:01   where CAP#1 is a fresh type-variable:
07:22:01     CAP#1 extends Object from capture of ?
07:22:01 java/lang/Object.java:6: error: incompatible types: Class<CAP#1> cannot be converted to Exception
07:22:01 		Exception e2 = this.getClass();
07:22:01 		                            ^
07:22:01   where CAP#1 is a fresh type-variable:
07:22:01     CAP#1 extends Object from capture of ?
07:22:01 3 errors
07:22:01 
07:22:01 
07:22:01 
07:22:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:02 --- javac err: ---
07:22:02 Derived_A.java:5: warning: auxiliary class Base_B in Derived_B.java should not be accessed from outside its own source file
07:22:02 	public Map<Object, Base_B> getMap() {
07:22:02 	                   ^
07:22:02 Derived_A.java:5: warning: [rawtypes] found raw type: Base_B
07:22:02 	public Map<Object, Base_B> getMap() {
07:22:02 	                   ^
07:22:02   missing type arguments for generic class Base_B<T>
07:22:02   where T is a type-variable:
07:22:02     T extends Object declared in class Base_B
07:22:02 Derived_A.java:6: warning: auxiliary class Base_B in Derived_B.java should not be accessed from outside its own source file
07:22:02 		return new HashMap<Object, Base_B>();
07:22:02 		                           ^
07:22:02 Derived_A.java:6: warning: [rawtypes] found raw type: Base_B
07:22:02 		return new HashMap<Object, Base_B>();
07:22:02 		                           ^
07:22:02   missing type arguments for generic class Base_B<T>
07:22:02   where T is a type-variable:
07:22:02     T extends Object declared in class Base_B
07:22:02 4 warnings
07:22:02 
07:22:03 
07:22:03 
07:22:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:04 --- javac err: ---
07:22:04 X.java:6: error: incompatible types: List<INT#1> cannot be converted to Collection<Number>
07:22:04     foo((Collection<Number>) Arrays.asList(i, d));
07:22:04                                           ^
07:22:04   where INT#1,INT#2 are intersection types:
07:22:04     INT#1 extends Number,Comparable<? extends INT#2>,Constable,ConstantDesc
07:22:04     INT#2 extends Number,Comparable<?>,Constable,ConstantDesc
07:22:04 1 error
07:22:04 
07:22:04 
07:22:04 
07:22:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:05 
07:22:05 
07:22:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:06 
07:22:06 
07:22:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:07 --- javac err: ---
07:22:07 X.java:7: warning: [rawtypes] found raw type: Adapter
07:22:07 public class X<T> extends Adapter {
07:22:07                           ^
07:22:07   missing type arguments for generic class Adapter<T>
07:22:07   where T is a type-variable:
07:22:07     T extends Object declared in class Adapter
07:22:07 X.java:8: error: name clash: makeSetter() in X and makeSetter() in Adapter have the same erasure, yet neither overrides the other
07:22:07   public <V> X.Setter makeSetter() {
07:22:07                       ^
07:22:07 X.java:8: warning: [rawtypes] found raw type: Adapter.Setter
07:22:07   public <V> X.Setter makeSetter() {
07:22:07               ^
07:22:07   missing type arguments for generic class Adapter<T>.Setter<V>
07:22:07   where V,T are type-variables:
07:22:07     V extends Object declared in class Adapter.Setter
07:22:07     T extends Object declared in class Adapter
07:22:07 X.java:9: warning: [rawtypes] found raw type: X
07:22:07     return new X().new Setter() {};
07:22:07                ^
07:22:07   missing type arguments for generic class X<T>
07:22:07   where T is a type-variable:
07:22:07     T extends Object declared in class X
07:22:07 X.java:9: warning: [rawtypes] found raw type: Adapter.Setter
07:22:07     return new X().new Setter() {};
07:22:07                        ^
07:22:07   missing type arguments for generic class Adapter<T>.Setter<V>
07:22:07   where V,T are type-variables:
07:22:07     V extends Object declared in class Adapter.Setter
07:22:07     T extends Object declared in class Adapter
07:22:07 X.java:12: warning: [rawtypes] found raw type: Adapter.Setter
07:22:07 	  List<Adapter.Setter> l = new ArrayList<X.Setter>();
07:22:07 	              ^
07:22:07   missing type arguments for generic class Adapter<T>.Setter<V>
07:22:07   where V,T are type-variables:
07:22:07     V extends Object declared in class Adapter.Setter
07:22:07     T extends Object declared in class Adapter
07:22:07 X.java:12: warning: [rawtypes] found raw type: Adapter.Setter
07:22:07 	  List<Adapter.Setter> l = new ArrayList<X.Setter>();
07:22:07 	                                          ^
07:22:07   missing type arguments for generic class Adapter<T>.Setter<V>
07:22:07   where V,T are type-variables:
07:22:07     V extends Object declared in class Adapter.Setter
07:22:07     T extends Object declared in class Adapter
07:22:07 1 error
07:22:07 6 warnings
07:22:07 
07:22:07 
07:22:07 
07:22:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:08 --- javac err: ---
07:22:08 X.java:7: warning: [rawtypes] found raw type: Adapter
07:22:08 public class X<T> extends Adapter {
07:22:08                           ^
07:22:08   missing type arguments for generic class Adapter<T>
07:22:08   where T is a type-variable:
07:22:08     T extends Object declared in class Adapter
07:22:08 X.java:8: error: name clash: makeSetter() in X and makeSetter() in Adapter have the same erasure, yet neither overrides the other
07:22:08   public <V> X.Setter makeSetter() {
07:22:08                       ^
07:22:08 X.java:8: warning: [rawtypes] found raw type: Adapter.Setter
07:22:08   public <V> X.Setter makeSetter() {
07:22:08               ^
07:22:08   missing type arguments for generic class Adapter<T>.Setter<V>
07:22:08   where V,T are type-variables:
07:22:08     V extends Object declared in class Adapter.Setter
07:22:08     T extends Object declared in class Adapter
07:22:08 X.java:9: warning: [rawtypes] found raw type: X
07:22:08     return (String) new X().new Setter() {};
07:22:08                         ^
07:22:08   missing type arguments for generic class X<T>
07:22:08   where T is a type-variable:
07:22:08     T extends Object declared in class X
07:22:08 X.java:9: warning: [rawtypes] found raw type: Adapter.Setter
07:22:08     return (String) new X().new Setter() {};
07:22:08                                 ^
07:22:08   missing type arguments for generic class Adapter<T>.Setter<V>
07:22:08   where V,T are type-variables:
07:22:08     V extends Object declared in class Adapter.Setter
07:22:08     T extends Object declared in class Adapter
07:22:08 X.java:9: error: incompatible types: <anonymous Adapter.Setter> cannot be converted to String
07:22:08     return (String) new X().new Setter() {};
07:22:08                             ^
07:22:08   where T is a type-variable:
07:22:08     T extends Object declared in class X
07:22:08 X.java:12: warning: [rawtypes] found raw type: Adapter.Setter
07:22:08           List<Adapter.Setter> l = new ArrayList<X.Setter>();
07:22:08                       ^
07:22:08   missing type arguments for generic class Adapter<T>.Setter<V>
07:22:08   where V,T are type-variables:
07:22:08     V extends Object declared in class Adapter.Setter
07:22:08     T extends Object declared in class Adapter
07:22:08 X.java:12: warning: [rawtypes] found raw type: Adapter.Setter
07:22:08           List<Adapter.Setter> l = new ArrayList<X.Setter>();
07:22:08                                                   ^
07:22:08   missing type arguments for generic class Adapter<T>.Setter<V>
07:22:08   where V,T are type-variables:
07:22:08     V extends Object declared in class Adapter.Setter
07:22:08     T extends Object declared in class Adapter
07:22:08 2 errors
07:22:08 6 warnings
07:22:08 
07:22:08 
07:22:08 
07:22:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:09 --- javac err: ---
07:22:09 X.java:6: warning: [rawtypes] found raw type: Adapter
07:22:09 public class X<T> extends Adapter {
07:22:09                           ^
07:22:09   missing type arguments for generic class Adapter<T>
07:22:09   where T is a type-variable:
07:22:09     T extends Object declared in class Adapter
07:22:09 X.java:7: warning: [rawtypes] found raw type: Adapter.Setter
07:22:09   public <V> Adapter.Setter makeSetter() {
07:22:09                     ^
07:22:09   missing type arguments for generic class Adapter<T>.Setter<V>
07:22:09   where V,T are type-variables:
07:22:09     V extends Object declared in class Adapter.Setter
07:22:09     T extends Object declared in class Adapter
07:22:09 X.java:8: error: incompatible types: String cannot be converted to Adapter.Setter
07:22:09     return (X.Setter) "a";
07:22:09                       ^
07:22:09 1 error
07:22:09 2 warnings
07:22:09 
07:22:09 
07:22:09 
07:22:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:10 --- javac err: ---
07:22:10 X.java:4: error: cannot find symbol
07:22:10   Zork z;
07:22:10   ^
07:22:10   symbol:   class Zork
07:22:10   location: class X
07:22:10 X.java:2: warning: [rawtypes] found raw type: Base.Member
07:22:10   DeprecatedType.Member m1; // DeprecatedType and Member are raw + indirect access to Member
07:22:10                 ^
07:22:10   missing type arguments for generic class Base.Member<U>
07:22:10   where U is a type-variable:
07:22:10     U extends Object declared in class Base.Member
07:22:10 X.java:2: warning: [deprecation] DeprecatedType in unnamed package has been deprecated
07:22:10   DeprecatedType.Member m1; // DeprecatedType and Member are raw + indirect access to Member
07:22:10   ^
07:22:10 X.java:3: warning: [deprecation] DeprecatedType in unnamed package has been deprecated
07:22:10   DeprecatedType.Member<String> m2; // DeprecatedType is raw + indirect access to Member
07:22:10   ^
07:22:10 1 error
07:22:10 3 warnings
07:22:10 
07:22:10 
07:22:10 
07:22:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:11 --- javac err: ---
07:22:11 X.java:17: error: cannot find symbol
07:22:11     Zork z;
07:22:11     ^
07:22:11   symbol:   class Zork
07:22:11   location: class X
07:22:11 X.java:15: warning: [unchecked] unchecked cast
07:22:11             (DAFDataWithRefController<OBAreaOverlaySettings>) controller00;
07:22:11                                                               ^
07:22:11   required: DAFDataWithRefController<OBAreaOverlaySettings>
07:22:11   found:    DAFDataController<CAP#1>
07:22:11   where CAP#1 is a fresh type-variable:
07:22:11     CAP#1 extends SymbolTypeSettings from capture of ? extends SymbolTypeSettings
07:22:11 1 error
07:22:11 1 warning
07:22:11 
07:22:11 
07:22:11 
07:22:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:12 --- javac err: ---
07:22:12 Scratch.java:11: error: cannot find symbol
07:22:12 class Z { Zork z; }
07:22:12           ^
07:22:12   symbol:   class Zork
07:22:12   location: class Z
07:22:12 Scratch.java:2: warning: [rawtypes] found raw type: Y
07:22:12         private Y rawObject = new Y();
07:22:12                 ^
07:22:12   missing type arguments for generic class Y<S>
07:22:12   where S is a type-variable:
07:22:12     S extends Object declared in class Y
07:22:12 Scratch.java:2: warning: [rawtypes] found raw type: Y
07:22:12         private Y rawObject = new Y();
07:22:12                                   ^
07:22:12   missing type arguments for generic class Y<S>
07:22:12   where S is a type-variable:
07:22:12     S extends Object declared in class Y
07:22:12 Scratch.java:4: warning: [unchecked] unchecked method invocation: method method in class Scratch is applied to given types
07:22:12                 method(new X<Y<Z>>(), rawObject); // compile error in javac, unchecked conversion in Eclipse
07:22:12                       ^
07:22:12   required: X<T>,T
07:22:12   found: X<Y<Z>>,Y
07:22:12   where T is a type-variable:
07:22:12     T extends Object declared in method <T>method(X<T>,T)
07:22:12 Scratch.java:4: warning: [unchecked] unchecked conversion
07:22:12                 method(new X<Y<Z>>(), rawObject); // compile error in javac, unchecked conversion in Eclipse
07:22:12                                       ^
07:22:12   required: T
07:22:12   found:    Y
07:22:12   where T is a type-variable:
07:22:12     T extends Object declared in method <T>method(X<T>,T)
07:22:12 Scratch.java:5: warning: [unchecked] unchecked method invocation: method method in class Scratch is applied to given types
07:22:12                 this.<Y<Z>>method(new X<Y<Z>>(), rawObject); // unchecked warning in both
07:22:12                                  ^
07:22:12   required: X<T>,T
07:22:12   found: X<Y<Z>>,Y
07:22:12   where T is a type-variable:
07:22:12     T extends Object declared in method <T>method(X<T>,T)
07:22:12 Scratch.java:5: warning: [unchecked] unchecked conversion
07:22:12                 this.<Y<Z>>method(new X<Y<Z>>(), rawObject); // unchecked warning in both
07:22:12                                                  ^
07:22:12   required: T
07:22:12   found:    Y
07:22:12   where T is a type-variable:
07:22:12     T extends Object declared in method <T>method(X<T>,T)
07:22:12 1 error
07:22:12 6 warnings
07:22:12 
07:22:12 
07:22:12 
07:22:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:13 
07:22:13 
07:22:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:14 
07:22:14 
07:22:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:15 
07:22:15 
07:22:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:16 --- javac err: ---
07:22:16 X.java:16: error: exception IOException is never thrown in body of corresponding try statement
07:22:16 		} catch(IOException e) {
07:22:16 		  ^
07:22:16 1 error
07:22:16 
07:22:16 
07:22:16 
07:22:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:17 
07:22:17 
07:22:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:18 
07:22:18 
07:22:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:19 
07:22:19 
07:22:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:20 --- javac err: ---
07:22:20 X.java:8: error: Private has private access in X
07:22:20 public abstract class X implements Map<X.Private,Secondary.SecondaryPrivate> {
07:22:20                                         ^
07:22:20 X.java:8: error: SecondaryPrivate has private access in Secondary
07:22:20 public abstract class X implements Map<X.Private,Secondary.SecondaryPrivate> {
07:22:20                                                           ^
07:22:20 X.java:7: error: Private has private access in X
07:22:20 @Ann(X.Private.class) // Private is not visible here
07:22:20       ^
07:22:20 3 errors
07:22:20 
07:22:20 
07:22:20 
07:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:21 --- javac err: ---
07:22:21 X.java:2: error: X.Inter.Private has private access in X.Inter
07:22:21 public abstract class X implements List<X.Inter.Private> {
07:22:21                                                ^
07:22:21 1 error
07:22:21 
07:22:21 
07:22:21 
07:22:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:22 
07:22:22 
07:22:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:23 --- javac err: ---
07:22:23 X.java:3: warning: [unchecked] unchecked cast
07:22:23         return (T)new Object();
07:22:23                   ^
07:22:23   required: T
07:22:23   found:    Object
07:22:23   where T is a type-variable:
07:22:23     T extends Object declared in method <T>getValue(Object,String)
07:22:23 1 warning
07:22:23 
07:22:23 
07:22:23 
07:22:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:25 
07:22:25 
07:22:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:26 
07:22:26 
07:22:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:27 --- javac err: ---
07:22:27 X.java:7: error: incompatible types: inferred type does not conform to upper bound(s)
07:22:27         int i = getValue(0, s);
07:22:27                         ^
07:22:27     inferred: Comparable<? extends INT#1>
07:22:27     upper bound(s): Integer,Object
07:22:27   where INT#1 is an intersection type:
07:22:27     INT#1 extends Object,Serializable,Comparable<?>,Constable,ConstantDesc
07:22:27 1 error
07:22:27 
07:22:27 
07:22:27 
07:22:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:28 --- javac err: ---
07:22:28 Status.java:11: error: illegal reference to static field from initializer
07:22:28 		if (Status.mapping == null) {
07:22:28 		          ^
07:22:28 Status.java:12: error: illegal reference to static field from initializer
07:22:28 			Status.mapping = new HashMap<Byte, Status>();
07:22:28 			      ^
07:22:28 Status.java:15: error: illegal reference to static field from initializer
07:22:28 		Status.mapping.put(newValue, this);
07:22:28 		      ^
07:22:28 3 errors
07:22:28 
07:22:28 
07:22:28 
07:22:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:29 
07:22:29 
07:22:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:30 
07:22:30 
07:22:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:31 --- javac err: ---
07:22:31 X.java:2: error: cannot find symbol
07:22:31 	private static Map<String, String> var;
07:22:31 	               ^
07:22:31   symbol:   class Map
07:22:31   location: class X
07:22:31 X.java:4: error: cannot find symbol
07:22:31 		var= new HashMap<String, String>();
07:22:31 		         ^
07:22:31   symbol:   class HashMap
07:22:31   location: class X
07:22:31 2 errors
07:22:31 
07:22:31 
07:22:31 
07:22:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:32 --- javac err: ---
07:22:32 X.java:4: error: cannot find symbol
07:22:32 	private static Map<String, Zork> map = new HashMap<String, X>();
07:22:32 	                           ^
07:22:32   symbol:   class Zork
07:22:32   location: class X
07:22:32 1 error
07:22:32 
07:22:32 
07:22:32 
07:22:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:32 --- javac err: ---
07:22:32 X.java:2: error: cannot find symbol
07:22:32 	A<E> a; // E is undefined on purpose
07:22:32 	  ^
07:22:32   symbol:   class E
07:22:32   location: class X
07:22:32 X.java:3: error: cannot find symbol
07:22:32 	X() { a = new A<E>(); } // causes Missing code implementation
07:22:32 	                ^
07:22:32   symbol:   class E
07:22:32   location: class X
07:22:32 2 errors
07:22:32 
07:22:32 
07:22:32 
07:22:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:33 --- javac err: ---
07:22:33 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
07:22:33         new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().selfCall());
07:22:33                                                                                        ^
07:22:33   missing type arguments for generic class NonPublicInterfaceImplementor<E>
07:22:33   where E is a type-variable:
07:22:33     E extends Object declared in class NonPublicInterfaceImplementor
07:22:33 1 warning
07:22:33 
07:22:34 
07:22:34 
07:22:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:34 --- javac err: ---
07:22:34 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
07:22:34         new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().selfCall());
07:22:34                                                                                        ^
07:22:34   missing type arguments for generic class NonPublicInterfaceImplementor<E>
07:22:34   where E is a type-variable:
07:22:34     E extends NonPublicInterface declared in class NonPublicInterfaceImplementor
07:22:34 1 warning
07:22:34 
07:22:35 
07:22:35 
07:22:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:36 --- javac err: ---
07:22:36 restricted/NonPublicInterfaceImplementor.java:2: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
07:22:36 public class NonPublicInterfaceImplementor<E extends NonPublicInterfaceImplementor> implements NonPublicInterface {
07:22:36                                                      ^
07:22:36   missing type arguments for generic class NonPublicInterfaceImplementor<E>
07:22:36   where E is a type-variable:
07:22:36     E extends NonPublicInterfaceImplementor declared in class NonPublicInterfaceImplementor
07:22:36 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
07:22:36         new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().selfCall());
07:22:36                                                                                        ^
07:22:36   missing type arguments for generic class NonPublicInterfaceImplementor<E>
07:22:36   where E is a type-variable:
07:22:36     E extends NonPublicInterfaceImplementor declared in class NonPublicInterfaceImplementor
07:22:36 2 warnings
07:22:36 
07:22:36 
07:22:36 
07:22:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:37 --- javac err: ---
07:22:37 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
07:22:37         new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().next);
07:22:37                                                                                        ^
07:22:37   missing type arguments for generic class NonPublicInterfaceImplementor<E>
07:22:37   where E is a type-variable:
07:22:37     E extends Object declared in class NonPublicInterfaceImplementor
07:22:37 1 warning
07:22:37 
07:22:37 
07:22:37 
07:22:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:38 --- javac err: ---
07:22:38 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
07:22:38         NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor();
07:22:38         ^
07:22:38   missing type arguments for generic class NonPublicInterfaceImplementor<E>
07:22:38   where E is a type-variable:
07:22:38     E extends Object declared in class NonPublicInterfaceImplementor
07:22:38 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
07:22:38         NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor();
07:22:38                                                  ^
07:22:38   missing type arguments for generic class NonPublicInterfaceImplementor<E>
07:22:38   where E is a type-variable:
07:22:38     E extends Object declared in class NonPublicInterfaceImplementor
07:22:38 2 warnings
07:22:38 
07:22:38 
07:22:38 
07:22:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:39 --- javac err: ---
07:22:39 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
07:22:39         NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor();
07:22:39         ^
07:22:39   missing type arguments for generic class NonPublicInterfaceImplementor<E>
07:22:39   where E is a type-variable:
07:22:39     E extends Object declared in class NonPublicInterfaceImplementor
07:22:39 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
07:22:39         NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor();
07:22:39                                                  ^
07:22:39   missing type arguments for generic class NonPublicInterfaceImplementor<E>
07:22:39   where E is a type-variable:
07:22:39     E extends Object declared in class NonPublicInterfaceImplementor
07:22:39 2 warnings
07:22:39 
07:22:39 
07:22:39 
07:22:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:40 
07:22:40 
07:22:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:41 --- javac err: ---
07:22:41 X.java:4: warning: [unchecked] unchecked cast
07:22:41                 throw (T) new InterruptedException();
07:22:41                           ^
07:22:41   required: T
07:22:41   found:    InterruptedException
07:22:41   where T is a type-variable:
07:22:41     T extends Exception declared in method <T>foo()
07:22:41 X.java:15: error: cannot find symbol
07:22:41 			Zork z;
07:22:41 			^
07:22:41   symbol:   class Zork
07:22:41   location: class X
07:22:41 1 error
07:22:41 1 warning
07:22:41 
07:22:41 
07:22:41 
07:22:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:42 --- javac err: ---
07:22:42 X.java:2: warning: [serial] serializable class RemoteException has no definition of serialVersionUID
07:22:42 class RemoteException extends Throwable {}
07:22:42 ^
07:22:42 1 warning
07:22:42 
07:22:42 
07:22:42 
07:22:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:43 --- javac err: ---
07:22:43 X.java:4: warning: [unchecked] unchecked cast
07:22:43                 return (T)new InterruptedException();
07:22:43                           ^
07:22:43   required: T
07:22:43   found:    InterruptedException
07:22:43   where T is a type-variable:
07:22:43     T extends Exception declared in method <T>foo()
07:22:43 X.java:8: error: cannot find symbol
07:22:43 			 Zork z;
07:22:43 			 ^
07:22:43   symbol:   class Zork
07:22:43   location: class X
07:22:43 1 error
07:22:43 1 warning
07:22:43 
07:22:43 
07:22:43 
07:22:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:44 
07:22:44 
07:22:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:45 --- javac err: ---
07:22:45 X.java:4: error: IA is not public in p; cannot be accessed from outside package
07:22:45 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1381 - 12
07:22:45 		this.t.baz();
07:22:45 		    ^
07:22:45 X.java [
07:22:45 1 error
07:22:45 
07:22:45 ----------------------------------------
07:22:45 public class X<T extends AA & p.IB> {
07:22:45 	T t;
07:22:45 	void foo() {
07:22:45 		this.t.baz();
07:22:45 	}
07:22:45 	public static void main(String[] args) {
07:22:45 		X<CC> xcc = new X<CC>();
07:22:45 		xcc.t = new CC();
07:22:45 		xcc.foo();
07:22:45 	}
07:22:45 }
07:22:45 class AA {
07:22:45 	void bar() {}
07:22:45 }
07:22:45 class CC extends AA implements p.IB {
07:22:45 	public void baz() {
07:22:45 		System.out.println("done");
07:22:45 	}
07:22:45 }
07:22:45 
07:22:45 ]
07:22:45 p/IB.java [
07:22:45 package p;
07:22:45 interface IA {
07:22:45 	void baz();
07:22:45 }
07:22:45 public interface IB extends IA {
07:22:45 }
07:22:45 
07:22:45 ]
07:22:45 
07:22:45 
07:22:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:46 
07:22:46 
07:22:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:47 
07:22:47 
07:22:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:48 
07:22:48 
07:22:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:49 
07:22:49 
07:22:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:50 --- javac err: ---
07:22:50 X.java:5: error: IA is not public in p; cannot be accessed from outside package
07:22:50 		xt.get().baz();
07:22:50 		      ^
07:22:50 1 error
07:22:50 
07:22:50 ----------------------------------------
07:22:50 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1386 - 12
07:22:50 X.java [
07:22:50 public class X<T extends AA & p.IB> {
07:22:50 	T get() { return null; }
07:22:50 	
07:22:50 	void foo(X<T> xt) {
07:22:50 		xt.get().baz();
07:22:50 	}
07:22:50 }
07:22:50 class AA {
07:22:50 	void bar() {}
07:22:50 }
07:22:50 
07:22:50 ]
07:22:50 p/IB.java [
07:22:50 package p;
07:22:50 interface IA {
07:22:50 	void baz();
07:22:50 }
07:22:50 public interface IB extends IA {
07:22:50 }
07:22:50 
07:22:50 ]
07:22:50 
07:22:50 
07:22:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:51 --- javac err: ---
07:22:51 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression
07:22:51 		System.out.println(this.t.baz);
07:22:51 		                         ^
07:22:51 X.java:4: error: IA is not public in p; cannot be accessed from outside package
07:22:51 		System.out.println(this.t.baz);
07:22:51 		                       ^
07:22:51 1 error
07:22:51 1 warning
07:22:51 
07:22:51 ----------------------------------------
07:22:51 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1387 - 12
07:22:51 X.java [
07:22:51 public class X<T extends AA & p.IB> {
07:22:51 	T t;
07:22:51 	void foo() {
07:22:51 		System.out.println(this.t.baz);
07:22:51 	}
07:22:51 	public static void main(String[] args) {
07:22:51 		X<CC> xcc = new X<CC>();
07:22:51 		xcc.t = new CC();
07:22:51 		xcc.foo();
07:22:51 	}
07:22:51 }
07:22:51 class AA {
07:22:51 	void bar() {}
07:22:51 }
07:22:51 class CC extends AA implements p.IB {
07:22:51 }
07:22:51 
07:22:51 ]
07:22:51 p/IB.java [
07:22:51 package p;
07:22:51 interface IA {
07:22:51 	Object baz = "done";
07:22:51 }
07:22:51 public interface IB extends IA {
07:22:51 }
07:22:51 
07:22:51 ]
07:22:51 
07:22:51 
07:22:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:52 --- javac err: ---
07:22:52 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression
07:22:52 		System.out.println(t.baz);
07:22:52 		                    ^
07:22:52 X.java:4: error: IA is not public in p; cannot be accessed from outside package
07:22:52 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1388 - 12
07:22:52 		System.out.println(t.baz);
07:22:52 X.java [
07:22:52 		                   ^
07:22:52 public class X<T extends AA & p.IB> {
07:22:52 	T t;
07:22:52 1 error
07:22:52 	void foo() {
07:22:52 1 warning
07:22:52 
07:22:52 		System.out.println(t.baz);
07:22:52 	}
07:22:52 ----------------------------------------
07:22:52 	public static void main(String[] args) {
07:22:52 		X<CC> xcc = new X<CC>();
07:22:52 		xcc.t = new CC();
07:22:52 		xcc.foo();
07:22:52 	}
07:22:52 }
07:22:52 class AA {
07:22:52 	void bar() {}
07:22:52 }
07:22:52 class CC extends AA implements p.IB {
07:22:52 }
07:22:52 
07:22:52 ]
07:22:52 p/IB.java [
07:22:52 package p;
07:22:52 interface IA {
07:22:52 	Object baz = "done";
07:22:52 }
07:22:52 public interface IB extends IA {
07:22:52 }
07:22:52 
07:22:52 ]
07:22:52 
07:22:52 
07:22:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:53 
07:22:53 
07:22:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:54 --- javac err: ---
07:22:54 X.java:1: error: type argument SubX2<T#1> is not within bounds of type-variable T#2
07:22:54 public class X<T extends SubX1<SubX2<T>>> {
07:22:54                                     ^
07:22:54   where T#1,T#2 are type-variables:
07:22:54     T#1 extends SubX1<SubX2<T#1>> declared in class X
07:22:54     T#2 extends SubX2<T#2> declared in class SubX1
07:22:54 1 error
07:22:54 
07:22:54 
07:22:54 
07:22:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:55 
07:22:55 
07:22:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:56 
07:22:56 
07:22:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:57 
07:22:57 
07:22:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:58 
07:22:58 
07:22:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:22:59 
07:22:59 
07:22:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:00 
07:23:00 
07:23:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:01 --- javac err: ---
07:23:01 A.java:4: error: cannot find symbol
07:23:01 	 Zork z;
07:23:01 	 ^
07:23:01   symbol:   class Zork
07:23:01   location: class A<T>
07:23:01   where T is a type-variable:
07:23:01     T extends Object declared in class A
07:23:01 1 error
07:23:01 
07:23:01 
07:23:01 
07:23:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:02 --- javac err: ---
07:23:02 A.java:4: error: cannot find symbol
07:23:02 	 Zork z;
07:23:02 	 ^
07:23:02   symbol:   class Zork
07:23:02   location: class A<T>
07:23:02   where T is a type-variable:
07:23:02     T extends Object declared in class A
07:23:02 1 error
07:23:02 
07:23:02 
07:23:02 
07:23:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:03 --- javac err: ---
07:23:03 A.java:4: error: cannot find symbol
07:23:03 	 Zork z;
07:23:03 	 ^
07:23:03   symbol:   class Zork
07:23:03   location: class A<T>
07:23:03   where T is a type-variable:
07:23:03     T extends Object declared in class A
07:23:03 1 error
07:23:03 
07:23:03 
07:23:03 
07:23:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:04 --- javac err: ---
07:23:04 A.java:4: error: cannot find symbol
07:23:04 	 Zork z;
07:23:04 	 ^
07:23:04   symbol:   class Zork
07:23:04   location: class A<T>
07:23:04   where T is a type-variable:
07:23:04     T extends Object declared in class A
07:23:04 1 error
07:23:04 
07:23:04 
07:23:04 
07:23:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:04 --- javac err: ---
07:23:04 A.java:4: error: cannot find symbol
07:23:04 	 Zork z;
07:23:04 	 ^
07:23:04   symbol:   class Zork
07:23:04   location: class A<T>
07:23:04   where T is a type-variable:
07:23:04     T extends Object declared in class A
07:23:04 1 error
07:23:04 
07:23:04 
07:23:04 
07:23:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:05 --- javac err: ---
07:23:05 A.java:3: error: <identifier> expected
07:23:05     Class<?> c = A<?>.class; 
07:23:05                       ^
07:23:05 A.java:3: error: <identifier> expected
07:23:05     Class<?> c = A<?>.class; 
07:23:05                            ^
07:23:05 A.java:6: error: reached end of file while parsing
07:23:05 }
07:23:05  ^
07:23:05 3 errors
07:23:05 
07:23:05 
07:23:05 
07:23:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:06 --- javac err: ---
07:23:06 X.java:8: warning: [rawtypes] found raw type: X
07:23:06 		X raw = bar(); // 1 accepted
07:23:06 		^
07:23:06   missing type arguments for generic class X<A>
07:23:06   where A is a type-variable:
07:23:06     A extends Object declared in class X
07:23:06 1 warning
07:23:06 
07:23:06 
07:23:06 
07:23:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:07 --- javac err: ---
07:23:07 X.java:3: warning: [rawtypes] found raw type: List
07:23:07     X(List rawList, List<?> unboundList) {
07:23:07       ^
07:23:07   missing type arguments for generic class List<E>
07:23:07   where E is a type-variable:
07:23:07     E extends Object declared in interface List
07:23:07 X.java:7: warning: [rawtypes] found raw type: Map
07:23:07             Map m0 = (Map) Collections.emptyList();
07:23:07             ^
07:23:07   missing type arguments for generic class Map<K,V>
07:23:07   where K,V are type-variables:
07:23:07     K extends Object declared in interface Map
07:23:07     V extends Object declared in interface Map
07:23:07 X.java:8: warning: [rawtypes] found raw type: Map
07:23:07             Map m1 = (Map) rawList;
07:23:07             ^
07:23:07   missing type arguments for generic class Map<K,V>
07:23:07   where K,V are type-variables:
07:23:07     K extends Object declared in interface Map
07:23:07     V extends Object declared in interface Map
07:23:07 X.java:9: warning: [rawtypes] found raw type: Map
07:23:07             Map m2 = (Map) unboundList;
07:23:07             ^
07:23:07   missing type arguments for generic class Map<K,V>
07:23:07   where K,V are type-variables:
07:23:07     K extends Object declared in interface Map
07:23:07     V extends Object declared in interface Map
07:23:07 X.java:10: error: cannot find symbol
07:23:07             Zork z;
07:23:07             ^
07:23:07   symbol:   class Zork
07:23:07   location: class X
07:23:07 1 error
07:23:07 4 warnings
07:23:07 
07:23:07 
07:23:07 
07:23:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:08 --- javac err: ---
07:23:08 GenericTest.java:5: warning: [rawtypes] found raw type: Set
07:23:08         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
07:23:08         ^
07:23:08   missing type arguments for generic class Set<E>
07:23:08   where E is a type-variable:
07:23:08     E extends Object declared in interface Set
07:23:08 GenericTest.java:5: warning: [rawtypes] found raw type: Class
07:23:08         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
07:23:08                                                ^
07:23:08   missing type arguments for generic class Class<T>
07:23:08   where T is a type-variable:
07:23:08     T extends Object declared in class Class
07:23:08 GenericTest.java:5: warning: [unchecked] unchecked method invocation: method method1 in class GenericTest is applied to given types
07:23:08         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
07:23:08                                           ^
07:23:08   required: Class<List>[]
07:23:08   found: Class[]
07:23:08 GenericTest.java:5: warning: [unchecked] unchecked conversion
07:23:08         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
07:23:08                                            ^
07:23:08   required: Class<List>[]
07:23:08   found:    Class[]
07:23:08 GenericTest.java:5: error: incompatible types: Object cannot be converted to Set
07:23:08         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
07:23:08                                           ^
07:23:08 1 error
07:23:08 4 warnings
07:23:08 
07:23:08 
07:23:08 
07:23:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:09 --- javac err: ---
07:23:09 Foo.java:4: warning: [unchecked] unchecked method invocation: method m1 in class Foo is applied to given types
07:23:09 		Foo l1 = m1((Class)Foo.class);
07:23:09 		           ^
07:23:09   required: Class<Foo>
07:23:09   found: Class
07:23:09 Foo.java:4: warning: [unchecked] unchecked conversion
07:23:09 		Foo l1 = m1((Class)Foo.class);
07:23:09 		            ^
07:23:09   required: Class<Foo>
07:23:09   found:    Class
07:23:09 Foo.java:4: error: incompatible types: Object cannot be converted to Foo
07:23:09 		Foo l1 = m1((Class)Foo.class);
07:23:09 		           ^
07:23:09 1 error
07:23:09 2 warnings
07:23:09 
07:23:09 
07:23:09 
07:23:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:10 --- javac err: ---
07:23:10 X.java:4: error: cannot find symbol
07:23:10 		Zork z = (List<? extends X>) i;
07:23:10 		^
07:23:10   symbol:   class Zork
07:23:10   location: class X
07:23:10 X.java:7: error: cannot find symbol
07:23:10 		Zork z = (ArrayList<? extends X>) i;
07:23:10 		^
07:23:10   symbol:   class Zork
07:23:10   location: class X
07:23:10 2 errors
07:23:10 
07:23:10 
07:23:10 
07:23:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:11 --- javac err: ---
07:23:11 X.java:4: error: incompatible types: List<X> cannot be converted to LinkedList<Object>
07:23:11 		LinkedList<Object> lo = (LinkedList<Object>) lx;
07:23:11 		                                             ^
07:23:11 X.java:5: warning: [unchecked] unchecked cast
07:23:11 		LinkedList<String> ls = (LinkedList<String>) lw;
07:23:11 		                                             ^
07:23:11   required: LinkedList<String>
07:23:11   found:    List<CAP#1>
07:23:11   where CAP#1 is a fresh type-variable:
07:23:11     CAP#1 extends Object from capture of ?
07:23:11 1 error
07:23:11 1 warning
07:23:11 
07:23:11 
07:23:11 
07:23:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:12 --- javac err: ---
07:23:12 X.java:7: error: incompatible types: I<Short>[] cannot be converted to Y<? extends X>[]
07:23:12 	Y<? extends X>[] y3 = (Y<? extends X>[]) x;
07:23:12 	                                         ^
07:23:12 1 error
07:23:12 
07:23:12 
07:23:12 
07:23:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:13 --- javac err: ---
07:23:13 X.java:23: error: cannot find symbol
07:23:13 	Zork z;
07:23:13 	^
07:23:13   symbol:   class Zork
07:23:13   location: class X<T>
07:23:13   where T is a type-variable:
07:23:13     T extends Object declared in class X
07:23:13 X.java:6: warning: [unchecked] unchecked cast
07:23:13 		return (X<U>) child;
07:23:13 		              ^
07:23:13   required: X<U>
07:23:13   found:    Child
07:23:13   where U is a type-variable:
07:23:13     U extends Object declared in method <U>create()
07:23:13 X.java:21: warning: [unchecked] unchecked cast
07:23:13 		return (X<U>) willWarn;
07:23:13 		              ^
07:23:13   required: X<U>
07:23:13   found:    X<Object>
07:23:13   where U is a type-variable:
07:23:13     U extends Object declared in method <U>raisesTheWarning()
07:23:13 1 error
07:23:13 2 warnings
07:23:13 
07:23:13 
07:23:13 
07:23:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:14 --- javac err: ---
07:23:14 X.java:8: warning: [rawtypes] found raw type: A
07:23:14 	A a1 = new A<U>();
07:23:14 	^
07:23:14   missing type arguments for generic class A<T>
07:23:14   where T is a type-variable:
07:23:14     T extends Object declared in class A
07:23:14 X.java:14: warning: [unchecked] unchecked conversion
07:23:14 		List<String> s1 = bx.a1.foo();
07:23:14 		                           ^
07:23:14   required: List<String>
07:23:14   found:    List
07:23:14 X.java:16: error: cannot find symbol
07:23:14 		Zork z;
07:23:14 		^
07:23:14   symbol:   class Zork
07:23:14   location: class X
07:23:14 1 error
07:23:14 2 warnings
07:23:14 
07:23:14 
07:23:14 
07:23:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:15 --- javac err: ---
07:23:15 X.java:5: error: cannot find symbol
07:23:15 	Zork z;
07:23:15 	^
07:23:15   symbol:   class Zork
07:23:15   location: class X
07:23:15 X.java:3: warning: [rawtypes] found raw type: ArrayList
07:23:15 	HashMap <String, ArrayList> m = new HashMap<String, ArrayList>();
07:23:15 	                 ^
07:23:15   missing type arguments for generic class ArrayList<E>
07:23:15   where E is a type-variable:
07:23:15     E extends Object declared in class ArrayList
07:23:15 X.java:3: warning: [rawtypes] found raw type: ArrayList
07:23:15 	HashMap <String, ArrayList> m = new HashMap<String, ArrayList>();
07:23:15 	                                                    ^
07:23:15   missing type arguments for generic class ArrayList<E>
07:23:15   where E is a type-variable:
07:23:15     E extends Object declared in class ArrayList
07:23:15 X.java:4: warning: [unchecked] unchecked conversion
07:23:15 	ArrayList <X> ax = m.get("");
07:23:15 	                        ^
07:23:15   required: ArrayList<X>
07:23:15   found:    ArrayList
07:23:15 1 error
07:23:15 3 warnings
07:23:15 
07:23:15 
07:23:15 
07:23:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:16 --- javac err: ---
07:23:16 X.java:6: error: cannot find symbol
07:23:16         Zork z;
07:23:16         ^
07:23:16   symbol:   class Zork
07:23:16   location: class X
07:23:16 X.java:5: warning: [rawtypes] found raw type: B
07:23:16         B y = (B)a;
07:23:16         ^
07:23:16   missing type arguments for generic class B<T>
07:23:16   where T is a type-variable:
07:23:16     T extends Object declared in class B
07:23:16 1 error
07:23:16 1 warning
07:23:16 
07:23:16 
07:23:16 
07:23:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:17 --- javac err: ---
07:23:17 X.java:5: error: cannot find symbol
07:23:17     Zork z;
07:23:17     ^
07:23:17   symbol:   class Zork
07:23:17   location: class X
07:23:17 1 error
07:23:17 
07:23:17 
07:23:17 
07:23:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:18 --- javac err: ---
07:23:18 X.java:4: error: type argument SOURCE#1 is not within bounds of type-variable SOURCE#2
07:23:18 interface D<RELATED extends A, SOURCE  extends B<?>> extends C<RELATED, SOURCE> {}
07:23:18                                                                         ^
07:23:18   where SOURCE#1,SOURCE#2,RELATED are type-variables:
07:23:18     SOURCE#1 extends B<?> declared in interface D
07:23:18     SOURCE#2 extends RELATED declared in interface C
07:23:18     RELATED extends A declared in interface C
07:23:18 X.java:8: error: type argument B<?> is not within bounds of type-variable SOURCE
07:23:18 	C<C<?,?>,B<?>> wrong;
07:23:18 	          ^
07:23:18   where SOURCE,RELATED are type-variables:
07:23:18     SOURCE extends RELATED declared in interface C
07:23:18     RELATED extends A declared in interface C
07:23:18 2 errors
07:23:18 
07:23:18 
07:23:18 
07:23:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:19 
07:23:19 
07:23:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:20 --- javac err: ---
07:23:20 X.java:15: error: incompatible types: Box<B,B> cannot be converted to Box<CAP#1,CAP#2>
07:23:20 		b.value.next = new Box<B, B>(new B());
07:23:20 		               ^
07:23:20   where CAP#1,CAP#2 are fresh type-variables:
07:23:20     CAP#1 extends Box<?,?> from capture of ?
07:23:20     CAP#2 extends CAP#1 from capture of ?
07:23:20 X.java:17: error: incompatible types: CAP#1 cannot be converted to String
07:23:20 		String s = b.value;
07:23:20 		            ^
07:23:20   where CAP#1,CAP#2 are fresh type-variables:
07:23:20     CAP#1 extends CAP#2 from capture of ?
07:23:20     CAP#2 extends Box<?,?> from capture of ?
07:23:20 X.java:18: error: incompatible types: Box<B,B> cannot be converted to Box<CAP#1,CAP#2>
07:23:20 		b.value.next.next = new Box<B, B>(new B());
07:23:20 		                    ^
07:23:20   where CAP#1,CAP#2 are fresh type-variables:
07:23:20     CAP#1 extends Box<?,?> from capture of ?
07:23:20     CAP#2 extends CAP#1 from capture of ?
07:23:20 3 errors
07:23:20 
07:23:20 
07:23:20 
07:23:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:21 --- javac err: ---
07:23:21 X.java:16: error: incompatible types: Box<B,B> cannot be converted to Box<CAP#1,CAP#2>
07:23:21 		b.getValue().next = new Box<B, B>(new B());
07:23:21 		                    ^
07:23:21   where CAP#1,CAP#2 are fresh type-variables:
07:23:21     CAP#1 extends Box<?,?> from capture of ?
07:23:21     CAP#2 extends CAP#1 from capture of ?
07:23:21 X.java:18: error: incompatible types: CAP#1 cannot be converted to String
07:23:21 		String s = b.getValue();
07:23:21 		                     ^
07:23:21   where CAP#1,CAP#2 are fresh type-variables:
07:23:21     CAP#1 extends CAP#2 from capture of ?
07:23:21     CAP#2 extends Box<?,?> from capture of ?
07:23:21 X.java:19: error: incompatible types: Box<B,B> cannot be converted to Box<CAP#1,CAP#2>
07:23:21 		b.getValue().next.next = new Box<B, B>(new B());
07:23:21 		                         ^
07:23:21   where CAP#1,CAP#2 are fresh type-variables:
07:23:21     CAP#1 extends Box<?,?> from capture of ?
07:23:21     CAP#2 extends CAP#1 from capture of ?
07:23:21 3 errors
07:23:21 
07:23:21 
07:23:21 
07:23:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:22 --- javac err: ---
07:23:22 X.java:15: error: incompatible types: Box<B,B> cannot be converted to CAP#1
07:23:22 		b.value.next(new Box<B, B>(new B()));
07:23:22 		             ^
07:23:22   where CAP#1,CAP#2 are fresh type-variables:
07:23:22     CAP#1 extends CAP#2 from capture of ?
07:23:22     CAP#2 extends Box<?,?> from capture of ?
07:23:22 X.java:16: error: incompatible types: Box<CAP#1,CAP#2> cannot be converted to CAP#3
07:23:22 		b.value.next(b.value);
07:23:22 		              ^
07:23:22   where CAP#1,CAP#2,CAP#3,CAP#4 are fresh type-variables:
07:23:22     CAP#1 extends Box<?,?> from capture of ?
07:23:22     CAP#2 extends CAP#1 from capture of ?
07:23:22     CAP#3 extends CAP#4 from capture of ?
07:23:22     CAP#4 extends Box<?,?> from capture of ?
07:23:22 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:23:22 2 errors
07:23:22 
07:23:22 
07:23:22 
07:23:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:22 --- javac err: ---
07:23:22 X.java:5: error: unexpected type
07:23:22 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<ID>> {};
07:23:22 	                                                                    ^
07:23:22   required: class
07:23:22   found:    type parameter DomainObject
07:23:22   where DomainObject is a type-variable:
07:23:22     DomainObject declared in class X.HibernateDAOBase
07:23:22 1 error
07:23:22 
07:23:22 
07:23:22 
07:23:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:23 --- javac err: ---
07:23:23 X.java:5: error: unexpected type
07:23:23 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<ID>.Zork> {};
07:23:23 	                                                                    ^
07:23:23   required: class
07:23:23   found:    type parameter DomainObject
07:23:23   where DomainObject is a type-variable:
07:23:23     DomainObject declared in class X.HibernateDAOBase
07:23:23 1 error
07:23:23 
07:23:23 
07:23:23 
07:23:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:24 --- javac err: ---
07:23:24 X.java:5: error: unexpected type
07:23:24 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<? extends Zork>> {};
07:23:24 	                                                                    ^
07:23:24   required: class
07:23:24   found:    type parameter DomainObject
07:23:24   where DomainObject is a type-variable:
07:23:24     DomainObject declared in class X.HibernateDAOBase
07:23:24 X.java:5: error: cannot find symbol
07:23:24 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<? extends Zork>> {};
07:23:24 	                                                                                           ^
07:23:24   symbol:   class Zork
07:23:24   location: class X
07:23:24 2 errors
07:23:24 
07:23:24 
07:23:24 
07:23:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:25 --- javac err: ---
07:23:25 X.java:5: error: unexpected type
07:23:25 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<? extends Zork>.Zork> {};
07:23:25 	                                                                    ^
07:23:25   required: class
07:23:25   found:    type parameter DomainObject
07:23:25   where DomainObject is a type-variable:
07:23:25     DomainObject declared in class X.HibernateDAOBase
07:23:25 X.java:5: error: cannot find symbol
07:23:25 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<? extends Zork>.Zork> {};
07:23:25 	                                                                                           ^
07:23:25   symbol:   class Zork
07:23:25   location: class X
07:23:25 2 errors
07:23:25 
07:23:25 
07:23:25 
07:23:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:26 --- javac err: ---
07:23:26 X.java:12: warning: [rawtypes] found raw type: YYY
07:23:26 		Class<? extends YYY> ybb = yb.getClass();
07:23:26 		                ^
07:23:26   missing type arguments for generic class YYY<T>
07:23:26   where T is a type-variable:
07:23:26     T extends B declared in class YYY
07:23:26 X.java:13: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends YYY<?>>
07:23:26 		Class<? extends YYY<?>> ybb2 = yb.getClass();
07:23:26 		                                          ^
07:23:26   where CAP#1 is a fresh type-variable:
07:23:26     CAP#1 extends YYY from capture of ? extends YYY
07:23:26 X.java:14: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends YYY<? extends B>>
07:23:26 		Class<? extends YYY<? extends B>> ybb3 = yb.getClass();
07:23:26 		                                                    ^
07:23:26   where CAP#1 is a fresh type-variable:
07:23:26     CAP#1 extends YYY from capture of ? extends YYY
07:23:26 2 errors
07:23:26 1 warning
07:23:26 
07:23:26 
07:23:26 
07:23:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:27 --- javac err: ---
07:23:27 X.java:4: error: illegal generic type for instanceof
07:23:27 		return null instanceof List<Object>;
07:23:27 		                           ^
07:23:27 X.java:7: error: illegal generic type for instanceof
07:23:27 		return null instanceof T;
07:23:27 		                       ^
07:23:27 X.java:10: error: illegal generic type for instanceof
07:23:27 		return null instanceof Map<Object,String>;
07:23:27 		                          ^
07:23:27 X.java:13: error: illegal generic type for instanceof
07:23:27 		return null instanceof T;
07:23:27 		                       ^
07:23:27 4 errors
07:23:27 
07:23:27 
07:23:27 
07:23:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:28 
07:23:28 
07:23:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:29 
07:23:29 
07:23:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:30 --- javac err: ---
07:23:30 X.java:4: warning: [rawtypes] found raw type: Foo
07:23:30 		Integer i = m(new Foo<Foo<Integer>>(), new Foo());
07:23:30 		                                           ^
07:23:30   missing type arguments for generic class Foo<T>
07:23:30   where T is a type-variable:
07:23:30     T extends Object declared in class Foo
07:23:30 X.java:4: warning: [unchecked] unchecked method invocation: method m in class X is applied to given types
07:23:30 		Integer i = m(new Foo<Foo<Integer>>(), new Foo());
07:23:30 		             ^
07:23:30   required: Foo<T>,T
07:23:30   found: Foo<Foo<Integer>>,Foo
07:23:30   where T is a type-variable:
07:23:30     T extends Object declared in method <T>m(Foo<T>,T)
07:23:30 X.java:4: warning: [unchecked] unchecked conversion
07:23:30 		Integer i = m(new Foo<Foo<Integer>>(), new Foo());
07:23:30 		                                       ^
07:23:30   required: T
07:23:30   found:    Foo
07:23:30   where T is a type-variable:
07:23:30     T extends Object declared in method <T>m(Foo<T>,T)
07:23:30 X.java:4: error: incompatible types: Foo cannot be converted to Integer
07:23:30 		Integer i = m(new Foo<Foo<Integer>>(), new Foo());
07:23:30 		             ^
07:23:30 1 error
07:23:30 3 warnings
07:23:30 
07:23:30 
07:23:30 
07:23:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:31 --- javac err: ---
07:23:31 X.java:4: warning: [rawtypes] found raw type: Foo
07:23:31                 m(new Foo<Foo<Integer>>(), new Foo());
07:23:31                                                ^
07:23:31   missing type arguments for generic class Foo<T>
07:23:31   where T is a type-variable:
07:23:31     T extends Object declared in class Foo
07:23:31 X.java:4: warning: [unchecked] unchecked method invocation: method m in class X is applied to given types
07:23:31                 m(new Foo<Foo<Integer>>(), new Foo());
07:23:31                  ^
07:23:31   required: Foo<T>,T
07:23:31   found: Foo<Foo<Integer>>,Foo
07:23:31   where T is a type-variable:
07:23:31     T extends Object declared in method <T>m(Foo<T>,T)
07:23:31 X.java:4: warning: [unchecked] unchecked conversion
07:23:31                 m(new Foo<Foo<Integer>>(), new Foo());
07:23:31                                            ^
07:23:31   required: T
07:23:31   found:    Foo
07:23:31   where T is a type-variable:
07:23:31     T extends Object declared in method <T>m(Foo<T>,T)
07:23:31 3 warnings
07:23:31 
07:23:31 
07:23:31 
07:23:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:32 --- javac err: ---
07:23:32 X.java:9: error: repeated interface
07:23:32 	class OO implements I<String>, I<Number> {}
07:23:32 	                                ^
07:23:32 X.java:4: error: type argument String is not within bounds of type-variable T
07:23:32 		class N extends M<String> {}
07:23:32 		                  ^
07:23:32   where T is a type-variable:
07:23:32     T extends Number declared in class M
07:23:32 X.java:5: error: repeated interface
07:23:32 		class O implements I<String>, I<Number> {}
07:23:32 		                               ^
07:23:32 X.java:5: error: I cannot be inherited with different arguments: <java.lang.String> and <java.lang.Number>
07:23:32 		class O implements I<String>, I<Number> {}
07:23:32 		^
07:23:32 X.java:8: error: type argument String is not within bounds of type-variable T
07:23:32 	class NN extends MM<String> {}
07:23:32 	                    ^
07:23:32   where T is a type-variable:
07:23:32     T extends Number declared in class X.MM
07:23:32 X.java:9: error: I cannot be inherited with different arguments: <java.lang.String> and <java.lang.Number>
07:23:32 	class OO implements I<String>, I<Number> {}
07:23:32 	^
07:23:32 6 errors
07:23:32 
07:23:32 
07:23:32 
07:23:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:33 --- javac err: ---
07:23:33 X.java:9: warning: [rawtypes] found raw type: Foo
07:23:33 		Integer j = ffi.bar(ffi, new Foo());
07:23:33 		                             ^
07:23:33   missing type arguments for generic class Foo<T>
07:23:33   where T is a type-variable:
07:23:33     T extends Object declared in class Foo
07:23:33 X.java:9: warning: [unchecked] unchecked method invocation: method bar in class Foo is applied to given types
07:23:33 		Integer j = ffi.bar(ffi, new Foo());
07:23:33 		                   ^
07:23:33   required: Foo<T>,T
07:23:33   found: Foo<Foo<Integer>>,Foo
07:23:33   where T is a type-variable:
07:23:33     T extends Object declared in class Foo
07:23:33 X.java:9: warning: [unchecked] unchecked conversion
07:23:33 		Integer j = ffi.bar(ffi, new Foo());
07:23:33 		                         ^
07:23:33   required: T
07:23:33   found:    Foo
07:23:33   where T is a type-variable:
07:23:33     T extends Object declared in class Foo
07:23:33 X.java:9: error: incompatible types: Foo cannot be converted to Integer
07:23:33 		Integer j = ffi.bar(ffi, new Foo());
07:23:33 		                   ^
07:23:33 1 error
07:23:33 3 warnings
07:23:33 
07:23:33 
07:23:33 
07:23:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:34 --- javac err: ---
07:23:34 X.java:3: error: cannot find symbol
07:23:34 	Zork z;
07:23:34 	^
07:23:34   symbol:   class Zork
07:23:34   location: class X<T>
07:23:34   where T is a type-variable:
07:23:34     T extends Object declared in class X
07:23:34 X.java:5: warning: [rawtypes] found raw type: X
07:23:34 	void bar(X x) {
07:23:34 	         ^
07:23:34   missing type arguments for generic class X<T>
07:23:34   where T is a type-variable:
07:23:34     T extends Object declared in class X
07:23:34 X.java:6: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:23:34 		foo(x);
07:23:34 		   ^
07:23:34   required: X<U>
07:23:34   found: X
07:23:34   where U is a type-variable:
07:23:34     U extends Object declared in method <U>foo(X<U>)
07:23:34 X.java:6: warning: [unchecked] unchecked conversion
07:23:34 		foo(x);
07:23:34 		    ^
07:23:34   required: X<U>
07:23:34   found:    X
07:23:34   where U is a type-variable:
07:23:34     U extends Object declared in method <U>foo(X<U>)
07:23:34 1 error
07:23:34 3 warnings
07:23:34 
07:23:34 
07:23:34 
07:23:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:35 --- javac err: ---
07:23:35 Foo.java:4: warning: [unchecked] unchecked method invocation: method m2 in class Foo is applied to given types
07:23:35 		Foo l2 = m2((Class)Foo.class);
07:23:35 		           ^
07:23:35   required: Class<I>
07:23:35   found: Class
07:23:35   where I is a type-variable:
07:23:35     I extends Object declared in method <I>m2(Class<I>)
07:23:35 Foo.java:4: warning: [unchecked] unchecked conversion
07:23:35 		Foo l2 = m2((Class)Foo.class);
07:23:35 		            ^
07:23:35   required: Class<I>
07:23:35   found:    Class
07:23:35   where I is a type-variable:
07:23:35     I extends Object declared in method <I>m2(Class<I>)
07:23:35 Foo.java:4: error: incompatible types: Object cannot be converted to Foo
07:23:35 		Foo l2 = m2((Class)Foo.class);
07:23:35 		           ^
07:23:35 1 error
07:23:35 2 warnings
07:23:35 
07:23:35 
07:23:35 
07:23:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:36 
07:23:36 
07:23:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:37 --- javac err: ---
07:23:37 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1436 - 12
07:23:37 X.java [
07:23:37 X.java:6: warning: [rawtypes] found raw type: List
07:23:37 import java.util.*;
07:23:37 public class X {
07:23:37 	void bar(List l, IllegalArgumentException iae) {
07:23:37 	         ^
07:23:37 	<U extends List<?>, T extends Throwable> void foo(List<U> lu, T t) throws T {
07:23:37   missing type arguments for generic class List<E>
07:23:37 		if (lu.isEmpty()) throw t;
07:23:37 	}
07:23:37   where E is a type-variable:
07:23:37 	void bar(List l, IllegalArgumentException iae) {
07:23:37     E extends Object declared in interface List
07:23:37 		try {
07:23:37 			foo(l, iae);
07:23:37 		} catch (IllegalArgumentException e) {
07:23:37 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:23:37 		}
07:23:37 	}
07:23:37 			foo(l, iae);
07:23:37 }
07:23:37 			   ^
07:23:37 
07:23:37 ]
07:23:37   required: List<U>,T
07:23:37   found: List,IllegalArgumentException
07:23:37   where U,T are type-variables:
07:23:37     U extends List<?> declared in method <U,T>foo(List<U>,T)
07:23:37     T extends Throwable declared in method <U,T>foo(List<U>,T)
07:23:37 X.java:8: warning: [unchecked] unchecked conversion
07:23:37 			foo(l, iae);
07:23:37 			    ^
07:23:37   required: List<U>
07:23:37   found:    List
07:23:37   where U,T are type-variables:
07:23:37     U extends List<?> declared in method <U,T>foo(List<U>,T)
07:23:37     T extends Throwable declared in method <U,T>foo(List<U>,T)
07:23:37 3 warnings
07:23:37 
07:23:37 ----------------------------------------
07:23:37 
07:23:37 
07:23:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:38 --- javac err: ---
07:23:38 X.java:6: warning: [rawtypes] found raw type: List
07:23:38 	void bar(List l, IllegalArgumentException iae) {
07:23:38 	         ^
07:23:38   missing type arguments for generic class List<E>
07:23:38   where E is a type-variable:
07:23:38 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1437 - 12
07:23:38     E extends Object declared in interface List
07:23:38 X.java [
07:23:38 import java.util.*;
07:23:38 public class X {
07:23:38 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
07:23:38 			new X(l, iae);
07:23:38 	<U extends List<?>, T extends Throwable> X(List<U> lu, T t) throws T {
07:23:38 			^
07:23:38 		if (lu.isEmpty()) throw t;
07:23:38   required: List<U>,T
07:23:38 	}
07:23:38   found: List,IllegalArgumentException
07:23:38 	void bar(List l, IllegalArgumentException iae) {
07:23:38   where U,T are type-variables:
07:23:38 		try {
07:23:38 			new X(l, iae);
07:23:38     U extends List<?> declared in constructor <U,T>X(List<U>,T)
07:23:38 		} catch (IllegalArgumentException e) {
07:23:38 		}
07:23:38 	}
07:23:38 }
07:23:38     T extends Throwable declared in constructor <U,T>X(List<U>,T)
07:23:38 
07:23:38 ]
07:23:38 X.java:8: warning: [unchecked] unchecked conversion
07:23:38 			new X(l, iae);
07:23:38 			      ^
07:23:38   required: List<U>
07:23:38   found:    List
07:23:38   where U,T are type-variables:
07:23:38     U extends List<?> declared in constructor <U,T>X(List<U>,T)
07:23:38     T extends Throwable declared in constructor <U,T>X(List<U>,T)
07:23:38 3 warnings
07:23:38 
07:23:38 ----------------------------------------
07:23:38 
07:23:38 
07:23:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:39 --- javac err: ---
07:23:39 X.java:6: warning: [rawtypes] found raw type: List
07:23:39 	void bar(List l, IllegalArgumentException iae) {
07:23:39 	         ^
07:23:39   missing type arguments for generic class List<E>
07:23:39   where E is a type-variable:
07:23:39     E extends Object declared in interface List
07:23:39 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1438 - 12
07:23:39 X.java [
07:23:39 import java.util.*;
07:23:39 public class X {
07:23:39 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types
07:23:39 			new X(l, iae){};
07:23:39 	<U extends List<?>, T extends Throwable> X(List<U> lu, T t) throws T {
07:23:39 			^
07:23:39 		if (lu.isEmpty()) throw t;
07:23:39   required: List<U>,T
07:23:39 	}
07:23:39   found: List,IllegalArgumentException
07:23:39 	void bar(List l, IllegalArgumentException iae) {
07:23:39   where U,T are type-variables:
07:23:39 		try {
07:23:39 			new X(l, iae){};
07:23:39     U extends List<?> declared in constructor <U,T>X(List<U>,T)
07:23:39 		} catch (IllegalArgumentException e) {
07:23:39 		}
07:23:39 	}
07:23:39     T extends Throwable declared in constructor <U,T>X(List<U>,T)
07:23:39 }
07:23:39 
07:23:39 ]
07:23:39 X.java:8: warning: [unchecked] unchecked conversion
07:23:39 			new X(l, iae){};
07:23:39 			      ^
07:23:39   required: List<U>
07:23:39   found:    List
07:23:39   where U,T are type-variables:
07:23:39     U extends List<?> declared in constructor <U,T>X(List<U>,T)
07:23:39     T extends Throwable declared in constructor <U,T>X(List<U>,T)
07:23:39 3 warnings
07:23:39 
07:23:39 ----------------------------------------
07:23:39 
07:23:39 
07:23:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:40 --- javac err: ---
07:23:40 X.java:7: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
07:23:40 		this((List) null, null);
07:23:40 		    ^
07:23:40   required: List<U>,T
07:23:40   found: List,<null>
07:23:40   where U,T are type-variables:
07:23:40     U extends List<?> declared in constructor <U,T>X(List<U>,T)
07:23:40     T extends Throwable declared in constructor <U,T>X(List<U>,T)
07:23:40 X.java:7: warning: [unchecked] unchecked conversion
07:23:40 		this((List) null, null);
07:23:40 		     ^
07:23:40   required: List<U>
07:23:40   found:    List
07:23:40   where U,T are type-variables:
07:23:40     U extends List<?> declared in constructor <U,T>X(List<U>,T)
07:23:40     T extends Throwable declared in constructor <U,T>X(List<U>,T)
07:23:40 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
07:23:40 		super((List)lu, t);
07:23:40 		     ^
07:23:40   required: List<U#1>,T#1
07:23:40   found: List,T#2
07:23:40   where U#1,T#1,T#2,U#2 are type-variables:
07:23:40     U#1 extends List<?> declared in constructor <U#1,T#1>X(List<U#1>,T#1)
07:23:40     T#1 extends Throwable declared in constructor <U#1,T#1>X(List<U#1>,T#1)
07:23:40     T#2 extends Throwable declared in constructor <U#2,T#2>Y(List<U#2>,T#2)
07:23:40     U#2 extends List<?> declared in constructor <U#2,T#2>Y(List<U#2>,T#2)
07:23:40 X.java:12: warning: [unchecked] unchecked conversion
07:23:40 		super((List)lu, t);
07:23:40 		      ^
07:23:40   required: List<U>
07:23:40   found:    List
07:23:40   where U,T are type-variables:
07:23:40     U extends List<?> declared in constructor <U,T>X(List<U>,T)
07:23:40     T extends Throwable declared in constructor <U,T>X(List<U>,T)
07:23:40 X.java:12: error: unreported exception Throwable; must be caught or declared to be thrown
07:23:40 		super((List)lu, t);
07:23:40 		     ^
07:23:40 1 error
07:23:40 4 warnings
07:23:40 
07:23:40 
07:23:40 
07:23:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:41 --- javac err: ---
07:23:41 X.java:3: error: unexpected type
07:23:41 class NewMapType<U, V, R extends GenricInterface<U>> extends HashMap<R<U>, V> {}
07:23:41                                                                      ^
07:23:41   required: class
07:23:41   found:    type parameter R
07:23:41   where R is a type-variable:
07:23:41     R declared in class NewMapType
07:23:41 X.java:3: warning: [serial] serializable class NewMapType has no definition of serialVersionUID
07:23:41 class NewMapType<U, V, R extends GenricInterface<U>> extends HashMap<R<U>, V> {}
07:23:41 ^
07:23:41 1 error
07:23:41 1 warning
07:23:41 
07:23:41 
07:23:41 
07:23:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:42 --- javac err: ---
07:23:42 X.java:4: error: incompatible types: Object cannot be converted to CAP#1
07:23:42 		(x1 != null ? x1 : x2).bar(new Object());
07:23:42 		                           ^
07:23:42   where CAP#1 is a fresh type-variable:
07:23:42     CAP#1 extends INT#1 from capture of ? extends INT#1
07:23:42   where INT#1,INT#2 are intersection types:
07:23:42     INT#1 extends Object,Serializable,Comparable<? extends INT#2>,Constable,ConstantDesc
07:23:42     INT#2 extends Object,Serializable,Comparable<?>,Constable,ConstantDesc
07:23:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:23:42 1 error
07:23:42 
07:23:42 
07:23:42 
07:23:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:43 --- javac err: ---
07:23:43 X.java:5: error: type argument Comparable<T> is not within bounds of type-variable T
07:23:43                 X<Comparable<T>> x;
07:23:43                             ^
07:23:43   where T is a type-variable:
07:23:43     T extends Comparable<T> declared in class X
07:23:43 X.java:6: error: type argument Comparable<T> is not within bounds of type-variable T
07:23:43                 if (array.length == ((X<Comparable<T>>) o).array.length) {
07:23:43                                                   ^
07:23:43   where T is a type-variable:
07:23:43     T extends Comparable<T> declared in class X
07:23:43 X.java:6: warning: [unchecked] unchecked cast
07:23:43                 if (array.length == ((X<Comparable<T>>) o).array.length) {
07:23:43                                                         ^
07:23:43   required: X<Comparable<T>>
07:23:43   found:    Object
07:23:43   where T is a type-variable:
07:23:43     T extends Comparable<T> declared in class X
07:23:43 X.java:1: warning: [overrides] Class X overrides equals, but neither it nor any superclass overrides hashCode method
07:23:43 public class X<T extends Comparable<T>> {
07:23:43        ^
07:23:43 2 errors
07:23:43 2 warnings
07:23:43 
07:23:43 
07:23:43 
07:23:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:44 --- javac err: ---
07:23:44 X.java:6: warning: [rawtypes] found raw type: A
07:23:44   void bar (List<A> a) {
07:23:44                  ^
07:23:44   missing type arguments for generic class A<T>
07:23:44   where T is a type-variable:
07:23:44     T extends B<? extends C> declared in class A
07:23:44 X.java:7: warning: [unchecked] unchecked method invocation: method baz in class X is applied to given types
07:23:44     baz((List)a);
07:23:44        ^
07:23:44   required: List<A<T>>
07:23:44   found: List
07:23:44   where T,R are type-variables:
07:23:44     T extends B<R> declared in method <R,T>baz(List<A<T>>)
07:23:44     R extends C declared in method <R,T>baz(List<A<T>>)
07:23:44 X.java:7: warning: [unchecked] unchecked conversion
07:23:44     baz((List)a);
07:23:44         ^
07:23:44   required: List<A<T>>
07:23:44   found:    List
07:23:44   where T,R are type-variables:
07:23:44     T extends B<R> declared in method <R,T>baz(List<A<T>>)
07:23:44     R extends C declared in method <R,T>baz(List<A<T>>)
07:23:44 X.java:13: error: method baz in class X cannot be applied to given types;
07:23:44     baz(a);
07:23:44     ^
07:23:44   required: List<A<T>>
07:23:44   found: List<A>
07:23:44   reason: cannot infer type-variable(s) R,T
07:23:44     (argument mismatch; List<A> cannot be converted to List<A<T>>)
07:23:44   where T,R are type-variables:
07:23:44     T extends B<R> declared in method <R,T>baz(List<A<T>>)
07:23:44     R extends C declared in method <R,T>baz(List<A<T>>)
07:23:44 X.java:16: warning: [rawtypes] found raw type: List
07:23:44   <R extends C, T extends B<R>> void buz(List a) {}
07:23:44                                          ^
07:23:44   missing type arguments for generic class List<E>
07:23:44   where E is a type-variable:
07:23:44     E extends Object declared in interface List
07:23:44 1 error
07:23:44 4 warnings
07:23:44 
07:23:44 
07:23:44 
07:23:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:45 --- javac err: ---
07:23:45 X.java:36: error: cannot find symbol
07:23:45 	Zork z;
07:23:45 	^
07:23:45   symbol:   class Zork
07:23:45   location: class X
07:23:45 X.java:11: warning: [unchecked] unchecked cast
07:23:45 		return lst.toArray((T[]) java.lang.reflect.Array.newInstance(clazz, lst.size()));
07:23:45 		                                                            ^
07:23:45   required: T[]
07:23:45   found:    Object
07:23:45   where T is a type-variable:
07:23:45     T extends Object declared in method <T>asArray(Iterator<? extends T>,Class<T>)
07:23:45 X.java:16: warning: [unchecked] unchecked method invocation: method asArray in class X is applied to given types
07:23:45 		asString = X.<String> asArray(getIterator(), String.class);
07:23:45 		                             ^
07:23:45   required: Iterator<? extends T>,Class<T>
07:23:45   found: Iterator,Class<String>
07:23:45   where T is a type-variable:
07:23:45     T extends Object declared in method <T>asArray(Iterator<? extends T>,Class<T>)
07:23:45 X.java:16: warning: [unchecked] unchecked conversion
07:23:45 		asString = X.<String> asArray(getIterator(), String.class);
07:23:45 		                                         ^
07:23:45   required: Iterator<? extends T>
07:23:45   found:    Iterator
07:23:45   where T is a type-variable:
07:23:45     T extends Object declared in method <T>asArray(Iterator<? extends T>,Class<T>)
07:23:45 X.java:18: warning: [unchecked] unchecked conversion
07:23:45 		Iterator<String> iterator = getIterator();
07:23:45 		                                       ^
07:23:45   required: Iterator<String>
07:23:45   found:    Iterator
07:23:45 X.java:22: warning: [unchecked] unchecked cast
07:23:45 		asString = X.<String> asArray((Iterator<String>) getIterator(), String.class);
07:23:45 		                                                            ^
07:23:45   required: Iterator<String>
07:23:45   found:    Iterator
07:23:45 X.java:24: warning: [rawtypes] found raw type: Iterator
07:23:45 	@SuppressWarnings("all") public Iterator getIterator() {
07:23:45 	                                ^
07:23:45   missing type arguments for generic class Iterator<E>
07:23:45   where E is a type-variable:
07:23:45     E extends Object declared in interface Iterator
07:23:45 X.java:25: warning: [rawtypes] found raw type: Iterator
07:23:45 		return new Iterator() {
07:23:45 		           ^
07:23:45   missing type arguments for generic class Iterator<E>
07:23:45   where E is a type-variable:
07:23:45     E extends Object declared in interface Iterator
07:23:45 1 error
07:23:45 7 warnings
07:23:45 
07:23:45 
07:23:45 
07:23:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:46 --- javac err: ---
07:23:46 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1445 - 12
07:23:46 X.java:8: warning: [rawtypes] found raw type: List
07:23:46 X.java [
07:23:46 	static void bar(List l) {
07:23:46 import java.io.IOException;
07:23:46 	                ^
07:23:46 import java.util.List;
07:23:46 
07:23:46   missing type arguments for generic class List<E>
07:23:46 public class X {
07:23:46   where E is a type-variable:
07:23:46 	<T extends Throwable> X(List<T> lt) throws T { }
07:23:46     E extends Object declared in interface List
07:23:46 	<T extends Throwable> List<T> foo(List<T> t) throws T { return t; }
07:23:46 
07:23:46 	static void bar(List l) {
07:23:46 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
07:23:46 		new X(l).foo(l);
07:23:46 		new X(l).foo(l);
07:23:46 	}
07:23:46 		^
07:23:46   required: List<T>
07:23:46 	static void baz(List l) throws IOException {
07:23:46   found: List
07:23:46 		new <IOException> X(l). <IOException> foo(l);
07:23:46   where T is a type-variable:
07:23:46 	}
07:23:46 	
07:23:46     T extends Throwable declared in constructor <T>X(List<T>)
07:23:46 	X(List l, long l2) throws IOException {
07:23:46 		<IOException> this(l);
07:23:46 X.java:9: warning: [unchecked] unchecked conversion
07:23:46 	}
07:23:46 
07:23:46 		new X(l).foo(l);
07:23:46 		      ^
07:23:46 	static void baz2(List l) throws IOException {
07:23:46   required: List<T>
07:23:46   found:    List
07:23:46 		new <IOException> X(l){}. <IOException> foo(l);
07:23:46   where T is a type-variable:
07:23:46 	}
07:23:46 
07:23:46 }
07:23:46 
07:23:46     T extends Throwable declared in constructor <T>X(List<T>)
07:23:46 ]
07:23:46 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:23:46 		new X(l).foo(l);
07:23:46 		            ^
07:23:46   required: List<T>
07:23:46   found: List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in method <T>foo(List<T>)
07:23:46 X.java:9: warning: [unchecked] unchecked conversion
07:23:46 		new X(l).foo(l);
07:23:46 		             ^
07:23:46   required: List<T>
07:23:46   found:    List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in method <T>foo(List<T>)
07:23:46 X.java:11: warning: [rawtypes] found raw type: List
07:23:46 	static void baz(List l) throws IOException {
07:23:46 	                ^
07:23:46   missing type arguments for generic class List<E>
07:23:46   where E is a type-variable:
07:23:46     E extends Object declared in interface List
07:23:46 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
07:23:46 		new <IOException> X(l). <IOException> foo(l);
07:23:46 		^
07:23:46   required: List<T>
07:23:46   found: List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in constructor <T>X(List<T>)
07:23:46 X.java:12: warning: [unchecked] unchecked conversion
07:23:46 		new <IOException> X(l). <IOException> foo(l);
07:23:46 		                    ^
07:23:46   required: List<T>
07:23:46   found:    List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in constructor <T>X(List<T>)
07:23:46 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:23:46 		new <IOException> X(l). <IOException> foo(l);
07:23:46 		                                         ^
07:23:46   required: List<T>
07:23:46   found: List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in method <T>foo(List<T>)
07:23:46 X.java:12: warning: [unchecked] unchecked conversion
07:23:46 		new <IOException> X(l). <IOException> foo(l);
07:23:46 		                                          ^
07:23:46   required: List<T>
07:23:46   found:    List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in method <T>foo(List<T>)
07:23:46 X.java:15: warning: [rawtypes] found raw type: List
07:23:46 	X(List l, long l2) throws IOException {
07:23:46 	  ^
07:23:46   missing type arguments for generic class List<E>
07:23:46   where E is a type-variable:
07:23:46     E extends Object declared in interface List
07:23:46 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
07:23:46 		<IOException> this(l);
07:23:46 		                  ^
07:23:46   required: List<T>
07:23:46   found: List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in constructor <T>X(List<T>)
07:23:46 X.java:16: warning: [unchecked] unchecked conversion
07:23:46 		<IOException> this(l);
07:23:46 		                   ^
07:23:46   required: List<T>
07:23:46   found:    List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in constructor <T>X(List<T>)
07:23:46 X.java:19: warning: [rawtypes] found raw type: List
07:23:46 	static void baz2(List l) throws IOException {
07:23:46 	                 ^
07:23:46   missing type arguments for generic class List<E>
07:23:46   where E is a type-variable:
07:23:46     E extends Object declared in interface List
07:23:46 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types
07:23:46 		new <IOException> X(l){}. <IOException> foo(l);
07:23:46 		^
07:23:46   required: List<T>
07:23:46   found: List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in constructor <T>X(List<T>)
07:23:46 X.java:20: warning: [unchecked] unchecked conversion
07:23:46 		new <IOException> X(l){}. <IOException> foo(l);
07:23:46 		                    ^
07:23:46   required: List<T>
07:23:46   found:    List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in constructor <T>X(List<T>)
07:23:46 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
07:23:46 		new <IOException> X(l){}. <IOException> foo(l);
07:23:46 		                                           ^
07:23:46   required: List<T>
07:23:46   found: List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in method <T>foo(List<T>)
07:23:46 X.java:20: warning: [unchecked] unchecked conversion
07:23:46 		new <IOException> X(l){}. <IOException> foo(l);
07:23:46 		                                            ^
07:23:46   required: List<T>
07:23:46   found:    List
07:23:46   where T is a type-variable:
07:23:46     T extends Throwable declared in method <T>foo(List<T>)
07:23:46 18 warnings
07:23:46 
07:23:46 ----------------------------------------
07:23:46 
07:23:46 
07:23:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:47 
07:23:47 
07:23:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:48 
07:23:48 
07:23:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:49 
07:23:49 
07:23:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:50 
07:23:50 
07:23:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:51 --- javac err: ---
07:23:51 X.java:4: error: type argument Integer is not within bounds of type-variable T
07:23:51 class X<T extends ArrayList<B<Integer>>> extends TreeMap<Integer, B<String>> {}
07:23:51                               ^
07:23:51   where T is a type-variable:
07:23:51     T extends A declared in class B
07:23:51 X.java:4: error: type argument String is not within bounds of type-variable T
07:23:51 class X<T extends ArrayList<B<Integer>>> extends TreeMap<Integer, B<String>> {}
07:23:51                                                                     ^
07:23:51   where T is a type-variable:
07:23:51     T extends A declared in class B
07:23:51 X.java:4: warning: [serial] serializable class X has no definition of serialVersionUID
07:23:51 class X<T extends ArrayList<B<Integer>>> extends TreeMap<Integer, B<String>> {}
07:23:51 ^
07:23:51 X.java:8: error: type argument D<T#1> is not within bounds of type-variable T#2
07:23:51 class Y<T> extends E<D<T>> {}
07:23:51                       ^
07:23:51   where T#1,T#2 are type-variables:
07:23:51     T#1 extends Object declared in class Y
07:23:51     T#2 extends Number declared in class E
07:23:51 3 errors
07:23:51 1 warning
07:23:51 
07:23:51 
07:23:51 
07:23:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:52 --- javac err: ---
07:23:52 X.java:4: error: type argument T1 is not within bounds of type-variable T2
07:23:52 class X<T1, T2> extends C<A<A<B<T1>>>, A<B<T2>>> {}
07:23:52                                 ^
07:23:52   where T1,T2 are type-variables:
07:23:52     T1 extends Object declared in class X
07:23:52     T2 extends Number declared in class B
07:23:52 X.java:4: error: type argument T2#1 is not within bounds of type-variable T2#2
07:23:52 class X<T1, T2> extends C<A<A<B<T1>>>, A<B<T2>>> {}
07:23:52                                            ^
07:23:52   where T2#1,T2#2 are type-variables:
07:23:52     T2#1 extends Object declared in class X
07:23:52     T2#2 extends Number declared in class B
07:23:52 X.java:5: error: type argument T is not within bounds of type-variable T2
07:23:52 class Y<T> extends A<A<B<T>>> {}
07:23:52                          ^
07:23:52   where T,T2 are type-variables:
07:23:52     T extends Object declared in class Y
07:23:52     T2 extends Number declared in class B
07:23:52 X.java:6: error: type argument T is not within bounds of type-variable T2
07:23:52 class Z<T> extends C<B<T>, A<B<T>>> {}
07:23:52                        ^
07:23:52   where T,T2 are type-variables:
07:23:52     T extends Object declared in class Z
07:23:52     T2 extends Number declared in class B
07:23:52 X.java:6: error: type argument T is not within bounds of type-variable T2
07:23:52 class Z<T> extends C<B<T>, A<B<T>>> {}
07:23:52                                ^
07:23:52   where T,T2 are type-variables:
07:23:52     T extends Object declared in class Z
07:23:52     T2 extends Number declared in class B
07:23:52 5 errors
07:23:52 
07:23:52 
07:23:52 
07:23:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:53 --- javac err: ---
07:23:53 A.java:2: error: B.Secret has private access in B
07:23:53 class B extends A<B.Secret> {
07:23:53                    ^
07:23:53 A.java:7: error: B.Secret has private access in B
07:23:53 class C extends B.Secret {}
07:23:53                  ^
07:23:53 2 errors
07:23:53 
07:23:53 
07:23:53 
07:23:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:54 --- javac err: ---
07:23:54 X.java:4: error: unexpected type
07:23:54 class Y implements I<?> {}
07:23:54                    ^
07:23:54   required: class or interface without bounds
07:23:54   found:    ?
07:23:54 X.java:2: error: unexpected type
07:23:54 	I<?> i = new I<?>() {};
07:23:54 	              ^
07:23:54   required: class or interface without bounds
07:23:54   found:    ?
07:23:54 X.java:2: error: no interface expected here
07:23:54 	I<?> i = new I<?>() {};
07:23:54 	             ^
07:23:54 3 errors
07:23:54 
07:23:54 
07:23:54 
07:23:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:55 
07:23:55 
07:23:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:56 --- javac err: ---
07:23:56 Outer.java:8: warning: [unchecked] unchecked cast
07:23:56       Inner that = (Inner) other;
07:23:56                            ^
07:23:56   required: Outer<E>.Inner
07:23:56   found:    Object
07:23:56   where E is a type-variable:
07:23:56     E extends Object declared in class Outer
07:23:56 1 warning
07:23:56 
07:23:56 
07:23:56 
07:23:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:57 --- javac err: ---
07:23:57 X.java:11: warning: [unchecked] unchecked cast
07:23:57 			list.add(((S)se).value);
07:23:57 			             ^
07:23:57   required: X<K,V>.S
07:23:57   found:    E<V>
07:23:57   where V,K are type-variables:
07:23:57     V extends Object declared in class X
07:23:57     K extends Object declared in class X
07:23:57 1 warning
07:23:57 
07:23:58 
07:23:58 
07:23:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:23:58 --- javac err: ---
07:23:58 test/X.java:11: error: wrong number of type arguments; required 3
07:23:58 	X<String, Number>.Y<String,Integer>.Z<String> x;
07:23:58 	                   ^
07:23:58 1 error
07:23:58 
07:23:58 
07:23:58 
07:23:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:00 --- javac err: ---
07:24:00 CompilerBug.java:18: error: CompilerBug.privateMethod() is defined in an inaccessible class or interface
07:24:00 		      getClass().newInstance().privateMethod();
07:24:00 		                              ^
07:24:00 CompilerBug.java:20: error: CompilerBug.privateInt is defined in an inaccessible class or interface
07:24:00 		      getClass().newInstance().privateInt = 10;
07:24:00 		                              ^
07:24:00 CompilerBug.java:23: error: cannot find symbol
07:24:00              Zork z;
07:24:00              ^
07:24:00   symbol:   class Zork
07:24:00   location: class CompilerBug
07:24:00 3 errors
07:24:00 
07:24:00 
07:24:00 
07:24:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:01 --- javac err: ---
07:24:01 B.java:3: warning: [rawtypes] found raw type: I
07:24:01 	public B(Collection<X<?>> c, I i) {
07:24:01 	                             ^
07:24:01   missing type arguments for generic class I<T>
07:24:01   where T is a type-variable:
07:24:01     T extends Object declared in interface I
07:24:01 B.java:4: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
07:24:01 		super(c, i);
07:24:01 		     ^
07:24:01   required: V,I<T>,Object[]
07:24:01   found: Collection<X<?>>,I
07:24:01   where V,T are type-variables:
07:24:01     V extends T declared in constructor <V>X(V,I<T>,Object...)
07:24:01     T extends Object declared in class X
07:24:01 B.java:4: warning: [unchecked] unchecked conversion
07:24:01 		super(c, i);
07:24:01 		         ^
07:24:01   required: I<T>
07:24:01   found:    I
07:24:01   where T is a type-variable:
07:24:01     T extends Object declared in class X
07:24:01 3 warnings
07:24:01 
07:24:01 
07:24:01 
07:24:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:02 --- javac err: ---
07:24:02 Test.java:9: error: illegal generic type for instanceof
07:24:02             if(!(o instanceof MyEntry))
07:24:02                               ^
07:24:02 Test.java:5: warning: [overrides] Class Test.MyEntry overrides equals, but neither it nor any superclass overrides hashCode method
07:24:02     class MyEntry implements MyInt<A> {
07:24:02     ^
07:24:02 1 error
07:24:02 1 warning
07:24:02 
07:24:02 
07:24:02 
07:24:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:03 --- javac err: ---
07:24:03 JoinImpl.java:1: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.Expression;
07:24:03                                  ^
07:24:03 JoinImpl.java:2: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.Fetch;
07:24:03                                  ^
07:24:03 JoinImpl.java:3: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.From;
07:24:03                                  ^
07:24:03 JoinImpl.java:4: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.Join;
07:24:03                                  ^
07:24:03 JoinImpl.java:5: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.JoinType;
07:24:03                                  ^
07:24:03 JoinImpl.java:6: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.Path;
07:24:03                                  ^
07:24:03 JoinImpl.java:7: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.Attribute;
07:24:03                                   ^
07:24:03 JoinImpl.java:8: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.Bindable;
07:24:03                                   ^
07:24:03 JoinImpl.java:9: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.ManagedType;
07:24:03                                   ^
07:24:03 JoinImpl.java:10: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.Metamodel;
07:24:03                                   ^
07:24:03 FromImpl.java:7: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.CollectionJoin;
07:24:03                                  ^
07:24:03 FromImpl.java:8: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.Expression;
07:24:03                                  ^
07:24:03 FromImpl.java:9: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.Fetch;
07:24:03                                  ^
07:24:03 FromImpl.java:10: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.From;
07:24:03                                  ^
07:24:03 FromImpl.java:11: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.Join;
07:24:03                                  ^
07:24:03 FromImpl.java:12: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.JoinType;
07:24:03                                  ^
07:24:03 FromImpl.java:13: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.ListJoin;
07:24:03                                  ^
07:24:03 FromImpl.java:14: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.MapJoin;
07:24:03                                  ^
07:24:03 FromImpl.java:15: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.Path;
07:24:03                                  ^
07:24:03 FromImpl.java:16: error: package javax.persistence.criteria does not exist
07:24:03 import javax.persistence.criteria.SetJoin;
07:24:03                                  ^
07:24:03 FromImpl.java:17: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.Attribute;
07:24:03                                   ^
07:24:03 FromImpl.java:18: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.Bindable;
07:24:03                                   ^
07:24:03 FromImpl.java:19: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.CollectionAttribute;
07:24:03                                   ^
07:24:03 FromImpl.java:20: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.ListAttribute;
07:24:03                                   ^
07:24:03 FromImpl.java:21: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.ManagedType;
07:24:03                                   ^
07:24:03 FromImpl.java:22: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.MapAttribute;
07:24:03                                   ^
07:24:03 FromImpl.java:23: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.Metamodel;
07:24:03                                   ^
07:24:03 FromImpl.java:24: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.PluralAttribute;
07:24:03                                   ^
07:24:03 FromImpl.java:25: error: package javax.persistence.metamodel does not exist
07:24:03 import javax.persistence.metamodel.SingularAttribute;
07:24:03                                   ^
07:24:03 FromImpl.java:26: error: package javax.persistence.metamodel.Attribute does not exist
07:24:03 
07:24:03 
07:24:03 import javax.persistence.metamodel.Attribute.PersistentAttributeType;
07:24:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:03                                             ^
07:24:03 FromImpl.java:27: error: package javax.persistence.metamodel.PluralAttribute does not exist
07:24:03 import javax.persistence.metamodel.PluralAttribute.CollectionType;
07:24:03                                                   ^
07:24:03 FromImpl.java:28: error: package javax.persistence.metamodel.Type does not exist
07:24:03 import javax.persistence.metamodel.Type.PersistenceType;
07:24:03                                        ^
07:24:03 FromImpl.java:30: error: package org.eclipse.persistence.internal.helper does not exist
07:24:03 import org.eclipse.persistence.internal.helper.ClassConstants;
07:24:03                                               ^
07:24:03 FromImpl.java:31: error: package org.eclipse.persistence.internal.localization does not exist
07:24:03 import org.eclipse.persistence.internal.localization.ExceptionLocalization;
07:24:03                                                     ^
07:24:03 FromImpl.java:33: error: cannot find symbol
07:24:03 public class FromImpl<Z, X>  extends PathImpl<X> implements javax.persistence.criteria.From<Z, X> {
07:24:03                                      ^
07:24:03   symbol: class PathImpl
07:24:03 FromImpl.java:33: error: package javax.persistence.criteria does not exist
07:24:03 public class FromImpl<Z, X>  extends PathImpl<X> implements javax.persistence.criteria.From<Z, X> {
07:24:03                                                                                       ^
07:24:03 JoinImpl.java:11: error: cannot find symbol
07:24:03 public class JoinImpl<Z, X> extends FromImpl<Z, X> implements Join<Z, X>, Fetch<Z, X> {
07:24:03                                                               ^
07:24:03   symbol: class Join
07:24:03 JoinImpl.java:11: error: cannot find symbol
07:24:03 public class JoinImpl<Z, X> extends FromImpl<Z, X> implements Join<Z, X>, Fetch<Z, X> {
07:24:03                                                                           ^
07:24:03   symbol: class Fetch
07:24:03 FromImpl.java:35: error: cannot find symbol
07:24:03     protected Set<Join<X, ?>> joins;
07:24:03                   ^
07:24:03   symbol:   class Join
07:24:03   location: class FromImpl<Z,X>
07:24:03   where Z,X are type-variables:
07:24:03     Z extends Object declared in class FromImpl
07:24:03     X extends Object declared in class FromImpl
07:24:03 FromImpl.java:37: error: cannot find symbol
07:24:03     public Set<Join<X, ?>> getJoins() {
07:24:03                ^
07:24:03   symbol:   class Join
07:24:03   location: class FromImpl<Z,X>
07:24:03   where Z,X are type-variables:
07:24:03     Z extends Object declared in class FromImpl
07:24:03     X extends Object declared in class FromImpl
07:24:03 FromImpl.java:41: error: cannot find symbol
07:24:03     public void findJoins(AbstractQueryImpl query){
07:24:03                           ^
07:24:03   symbol:   class AbstractQueryImpl
07:24:03   location: class FromImpl<Z,X>
07:24:03   where Z,X are type-variables:
07:24:03     Z extends Object declared in class FromImpl
07:24:03     X extends Object declared in class FromImpl
07:24:03 FromImpl.java:42: warning: [rawtypes] found raw type: Stack
07:24:03         Stack stack = new Stack();
07:24:03         ^
07:24:03   missing type arguments for generic class Stack<E>
07:24:03   where E is a type-variable:
07:24:03     E extends Object declared in class Stack
07:24:03 FromImpl.java:42: warning: [rawtypes] found raw type: Stack
07:24:03         Stack stack = new Stack();
07:24:03                           ^
07:24:03   missing type arguments for generic class Stack<E>
07:24:03   where E is a type-variable:
07:24:03     E extends Object declared in class Stack
07:24:03 FromImpl.java:43: warning: [unchecked] unchecked call to push(E) as a member of the raw type Stack
07:24:03         stack.push(this);
07:24:03                   ^
07:24:03   where E is a type-variable:
07:24:03     E extends Object declared in class Stack
07:24:03 FromImpl.java:45: warning: [rawtypes] found raw type: FromImpl
07:24:03             FromImpl currentJoin = (FromImpl) stack.pop();
07:24:03             ^
07:24:03   missing type arguments for generic class FromImpl<Z,X>
07:24:03   where Z,X are type-variables:
07:24:03     Z extends Object declared in class FromImpl
07:24:03     X extends Object declared in class FromImpl
07:24:03 FromImpl.java:46: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type Vector
07:24:03             stack.addAll(currentJoin.getJoins());
07:24:03                         ^
07:24:03   where E is a type-variable:
07:24:03     E extends Object declared in class Vector
07:24:03 FromImpl.java:47: error: cannot find symbol
07:24:03             if (currentJoin.isLeaf){
07:24:03                            ^
07:24:03   symbol:   variable isLeaf
07:24:03   location: variable currentJoin of type FromImpl
07:24:03 FromImpl.java:47: error: illegal parenthesized expression
07:24:03             if (currentJoin.isLeaf){
07:24:03                ^
07:24:03 43 errors
07:24:03 5 warnings
07:24:03 
07:24:04 --- javac err: ---
07:24:04 AnotherClass.java:5: error: incompatible types: AnotherClass<CAP#1> cannot be converted to AnotherClass<IReferencedInterface>
07:24:04 	    m_var = a;
07:24:04 	            ^
07:24:04   where CAP#1 is a fresh type-variable:
07:24:04     CAP#1 extends IReferencedInterface from capture of ? extends IReferencedInterface
07:24:04 1 error
07:24:04 
07:24:04 
07:24:04 
07:24:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:05 --- javac err: ---
07:24:05 BaseType.java:4: error: clone() in Object cannot implement clone() in BaseType
07:24:05 interface SubType<T extends BaseType & java.io.Closeable> extends BaseType {
07:24:05                   ^
07:24:05   attempting to assign weaker access privileges; was public
07:24:05 1 error
07:24:05 
07:24:05 
07:24:05 
07:24:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:06 --- javac err: ---
07:24:06 X.java:12: error: cannot find symbol
07:24:06    Zork z;
07:24:06    ^
07:24:06   symbol:   class Zork
07:24:06   location: class X
07:24:06 1 error
07:24:06 
07:24:06 
07:24:06 
07:24:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:07 --- javac err: ---
07:24:07 Outer.java:8: error: incompatible types: Class<Outer.Cell> cannot be converted to Class<Outer<T>.Cell>
07:24:07     Class<Outer<T>.Cell> cellClass = Cell.class;
07:24:07                                          ^
07:24:07   where T is a type-variable:
07:24:07     T extends Object declared in class Outer
07:24:07 Outer.java:10: error: incompatible types: Class<Outer.Cell> cannot be converted to Class<Outer<T>.Cell>
07:24:07     	this.cellClass = Cell.class;
07:24:07     	                     ^
07:24:07   where T is a type-variable:
07:24:07     T extends Object declared in class Outer
07:24:07 Outer.java:11: error: incompatible types: Class<Outer.Cell> cannot be converted to Class<Outer<T>.Cell>
07:24:07     	this.cellClass = Outer.Cell.class;
07:24:07     	                           ^
07:24:07   where T is a type-variable:
07:24:07     T extends Object declared in class Outer
07:24:07 3 errors
07:24:07 
07:24:07 
07:24:07 
07:24:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:08 --- javac err: ---
07:24:08 X.java:11: error: incompatible types: Class<X.Arr> cannot be converted to Class<X<T>.Arr>
07:24:08             super(Arr.class);
07:24:08                      ^
07:24:08   where T is a type-variable:
07:24:08     T extends Object declared in class X
07:24:08 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:24:08 1 error
07:24:08 
07:24:08 
07:24:08 
07:24:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:09 --- javac err: ---
07:24:09 GenericDemo.java:4: warning: [rawtypes] found raw type: Comparable
07:24:09   static class A implements Comparable {
07:24:09                             ^
07:24:09   missing type arguments for generic class Comparable<T>
07:24:09   where T is a type-variable:
07:24:09     T extends Object declared in interface Comparable
07:24:09 GenericDemo.java:10: warning: [unchecked] unchecked method invocation: method min in class Collections is applied to given types
07:24:09     A min = Collections.min(list); 
07:24:09                            ^
07:24:09   required: Collection<? extends T>
07:24:09   found: List<A>
07:24:09   where T is a type-variable:
07:24:09     T extends Object,Comparable<? super T> declared in method <T>min(Collection<? extends T>)
07:24:09 2 warnings
07:24:09 
07:24:09 
07:24:09 
07:24:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:10 --- javac err: ---
07:24:10 Bug268798.java:4: warning: [rawtypes] found raw type: SomeInterface
07:24:10   class A implements SomeInterface {
07:24:10                      ^
07:24:10   missing type arguments for generic class SomeInterface<T>
07:24:10   where T is a type-variable:
07:24:10     T extends Object declared in interface SomeInterface
07:24:10 Bug268798.java:10: warning: [unchecked] unchecked method invocation: method someMethod in class Bug268798 is applied to given types
07:24:10     A a = someMethod();
07:24:10                     ^
07:24:10   required: no arguments
07:24:10   found: no arguments
07:24:10 2 warnings
07:24:10 
07:24:10 
07:24:10 
07:24:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:11 --- javac err: ---
07:24:11 Test.java:4: warning: [rawtypes] found raw type: Test.W_Description
07:24:11 		W_Description wdescription = get(W_Description.class, object);
07:24:11 		^
07:24:11   missing type arguments for generic class Test.W_Description<WRAPPED>
07:24:11   where WRAPPED is a type-variable:
07:24:11     WRAPPED extends Object declared in class Test.W_Description
07:24:11 Test.java:4: warning: [unchecked] unchecked method invocation: method get in class Test is applied to given types
07:24:11 		W_Description wdescription = get(W_Description.class, object);
07:24:11 		                                ^
07:24:11   required: Class<W>,T
07:24:11   found: Class<Test.W_Description>,Object
07:24:11   where W,T are type-variables:
07:24:11     W extends Test.WrapperLogic<? super T> declared in method <T,W>get(Class<W>,T)
07:24:11     T extends Object declared in method <T,W>get(Class<W>,T)
07:24:11 2 warnings
07:24:11 
07:24:11 
07:24:11 
07:24:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:12 --- javac err: ---
07:24:12 X.java:8: warning: [unchecked] unchecked method invocation: method get in class L is applied to given types
07:24:12    return l.get(vtype(), B.class);
07:24:12                ^
07:24:12   required: Class<V#1>,Class<S>
07:24:12   found: Class<V#2>,Class<B>
07:24:12   where V#1,S,V#2 are type-variables:
07:24:12     V#1 extends Object declared in method <V#1,S>get(Class<V#1>,Class<S>)
07:24:12     S extends A<V#1> declared in method <V#1,S>get(Class<V#1>,Class<S>)
07:24:12     V#2 extends Object declared in class A
07:24:12 X.java:8: warning: [unchecked] unchecked conversion
07:24:12    return l.get(vtype(), B.class);
07:24:12                ^
07:24:12   required: A<V>
07:24:12   found:    B
07:24:12   where V is a type-variable:
07:24:12     V extends Object declared in class A
07:24:12 X.java:18: warning: [unchecked] unchecked method invocation: method get in class L is applied to given types
07:24:12    return l.get(vtype(), B.class);
07:24:12                ^
07:24:12   required: Class<V#1>,Class<S>
07:24:12   found: Class<V#2>,Class<B>
07:24:12   where V#1,S,V#2 are type-variables:
07:24:12     V#1 extends Object declared in method <V#1,S>get(Class<V#1>,Class<S>)
07:24:12     S extends A<V#1> declared in method <V#1,S>get(Class<V#1>,Class<S>)
07:24:12     V#2 extends Object declared in class B
07:24:12 X.java:18: warning: [unchecked] unchecked conversion
07:24:12    return l.get(vtype(), B.class);
07:24:12                ^
07:24:12   required: B<V>
07:24:12   found:    B
07:24:12   where V is a type-variable:
07:24:12     V extends Object declared in class B
07:24:12 4 warnings
07:24:12 
07:24:12 
07:24:12 
07:24:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:13 --- javac err: ---
07:24:13 Test.java:3: warning: [unchecked] unchecked method invocation: method get in class Test is applied to given types
07:24:13         return get(WWorkflow.class, null);
07:24:13                   ^
07:24:13   required: Class<W>,T
07:24:13   found: Class<WWorkflow>,<null>
07:24:13   where W,T are type-variables:
07:24:13     W extends WrapperLogic<? super T> declared in method <T,W>get(Class<W>,T)
07:24:13     T extends Object declared in method <T,W>get(Class<W>,T)
07:24:13 Test.java:3: warning: [unchecked] unchecked conversion
07:24:13         return get(WWorkflow.class, null);
07:24:13                   ^
07:24:13   required: WWorkflow<? extends Workflow>
07:24:13   found:    WWorkflow
07:24:13 2 warnings
07:24:13 
07:24:13 
07:24:13 
07:24:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:14 --- javac err: ---
07:24:14 SimpleExample.java:10: warning: [unchecked] unchecked method invocation: method cloneCollection in class SimpleExample is applied to given types
07:24:14      clone.setData(cloneCollection(data, HashSet.class, Data.class));
07:24:14                                   ^
07:24:14   required: T,Class<? extends T>,Class<U>
07:24:14   found: Set<SimpleExample.Data>,Class<HashSet>,Class<SimpleExample.Data>
07:24:14   where T,U are type-variables:
07:24:14     T extends Collection<U> declared in method <U,T>cloneCollection(T,Class<? extends T>,Class<U>)
07:24:14     U extends Interface declared in method <U,T>cloneCollection(T,Class<? extends T>,Class<U>)
07:24:14 SimpleExample.java:10: warning: [unchecked] unchecked method invocation: method setData in class SimpleExample is applied to given types
07:24:14      clone.setData(cloneCollection(data, HashSet.class, Data.class));
07:24:14                   ^
07:24:14   required: Set<SimpleExample.Data>
07:24:14   found: Set
07:24:14 SimpleExample.java:10: warning: [unchecked] unchecked conversion
07:24:14      clone.setData(cloneCollection(data, HashSet.class, Data.class));
07:24:14                                   ^
07:24:14   required: Set<SimpleExample.Data>
07:24:14   found:    Set
07:24:14 3 warnings
07:24:14 
07:24:14 
07:24:14 
07:24:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:15 
07:24:15 
07:24:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:16 
07:24:16 
07:24:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:17 --- javac err: ---
07:24:17 A.java:7: error: improperly formed type, type arguments given on a raw type
07:24:17 			new In.Inner<X>();
07:24:17 			            ^
07:24:17 A.java:7: error: an enclosing instance that contains Nested.In.Inner is required
07:24:17 			new In.Inner<X>();
07:24:17 			^
07:24:17 2 errors
07:24:17 
07:24:17 
07:24:17 
07:24:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:18 --- javac err: ---
07:24:18 A.java:7: error: improperly formed type, type arguments given on a raw type
07:24:18 			new In.Inner<X>();
07:24:18 			            ^
07:24:18 A.java:7: error: an enclosing instance that contains A.Nested.In.Inner is required
07:24:18 			new In.Inner<X>();
07:24:18 			^
07:24:18 2 errors
07:24:18 
07:24:18 
07:24:18 
07:24:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:19 
07:24:19 
07:24:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:20 
07:24:20 
07:24:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:21 --- javac err: ---
07:24:21 D.java:8: warning: auxiliary class Bar in A.java should not be accessed from outside its own source file
07:24:21 	      Bar bar = new Bar();
07:24:21 	      ^
07:24:21 D.java:8: warning: auxiliary class Bar in A.java should not be accessed from outside its own source file
07:24:21 	      Bar bar = new Bar();
07:24:21 	                    ^
07:24:21 D.java:9: error: cannot find symbol
07:24:21 	      foos.get(0).bar(bar);
07:24:21 	                 ^
07:24:21   symbol:   method bar(Bar)
07:24:21   location: class B
07:24:21 1 error
07:24:21 2 warnings
07:24:21 
07:24:21 
07:24:21 
07:24:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:22 
07:24:22 
07:24:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:23 
07:24:23 
07:24:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:26 
07:24:26 
07:24:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:29 
07:24:29 
07:24:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:24:56 Potential fluctuation of a performance test: average long compile time 1307.1666666666667ms should be less than 10.0x the average short compile time 1035.5ms
07:24:56 long compile times: [#6 1231ms (excluded), #3 1245ms (excluded), #7 1262ms, #9 1279ms, #2 1296ms, #8 1316ms, #1 1340ms, #5 1350ms, #10 1408ms (excluded), #4 1621ms (excluded)]
07:24:56 short compile times: [#3 1001ms (excluded), #2 1002ms (excluded), #6 1017ms, #5 1020ms, #8 1028ms, #10 1048ms, #7 1049ms, #4 1051ms, #9 1073ms (excluded), #1 1083ms (excluded)]
07:24:56 
07:24:56 
07:24:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:19 Potential fluctuation of a performance test: average long compile time 1035.1666666666667ms should be less than 10.0x the average short compile time 962.3333333333334ms
07:25:19 long compile times: [#4 976ms (excluded), #5 999ms (excluded), #10 1017ms, #2 1033ms, #9 1033ms, #7 1040ms, #6 1042ms, #3 1046ms, #8 1067ms (excluded), #1 1096ms (excluded)]
07:25:19 short compile times: [#1 930ms (excluded), #2 931ms (excluded), #8 933ms, #10 934ms, #3 957ms, #7 967ms, #9 968ms, #4 1015ms, #6 1077ms (excluded), #5 1083ms (excluded)]
07:25:19 
07:25:19 
07:25:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:20 
07:25:20 
07:25:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:20 ***************************************************************************
07:25:20 * Comparison with Sun Javac compiler for class GenericsRegressionTest (null tests)
07:25:20 ***************************************************************************
07:25:21 
07:25:21 
07:25:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:22 --- javac err: ---
07:25:22 Client.java:5: error: method test in class Impl<T> cannot be applied to given types;
07:25:22         t1.test(new Impl<Double>(), n);
07:25:22           ^
07:25:22   required: Test<? super U>,U
07:25:22   found: Impl<Double>,Number
07:25:22   reason: inference variable U has incompatible bounds
07:25:22     lower bounds: Double,Object
07:25:22     lower bounds: Number
07:25:22   where U,T are type-variables:
07:25:22     U extends Object declared in method <U>test(Test<? super U>,U)
07:25:22     T extends Number declared in class Impl
07:25:22 1 error
07:25:22 
07:25:22 
07:25:22 
07:25:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:23 --- javac err: ---
07:25:23 Test.java:2: error: type argument ? super U is not within bounds of type-variable T
07:25:23     public <U extends Exception> void test(Test<? super U> t, U value);
07:25:23                                                 ^
07:25:23   where U,T are type-variables:
07:25:23     U extends Exception declared in method <U>test(Test<? super U>,U)
07:25:23     T extends Number declared in interface Test
07:25:23 1 error
07:25:23 
07:25:23 
07:25:23 
07:25:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:24 
07:25:24 
07:25:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:25 --- javac err: ---
07:25:25 Test.java:2: error: type argument U is not within bounds of type-variable T
07:25:25     public <U> void test(Test<U> t, U value);
07:25:25                               ^
07:25:25   where U,T are type-variables:
07:25:25     U extends Object declared in method <U>test(Test<U>,U)
07:25:25     T extends Number declared in interface Test
07:25:25 1 error
07:25:25 
07:25:25 
07:25:25 
07:25:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:26 --- javac err: ---
07:25:26 X.java:3: warning: [rawtypes] found raw type: X.EntityKey
07:25:26     EntityKey entityKey = null;
07:25:26     ^
07:25:26   missing type arguments for generic class X.EntityKey<I>
07:25:26   where I is a type-variable:
07:25:26     I extends Object declared in class X.EntityKey
07:25:26 X.java:4: warning: [unchecked] unchecked method invocation: method condense in class EntityCondenser is applied to given types
07:25:26     new EntityCondenser().condense(entityKey);  
07:25:26                                   ^
07:25:26   required: K
07:25:26   found: X.EntityKey
07:25:26   where K,I,E are type-variables:
07:25:26     K extends X.EntityKey<I> declared in method <I,E,K>condense(K)
07:25:26     I extends Object declared in method <I,E,K>condense(K)
07:25:26     E extends EntityType<I,E,K> declared in method <I,E,K>condense(K)
07:25:26 2 warnings
07:25:26 
07:25:26 
07:25:26 
07:25:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:26 --- javac err: ---
07:25:26 X.java:12: error: incomparable types: Class<I> and Class<X>
07:25:26             I.class == X.class ||
07:25:26                     ^
07:25:26 X.java:13: error: incomparable types: Class<X> and Class<I>
07:25:26             X.class == I.class;
07:25:26                     ^
07:25:26 2 errors
07:25:26 
07:25:26 
07:25:26 
07:25:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:27 
07:25:27 
07:25:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:28 --- javac err: ---
07:25:28 X.java:5: error: incomparable types: Class<CAP#1> and Class<T>
07:25:28             x.getClass() == clazz || 
07:25:28                          ^
07:25:28   where T is a type-variable:
07:25:28     T extends I declared in method <T>main(Class<T>,X)
07:25:28   where CAP#1 is a fresh type-variable:
07:25:28     CAP#1 extends X from capture of ? extends X
07:25:28 X.java:6: error: incomparable types: Class<T> and Class<CAP#1>
07:25:28             clazz == x.getClass(); 
07:25:28                   ^
07:25:28   where T is a type-variable:
07:25:28     T extends I declared in method <T>main(Class<T>,X)
07:25:28   where CAP#1 is a fresh type-variable:
07:25:28     CAP#1 extends X from capture of ? extends X
07:25:28 2 errors
07:25:28 
07:25:28 
07:25:28 
07:25:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:29 
07:25:29 
07:25:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:30 --- javac err: ---
07:25:30 X.java:5: error: incomparable types: Class<CAP#1> and Class<T>
07:25:30             x.getClass() == clazz || 
07:25:30                          ^
07:25:30   where T is a type-variable:
07:25:30     T extends I declared in method <T>main(Class<T>,X)
07:25:30   where CAP#1 is a fresh type-variable:
07:25:30     CAP#1 extends X from capture of ? extends X
07:25:30 X.java:6: error: incomparable types: Class<T> and Class<CAP#1>
07:25:30             clazz == x.getClass(); 
07:25:30                   ^
07:25:30   where T is a type-variable:
07:25:30     T extends I declared in method <T>main(Class<T>,X)
07:25:30   where CAP#1 is a fresh type-variable:
07:25:30     CAP#1 extends X from capture of ? extends X
07:25:30 2 errors
07:25:30 
07:25:30 
07:25:30 
07:25:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:31 --- javac err: ---
07:25:31 X.java:8: error: incomparable types: Class<I> and Class<X>
07:25:31         boolean b = ci == X.class ||
07:25:31                        ^
07:25:31 X.java:9: error: incomparable types: Class<X> and Class<I>
07:25:31         	        X.class == ci ||
07:25:31         	                ^
07:25:31 X.java:10: error: incomparable types: Class<I> and Class<X>
07:25:31         			I.class == X.class ||
07:25:31         			        ^
07:25:31 X.java:11: error: incomparable types: Class<X> and Class<I>
07:25:31         			X.class == I.class ||
07:25:31         			        ^
07:25:31 X.java:12: error: incomparable types: Class<X> and Class<I>
07:25:31         			ti == I.class ||
07:25:31         			   ^
07:25:31 X.java:13: error: incomparable types: Class<I> and Class<X>
07:25:31         			I.class == ti ||
07:25:31         			        ^
07:25:31 X.java:14: error: incomparable types: Class<X> and Class<I>
07:25:31         			ti == ci ||
07:25:31         			   ^
07:25:31 X.java:15: error: incomparable types: Class<I> and Class<X>
07:25:31         			ci == ti;
07:25:31         			   ^
07:25:31 8 errors
07:25:31 
07:25:31 
07:25:31 
07:25:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:32 --- javac err: ---
07:25:32 X.java:2: warning: [rawtypes] found raw type: Class
07:25:32     public Object getAdapter(Class clazz);    
07:25:32                              ^
07:25:32   missing type arguments for generic class Class<T>
07:25:32   where T is a type-variable:
07:25:32     T extends Object declared in class Class
07:25:32 X.java:5: warning: [rawtypes] found raw type: Class
07:25:32     public Object getAdapter(Class clazz) {
07:25:32                              ^
07:25:32   missing type arguments for generic class Class<T>
07:25:32   where T is a type-variable:
07:25:32     T extends Object declared in class Class
07:25:32 2 warnings
07:25:32 
07:25:32 
07:25:32 
07:25:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:33 --- javac err: ---
07:25:33 X.java:2: warning: [rawtypes] found raw type: Class
07:25:33     public Object getAdapter(Class clazz);    
07:25:33                              ^
07:25:33   missing type arguments for generic class Class<T>
07:25:33   where T is a type-variable:
07:25:33     T extends Object declared in class Class
07:25:33 X.java:5: warning: [rawtypes] found raw type: Class
07:25:33     public Object getAdapter(Class clazz) {
07:25:33                              ^
07:25:33   missing type arguments for generic class Class<T>
07:25:33   where T is a type-variable:
07:25:33     T extends Object declared in class Class
07:25:33 2 warnings
07:25:33 
07:25:33 
07:25:33 
07:25:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:34 --- javac err: ---
07:25:34 X.java:5: warning: [rawtypes] found raw type: Class
07:25:34     public Object getAdapter(Class clazz) {
07:25:34                              ^
07:25:34   missing type arguments for generic class Class<T>
07:25:34   where T is a type-variable:
07:25:34     T extends Object declared in class Class
07:25:34 1 warning
07:25:34 
07:25:34 
07:25:34 
07:25:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:35 --- javac err: ---
07:25:35 X.java:5: warning: [rawtypes] found raw type: Class
07:25:35     public Object getAdapter(Class clazz) {
07:25:35                              ^
07:25:35   missing type arguments for generic class Class<T>
07:25:35   where T is a type-variable:
07:25:35     T extends Object declared in class Class
07:25:35 X.java:11: warning: [rawtypes] found raw type: Class
07:25:35     public Object getAdapter(Class clazz) {
07:25:35                              ^
07:25:35   missing type arguments for generic class Class<T>
07:25:35   where T is a type-variable:
07:25:35     T extends Object declared in class Class
07:25:35 2 warnings
07:25:35 
07:25:35 
07:25:35 
07:25:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:36 --- javac err: ---
07:25:36 X.java:3: warning: [rawtypes] found raw type: List
07:25:36     public void set(List arg) { } // OK to warn in 1.5 code
07:25:36                     ^
07:25:36   missing type arguments for generic class List<E>
07:25:36   where E is a type-variable:
07:25:36     E extends Object declared in interface List
07:25:36 X.java:4: warning: [rawtypes] found raw type: List
07:25:36     public List get() { return null; } // OK to warn in 1.5 code
07:25:36            ^
07:25:36   missing type arguments for generic class List<E>
07:25:36   where E is a type-variable:
07:25:36     E extends Object declared in interface List
07:25:36 X.java:8: warning: [rawtypes] found raw type: List
07:25:36     public void set(List arg) { // should not warn (overrides)
07:25:36                     ^
07:25:36   missing type arguments for generic class List<E>
07:25:36   where E is a type-variable:
07:25:36     E extends Object declared in interface List
07:25:36 X.java:11: warning: [rawtypes] found raw type: List
07:25:36     public List get() { // should not warn (overrides)
07:25:36            ^
07:25:36   missing type arguments for generic class List<E>
07:25:36   where E is a type-variable:
07:25:36     E extends Object declared in interface List
07:25:36 4 warnings
07:25:36 
07:25:36 
07:25:36 
07:25:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:37 --- javac err: ---
07:25:37 X.java:3: warning: [rawtypes] found raw type: List
07:25:37     public void set(List arg) { } // OK to warn in 1.5 code
07:25:37                     ^
07:25:37   missing type arguments for generic class List<E>
07:25:37   where E is a type-variable:
07:25:37     E extends Object declared in interface List
07:25:37 X.java:8: warning: [rawtypes] found raw type: List
07:25:37     public void set(List arg) { // should not warn (overrides)
07:25:37                     ^
07:25:37   missing type arguments for generic class List<E>
07:25:37   where E is a type-variable:
07:25:37     E extends Object declared in interface List
07:25:37 X.java:11: warning: [unchecked] get() in Sub overrides get() in Top
07:25:37     public List get() { // should warn (super's return type is not raw)
07:25:37                 ^
07:25:37   return type requires unchecked conversion from List to List<String>
07:25:37 X.java:11: warning: [rawtypes] found raw type: List
07:25:37     public List get() { // should warn (super's return type is not raw)
07:25:37            ^
07:25:37   missing type arguments for generic class List<E>
07:25:37   where E is a type-variable:
07:25:37     E extends Object declared in interface List
07:25:37 4 warnings
07:25:37 
07:25:37 
07:25:37 
07:25:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:38 --- javac err: ---
07:25:38 Top.java:3: warning: [rawtypes] found raw type: List
07:25:38     public void set(List arg) { } // OK to warn in 1.5 code
07:25:38                     ^
07:25:38   missing type arguments for generic class List<E>
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 Top.java:4: warning: [rawtypes] found raw type: List
07:25:38     public List get() { return null; } // OK to warn in 1.5 code
07:25:38            ^
07:25:38   missing type arguments for generic class List<E>
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 Top.java:5: warning: [rawtypes] found raw type: List
07:25:38     List list; // OK to warn in 1.5 code
07:25:38     ^
07:25:38   missing type arguments for generic class List<E>
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 Sub.java:4: warning: [rawtypes] found raw type: List
07:25:38     public void set(List arg) { // should not warn (overrides)
07:25:38                     ^
07:25:38   missing type arguments for generic class List<E>
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 Sub.java:6: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List
07:25:38         arg.set(0, "A"); // should not warn ('arg' is forced raw)
07:25:38                ^
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 Sub.java:9: warning: [rawtypes] found raw type: List
07:25:38     public List get() { // should not warn (overrides)
07:25:38            ^
07:25:38   missing type arguments for generic class List<E>
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:38         new Top().list.add("arg"); // should not warn (uses raw field declared elsewhere)
07:25:38                           ^
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:38         new Top().get().add("arg"); // should not warn (uses raw API)
07:25:38                            ^
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 X.java:6: warning: [rawtypes] found raw type: List
07:25:38         List raw= new Top().get(); // OK to warn ('raw' declared here)
07:25:38         ^
07:25:38   missing type arguments for generic class List<E>
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:38         raw.add("arg"); // OK to warn ('raw' declared here)
07:25:38                ^
07:25:38   where E is a type-variable:
07:25:38     E extends Object declared in interface List
07:25:38 X.java:10: warning: [unchecked] unchecked conversion
07:25:38         List<String> unchecked= new Top().get(); // should not warn (forced)
07:25:38                                              ^
07:25:38   required: List<String>
07:25:38   found:    List
07:25:38 X.java:14: warning: [unchecked] unchecked cast
07:25:38         List<String> cast= (List<String>) new Top().get();
07:25:38                                                        ^
07:25:38   required: List<String>
07:25:38   found:    List
07:25:38 12 warnings
07:25:38 
07:25:38 
07:25:38 
07:25:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:39 --- javac err: ---
07:25:39 Top.java:3: warning: [rawtypes] found raw type: List
07:25:39     public void set(List arg) { }
07:25:39                     ^
07:25:39   missing type arguments for generic class List<E>
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 Top.java:4: warning: [rawtypes] found raw type: List
07:25:39     public List get() { return null; }
07:25:39            ^
07:25:39   missing type arguments for generic class List<E>
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 Top.java:5: warning: [rawtypes] found raw type: List
07:25:39     List list;
07:25:39     ^
07:25:39   missing type arguments for generic class List<E>
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 Sub.java:4: warning: [rawtypes] found raw type: List
07:25:39     public void set(List arg) {
07:25:39                     ^
07:25:39   missing type arguments for generic class List<E>
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 Sub.java:6: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List
07:25:39         arg.set(0, "A");
07:25:39                ^
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 Sub.java:9: warning: [rawtypes] found raw type: List
07:25:39     public List get() {
07:25:39            ^
07:25:39   missing type arguments for generic class List<E>
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:39         new Top().list.add("arg");
07:25:39                           ^
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:39         new Top().get().add("arg");
07:25:39                            ^
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 X.java:6: warning: [rawtypes] found raw type: List
07:25:39         List raw= new Top().get();
07:25:39         ^
07:25:39   missing type arguments for generic class List<E>
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:39         raw.add("arg");
07:25:39                ^
07:25:39   where E is a type-variable:
07:25:39     E extends Object declared in interface List
07:25:39 X.java:8: warning: [unchecked] unchecked conversion
07:25:39         List<String> unchecked= new Top().get();
07:25:39                                              ^
07:25:39   required: List<String>
07:25:39   found:    List
07:25:39 X.java:10: warning: [unchecked] unchecked cast
07:25:39         List<String> cast= (List<String>) new Top().get();
07:25:39                                                        ^
07:25:39   required: List<String>
07:25:39   found:    List
07:25:39 12 warnings
07:25:39 
07:25:39 
07:25:39 
07:25:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:40 --- javac err: ---
07:25:40 Top.java:3: warning: [rawtypes] found raw type: List
07:25:40     public void set(List arg) { }
07:25:40                     ^
07:25:40   missing type arguments for generic class List<E>
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 Top.java:4: warning: [rawtypes] found raw type: List
07:25:40     public List get() { return null; }
07:25:40            ^
07:25:40   missing type arguments for generic class List<E>
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 Top.java:5: warning: [rawtypes] found raw type: List
07:25:40     List list;
07:25:40     ^
07:25:40   missing type arguments for generic class List<E>
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 Sub.java:4: warning: [rawtypes] found raw type: List
07:25:40     public void set(List arg) {
07:25:40                     ^
07:25:40   missing type arguments for generic class List<E>
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 Sub.java:6: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List
07:25:40         arg.set(0, "A");
07:25:40                ^
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 Sub.java:9: warning: [rawtypes] found raw type: List
07:25:40     public List get() {
07:25:40            ^
07:25:40   missing type arguments for generic class List<E>
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:40         new Top().list.add("arg");
07:25:40                           ^
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:40         new Top().get().add("arg");
07:25:40                            ^
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 X.java:6: warning: [rawtypes] found raw type: List
07:25:40         List raw= new Top().get();
07:25:40         ^
07:25:40   missing type arguments for generic class List<E>
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:40         raw.add("arg");
07:25:40                ^
07:25:40   where E is a type-variable:
07:25:40     E extends Object declared in interface List
07:25:40 X.java:8: warning: [unchecked] unchecked conversion
07:25:40         List<String> unchecked= new Top().get();
07:25:40                                              ^
07:25:40   required: List<String>
07:25:40   found:    List
07:25:40 X.java:10: warning: [unchecked] unchecked cast
07:25:40         List<String> cast= (List<String>) new Top().get();
07:25:40                                                        ^
07:25:40   required: List<String>
07:25:40   found:    List
07:25:40 12 warnings
07:25:40 
07:25:40 
07:25:40 
07:25:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:41 --- javac err: ---
07:25:41 X.java:3: warning: [rawtypes] found raw type: List
07:25:41     public void set(List arg) { } // OK to warn in 1.5 code
07:25:41                     ^
07:25:41   missing type arguments for generic class List<E>
07:25:41   where E is a type-variable:
07:25:41     E extends Object declared in interface List
07:25:41 X.java:4: warning: [rawtypes] found raw type: List
07:25:41     public List get() { return null; } // OK to warn in 1.5 code
07:25:41            ^
07:25:41   missing type arguments for generic class List<E>
07:25:41   where E is a type-variable:
07:25:41     E extends Object declared in interface List
07:25:41 X.java:8: warning: [rawtypes] found raw type: List
07:25:41     public void set(List arg) { // should not warn (overrides)
07:25:41                     ^
07:25:41   missing type arguments for generic class List<E>
07:25:41   where E is a type-variable:
07:25:41     E extends Object declared in interface List
07:25:41 X.java:10: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List
07:25:41         arg.set(0, "A"); // should not warn ('arg' is forced raw)
07:25:41                ^
07:25:41   where E is a type-variable:
07:25:41     E extends Object declared in interface List
07:25:41 X.java:13: warning: [rawtypes] found raw type: List
07:25:41     public List get() { // should not warn (overrides)
07:25:41            ^
07:25:41   missing type arguments for generic class List<E>
07:25:41   where E is a type-variable:
07:25:41     E extends Object declared in interface List
07:25:41 X.java:19: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:41         new Top().get().add("arg");
07:25:41                            ^
07:25:41   where E is a type-variable:
07:25:41     E extends Object declared in interface List
07:25:41 X.java:20: warning: [rawtypes] found raw type: List
07:25:41         List raw= new Top().get(); // OK to warn ('raw' declared here)
07:25:41         ^
07:25:41   missing type arguments for generic class List<E>
07:25:41   where E is a type-variable:
07:25:41     E extends Object declared in interface List
07:25:41 X.java:21: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:25:41         raw.add("arg"); // OK to warn ('raw' declared here)
07:25:41                ^
07:25:41   where E is a type-variable:
07:25:41     E extends Object declared in interface List
07:25:41 X.java:22: warning: [unchecked] unchecked conversion
07:25:41         List<String> unchecked= new Top().get();
07:25:41                                              ^
07:25:41   required: List<String>
07:25:41   found:    List
07:25:41 X.java:24: warning: [unchecked] unchecked cast
07:25:41         List<String> cast= (List<String>) new Top().get();
07:25:41                                                        ^
07:25:41   required: List<String>
07:25:41   found:    List
07:25:41 10 warnings
07:25:41 
07:25:41 
07:25:41 
07:25:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:42 --- javac err: ---
07:25:42 X.java:6: warning: [rawtypes] found raw type: Set
07:25:42 	     Set set= new HashSet(Arrays.asList(elements));
07:25:42 	     ^
07:25:42   missing type arguments for generic class Set<E>
07:25:42   where E is a type-variable:
07:25:42     E extends Object declared in interface Set
07:25:42 X.java:6: warning: [rawtypes] found raw type: HashSet
07:25:42 	     Set set= new HashSet(Arrays.asList(elements));
07:25:42 	                  ^
07:25:42   missing type arguments for generic class HashSet<E>
07:25:42   where E is a type-variable:
07:25:42     E extends Object declared in class HashSet
07:25:42 X.java:6: warning: [unchecked] unchecked call to HashSet(Collection<? extends E>) as a member of the raw type HashSet
07:25:42 	     Set set= new HashSet(Arrays.asList(elements));
07:25:42 	              ^
07:25:42   where E is a type-variable:
07:25:42     E extends Object declared in class HashSet
07:25:42 3 warnings
07:25:42 
07:25:42 
07:25:42 
07:25:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:43 
07:25:43 
07:25:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:44 --- javac err: ---
07:25:44 X.java:1: error: cyclic inheritance involving A
07:25:44 public class X<A extends A> {}
07:25:44                ^
07:25:44   where A is a type-variable:
07:25:44     A extends A declared in class X
07:25:44 1 error
07:25:44 
07:25:44 
07:25:44 
07:25:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:45 --- javac err: ---
07:25:45 X.java:6: error: cannot find symbol
07:25:45     zork z;
07:25:45     ^
07:25:45   symbol:   class zork
07:25:45   location: class X
07:25:45 1 error
07:25:45 
07:25:45 
07:25:45 
07:25:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:46 --- javac err: ---
07:25:46 X.java:5: error: X is not abstract and does not override abstract method foo(String) in C
07:25:46 public class X extends C<String> {
07:25:46        ^
07:25:46 1 error
07:25:46 
07:25:46 
07:25:46 
07:25:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:47 --- javac err: ---
07:25:47 X.java:8: error: cannot find symbol
07:25:47     zork z;
07:25:47     ^
07:25:47   symbol:   class zork
07:25:47   location: class X
07:25:47 1 error
07:25:47 
07:25:47 
07:25:47 
07:25:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:48 --- javac err: ---
07:25:48 X.java:7: error: X is not abstract and does not override abstract method foo(String) in B
07:25:48 public class X extends C<String> {
07:25:48        ^
07:25:48 1 error
07:25:48 
07:25:48 
07:25:48 
07:25:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:49 --- javac err: ---
07:25:49 X.java:5: error: foo(String) in C cannot override foo(T) in C
07:25:49 public class X extends C<String> {
07:25:49        ^
07:25:49   overriding method is static
07:25:49   where T is a type-variable:
07:25:49     T extends Object declared in class C
07:25:49 1 error
07:25:49 
07:25:49 
07:25:49 
07:25:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:50 --- javac err: ---
07:25:50 X.java:10: warning: [unchecked] unchecked conversion
07:25:50         t = (T) s;          //casting to raw type, no error
07:25:50             ^
07:25:50   required: T<Integer>
07:25:50   found:    T
07:25:50 1 warning
07:25:50 
07:25:50 
07:25:50 
07:25:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:51 --- javac err: ---
07:25:51 q/Y.java:7: error: cannot find symbol
07:25:51     Zork z;
07:25:51     ^
07:25:51   symbol:   class Zork
07:25:51   location: class Y
07:25:51 q/Y.java:5: error: foo has private access in X
07:25:51         System.out.println(t.foo);
07:25:51                             ^
07:25:51 2 errors
07:25:51 
07:25:51 
07:25:51 
07:25:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:52 --- javac err: ---
07:25:52 p/Y.java:6: error: cannot find symbol
07:25:52     Zork z;
07:25:52     ^
07:25:52   symbol:   class Zork
07:25:52   location: class Y
07:25:52 p/Y.java:4: error: foo has private access in X
07:25:52         System.out.println(t.foo);
07:25:52                             ^
07:25:52 2 errors
07:25:52 
07:25:52 
07:25:52 
07:25:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:53 --- javac err: ---
07:25:53 X.java:4: error: foo has private access in X
07:25:53         System.out.println(t.foo);
07:25:53                             ^
07:25:53 X.java:5: error: cannot find symbol
07:25:53         Zork z;
07:25:53         ^
07:25:53   symbol:   class Zork
07:25:53   location: class X
07:25:53 2 errors
07:25:53 
07:25:53 
07:25:53 
07:25:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:54 --- javac err: ---
07:25:54 X.java:4: error: foo() has private access in X
07:25:54         t.foo();
07:25:54          ^
07:25:54 X.java:5: error: cannot find symbol
07:25:54         Zork z;
07:25:54         ^
07:25:54   symbol:   class Zork
07:25:54   location: class X
07:25:54 2 errors
07:25:54 
07:25:54 
07:25:54 
07:25:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:55 --- javac err: ---
07:25:55 X.java:1: error: cyclic inheritance involving A
07:25:55 public class X<A extends B, B extends A> {}
07:25:55                ^
07:25:55   where A is a type-variable:
07:25:55     A extends A declared in class X
07:25:55 1 error
07:25:55 
07:25:55 
07:25:55 
07:25:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:55 --- javac err: ---
07:25:55 Project.java:3: warning: [rawtypes] found raw type: Map
07:25:55     public Map getOptions(boolean b) {
07:25:55            ^
07:25:55   missing type arguments for generic class Map<K,V>
07:25:55   where K,V are type-variables:
07:25:55     K extends Object declared in interface Map
07:25:55     V extends Object declared in interface Map
07:25:55 1 warning
07:25:55 
07:25:57 --- javac err: ---
07:25:57 Y.java:5: warning: [unchecked] unchecked conversion
07:25:57                         project != null ? project.getOptions(true) : null;
07:25:57                                                             ^
07:25:57   required: Map<String,String>
07:25:57   found:    Map
07:25:57 Y.java:6: warning: [unchecked] unchecked conversion
07:25:57         options = project.getOptions(true);
07:25:57                                     ^
07:25:57   required: Map<String,String>
07:25:57   found:    Map
07:25:57 Y.java:7: warning: [unchecked] unchecked conversion
07:25:57         options = project == null ? null : project.getOptions(true);
07:25:57                                                              ^
07:25:57   required: Map<String,String>
07:25:57   found:    Map
07:25:57 3 warnings
07:25:57 
07:25:57 
07:25:57 
07:25:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:25:58 --- javac err: ---
07:25:58 Project.java:3: warning: [rawtypes] found raw type: Map
07:25:58     public Map getOptions(boolean b) {
07:25:58            ^
07:25:58   missing type arguments for generic class Map<K,V>
07:25:58   where K,V are type-variables:
07:25:58     K extends Object declared in interface Map
07:25:58     V extends Object declared in interface Map
07:25:58 1 warning
07:25:58 
07:25:59 --- javac err: ---
07:25:59 Y.java:5: warning: [unchecked] unchecked conversion
07:25:59                         project != null ? project.getOptions(true) : null;
07:25:59                                                             ^
07:25:59   required: Map<String,String>
07:25:59   found:    Map
07:25:59 Y.java:6: warning: [unchecked] unchecked conversion
07:25:59         options = project.getOptions(true);
07:25:59                                     ^
07:25:59   required: Map<String,String>
07:25:59   found:    Map
07:25:59 Y.java:7: warning: [unchecked] unchecked conversion
07:25:59         options = project == null ? null : project.getOptions(true);
07:25:59                                                              ^
07:25:59   required: Map<String,String>
07:25:59   found:    Map
07:25:59 3 warnings
07:25:59 
07:25:59 
07:25:59 
07:25:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:00 --- javac err: ---
07:26:00 X.java:4: warning: [rawtypes] found raw type: List
07:26:00     protected List fList;
07:26:00               ^
07:26:00   missing type arguments for generic class List<E>
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:7: warning: [rawtypes] found raw type: List
07:26:00     protected List fSubList; // raw type warning (good)
07:26:00               ^
07:26:00   missing type arguments for generic class List<E>
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:9: warning: [rawtypes] found raw type: ArrayList
07:26:00         fSubList = new ArrayList();
07:26:00                        ^
07:26:00   missing type arguments for generic class ArrayList<E>
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in class ArrayList
07:26:00 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:00          fList.add(null); // type safety warning (TODO: bad, should be hidden)
07:26:00                   ^
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:11: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:00         super.fList.add(null); // type safety warning (TODO: bad, should be hidden)
07:26:00                        ^
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:00         fSubList.add(null); // type safety warning (good, should not be hidden)
07:26:00                     ^
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:15: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:00         fList.add(s); // type safety warning (TODO: bad, should be hidden)
07:26:00                  ^
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:00         super.fList.add(s); // type safety warning (TODO: bad, should be hidden)
07:26:00                        ^
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:17: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:00         fSubList.add(s); // type safety warning (good, should not be hidden)
07:26:00                     ^
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:20: warning: [rawtypes] found raw type: ArrayList
07:26:00         fSubList = new ArrayList();
07:26:00                        ^
07:26:00   missing type arguments for generic class ArrayList<E>
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in class ArrayList
07:26:00 X.java:21: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:00          fList.add(s); // type safety warning (TODO: bad, should be hidden)
07:26:00                   ^
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:22: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:00         super.fList.add(s); // type safety warning (TODO: bad, should be hidden)
07:26:00                        ^
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 X.java:23: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:00         fSubList.add(s); // type safety warning (good, should not be hidden)
07:26:00                     ^
07:26:00   where E is a type-variable:
07:26:00     E extends Object declared in interface List
07:26:00 13 warnings
07:26:00 
07:26:00 
07:26:00 
07:26:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:01 --- javac err: ---
07:26:01 X.java:4: warning: [rawtypes] found raw type: List
07:26:01     protected List fList;
07:26:01               ^
07:26:01   missing type arguments for generic class List<E>
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:7: warning: [rawtypes] found raw type: List
07:26:01     protected List fSubList; // raw type warning (good)
07:26:01               ^
07:26:01   missing type arguments for generic class List<E>
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:9: warning: [rawtypes] found raw type: ArrayList
07:26:01         fSubList = new ArrayList();
07:26:01                        ^
07:26:01   missing type arguments for generic class ArrayList<E>
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in class ArrayList
07:26:01 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:01          fList.add(null); // type safety warning (TODO: bad, should be hidden)
07:26:01                   ^
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:11: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:01         super.fList.add(null); // type safety warning (TODO: bad, should be hidden)
07:26:01                        ^
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:01         fSubList.add(null); // type safety warning (good, should not be hidden)
07:26:01                     ^
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:15: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:01         fList.add(s); // type safety warning (TODO: bad, should be hidden)
07:26:01                  ^
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:01         super.fList.add(s); // type safety warning (TODO: bad, should be hidden)
07:26:01                        ^
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:17: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:01         fSubList.add(s); // type safety warning (good, should not be hidden)
07:26:01                     ^
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:20: warning: [rawtypes] found raw type: ArrayList
07:26:01         fSubList = new ArrayList();
07:26:01                        ^
07:26:01   missing type arguments for generic class ArrayList<E>
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in class ArrayList
07:26:01 X.java:21: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:01          fList.add(s); // type safety warning (TODO: bad, should be hidden)
07:26:01                   ^
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:22: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:01         super.fList.add(s); // type safety warning (TODO: bad, should be hidden)
07:26:01                        ^
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 X.java:23: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:26:01         fSubList.add(s); // type safety warning (good, should not be hidden)
07:26:01                     ^
07:26:01   where E is a type-variable:
07:26:01     E extends Object declared in interface List
07:26:01 13 warnings
07:26:01 
07:26:01 
07:26:01 
07:26:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:02 --- javac err: ---
07:26:02 X.java:14: warning: [rawtypes] found raw type: Map
07:26:02     public A (Map m) {
07:26:02               ^
07:26:02   missing type arguments for generic class Map<K,V>
07:26:02   where K,V are type-variables:
07:26:02     K extends Object declared in interface Map
07:26:02     V extends Object declared in interface Map
07:26:02 X.java:3: warning: [rawtypes] found raw type: Map
07:26:02     public X(Map m) { // should warn about raw type m
07:26:02              ^
07:26:02   missing type arguments for generic class Map<K,V>
07:26:02   where K,V are type-variables:
07:26:02     K extends Object declared in interface Map
07:26:02     V extends Object declared in interface Map
07:26:02 X.java:5: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
07:26:02         m.put("one", 1); // warns about raw method invocation (good)
07:26:02              ^
07:26:02   where K,V are type-variables:
07:26:02     K extends Object declared in interface Map
07:26:02     V extends Object declared in interface Map
07:26:02 3 warnings
07:26:02 
07:26:02 
07:26:02 
07:26:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:03 --- javac err: ---
07:26:03 X.java:14: warning: [rawtypes] found raw type: Map
07:26:03     public A (Map m) {
07:26:03               ^
07:26:03   missing type arguments for generic class Map<K,V>
07:26:03   where K,V are type-variables:
07:26:03     K extends Object declared in interface Map
07:26:03     V extends Object declared in interface Map
07:26:03 X.java:3: warning: [rawtypes] found raw type: Map
07:26:03     public X(Map m) { // should warn about raw type m
07:26:03              ^
07:26:03   missing type arguments for generic class Map<K,V>
07:26:03   where K,V are type-variables:
07:26:03     K extends Object declared in interface Map
07:26:03     V extends Object declared in interface Map
07:26:03 X.java:5: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
07:26:03         m.put("one", 1); // warns about raw method invocation (good)
07:26:03              ^
07:26:03   where K,V are type-variables:
07:26:03     K extends Object declared in interface Map
07:26:03     V extends Object declared in interface Map
07:26:03 3 warnings
07:26:03 
07:26:03 
07:26:03 
07:26:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:04 --- javac err: ---
07:26:04 Try.java:6: warning: [unchecked] unchecked cast
07:26:04 		takeObj((E) Bar.getObject());
07:26:04 		                         ^
07:26:04   required: E
07:26:04   found:    Object
07:26:04   where E is a type-variable:
07:26:04     E extends Object declared in class Try
07:26:04 Try.java:7: warning: [unchecked] unchecked cast
07:26:04 		takeObj((E) Bar.getArray());
07:26:04 		                        ^
07:26:04   required: E
07:26:04   found:    Object[]
07:26:04   where E is a type-variable:
07:26:04     E extends Object declared in class Try
07:26:04 Try.java:8: warning: [unchecked] unchecked cast
07:26:04 		takeObj((E) Array.newInstance(Integer.class, 2));
07:26:04 		                             ^
07:26:04   required: E
07:26:04   found:    Object
07:26:04   where E is a type-variable:
07:26:04     E extends Object declared in class Try
07:26:04 Try.java:12: warning: [unchecked] unchecked cast
07:26:04 		takeArray((E[]) Bar.getArray());
07:26:04 		                            ^
07:26:04   required: E[]
07:26:04   found:    Object[]
07:26:04   where E is a type-variable:
07:26:04     E extends Object declared in class Try
07:26:04 Try.java:13: warning: [unchecked] unchecked cast
07:26:04 		takeArray((E[]) Array.newInstance(Integer.class, 2));
07:26:04 		                                 ^
07:26:04   required: E[]
07:26:04   found:    Object
07:26:04   where E is a type-variable:
07:26:04     E extends Object declared in class Try
07:26:04 Try.java:17: warning: [unchecked] unchecked cast
07:26:04 		list.toArray((L[]) Bar.getArray());
07:26:04 		                               ^
07:26:04   required: L[]
07:26:04   found:    Object[]
07:26:04   where L is a type-variable:
07:26:04     L extends Object declared in method <L>foo(List<L>)
07:26:04 Try.java:18: warning: [unchecked] unchecked cast
07:26:04 		list.toArray((L[]) Array.newInstance(Integer.class, 2));
07:26:04 		                                    ^
07:26:04   required: L[]
07:26:04   found:    Object
07:26:04   where L is a type-variable:
07:26:04     L extends Object declared in method <L>foo(List<L>)
07:26:04 Try.java:21: warning: [unchecked] unchecked cast
07:26:04 		List<String> l = (List<String>) Bar.getObject();
07:26:04 		                                             ^
07:26:04   required: List<String>
07:26:04   found:    Object
07:26:04 Try.java:22: warning: [unchecked] unchecked conversion
07:26:04 		List<String> l2 = Bar.getRawList();
07:26:04 		                                ^
07:26:04   required: List<String>
07:26:04   found:    List
07:26:04 Try.java:23: warning: [unchecked] unchecked cast
07:26:04 		ArrayList<String> l3 = (ArrayList<String>) Bar.getRawList();
07:26:04 		                                                         ^
07:26:04   required: ArrayList<String>
07:26:04   found:    List
07:26:04 Bar.java:11: warning: [rawtypes] found raw type: List
07:26:04 	public static List getRawList() {
07:26:04 	              ^
07:26:04   missing type arguments for generic class List<E>
07:26:04   where E is a type-variable:
07:26:04     E extends Object declared in interface List
07:26:04 Bar.java:12: warning: [rawtypes] found raw type: ArrayList
07:26:04 		return new ArrayList();
07:26:04 		           ^
07:26:04   missing type arguments for generic class ArrayList<E>
07:26:04   where E is a type-variable:
07:26:04     E extends Object declared in class ArrayList
07:26:04 12 warnings
07:26:04 
07:26:05 --- javac err: ---
07:26:05 Try.java:6: warning: [unchecked] unchecked cast
07:26:05 		takeObj((E) Bar.getObject());
07:26:05 		                         ^
07:26:05   required: E
07:26:05   found:    Object
07:26:05   where E is a type-variable:
07:26:05     E extends Object declared in class Try
07:26:05 Try.java:7: warning: [unchecked] unchecked cast
07:26:05 		takeObj((E) Bar.getArray());
07:26:05 		                        ^
07:26:05   required: E
07:26:05   found:    Object[]
07:26:05   where E is a type-variable:
07:26:05     E extends Object declared in class Try
07:26:05 Try.java:8: warning: [unchecked] unchecked cast
07:26:05 		takeObj((E) Array.newInstance(Integer.class, 2));
07:26:05 		                             ^
07:26:05   required: E
07:26:05   found:    Object
07:26:05   where E is a type-variable:
07:26:05     E extends Object declared in class Try
07:26:05 Try.java:12: warning: [unchecked] unchecked cast
07:26:05 		takeArray((E[]) Bar.getArray());
07:26:05 		                            ^
07:26:05   required: E[]
07:26:05   found:    Object[]
07:26:05   where E is a type-variable:
07:26:05     E extends Object declared in class Try
07:26:05 Try.java:13: warning: [unchecked] unchecked cast
07:26:05 		takeArray((E[]) Array.newInstance(Integer.class, 2));
07:26:05 		                                 ^
07:26:05   required: E[]
07:26:05   found:    Object
07:26:05   where E is a type-variable:
07:26:05     E extends Object declared in class Try
07:26:05 Try.java:17: warning: [unchecked] unchecked cast
07:26:05 		list.toArray((L[]) Bar.getArray());
07:26:05 		                               ^
07:26:05   required: L[]
07:26:05   found:    Object[]
07:26:05   where L is a type-variable:
07:26:05     L extends Object declared in method <L>foo(List<L>)
07:26:05 Try.java:18: warning: [unchecked] unchecked cast
07:26:05 		list.toArray((L[]) Array.newInstance(Integer.class, 2));
07:26:05 		                                    ^
07:26:05   required: L[]
07:26:05   found:    Object
07:26:05   where L is a type-variable:
07:26:05     L extends Object declared in method <L>foo(List<L>)
07:26:05 Try.java:21: warning: [unchecked] unchecked cast
07:26:05 		List<String> l = (List<String>) Bar.getObject();
07:26:05 		                                             ^
07:26:05   required: List<String>
07:26:05   found:    Object
07:26:05 Try.java:22: warning: [unchecked] unchecked conversion
07:26:05 		List<String> l2 = Bar.getRawList();
07:26:05 		                                ^
07:26:05   required: List<String>
07:26:05   found:    List
07:26:05 Try.java:23: warning: [unchecked] unchecked cast
07:26:05 		ArrayList<String> l3 = (ArrayList<String>) Bar.getRawList();
07:26:05 		                                                         ^
07:26:05   required: ArrayList<String>
07:26:05   found:    List
07:26:05 Bar.java:11: warning: [rawtypes] found raw type: List
07:26:05 	public static List getRawList() {
07:26:05 	              ^
07:26:05   missing type arguments for generic class List<E>
07:26:05   where E is a type-variable:
07:26:05     E extends Object declared in interface List
07:26:05 Bar.java:12: warning: [rawtypes] found raw type: ArrayList
07:26:05 		return new ArrayList();
07:26:05 		           ^
07:26:05   missing type arguments for generic class ArrayList<E>
07:26:05   where E is a type-variable:
07:26:05     E extends Object declared in class ArrayList
07:26:05 12 warnings
07:26:05 
07:26:05 
07:26:05 
07:26:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:05 
07:26:05 
07:26:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:06 --- javac err: ---
07:26:06 X.java:3: error: illegal start of type
07:26:06 		X<> x1 = null;
07:26:06 		  ^
07:26:06 1 error
07:26:06 
07:26:06 
07:26:06 
07:26:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:06 --- javac err: ---
07:26:06 X.java:2: error: illegal start of type
07:26:06 public class X implements Map<> {
07:26:06                               ^
07:26:06 X.java:3: error: illegal start of type
07:26:06     static Map<> foo (Map<> x) { 
07:26:06                ^
07:26:06 X.java:3: error: illegal start of type
07:26:06     static Map<> foo (Map<> x) { 
07:26:06                           ^
07:26:06 3 errors
07:26:06 
07:26:06 
07:26:06 
07:26:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:07 --- javac err: ---
07:26:07 X.java:3: error: illegal start of type
07:26:07     static Map<> foo () { 
07:26:07                ^
07:26:07 1 error
07:26:07 
07:26:07 
07:26:07 
07:26:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:08 --- javac err: ---
07:26:08 X.java:5: error: illegal start of type
07:26:08         X<String>.Y<> [] y = null; 
07:26:08                     ^
07:26:08 1 error
07:26:08 
07:26:08 
07:26:08 
07:26:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:09 --- javac err: ---
07:26:09 X.java:5: error: illegal start of type
07:26:09         X<String>.Y<>  y = null; 
07:26:09                     ^
07:26:09 1 error
07:26:09 
07:26:09 
07:26:09 
07:26:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:10 --- javac err: ---
07:26:10 X.java:3: error: illegal start of type
07:26:10         if (x instanceof X<>) {    
07:26:10                            ^
07:26:10 1 error
07:26:10 
07:26:10 
07:26:10 
07:26:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:10 --- javac err: ---
07:26:10 X.java:2: error: ';' expected
07:26:10     public void foo(Object x) throws X.Y<>.LException {
07:26:10                                         ^
07:26:10 X.java:2: error: <identifier> expected
07:26:10     public void foo(Object x) throws X.Y<>.LException {
07:26:10                                          ^
07:26:10 X.java:2: error: illegal start of type
07:26:10     public void foo(Object x) throws X.Y<>.LException {
07:26:10                                           ^
07:26:10 X.java:2: error: <identifier> expected
07:26:10     public void foo(Object x) throws X.Y<>.LException {
07:26:10                                                      ^
07:26:10 4 errors
07:26:10 
07:26:10 
07:26:10 
07:26:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:11 --- javac err: ---
07:26:11 X.java:3: error: cannot create array with '<>'
07:26:11         Object o = new X<> [10];
07:26:11                         ^
07:26:11 1 error
07:26:11 
07:26:11 
07:26:11 
07:26:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:12 --- javac err: ---
07:26:12 X.java:3: error: illegal start of type
07:26:12 		X<>[] x1 = null;
07:26:12 		  ^
07:26:12 1 error
07:26:12 
07:26:12 
07:26:12 
07:26:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:13 --- javac err: ---
07:26:13 X.java:2: error: illegal start of type
07:26:13 	X<>[] x1 = null;
07:26:13 	  ^
07:26:13 1 error
07:26:13 
07:26:13 
07:26:13 
07:26:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:14 --- javac err: ---
07:26:14 X.java:3: error: illegal start of type
07:26:14 		X<> x1 = null;
07:26:14 		  ^
07:26:14 1 error
07:26:14 
07:26:14 
07:26:14 
07:26:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:14 --- javac err: ---
07:26:14 X.java:2: error: illegal start of type
07:26:14 	X<> f1 = null;
07:26:14 	  ^
07:26:14 1 error
07:26:14 
07:26:14 
07:26:14 
07:26:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:15 --- javac err: ---
07:26:15 X.java:2: error: illegal start of type
07:26:15 	public void foo(X<> args) {
07:26:15 	                  ^
07:26:15 1 error
07:26:15 
07:26:15 
07:26:15 
07:26:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:16 --- javac err: ---
07:26:16 X.java:4: error: method does not override or implement a method from a supertype
07:26:16 			void newMethod(){
07:26:16 			     ^
07:26:16   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
07:26:16 1 error
07:26:16 
07:26:16 
07:26:16 
07:26:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:17 --- javac err: ---
07:26:17 X.java:3: warning: [rawtypes] found raw type: X
07:26:17 		X Test = new X<>(){
07:26:17 		^
07:26:17   missing type arguments for generic class X<T>
07:26:17   where T is a type-variable:
07:26:17     T extends Object declared in class X
07:26:17 X.java:4: error: method does not override or implement a method from a supertype
07:26:17 			void newMethod(){
07:26:17 			     ^
07:26:17   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
07:26:17 X.java:6: error: incompatible types: void cannot be converted to X
07:26:17 		}.testFunction("SUCCESS");
07:26:17 		              ^
07:26:17 2 errors
07:26:17 1 warning
07:26:17 
07:26:17 
07:26:17 
07:26:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:18 --- javac err: ---
07:26:18 X.java:3: error: cannot infer type arguments for X
07:26:18 		X Test = new X<>();
07:26:18 		              ^
07:26:18   reason: cannot use '<>' with non-generic class X
07:26:18 1 error
07:26:18 
07:26:18 
07:26:18 
07:26:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:19 --- javac err: ---
07:26:19 X.java:9: warning: [rawtypes] found raw type: B
07:26:19     F<? extends B, ? extends B<? extends B>> f011 = F.g();
07:26:19                 ^
07:26:19   missing type arguments for generic class B<V>
07:26:19   where V is a type-variable:
07:26:19     V extends Object declared in class B
07:26:19 X.java:9: warning: [rawtypes] found raw type: B
07:26:19     F<? extends B, ? extends B<? extends B>> f011 = F.g();
07:26:19                                          ^
07:26:19   missing type arguments for generic class B<V>
07:26:19   where V is a type-variable:
07:26:19     V extends Object declared in class B
07:26:19 2 warnings
07:26:19 
07:26:19 
07:26:19 
07:26:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:20 
07:26:20 
07:26:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:21 
07:26:21 
07:26:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:22 
07:26:22 
07:26:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:23 --- javac err: ---
07:26:23 X.java:9: warning: [rawtypes] found raw type: B
07:26:23     X<B, ? extends D, ? extends E> f = getX();   
07:26:23       ^
07:26:23   missing type arguments for generic class B<V>
07:26:23   where V is a type-variable:
07:26:23     V extends Object declared in class B
07:26:23 1 warning
07:26:23 
07:26:23 
07:26:23 
07:26:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:24 
07:26:24 
07:26:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:24 
07:26:24 
07:26:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:24 
07:26:24 
07:26:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:25 --- javac err: ---
07:26:25 X.java:13: warning: [unchecked] unchecked method invocation: method castTo in class NumberRange is applied to given types
07:26:25         return castTo((Class) null).containsNC((Comparable) null);
07:26:25                      ^
07:26:25   required: Class<N>
07:26:25   found: Class
07:26:25   where N is a type-variable:
07:26:25     N extends Number,Comparable<? super N> declared in method <N>castTo(Class<N>)
07:26:25 X.java:13: warning: [unchecked] unchecked conversion
07:26:25         return castTo((Class) null).containsNC((Comparable) null);
07:26:25                       ^
07:26:25   required: Class<N>
07:26:25   found:    Class
07:26:25   where N is a type-variable:
07:26:25     N extends Number,Comparable<? super N> declared in method <N>castTo(Class<N>)
07:26:25 X.java:13: warning: [unchecked] unchecked call to containsNC(T) as a member of the raw type Range
07:26:25         return castTo((Class) null).containsNC((Comparable) null);
07:26:25                                               ^
07:26:25   where T is a type-variable:
07:26:25     T extends Comparable<? super T> declared in class Range
07:26:25 3 warnings
07:26:25 
07:26:25 
07:26:25 
07:26:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:26 --- javac err: ---
07:26:26 X.java:3: error: cannot find symbol
07:26:26         Zork z;
07:26:26         ^
07:26:26   symbol:   class Zork
07:26:26   location: class X
07:26:26 X.java:13: warning: [unchecked] unchecked method invocation: method castTo in class NumberRange is applied to given types
07:26:26         return castTo((Class) null).containsNC((Comparable) null);
07:26:26                      ^
07:26:26   required: Class<N>
07:26:26   found: Class
07:26:26   where N is a type-variable:
07:26:26     N extends Number,Comparable<? super N> declared in method <N>castTo(Class<N>)
07:26:26 X.java:13: warning: [unchecked] unchecked conversion
07:26:26         return castTo((Class) null).containsNC((Comparable) null);
07:26:26                       ^
07:26:26   required: Class<N>
07:26:26   found:    Class
07:26:26   where N is a type-variable:
07:26:26     N extends Number,Comparable<? super N> declared in method <N>castTo(Class<N>)
07:26:26 X.java:13: warning: [unchecked] unchecked call to containsNC(T) as a member of the raw type Range
07:26:26         return castTo((Class) null).containsNC((Comparable) null);
07:26:26                                               ^
07:26:26   where T is a type-variable:
07:26:26     T extends Comparable<? super T> declared in class Range
07:26:26 1 error
07:26:26 3 warnings
07:26:26 
07:26:26 
07:26:26 
07:26:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:27 --- javac err: ---
07:26:27 X.java:4: error: method foo in class X cannot be applied to given types;
07:26:27         return foo(c2,c); 
07:26:27                ^
07:26:27   required: C1,C2
07:26:27   found: C2,C1
07:26:27   reason: inference variable C2 has incompatible bounds
07:26:27     lower bounds: Collection<Object>
07:26:27     lower bounds: C1
07:26:27   where C1,C2 are type-variables:
07:26:27     C1 extends Object declared in method <C1,C2>foo(C1,C2)
07:26:27     C2 extends Collection<Object> declared in method <C1,C2>foo(C1,C2)
07:26:27 1 error
07:26:27 
07:26:27 
07:26:27 
07:26:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:28 
07:26:28 
07:26:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:29 
07:26:29 
07:26:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:30 
07:26:30 
07:26:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:31 --- javac err: ---
07:26:31 App.java:25: warning: [rawtypes] found raw type: Context
07:26:31     private static void compileError(Context context) {
07:26:31                                      ^
07:26:31   missing type arguments for generic class Context<T>
07:26:31   where T is a type-variable:
07:26:31     T extends Object declared in class Context
07:26:31 App.java:26: warning: [unchecked] unchecked call to addListener(Command_1<T>) as a member of the raw type ObservableEventWithArg.Monitor
07:26:31         context.getSubmissionErrorEventMonitor().addListener(
07:26:31                                                             ^
07:26:31   where T is a type-variable:
07:26:31     T extends Object declared in class ObservableEventWithArg
07:26:31 2 warnings
07:26:31 
07:26:31 
07:26:31 
07:26:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:32 --- javac err: ---
07:26:32 X.java:7: warning: [rawtypes] found raw type: X
07:26:32             Runnable runnable = new X().cast(new Object());
07:26:32                                     ^
07:26:32   missing type arguments for generic class X<T>
07:26:32   where T is a type-variable:
07:26:32     T extends Object,Runnable declared in class X
07:26:32 X.java:7: warning: [unchecked] unchecked call to cast(T) as a member of the raw type X
07:26:32             Runnable runnable = new X().cast(new Object());
07:26:32                                             ^
07:26:32   where T is a type-variable:
07:26:32     T extends Object,Runnable declared in class X
07:26:32 2 warnings
07:26:32 
07:26:32 
07:26:32 
07:26:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:33 --- javac err: ---
07:26:33 X.java:4: error: incompatible types: formal varargs element type A is not accessible from class X
07:26:33         new B().foo(null, null);
07:26:33                    ^
07:26:33 p/B.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:26:33     public <T extends A> void foo(T ... o) { System.out.println("PGMB"); }
07:26:33                                         ^
07:26:33   where T is a type-variable:
07:26:33     T extends A declared in method <T>foo(T...)
07:26:33 1 error
07:26:33 1 warning
07:26:33 
07:26:33 
07:26:33 
07:26:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:34 
07:26:34 
07:26:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:35 
07:26:35 
07:26:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:36 --- javac err: ---
07:26:36 X.java:17: error: Y is not abstract and does not override abstract method <T>foo(List<T>) in Base
07:26:36 class Y extends X {}
07:26:36 ^
07:26:36   where T is a type-variable:
07:26:36     T extends Object declared in method <T>foo(List<T>)
07:26:36 1 error
07:26:36 
07:26:36 
07:26:36 
07:26:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:37 
07:26:37 
07:26:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:38 --- javac err: ---
07:26:38 p/B.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:26:38     public <T extends A> void foo(T ... o) { }
07:26:38                                         ^
07:26:38   where T is a type-variable:
07:26:38     T extends A declared in method <T>foo(T...)
07:26:38 X.java:4: error: incompatible types: formal varargs element type A is not accessible from class X
07:26:38         new B().foo(null, null);
07:26:38                    ^
07:26:38 1 error
07:26:38 1 warning
07:26:38 
07:26:38 
07:26:38 
07:26:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:39 
07:26:39 
07:26:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:40 --- javac err: ---
07:26:40 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:26:40 	<T> void foo (T... p);
07:26:40 	                   ^
07:26:40   where T is a type-variable:
07:26:40     T extends Object declared in method <T>foo(T...)
07:26:40 X.java:5: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
07:26:40 	public void foo(Object [] p) {}
07:26:40 	            ^
07:26:40   where T is a type-variable:
07:26:40     T extends Object declared in method <T>foo(T...)
07:26:40 X.java:7: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
07:26:40 public class X extends A {
07:26:40        ^
07:26:40   where T is a type-variable:
07:26:40     T extends Object declared in method <T>foo(T...)
07:26:40 X.java:10: error: method foo in class A cannot be applied to given types;
07:26:40 		a.foo("hello", "world");
07:26:40 		 ^
07:26:40   required: Object[]
07:26:40   found: String,String
07:26:40   reason: actual and formal argument lists differ in length
07:26:40 1 error
07:26:40 3 warnings
07:26:40 
07:26:40 
07:26:40 
07:26:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:41 --- javac err: ---
07:26:41 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:26:41 	 <T> void foo (T... p);
07:26:41 	                    ^
07:26:41   where T is a type-variable:
07:26:41     T extends Object declared in method <T>foo(T...)
07:26:41 X.java:9: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
07:26:41 abstract class B extends A implements I {
07:26:41          ^
07:26:41   where T is a type-variable:
07:26:41     T extends Object declared in method <T>foo(T...)
07:26:41 X.java:11: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
07:26:41 public class X extends B implements I {
07:26:41        ^
07:26:41   where T is a type-variable:
07:26:41     T extends Object declared in method <T>foo(T...)
07:26:41 X.java:14: error: method foo in class A cannot be applied to given types;
07:26:41 		b.foo("hello", "world");
07:26:41 		 ^
07:26:41   required: Object[]
07:26:41   found: String,String
07:26:41   reason: actual and formal argument lists differ in length
07:26:41 1 error
07:26:41 3 warnings
07:26:41 
07:26:41 
07:26:41 
07:26:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:42 --- javac err: ---
07:26:42 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:26:42 	 <T> void foo (T... p);
07:26:42 	                    ^
07:26:42   where T is a type-variable:
07:26:42     T extends Object declared in method <T>foo(T...)
07:26:42 1 warning
07:26:42 
07:26:42 
07:26:42 
07:26:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:43 --- javac err: ---
07:26:43 X.java:4: error: incompatible types: formal varargs element type A is not accessible from class X
07:26:43         new B().foo(null, null);
07:26:43                    ^
07:26:43 p/B.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:26:43     public <T extends A> void foo(T ... o) { System.out.println("PGMB"); }
07:26:43                                         ^
07:26:43   where T is a type-variable:
07:26:43     T extends A declared in method <T>foo(T...)
07:26:43 1 error
07:26:43 1 warning
07:26:43 
07:26:43 
07:26:43 
07:26:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:44 --- javac err: ---
07:26:44 p/B.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:26:44     public <T extends A> void foo(T ... o) { System.out.println("PGMB"); }
07:26:44                                         ^
07:26:44   where T is a type-variable:
07:26:44     T extends A declared in method <T>foo(T...)
07:26:44 1 warning
07:26:44 
07:26:44 
07:26:44 
07:26:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:45 --- javac err: ---
07:26:45 X.java:6: error: incompatible types: inference variable T has incompatible bounds
07:26:45 		Class<? extends String> id = id(new X().getClass());
07:26:45 		                               ^
07:26:45     lower bounds: Class<? extends String>,Object
07:26:45     lower bounds: Class<CAP#1>
07:26:45   where T is a type-variable:
07:26:45     T extends Object declared in method <T>id(T)
07:26:45   where CAP#1 is a fresh type-variable:
07:26:45     CAP#1 extends X from capture of ? extends X
07:26:45 1 error
07:26:45 
07:26:45 
07:26:45 
07:26:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:46 
07:26:46 
07:26:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:47 
07:26:47 
07:26:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:48 
07:26:48 
07:26:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:49 
07:26:49 
07:26:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:50 
07:26:50 
07:26:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:51 --- javac err: ---
07:26:51 X.java:1: error: package org.junit does not exist
07:26:51 import static org.junit.Assert.assertArrayEquals;
07:26:51                        ^
07:26:51 X.java:1: error: static import only from classes and interfaces
07:26:51 import static org.junit.Assert.assertArrayEquals;
07:26:51 ^
07:26:51 X.java:3: error: package org.junit does not exist
07:26:51 import org.junit.Test;
07:26:51                 ^
07:26:51 X.java:17: error: cannot find symbol
07:26:51 public static class ClassInheritanceDepthComparator implements Comparator<Class<?>> {
07:26:51                                                                ^
07:26:51   symbol:   class Comparator
07:26:51   location: class X
07:26:51 X.java:5: error: cannot find symbol
07:26:51   @Test(expected = IllegalArgumentException.class)
07:26:51    ^
07:26:51   symbol:   class Test
07:26:51   location: class X
07:26:51 X.java:7: warning: [rawtypes] found raw type: Class
07:26:51     Arrays.sort(new Class[] {Chimp.class, Cat.class}, ClassInheritanceDepthComparator.INSTANCE);
07:26:51                     ^
07:26:51   missing type arguments for generic class Class<T>
07:26:51   where T is a type-variable:
07:26:51     T extends Object declared in class Class
07:26:51 X.java:7: error: no suitable method found for sort(Class[],ClassInheritanceDepthComparator)
07:26:51     Arrays.sort(new Class[] {Chimp.class, Cat.class}, ClassInheritanceDepthComparator.INSTANCE);
07:26:51           ^
07:26:51     method Arrays.<T#1>sort(T#1[],Comparator<? super T#1>) is not applicable
07:26:51       (cannot infer type-variable(s) T#1
07:26:51         (argument mismatch; ClassInheritanceDepthComparator cannot be converted to Comparator<? super T#1>))
07:26:51     method Arrays.<T#2>sort(T#2[],int,int,Comparator<? super T#2>) is not applicable
07:26:51       (cannot infer type-variable(s) T#2
07:26:51         (actual and formal argument lists differ in length))
07:26:51   where T#1,T#2 are type-variables:
07:26:51     T#1 extends Object declared in method <T#1>sort(T#1[],Comparator<? super T#1>)
07:26:51     T#2 extends Object declared in method <T#2>sort(T#2[],int,int,Comparator<? super T#2>)
07:26:51 X.java:19: error: method does not override or implement a method from a supertype
07:26:51   @Override
07:26:51   ^
07:26:51 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:26:51 7 errors
07:26:51 1 warning
07:26:51 
07:26:51 
07:26:51 
07:26:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:53 
07:26:53 
07:26:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:54 --- javac err: ---
07:26:54 K1.java:4: warning: [rawtypes] found raw type: List
07:26:54 	public Map<String,List> get();
07:26:54 	                  ^
07:26:54   missing type arguments for generic class List<E>
07:26:54   where E is a type-variable:
07:26:54     E extends Object declared in interface List
07:26:54 K.java:4: warning: [rawtypes] found raw type: List
07:26:54 	public Map<String, List> get() {
07:26:54 	                   ^
07:26:54   missing type arguments for generic class List<E>
07:26:54   where E is a type-variable:
07:26:54     E extends Object declared in interface List
07:26:54 2 warnings
07:26:54 
07:26:54 
07:26:54 
07:26:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:55 
07:26:55 
07:26:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:56 
07:26:56 
07:26:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:57 
07:26:57 
07:26:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:58 --- javac err: ---
07:26:58 X.java:3: warning: [unchecked] unchecked method invocation: method valueOf in class Enum is applied to given types
07:26:58         return Enum.valueOf(clazz.asSubclass(Enum.class), value);
07:26:58                            ^
07:26:58   required: Class<T>,String
07:26:58   found: Class<CAP#1>,String
07:26:58   where T,U are type-variables:
07:26:58     T extends Enum<T> declared in method <T>valueOf(Class<T>,String)
07:26:58     U extends Object declared in method <U>asSubclass(Class<U>)
07:26:58   where CAP#1 is a fresh type-variable:
07:26:58     CAP#1 extends Enum from capture of ? extends U
07:26:58 X.java:6: warning: [rawtypes] found raw type: Enum
07:26:58         return Enum.valueOf(clazz.<Enum>asSubclass(Enum.class), value);
07:26:58                                    ^
07:26:58   missing type arguments for generic class Enum<E>
07:26:58   where E is a type-variable:
07:26:58     E extends Enum<E> declared in class Enum
07:26:58 X.java:6: warning: [unchecked] unchecked method invocation: method valueOf in class Enum is applied to given types
07:26:58         return Enum.valueOf(clazz.<Enum>asSubclass(Enum.class), value);
07:26:58                            ^
07:26:58   required: Class<T>,String
07:26:58   found: Class<CAP#1>,String
07:26:58   where T is a type-variable:
07:26:58     T extends Enum<T> declared in method <T>valueOf(Class<T>,String)
07:26:58   where CAP#1 is a fresh type-variable:
07:26:58     CAP#1 extends Enum from capture of ? extends Enum
07:26:58 X.java:9: warning: [rawtypes] found raw type: Enum
07:26:58         Class<? extends Enum> enumType = clazz.asSubclass(Enum.class);
07:26:58                         ^
07:26:58   missing type arguments for generic class Enum<E>
07:26:58   where E is a type-variable:
07:26:58     E extends Enum<E> declared in class Enum
07:26:58 X.java:10: warning: [unchecked] unchecked method invocation: method valueOf in class Enum is applied to given types
07:26:58         return Enum.valueOf(enumType, value);
07:26:58                            ^
07:26:58   required: Class<T>,String
07:26:58   found: Class<CAP#1>,String
07:26:58   where T is a type-variable:
07:26:58     T extends Enum<T> declared in method <T>valueOf(Class<T>,String)
07:26:58   where CAP#1 is a fresh type-variable:
07:26:58     CAP#1 extends Enum from capture of ? extends Enum
07:26:58 5 warnings
07:26:58 
07:26:58 
07:26:58 
07:26:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:26:59 --- javac err: ---
07:26:59 Foo.java:7: warning: [rawtypes] found raw type: Foo
07:26:59     doit(  workers.toArray( new Foo[workers.size()] ) );
07:26:59                                 ^
07:26:59   missing type arguments for generic class Foo<C>
07:26:59   where C is a type-variable:
07:26:59     C extends Object declared in class Foo
07:26:59 Foo.java:9: warning: [unchecked] Possible heap pollution from parameterized vararg type Foo<C>
07:26:59   public static <C> void doit( Foo<C>... workers )
07:26:59                                          ^
07:26:59   where C is a type-variable:
07:26:59     C extends Object declared in method <C>doit(Foo<C>...)
07:26:59 2 warnings
07:26:59 
07:26:59 
07:26:59 
07:26:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:00 
07:27:00 
07:27:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:01 
07:27:01 
07:27:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:02 --- javac err: ---
07:27:02 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>
07:27:02     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }
07:27:02                                                                ^
07:27:02   where T is a type-variable:
07:27:02     T extends Object declared in method <T>and(Predicate<? super T>...)
07:27:02 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest#test443596 - 12
07:27:02 X.java [
07:27:02 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)
07:27:02 public final class X {
07:27:02     static interface Predicate<T> { boolean test(T object); }
07:27:02         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile
07:27:02     public static <T> Predicate<T> in(Predicate<? extends T> arg) { return null; }
07:27:02                                               ^
07:27:02     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }
07:27:02     method X.<T#1>and(Predicate<? super T#1>...) is not applicable
07:27:02       (cannot infer type-variable(s) T#1,T#2
07:27:02     public static <T> Predicate<T> and(Predicate<? super T> arg0, Predicate<? super T> arg1) { return null; }
07:27:02     static class FilteredCollection<E> {
07:27:02         (varargs mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#3>))
07:27:02         Predicate<? super E> predicate;
07:27:02         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile
07:27:02     method X.<T#4>and(Predicate<? super T#4>,Predicate<? super T#4>) is not applicable
07:27:02     }
07:27:02 }
07:27:02 
07:27:02 ]
07:27:02       (cannot infer type-variable(s) T#4,T#2
07:27:02         (argument mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#5>))
07:27:02   where E,T#1,T#2,T#3,T#4,T#5 are type-variables:
07:27:02     E extends Object declared in class FilteredCollection
07:27:02     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)
07:27:02     T#2 extends Object declared in method <T#2>in(Predicate<? extends T#2>)
07:27:02     T#3 extends CAP#1
07:27:02     T#4 extends Object declared in method <T#4>and(Predicate<? super T#4>,Predicate<? super T#4>)
07:27:02     T#5 extends CAP#1
07:27:02   where CAP#1,CAP#2 are fresh type-variables:
07:27:02     CAP#1 extends Object super: E from capture of ? super E
07:27:02     CAP#2 extends Object from capture of ?
07:27:02 1 error
07:27:02 1 warning
07:27:02 
07:27:02 ----------------------------------------
07:27:02 
07:27:02 
07:27:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:04 
07:27:04 
07:27:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:05 --- javac err: ---
07:27:05 X.java:5: warning: [unchecked] unchecked method invocation: method doSomething in class X is applied to given types
07:27:05         doSomething(returnClassType(Class.class));
07:27:05                    ^
07:27:05   required: Class<T>
07:27:05   found: Class
07:27:05   where T is a type-variable:
07:27:05     T extends Object declared in method <T>doSomething(Class<T>)
07:27:05 X.java:5: warning: [unchecked] unchecked conversion
07:27:05         doSomething(returnClassType(Class.class));
07:27:05                                    ^
07:27:05   required: Class<T>
07:27:05   found:    Class
07:27:05   where T is a type-variable:
07:27:05     T extends Object declared in method <T>doSomething(Class<T>)
07:27:05 X.java:6: warning: [rawtypes] found raw type: List
07:27:05         doSomething(returnListType(new ArrayList<List>()));
07:27:05                                                  ^
07:27:05   missing type arguments for generic class List<E>
07:27:05   where E is a type-variable:
07:27:05     E extends Object declared in interface List
07:27:05 X.java:6: warning: [unchecked] unchecked method invocation: method doSomething in class X is applied to given types
07:27:05         doSomething(returnListType(new ArrayList<List>()));
07:27:05                    ^
07:27:05   required: List<T>
07:27:05   found: List
07:27:05   where T is a type-variable:
07:27:05     T extends Object declared in method <T>doSomething(List<T>)
07:27:05 X.java:6: warning: [unchecked] unchecked conversion
07:27:05         doSomething(returnListType(new ArrayList<List>()));
07:27:05                                   ^
07:27:05   required: List<T>
07:27:05   found:    List
07:27:05   where T is a type-variable:
07:27:05     T extends Object declared in method <T>doSomething(List<T>)
07:27:05 5 warnings
07:27:05 
07:27:05 
07:27:05 
07:27:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:06 
07:27:06 
07:27:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:07 
07:27:07 
07:27:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:08 --- javac err: ---
07:27:08 X.java:6: error: method element in class X<T#2> cannot be applied to given types;
07:27:08 		int x = element(new int [] { 1234 });
07:27:08 		        ^
07:27:08   required: T#1[]
07:27:08   found: int[]
07:27:08   reason: inference variable T#1 has incompatible bounds
07:27:08     equality constraints: int
07:27:08     lower bounds: Object
07:27:08   where T#1,T#2 are type-variables:
07:27:08     T#1 extends Object declared in method <T#1>element(T#1[])
07:27:08     T#2 extends Object declared in class X
07:27:08 1 error
07:27:08 
07:27:08 
07:27:08 
07:27:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:09 --- javac err: ---
07:27:09 X.java:11: warning: [deprecation] Integer(int) in Integer has been deprecated
07:27:09 		int x = element(10, new Integer(20));
07:27:09 		                    ^
07:27:09 1 warning
07:27:09 
07:27:09 
07:27:09 
07:27:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:10 --- javac err: ---
07:27:10 X.java:11: warning: [deprecation] Integer(int) in Integer has been deprecated
07:27:10 		int x = element(10, new Integer(20));
07:27:10 		                    ^
07:27:10 1 warning
07:27:10 
07:27:10 
07:27:10 
07:27:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:11 --- javac err: ---
07:27:11 X.java:11: warning: [deprecation] Integer(int) in Integer has been deprecated
07:27:11 		int x = element(10, new Integer(20));
07:27:11 		                    ^
07:27:11 1 warning
07:27:11 
07:27:11 
07:27:11 
07:27:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:12 
07:27:12 
07:27:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:13 
07:27:13 
07:27:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:14 
07:27:14 
07:27:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:15 
07:27:15 
07:27:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:16 
07:27:16 
07:27:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:17 
07:27:17 
07:27:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:18 
07:27:18 
07:27:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:18 
07:27:18 
07:27:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:19 
07:27:19 
07:27:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:20 --- javac err: ---
07:27:20 TypeInferenceProblem.java:28: warning: [static] static method should be qualified by type name, TypeInferenceProblem, instead of by an expression
07:27:20     this.<Object>expect(unboundedMockHeaderAccess.getHeader()).andReturn(new Object());
07:27:20         ^
07:27:20 1 warning
07:27:20 
07:27:20 
07:27:20 
07:27:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:21 --- javac err: ---
07:27:21 TypeUnsafe.java:12: error: incompatible types: inference variable Type has incompatible equality constraints Integer,String
07:27:21 		Collection<Integer> integers = nullAsCollection(String.class);
07:27:21 		                                               ^
07:27:21   where Type,CollectionType are type-variables:
07:27:21     Type extends Object declared in method <Type,CollectionType>nullAsCollection(Class<Type>)
07:27:21     CollectionType extends Collection<Type> declared in method <Type,CollectionType>nullAsCollection(Class<Type>)
07:27:21 1 error
07:27:21 
07:27:21 
07:27:21 
07:27:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:22 --- javac err: ---
07:27:22 TypeUnsafe.java:13: error: incompatible types: inference variable Type has incompatible equality constraints Integer,String
07:27:22 		Collection<Integer> integers = nullAsList(String.class);
07:27:22 		                                         ^
07:27:22   where Type,CollectionType are type-variables:
07:27:22     Type extends Object declared in method <Type,CollectionType>nullAsList(Class<Type>)
07:27:22     CollectionType extends List<Type> declared in method <Type,CollectionType>nullAsList(Class<Type>)
07:27:22 1 error
07:27:22 
07:27:22 
07:27:22 
07:27:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:24 
07:27:24 
07:27:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:25 
07:27:25 
07:27:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:26 
07:27:26 
07:27:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:27 
07:27:27 
07:27:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:28 --- javac err: ---
07:27:28 ExampleClass.java:1: error: cyclic inheritance involving a
07:27:28 public class ExampleClass extends aspose.b.a.a {}
07:27:28                                             ^
07:27:28 1 error
07:27:28 
07:27:28 
07:27:28 
07:27:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:29 --- javac err: ---
07:27:29 X.java:2: warning: [rawtypes] found raw type: J
07:27:29 	void foo(J[] list, I<J<?>> i) {
07:27:29 	         ^
07:27:29   missing type arguments for generic class J<T>
07:27:29   where T is a type-variable:
07:27:29     T extends Object declared in interface J
07:27:29 X.java:3: error: incompatible types: I<J<?>> cannot be converted to I<? super J>
07:27:29 		sort(list, i);
07:27:29 		           ^
07:27:29 X.java:5: warning: [rawtypes] found raw type: J
07:27:29 	J[] sort(J[] list, I<? super J> i) {
07:27:29 	         ^
07:27:29   missing type arguments for generic class J<T>
07:27:29   where T is a type-variable:
07:27:29     T extends Object declared in interface J
07:27:29 X.java:5: warning: [rawtypes] found raw type: J
07:27:29 	J[] sort(J[] list, I<? super J> i) {
07:27:29 	                             ^
07:27:29   missing type arguments for generic class J<T>
07:27:29   where T is a type-variable:
07:27:29     T extends Object declared in interface J
07:27:29 X.java:5: warning: [rawtypes] found raw type: J
07:27:29 	J[] sort(J[] list, I<? super J> i) {
07:27:29 	^
07:27:29   missing type arguments for generic class J<T>
07:27:29   where T is a type-variable:
07:27:29     T extends Object declared in interface J
07:27:29 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:27:29 1 error
07:27:29 4 warnings
07:27:29 
07:27:29 
07:27:29 
07:27:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:30 --- javac err: ---
07:27:30 X.java:2: warning: [rawtypes] found raw type: J
07:27:30 	void foo(J[] list, I<J<?>> i) {
07:27:30 	         ^
07:27:30   missing type arguments for generic class J<T>
07:27:30   where T is a type-variable:
07:27:30     T extends Object declared in interface J
07:27:30 X.java:3: error: incompatible types: I<J<?>> cannot be converted to I<? super J>
07:27:30 		sort(list, i);
07:27:30 		           ^
07:27:30 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:27:30 1 error
07:27:30 1 warning
07:27:30 
07:27:30 
07:27:30 
07:27:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:31 
07:27:31 
07:27:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:32 
07:27:32 
07:27:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:33 
07:27:33 
07:27:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:34 
07:27:34 
07:27:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:35 
07:27:35 
07:27:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:36 --- javac err: ---
07:27:36 X.java:6: warning: [unchecked] unchecked cast
07:27:36 		return (List<A>) data(b ? (Serializable) get() : null);
07:27:36 		                     ^
07:27:36   required: List<X.A>
07:27:36   found:    Serializable
07:27:36 X.java:14: warning: [serial] serializable class X.A has no definition of serialVersionUID
07:27:36 	public class A implements Serializable {
07:27:36 	       ^
07:27:36 2 warnings
07:27:36 
07:27:36 
07:27:36 
07:27:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:37 --- javac err: ---
07:27:37 X.java:3: warning: [rawtypes] found raw type: I
07:27:37     void foo(I[] e, I<I<?>> comp) {
07:27:37              ^
07:27:37   missing type arguments for generic class I<T>
07:27:37   where T is a type-variable:
07:27:37     T extends Object declared in interface I
07:27:37 X.java:4: error: incompatible types: I<I<?>> cannot be converted to I<? super I>
07:27:37         sort(e, comp);
07:27:37                 ^
07:27:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:27:37 1 error
07:27:37 1 warning
07:27:37 
07:27:37 
07:27:37 
07:27:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:38 --- javac err: ---
07:27:38 X.java:7: error: cannot find symbol
07:27:38 	Zork z;
07:27:38 	^
07:27:38   symbol:   class Zork
07:27:38   location: class X
07:27:38 1 error
07:27:38 
07:27:38 
07:27:38 
07:27:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:38 
07:27:38 
07:27:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:39 
07:27:39 
07:27:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:40 --- javac err: ---
07:27:40 X.java:8: warning: [unchecked] unchecked method invocation: method doSomethingWithFoo in class X is applied to given types
07:27:40     doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
07:27:40                       ^
07:27:40   required: Foo<T>,Foo<T>
07:27:40   found: Foo,Foo
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
07:27:40 X.java:8: warning: [unchecked] unchecked conversion
07:27:40     doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
07:27:40                            ^
07:27:40   required: Foo<T>
07:27:40   found:    Foo
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
07:27:40 X.java:8: warning: [unchecked] unchecked conversion
07:27:40     doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
07:27:40                                              ^
07:27:40   required: Foo<T>
07:27:40   found:    Foo
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
07:27:40 X.java:12: warning: [rawtypes] found raw type: Foo
07:27:40     Foo foo = any( Foo.class );
07:27:40     ^
07:27:40   missing type arguments for generic class Foo<T>
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in interface Foo
07:27:40 X.java:13: warning: [unchecked] unchecked method invocation: method doSomethingWithFoo in class X is applied to given types
07:27:40     doSomethingWithFoo( foo, foo );
07:27:40                       ^
07:27:40   required: Foo<T>,Foo<T>
07:27:40   found: Foo,Foo
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
07:27:40 X.java:13: warning: [unchecked] unchecked conversion
07:27:40     doSomethingWithFoo( foo, foo );
07:27:40                         ^
07:27:40   required: Foo<T>
07:27:40   found:    Foo
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
07:27:40 X.java:13: warning: [unchecked] unchecked conversion
07:27:40     doSomethingWithFoo( foo, foo );
07:27:40                              ^
07:27:40   required: Foo<T>
07:27:40   found:    Foo
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
07:27:40 X.java:17: warning: [unchecked] unchecked method invocation: method doSomethingWithFoo in class X is applied to given types
07:27:40     this.<Object>doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
07:27:40                                    ^
07:27:40   required: Foo<T>,Foo<T>
07:27:40   found: Foo,Foo
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
07:27:40 X.java:17: warning: [unchecked] unchecked conversion
07:27:40     this.<Object>doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
07:27:40                                         ^
07:27:40   required: Foo<T>
07:27:40   found:    Foo
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
07:27:40 X.java:17: warning: [unchecked] unchecked conversion
07:27:40     this.<Object>doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
07:27:40                                                           ^
07:27:40   required: Foo<T>
07:27:40   found:    Foo
07:27:40   where T is a type-variable:
07:27:40     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
07:27:40 10 warnings
07:27:40 
07:27:40 
07:27:40 
07:27:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:41 
07:27:41 
07:27:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:42 --- javac err: ---
07:27:42 BugEclipse.java:7: error: incompatible types: inference variable T has incompatible upper bounds Cat,Dog
07:27:42     Cat cat = getDog(); // <- error here, eclipse compile this line but the execution print ClassCastException
07:27:42                     ^
07:27:42   where T is a type-variable:
07:27:42     T extends Dog declared in method <T>getDog()
07:27:42 BugEclipse.java:11: warning: [unchecked] unchecked cast
07:27:42     return (T) dog;
07:27:42                ^
07:27:42   required: T
07:27:42   found:    Dog
07:27:42   where T is a type-variable:
07:27:42     T extends Dog declared in method <T>getDog()
07:27:42 1 error
07:27:42 1 warning
07:27:42 
07:27:42 
07:27:42 
07:27:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:43 
07:27:43 
07:27:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:44 
07:27:44 
07:27:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:45 
07:27:45 
07:27:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:46 
07:27:46 
07:27:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:47 --- javac err: ---
07:27:47 EclipseJava8Generics.java:28: error: reference to doFoo is ambiguous
07:27:47     final Object propertyValue = typedProperty.getBar().doFoo(null);
07:27:47                                                        ^
07:27:47   both method doFoo(String) in Foo and method doFoo(Integer) in Nasty match
07:27:47   where V is a type-variable:
07:27:47     V extends Object declared in interface Foo
07:27:47 1 error
07:27:47 
07:27:47 
07:27:47 
07:27:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:48 
07:27:48 
07:27:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:49 
07:27:49 
07:27:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:50 
07:27:50 
07:27:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:52 
07:27:52 
07:27:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:53 
07:27:53 
07:27:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:54 --- javac err: ---
07:27:54 Outer.java:4: warning: [serial] serializable class SingletonList has no definition of serialVersionUID
07:27:54 	private static class SingletonList<E>
07:27:54 	               ^
07:27:54 1 warning
07:27:54 
07:27:54 
07:27:54 
07:27:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:56 --- javac err: ---
07:27:56 test/Main.java:2: warning: [rawtypes] found raw type: ASTNode
07:27:56 abstract class ASTNode<T extends ASTNode> implements Iterable<T> {
07:27:56                                  ^
07:27:56   missing type arguments for generic class ASTNode<T>
07:27:56   where T is a type-variable:
07:27:56     T extends ASTNode declared in class ASTNode
07:27:56 test/Main.java:5: warning: [rawtypes] found raw type: ASTNode
07:27:56 abstract class List<T extends ASTNode> extends ASTNode<T> { }
07:27:56                               ^
07:27:56   missing type arguments for generic class ASTNode<T>
07:27:56   where T is a type-variable:
07:27:56     T extends ASTNode declared in class ASTNode
07:27:56 test/Main.java:30: warning: [rawtypes] found raw type: ASTNode
07:27:56 	  String test(ASTNode<?> node, ASTNode rawNode) {
07:27:56 	                               ^
07:27:56   missing type arguments for generic class ASTNode<T>
07:27:56   where T is a type-variable:
07:27:56     T extends ASTNode declared in class ASTNode
07:27:56 3 warnings
07:27:56 
07:27:56 
07:27:56 
07:27:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:57 
07:27:57 
07:27:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:58 
07:27:58 
07:27:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:27:59 
07:27:59 
07:27:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:00 --- javac err: ---
07:28:00 test/Main.java:7: warning: [rawtypes] found raw type: EcoreEMap
07:28:00 		EcoreEMap map = new EcoreEMap();
07:28:00 		^
07:28:00   missing type arguments for generic class EcoreEMap<K,V>
07:28:00   where K,V are type-variables:
07:28:00     K extends Object declared in class EcoreEMap
07:28:00     V extends Object declared in class EcoreEMap
07:28:00 test/Main.java:7: warning: [rawtypes] found raw type: EcoreEMap
07:28:00 		EcoreEMap map = new EcoreEMap();
07:28:00 		                    ^
07:28:00   missing type arguments for generic class EcoreEMap<K,V>
07:28:00   where K,V are type-variables:
07:28:00     K extends Object declared in class EcoreEMap
07:28:00     V extends Object declared in class EcoreEMap
07:28:00 test/Main.java:8: error: incompatible types: Object cannot be converted to Entry
07:28:00 		map.addUnique(new Object()); //Error here ONLY in 4.4
07:28:00 		              ^
07:28:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:28:00 1 error
07:28:00 2 warnings
07:28:00 
07:28:00 
07:28:00 
07:28:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:01 --- javac err: ---
07:28:01 example/CollectionFactory.java:87: warning: [unchecked] unchecked method invocation: method noneOf in class EnumSet is applied to given types
07:28:01 			return EnumSet.noneOf((Class) elementType);
07:28:01 			                     ^
07:28:01   required: Class<E>
07:28:01   found: Class
07:28:01   where E is a type-variable:
07:28:01     E extends Enum<E> declared in method <E>noneOf(Class<E>)
07:28:01 example/CollectionFactory.java:87: warning: [unchecked] unchecked conversion
07:28:01 			return EnumSet.noneOf((Class) elementType);
07:28:01 			                      ^
07:28:01   required: Class<E>
07:28:01   found:    Class
07:28:01   where E is a type-variable:
07:28:01     E extends Enum<E> declared in method <E>noneOf(Class<E>)
07:28:01 example/CollectionFactory.java:87: warning: [unchecked] unchecked conversion
07:28:01 			return EnumSet.noneOf((Class) elementType);
07:28:01 			                     ^
07:28:01   required: Collection<E>
07:28:01   found:    EnumSet
07:28:01   where E is a type-variable:
07:28:01     E extends Object declared in method <E>createCollection(Class<?>,Class<?>,int)
07:28:01 example/CollectionFactory.java:94: warning: [deprecation] newInstance() in Class has been deprecated
07:28:01 				return (Collection<E>) collectionClass.newInstance();
07:28:01 				                                      ^
07:28:01   where T is a type-variable:
07:28:01     T extends Object declared in class Class
07:28:01 example/CollectionFactory.java:94: warning: [unchecked] unchecked cast
07:28:01 				return (Collection<E>) collectionClass.newInstance();
07:28:01 				                                                  ^
07:28:01   required: Collection<E>
07:28:01   found:    CAP#1
07:28:01   where E is a type-variable:
07:28:01     E extends Object declared in method <E>createCollection(Class<?>,Class<?>,int)
07:28:01   where CAP#1 is a fresh type-variable:
07:28:01     CAP#1 extends Object from capture of ?
07:28:01 5 warnings
07:28:01 
07:28:01 
07:28:01 
07:28:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:02 --- javac err: ---
07:28:02 EnumTest.java:8: warning: [rawtypes] found raw type: Class
07:28:02 		public <T extends Cloneable> T getOne(Class enumType) {
07:28:02 		                                      ^
07:28:02   missing type arguments for generic class Class<T>
07:28:02   where T is a type-variable:
07:28:02     T extends Object declared in class Class
07:28:02 EnumTest.java:9: error: type argument ? extends T is not within bounds of type-variable E
07:28:02 			EnumSet<? extends T> set = EnumSet.allOf(enumType);
07:28:02 			        ^
07:28:02   where T,E are type-variables:
07:28:02     T extends Cloneable declared in method <T>getOne(Class)
07:28:02     E extends Enum<E> declared in class EnumSet
07:28:02 EnumTest.java:9: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
07:28:02 			EnumSet<? extends T> set = EnumSet.allOf(enumType);
07:28:02 			                                        ^
07:28:02   required: Class<E>
07:28:02   found: Class
07:28:02   where E is a type-variable:
07:28:02     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:28:02 EnumTest.java:9: warning: [unchecked] unchecked conversion
07:28:02 			EnumSet<? extends T> set = EnumSet.allOf(enumType);
07:28:02 			                                         ^
07:28:02   required: Class<E>
07:28:02   found:    Class
07:28:02   where E is a type-variable:
07:28:02     E extends Enum<E> declared in method <E>allOf(Class<E>)
07:28:02 EnumTest.java:9: warning: [unchecked] unchecked conversion
07:28:02 			EnumSet<? extends T> set = EnumSet.allOf(enumType);
07:28:02 			                                        ^
07:28:02   required: EnumSet<? extends T>
07:28:02   found:    EnumSet
07:28:02   where T is a type-variable:
07:28:02     T extends Cloneable declared in method <T>getOne(Class)
07:28:02 1 error
07:28:02 4 warnings
07:28:02 
07:28:02 
07:28:02 
07:28:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:03 --- javac err: ---
07:28:03 EnumTest.java:8: warning: [rawtypes] found raw type: Class
07:28:03 		public void getOne(Class enumType) {
07:28:03 		                   ^
07:28:03   missing type arguments for generic class Class<T>
07:28:03   where T is a type-variable:
07:28:03     T extends Object declared in class Class
07:28:03 EnumTest.java:9: error: type argument ? extends EnumTest is not within bounds of type-variable E
07:28:03 			EnumSet<? extends EnumTest> set = null;
07:28:03 			        ^
07:28:03   where E is a type-variable:
07:28:03     E extends Enum<E> declared in class EnumSet
07:28:03 1 error
07:28:03 1 warning
07:28:03 
07:28:03 
07:28:03 
07:28:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:04 --- javac err: ---
07:28:04 X.java:5: error: type argument ? extends U is not within bounds of type-variable T
07:28:04 		X<? extends U> l = null;
07:28:04 		  ^
07:28:04   where U,T are type-variables:
07:28:04     U extends B declared in method <U>m()
07:28:04     T extends A declared in class X
07:28:04 1 error
07:28:04 
07:28:04 
07:28:04 
07:28:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:05 
07:28:05 
07:28:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:06 
07:28:06 
07:28:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:07 --- javac err: ---
07:28:07 Test.java:6: error: method b in class Test cannot be applied to given types;
07:28:07             b(newList(type));
07:28:07             ^
07:28:07   required: List<T>
07:28:07   found: CAP#1
07:28:07   reason: inference variable L has incompatible bounds
07:28:07     equality constraints: CAP#2
07:28:07     lower bounds: List<?>,List<T>
07:28:07   where T,L are type-variables:
07:28:07     T extends Object declared in method <T>b(List<T>)
07:28:07     L extends List<?> declared in method <L>newList(Class<L>)
07:28:07   where CAP#1,CAP#2 are fresh type-variables:
07:28:07     CAP#1 extends List<?> from capture of ? extends List<?>
07:28:07     CAP#2 extends List<?> from capture of ? extends List<?>
07:28:07 1 error
07:28:07 
07:28:07 
07:28:07 
07:28:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:08 --- javac err: ---
07:28:08 bug/AbstractC.java:4: error: cannot select from a type variable
07:28:08 public abstract class AbstractC<T extends IInterface> extends T.AbstractD<E>  {
07:28:08                                                                ^
07:28:08 1 error
07:28:08 
07:28:08 
07:28:08 
07:28:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:10 
07:28:10 
07:28:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:12 
07:28:12 
07:28:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:13 
07:28:13 
07:28:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:14 
07:28:14 
07:28:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:15 --- javac err: ---
07:28:15 test/A.java:3: warning: [rawtypes] found raw type: Iterable
07:28:15 public interface A<T extends Iterable> {
07:28:15                              ^
07:28:15   missing type arguments for generic class Iterable<T>
07:28:15   where T is a type-variable:
07:28:15     T extends Object declared in interface Iterable
07:28:15 test/B1.java:3: warning: [rawtypes] found raw type: Iterable
07:28:15 public interface B1 extends A<Iterable> {
07:28:15                               ^
07:28:15   missing type arguments for generic class Iterable<T>
07:28:15   where T is a type-variable:
07:28:15     T extends Object declared in interface Iterable
07:28:15 test/B2.java:3: warning: [rawtypes] found raw type: Iterable
07:28:15 public interface B2 extends A<Iterable> {
07:28:15                               ^
07:28:15   missing type arguments for generic class Iterable<T>
07:28:15   where T is a type-variable:
07:28:15     T extends Object declared in interface Iterable
07:28:15 3 warnings
07:28:15 
07:28:16 
07:28:16 
07:28:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:17 
07:28:17 
07:28:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:18 
07:28:18 
07:28:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:19 
07:28:19 
07:28:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:20 --- javac err: ---
07:28:20 test/A.java:6: warning: [rawtypes] found raw type: List
07:28:20     static List f;
07:28:20            ^
07:28:20   missing type arguments for generic class List<E>
07:28:20   where E is a type-variable:
07:28:20     E extends Object declared in interface List
07:28:20 1 warning
07:28:20 
07:28:21 --- javac err: ---
07:28:21 test/B.java:4: error: invalid method declaration; return type required
07:28:21    public static test() {
07:28:21                  ^
07:28:21 1 error
07:28:21 
07:28:21 
07:28:21 
07:28:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:22 --- javac err: ---
07:28:22 X.java:4: error: type argument ? extends V is not within bounds of type-variable U
07:28:22     public static <V> Y<? extends V> one() {
07:28:22                         ^
07:28:22   where V,U are type-variables:
07:28:22     V extends Object declared in method <V>one()
07:28:22     U extends Z declared in class Y
07:28:22 1 error
07:28:22 
07:28:22 
07:28:22 
07:28:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:23 --- javac err: ---
07:28:23 Test.java:8: error: method method() is already defined in class Test
07:28:23 	private void method() {
07:28:23 	             ^
07:28:23 Test.java:4: warning: [rawtypes] found raw type: Map
07:28:23 	private Map field = new HashMap();
07:28:23 	        ^
07:28:23   missing type arguments for generic class Map<K,V>
07:28:23   where K,V are type-variables:
07:28:23     K extends Object declared in interface Map
07:28:23     V extends Object declared in interface Map
07:28:23 Test.java:4: warning: [rawtypes] found raw type: HashMap
07:28:23 	private Map field = new HashMap();
07:28:23 	                        ^
07:28:23   missing type arguments for generic class HashMap<K,V>
07:28:23   where K,V are type-variables:
07:28:23     K extends Object declared in class HashMap
07:28:23     V extends Object declared in class HashMap
07:28:23 Test.java:6: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
07:28:23 		field.put("key", "value");
07:28:23 		         ^
07:28:23   where K,V are type-variables:
07:28:23     K extends Object declared in interface Map
07:28:23     V extends Object declared in interface Map
07:28:23 Test.java:9: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
07:28:23 		field.put("key", "value");
07:28:23 		         ^
07:28:23   where K,V are type-variables:
07:28:23     K extends Object declared in interface Map
07:28:23     V extends Object declared in interface Map
07:28:23 1 error
07:28:23 4 warnings
07:28:23 
07:28:23 
07:28:23 
07:28:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:24 
07:28:24 
07:28:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:26 --- javac err: ---
07:28:26 subtypes/TestImpl.java:8: warning: [rawtypes] found raw type: GenericType
07:28:26     protected List<Class<? extends GenericType>> giveMeAListOfTypes() {
07:28:26                                    ^
07:28:26   missing type arguments for generic class GenericType<REQ,RES>
07:28:26   where REQ,RES are type-variables:
07:28:26     REQ extends A<RES> declared in class GenericType
07:28:26     RES extends B declared in class GenericType
07:28:26 1 warning
07:28:26 
07:28:26 
07:28:26 
07:28:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:27 --- javac err: ---
07:28:27 X/C120644mr.java:3: error: cannot select from a type variable
07:28:27 public class C120644mr<V, X extends java.lang.Exception> extends X.C16280iv<V> {
07:28:27                                                                   ^
07:28:27 1 error
07:28:27 
07:28:27 
07:28:27 
07:28:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:28 --- javac err: ---
07:28:28 X/C120644mr.java:6: error: cannot select from a type variable
07:28:28 public class C120644mr<V, X extends Outer> extends X.Inner<V> {
07:28:28                                                     ^
07:28:28 1 error
07:28:28 
07:28:28 
07:28:28 
07:28:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:29 
07:28:29 
07:28:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:30 --- javac err: ---
07:28:30 C.java:3: error: incompatible types: T cannot be converted to String
07:28:30 		return x instanceof String;
07:28:30 		       ^
07:28:30   where T is a type-variable:
07:28:30     T extends CharSequence,List<T> declared in method <T>m(T)
07:28:30 1 error
07:28:30 
07:28:30 
07:28:30 
07:28:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:31 
07:28:31 
07:28:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:32 --- javac err: ---
07:28:32 A.java:11: error: incompatible types: List<A<CAP#1>.C> cannot be converted to List<A<? extends B>.C>
07:28:32         List<A<? extends B>.C> y = x.list;
07:28:32                                     ^
07:28:32   where CAP#1 is a fresh type-variable:
07:28:32     CAP#1 extends B from capture of ? extends B
07:28:32 1 error
07:28:32 
07:28:32 
07:28:32 
07:28:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:33 --- javac err: ---
07:28:33 A.java:17: error: incompatible types: List<A<T>.C> cannot be converted to List<A<?>.C>
07:28:33         foo(l);
07:28:33             ^
07:28:33   where T is a type-variable:
07:28:33     T extends Object declared in class A
07:28:33 A.java:33: error: incompatible types: List<A<T>> cannot be converted to List<A<?>>
07:28:33         foo2(l); 
07:28:33              ^
07:28:33   where T is a type-variable:
07:28:33     T extends Object declared in class A
07:28:33 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:28:33 2 errors
07:28:33 
07:28:33 
07:28:33 
07:28:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:33 ***************************************************************************
07:28:33 * Comparison with Sun Javac compiler for class ForeachStatementTest (null tests)
07:28:33 ***************************************************************************
07:28:34 
07:28:34 
07:28:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:35 --- javac err: ---
07:28:35 X.java:4: error: cannot find symbol
07:28:35         for (int value : new int[] {value}) {
07:28:35                                     ^
07:28:35   symbol:   variable value
07:28:35   location: class X
07:28:35 1 error
07:28:35 
07:28:35 
07:28:35 
07:28:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:36 --- javac err: ---
07:28:36 X.java:4: error: cannot find symbol
07:28:36         for (int value : value) {
07:28:36                          ^
07:28:36   symbol:   variable value
07:28:36   location: class X
07:28:36 1 error
07:28:36 
07:28:36 
07:28:36 
07:28:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:37 
07:28:37 
07:28:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:37 --- javac err: ---
07:28:37 X.java:13: error: variable i might not have been initialized
07:28:37 		System.out.println(sum + i);
07:28:37 		                         ^
07:28:37 1 error
07:28:37 
07:28:37 
07:28:37 
07:28:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:38 --- javac err: ---
07:28:38 X.java:9: error: variable i might already have been assigned
07:28:38 			    i = 1;
07:28:38 			    ^
07:28:38 X.java:13: error: variable i might not have been initialized
07:28:38 		System.out.println(i);
07:28:38 		                   ^
07:28:38 2 errors
07:28:38 
07:28:38 
07:28:38 
07:28:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:39 
07:28:39 
07:28:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:40 --- javac err: ---
07:28:40 X.java:2: warning: [rawtypes] found raw type: Iterable
07:28:40 	void foo(Iterable col) {
07:28:40 	         ^
07:28:40   missing type arguments for generic class Iterable<T>
07:28:40   where T is a type-variable:
07:28:40     T extends Object declared in interface Iterable
07:28:40 X.java:3: error: incompatible types: Object cannot be converted to X
07:28:40 		for (X x : col) {
07:28:40 		           ^
07:28:40 1 error
07:28:40 1 warning
07:28:40 
07:28:40 
07:28:40 
07:28:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:41 --- javac err: ---
07:28:41 X.java:3: error: incompatible types: String cannot be converted to X
07:28:41 		for (X x : col) {
07:28:41 		           ^
07:28:41 1 error
07:28:41 
07:28:41 
07:28:41 
07:28:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:42 
07:28:42 
07:28:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:43 --- javac err: ---
07:28:43 X.java:8: error: incompatible types: int[] cannot be converted to int
07:28:43 		loop: for (final int e : tab) {
07:28:43 		                         ^
07:28:43 1 error
07:28:43 
07:28:43 
07:28:43 
07:28:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:44 
07:28:44 
07:28:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:45 
07:28:45 
07:28:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:46 
07:28:46 
07:28:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:47 
07:28:47 
07:28:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:48 
07:28:48 
07:28:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:49 
07:28:49 
07:28:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:50 
07:28:50 
07:28:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:51 
07:28:51 
07:28:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:52 
07:28:52 
07:28:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:53 
07:28:53 
07:28:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:54 --- javac err: ---
07:28:54 X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
07:28:54 			arrayList.add(new Integer(i));
07:28:54 			              ^
07:28:54 1 warning
07:28:54 
07:28:54 
07:28:54 
07:28:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:55 --- javac err: ---
07:28:55 X.java:5: error: incompatible types: String cannot be converted to Thread
07:28:55 		for (Thread s : new AX()) {
07:28:55 		                ^
07:28:55 1 error
07:28:55 
07:28:55 
07:28:55 
07:28:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:56 --- javac err: ---
07:28:56 X.java:7: warning: [rawtypes] found raw type: List
07:28:56 		List list = new ArrayList();
07:28:56 		^
07:28:56   missing type arguments for generic class List<E>
07:28:56   where E is a type-variable:
07:28:56     E extends Object declared in interface List
07:28:56 X.java:7: warning: [rawtypes] found raw type: ArrayList
07:28:56 		List list = new ArrayList();
07:28:56 		                ^
07:28:56   missing type arguments for generic class ArrayList<E>
07:28:56   where E is a type-variable:
07:28:56     E extends Object declared in class ArrayList
07:28:56 X.java:9: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
07:28:56 			list.add(arg);
07:28:56 			        ^
07:28:56   where E is a type-variable:
07:28:56     E extends Object declared in interface List
07:28:56 3 warnings
07:28:56 
07:28:56 
07:28:56 
07:28:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:57 
07:28:57 
07:28:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:58 
07:28:58 
07:28:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:28:59 --- javac err: ---
07:28:59 X.java:5: warning: [rawtypes] found raw type: ArrayList
07:28:59 		java.util.ArrayList i;	
07:28:59 		         ^
07:28:59   missing type arguments for generic class ArrayList<E>
07:28:59   where E is a type-variable:
07:28:59     E extends Object declared in class ArrayList
07:28:59 1 warning
07:28:59 
07:28:59 
07:28:59 
07:28:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:01 
07:29:01 
07:29:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:02 
07:29:02 
07:29:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:03 
07:29:03 
07:29:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:04 --- javac err: ---
07:29:04 X.java:6: warning: [rawtypes] found raw type: ArrayList
07:29:04         ArrayList arr = new ArrayList();
07:29:04         ^
07:29:04   missing type arguments for generic class ArrayList<E>
07:29:04   where E is a type-variable:
07:29:04     E extends Object declared in class ArrayList
07:29:04 X.java:6: warning: [rawtypes] found raw type: ArrayList
07:29:04         ArrayList arr = new ArrayList();
07:29:04                             ^
07:29:04   missing type arguments for generic class ArrayList<E>
07:29:04   where E is a type-variable:
07:29:04     E extends Object declared in class ArrayList
07:29:04 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
07:29:04     	 arr.add(new Object());
07:29:04     	        ^
07:29:04   where E is a type-variable:
07:29:04     E extends Object declared in class ArrayList
07:29:04 3 warnings
07:29:04 
07:29:04 
07:29:04 
07:29:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:05 
07:29:05 
07:29:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:06 
07:29:06 
07:29:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:07 
07:29:07 
07:29:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:08 
07:29:08 
07:29:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:09 
07:29:09 
07:29:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:10 
07:29:10 
07:29:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:11 
07:29:11 
07:29:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:13 
07:29:13 
07:29:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:14 
07:29:14 
07:29:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:15 
07:29:15 
07:29:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:16 
07:29:16 
07:29:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:17 
07:29:17 
07:29:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:18 
07:29:18 
07:29:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:19 
07:29:19 
07:29:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:20 
07:29:20 
07:29:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:21 
07:29:21 
07:29:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:22 
07:29:22 
07:29:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:23 --- javac err: ---
07:29:23 X.java:2: warning: [rawtypes] found raw type: List
07:29:23 	void foo3(java.util.List l) {
07:29:23 	                   ^
07:29:23   missing type arguments for generic class List<E>
07:29:23   where E is a type-variable:
07:29:23     E extends Object declared in interface List
07:29:23 1 warning
07:29:23 
07:29:23 
07:29:23 
07:29:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:24 
07:29:24 
07:29:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:25 
07:29:25 
07:29:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:26 
07:29:26 
07:29:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:27 
07:29:27 
07:29:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:28 --- javac err: ---
07:29:28 X.java:20: error: cannot find symbol
07:29:28     Zork z;
07:29:28     ^
07:29:28   symbol:   class Zork
07:29:28   location: class X
07:29:28 X.java:9: warning: [rawtypes] found raw type: Set
07:29:28         Set<String> [] OK= new Set[] { x, y };
07:29:28                                ^
07:29:28   missing type arguments for generic class Set<E>
07:29:28   where E is a type-variable:
07:29:28     E extends Object declared in interface Set
07:29:28 X.java:9: warning: [unchecked] unchecked conversion
07:29:28         Set<String> [] OK= new Set[] { x, y };
07:29:28                            ^
07:29:28   required: Set<String>[]
07:29:28   found:    Set[]
07:29:28 X.java:10: warning: [rawtypes] found raw type: Set
07:29:28         for (Set<String> BUG : new Set[] { x, y }) {
07:29:28                                    ^
07:29:28   missing type arguments for generic class Set<E>
07:29:28   where E is a type-variable:
07:29:28     E extends Object declared in interface Set
07:29:28 X.java:10: warning: [unchecked] unchecked conversion
07:29:28         for (Set<String> BUG : new Set[] { x, y }) {
07:29:28                                ^
07:29:28   required: Set<String>
07:29:28   found:    Set
07:29:28 X.java:14: warning: [rawtypes] found raw type: Set
07:29:28         Set [] set = new Set[] { x, y };
07:29:28         ^
07:29:28   missing type arguments for generic class Set<E>
07:29:28   where E is a type-variable:
07:29:28     E extends Object declared in interface Set
07:29:28 X.java:14: warning: [rawtypes] found raw type: Set
07:29:28         Set [] set = new Set[] { x, y };
07:29:28                          ^
07:29:28   missing type arguments for generic class Set<E>
07:29:28   where E is a type-variable:
07:29:28     E extends Object declared in interface Set
07:29:28 X.java:15: warning: [unchecked] unchecked conversion
07:29:28         for (Set<String> BUG : set) {
07:29:28                                ^
07:29:28   required: Set<String>
07:29:28   found:    Set
07:29:28 1 error
07:29:28 7 warnings
07:29:28 
07:29:28 
07:29:28 
07:29:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:29 --- javac err: ---
07:29:29 X.java:20: error: cannot find symbol
07:29:29     Zork z;
07:29:29     ^
07:29:29   symbol:   class Zork
07:29:29   location: class X
07:29:29 X.java:9: warning: [rawtypes] found raw type: Set
07:29:29         @SuppressWarnings("unchecked") Set<String> [] OK= new Set[] { x, y };
07:29:29                                                               ^
07:29:29   missing type arguments for generic class Set<E>
07:29:29   where E is a type-variable:
07:29:29     E extends Object declared in interface Set
07:29:29 X.java:10: warning: [rawtypes] found raw type: Set
07:29:29         for (@SuppressWarnings("unchecked") Set<String> BUG : new Set[] { x, y }) {
07:29:29                                                                   ^
07:29:29   missing type arguments for generic class Set<E>
07:29:29   where E is a type-variable:
07:29:29     E extends Object declared in interface Set
07:29:29 X.java:10: warning: [unchecked] unchecked conversion
07:29:29         for (@SuppressWarnings("unchecked") Set<String> BUG : new Set[] { x, y }) {
07:29:29                                                               ^
07:29:29   required: Set<String>
07:29:29   found:    Set
07:29:29 X.java:15: warning: [unchecked] unchecked conversion
07:29:29         for (@SuppressWarnings("unchecked") Set<String> BUG : set) {
07:29:29                                                               ^
07:29:29   required: Set<String>
07:29:29   found:    Set
07:29:29 1 error
07:29:29 4 warnings
07:29:29 
07:29:29 
07:29:29 
07:29:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:30 --- javac err: ---
07:29:30 X.java:11: error: cannot find symbol
07:29:30     Zork z;
07:29:30     ^
07:29:30   symbol:   class Zork
07:29:30   location: class X
07:29:30 X.java:4: warning: [unchecked] unchecked conversion
07:29:30 		List<String> stringList = lists.get(0); // (1)
07:29:30 		                                   ^
07:29:30   required: List<String>
07:29:30   found:    List
07:29:30 X.java:5: warning: [unchecked] unchecked conversion
07:29:30 		for (List<String> strings : lists)      // (2)
07:29:30 		                            ^
07:29:30   required: List<String>
07:29:30   found:    List
07:29:30 X.java:7: warning: [unchecked] unchecked conversion
07:29:30 		for (@SuppressWarnings("unchecked") List<String> strings : lists) // no warning
07:29:30 		                                                           ^
07:29:30   required: List<String>
07:29:30   found:    List
07:29:30 1 error
07:29:30 3 warnings
07:29:30 
07:29:30 
07:29:30 
07:29:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:32 
07:29:32 
07:29:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:33 
07:29:33 
07:29:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:34 
07:29:34 
07:29:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:34 ***************************************************************************
07:29:34 * Comparison with Sun Javac compiler for class StaticImportTest (null tests)
07:29:34 ***************************************************************************
07:29:35 
07:29:35 
07:29:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:36 
07:29:36 
07:29:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:39 
07:29:39 
07:29:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:39 --- javac err: ---
07:29:39 p/X.java:9: error: cannot find symbol
07:29:39 	void m1(YMember m) {}
07:29:39 	        ^
07:29:39   symbol:   class YMember
07:29:39   location: class X
07:29:39 p/X.java:10: error: cannot find symbol
07:29:39 	void m2(ZMember m) {}
07:29:39 	        ^
07:29:39   symbol:   class ZMember
07:29:39   location: class X
07:29:39 p/X.java:3: error: cannot find symbol
07:29:39 import static p2.Z.Zint;
07:29:39 ^
07:29:39   symbol:   static Zint
07:29:39   location: class Z
07:29:39 p/X.java:4: error: cannot find symbol
07:29:39 import static p2.Z.ZMember;
07:29:39 ^
07:29:39   symbol:   static ZMember
07:29:39   location: class Z
07:29:39 p/X.java:6: error: cannot find symbol
07:29:39 	int x = y(1);
07:29:39 	        ^
07:29:39   symbol:   method y(int)
07:29:39   location: class X
07:29:39 p/X.java:7: error: cannot find symbol
07:29:39 	int y = Yint;
07:29:39 	        ^
07:29:39   symbol:   variable Yint
07:29:39   location: class X
07:29:39 p/X.java:8: error: cannot find symbol
07:29:39 	int z = Zint;
07:29:39 	        ^
07:29:39   symbol:   variable Zint
07:29:39   location: class X
07:29:39 7 errors
07:29:39 
07:29:39 
07:29:39 
07:29:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:40 --- javac err: ---
07:29:40 p/X.java:9: error: cannot find symbol
07:29:40 	void m1(YMember m) {}
07:29:40 	        ^
07:29:40   symbol:   class YMember
07:29:40   location: class X
07:29:40 p/X.java:10: error: cannot find symbol
07:29:40 	void m2(ZMember m) {}
07:29:40 	        ^
07:29:40   symbol:   class ZMember
07:29:40   location: class X
07:29:40 p/X.java:3: error: cannot find symbol
07:29:40 import static p2.Z.Zint;
07:29:40 ^
07:29:40   symbol:   static Zint
07:29:40   location: class Z
07:29:40 p/X.java:4: error: cannot find symbol
07:29:40 import static p2.Z.ZMember;
07:29:40 ^
07:29:40   symbol:   static ZMember
07:29:40   location: class Z
07:29:40 p/X.java:6: error: cannot find symbol
07:29:40 	int x = y(1);
07:29:40 	        ^
07:29:40   symbol:   method y(int)
07:29:40   location: class X
07:29:40 p/X.java:7: error: cannot find symbol
07:29:40 	int y = Yint;
07:29:40 	        ^
07:29:40   symbol:   variable Yint
07:29:40   location: class X
07:29:40 p/X.java:8: error: cannot find symbol
07:29:40 	int z = Zint;
07:29:40 	        ^
07:29:40   symbol:   variable Zint
07:29:40   location: class X
07:29:40 7 errors
07:29:40 
07:29:40 
07:29:40 
07:29:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:41 --- javac err: ---
07:29:41 p/X.java:3: error: cannot find symbol
07:29:41 import static p2.Z.ZNonStatic;
07:29:41 ^
07:29:41   symbol:   static ZNonStatic
07:29:41   location: class Z
07:29:41 1 error
07:29:41 
07:29:41 
07:29:41 
07:29:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:42 
07:29:42 
07:29:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:43 --- javac err: ---
07:29:43 p/X.java:2: error: package java does not exist
07:29:43 import static java.lang.System;
07:29:43                   ^
07:29:43 p/X.java:2: error: static import only from classes and interfaces
07:29:43 import static java.lang.System;
07:29:43 ^
07:29:43 2 errors
07:29:43 
07:29:43 
07:29:43 
07:29:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:44 --- javac err: ---
07:29:44 p/X.java:3: error: cannot find symbol
07:29:44 public class X {Method m;}
07:29:44                 ^
07:29:44   symbol:   class Method
07:29:44   location: class X
07:29:44 1 error
07:29:44 
07:29:44 
07:29:44 
07:29:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:45 --- javac err: ---
07:29:45 X.java:3: error: method arraycopy in class System cannot be applied to given types;
07:29:45 	void foo() { arraycopy(); }
07:29:45 	             ^
07:29:45   required: Object,int,Object,int,int
07:29:45   found: no arguments
07:29:45   reason: actual and formal argument lists differ in length
07:29:45 1 error
07:29:45 
07:29:45 
07:29:45 
07:29:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:46 --- javac err: ---
07:29:46 X.java:4: error: cannot find symbol
07:29:46 class XXX extends M.Missing {}
07:29:46                    ^
07:29:46   symbol:   class Missing
07:29:46   location: class M
07:29:46 1 error
07:29:46 
07:29:46 
07:29:46 
07:29:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:49 
07:29:49 
07:29:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:50 --- javac err: ---
07:29:50 X.java:7: error: cannot find symbol
07:29:50 import static p.Z.Zz.WW.*;
07:29:50                     ^
07:29:50   symbol:   class WW
07:29:50   location: class Z.Zz
07:29:50 X.java:8: error: cannot find symbol
07:29:50 import p.Y.ZZ;
07:29:50           ^
07:29:50   symbol:   class ZZ
07:29:50   location: class Y
07:29:50 X.java:9: error: cannot find symbol
07:29:50 import static p.Y.ZZ.*;
07:29:50                  ^
07:29:50   symbol:   class ZZ
07:29:50   location: class Y
07:29:50 X.java:10: error: cannot find symbol
07:29:50 import static p.Y.ZZ.WW;
07:29:50                  ^
07:29:50   symbol:   class ZZ
07:29:50   location: class Y
07:29:50 X.java:10: error: static import only from classes and interfaces
07:29:50 import static p.Y.ZZ.WW;
07:29:50 ^
07:29:50 X.java:11: error: cannot find symbol
07:29:50 import static p.Y.ZZ.WW.*;
07:29:50                  ^
07:29:50   symbol:   class ZZ
07:29:50   location: class Y
07:29:50 X.java:12: error: cannot find symbol
07:29:50 import static p.Y.ZZ.ZZZ;
07:29:50                  ^
07:29:50   symbol:   class ZZ
07:29:50   location: class Y
07:29:50 X.java:12: error: static import only from classes and interfaces
07:29:50 import static p.Y.ZZ.ZZZ;
07:29:50 ^
07:29:50 X.java:13: error: cannot find symbol
07:29:50 import static p.Y.ZZ.WW.WWW;
07:29:50                  ^
07:29:50   symbol:   class ZZ
07:29:50   location: class Y
07:29:50 X.java:13: error: static import only from classes and interfaces
07:29:50 import static p.Y.ZZ.WW.WWW;
07:29:50 ^
07:29:50 X.java:6: error: cannot find symbol
07:29:50 import static p.Y.Zz;
07:29:50 ^
07:29:50   symbol:   static Zz
07:29:50   location: class Y
07:29:50 11 errors
07:29:50 
07:29:50 
07:29:50 
07:29:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:51 
07:29:51 
07:29:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:53 
07:29:53 
07:29:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:54 --- javac err: ---
07:29:54 X.java:1: error: package java does not exist
07:29:54 import static java.lang.*;
07:29:54                   ^
07:29:54 1 error
07:29:54 
07:29:54 
07:29:54 
07:29:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:55 
07:29:55 
07:29:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:56 --- javac err: ---
07:29:56 bug/A.java:4: error: cannot find symbol
07:29:56    private B b2 = b;
07:29:56                   ^
07:29:56   symbol:   variable b
07:29:56   location: class A
07:29:56 1 error
07:29:56 
07:29:56 
07:29:56 
07:29:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:57 --- javac err: ---
07:29:57 X.java:5: error: cannot find symbol
07:29:57   Zork z;
07:29:57   ^
07:29:57   symbol:   class Zork
07:29:57   location: class X
07:29:57 1 error
07:29:57 
07:29:57 
07:29:57 
07:29:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:29:58 --- javac err: ---
07:29:58 X.java:3: error: cannot find symbol
07:29:58   void foo() { cos(0); }
07:29:58                ^
07:29:58   symbol:   method cos(int)
07:29:58   location: class X
07:29:58 1 error
07:29:58 
07:29:58 
07:29:58 
07:29:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:00 --- javac err: ---
07:30:00 X.java:1: error: cannot find symbol
07:30:00 import static p.B.foo;
07:30:00 ^
07:30:00   symbol:   static foo
07:30:00   location: class B
07:30:00 X.java:3: error: cannot find symbol
07:30:00   void test() { foo(); }
07:30:00                 ^
07:30:00   symbol:   method foo()
07:30:00   location: class X
07:30:00 2 errors
07:30:00 
07:30:00 
07:30:00 
07:30:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:04 --- javac err: ---
07:30:04 X.java:4: error: reference to F is ambiguous
07:30:04 	int i = F;
07:30:04 	        ^
07:30:04   both variable F in A and variable F in B match
07:30:04 1 error
07:30:04 
07:30:04 
07:30:04 
07:30:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:06 
07:30:06 
07:30:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:07 --- javac err: ---
07:30:07 p/B.java:5: error: reference to m is ambiguous
07:30:07 public class B { public static void main(String[] args) { m(); } }
07:30:07                                                           ^
07:30:07   both method m() in C and method m() in A match
07:30:07 1 error
07:30:07 
07:30:07 
07:30:07 
07:30:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:09 
07:30:09 
07:30:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:10 
07:30:10 
07:30:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:10 --- javac err: ---
07:30:10 X.java:4: error: cannot find symbol
07:30:10 	foo bar;
07:30:10 	^
07:30:10   symbol:   class foo
07:30:10   location: class X
07:30:10 1 error
07:30:10 
07:30:10 
07:30:10 
07:30:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:12 
07:30:12 
07:30:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:13 --- javac err: ---
07:30:13 p1/A.java:6: error: cannot find symbol
07:30:13 		b.fooB();
07:30:13 		 ^
07:30:13   symbol:   method fooB()
07:30:13   location: variable b of type B
07:30:13 1 error
07:30:13 
07:30:13 
07:30:13 
07:30:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:14 --- javac err: ---
07:30:14 p2/Test.java:4: error: cannot find symbol
07:30:14 	Inner1 i; // not found
07:30:14 	^
07:30:14   symbol:   class Inner1
07:30:14   location: class Test
07:30:14 1 error
07:30:14 
07:30:15 
07:30:15 
07:30:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:16 --- javac err: ---
07:30:16 PointRadius.java:7: error: cannot find symbol
07:30:16 		radius = sqrt(pondArea / Math.PI);
07:30:16 		              ^
07:30:16   symbol:   variable pondArea
07:30:16   location: class PointRadius
07:30:16 1 error
07:30:16 
07:30:16 
07:30:16 
07:30:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:17 
07:30:17 
07:30:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:19 --- javac err: ---
07:30:19 X2.java:3: error: reference to foo is ambiguous
07:30:19 public class X2 { void test() {foo();} }
07:30:19                                ^
07:30:19   both method foo() in A and method foo() in B match
07:30:19 1 error
07:30:19 
07:30:19 
07:30:19 
07:30:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:20 
07:30:20 
07:30:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:21 
07:30:21 
07:30:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:22 
07:30:22 
07:30:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:23 
07:30:23 
07:30:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:24 
07:30:24 
07:30:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:26 --- javac err: ---
07:30:26 C.java:6: error: method foo in class B cannot be applied to given types;
07:30:26 	void test() { foo(1); }
07:30:26 	              ^
07:30:26   required: Object,String
07:30:26   found: int
07:30:26   reason: actual and formal argument lists differ in length
07:30:26 1 error
07:30:26 
07:30:27 --- javac err: ---
07:30:27 A.java:4: error: method foo in class A.B cannot be applied to given types;
07:30:27     void foo() { foo(1, 1); }
07:30:27                  ^
07:30:27   required: no arguments
07:30:27   found: int,int
07:30:27   reason: actual and formal argument lists differ in length
07:30:27 1 error
07:30:27 
07:30:27 
07:30:27 
07:30:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:28 --- javac err: ---
07:30:28 X.java:2: error: cannot find symbol
07:30:28 import static p.A.CONSTANT_B;
07:30:28 ^
07:30:28   symbol:   static CONSTANT_B
07:30:28   location: class A
07:30:28 X.java:5: error: CONSTANT_B is not public in B; cannot be accessed from outside package
07:30:28   static int j = p.A.CONSTANT_B;
07:30:28                     ^
07:30:28 X.java:7: error: cannot find symbol
07:30:28   static int n = CONSTANT_B;
07:30:28                  ^
07:30:28   symbol:   variable CONSTANT_B
07:30:28   location: class X
07:30:28 3 errors
07:30:28 
07:30:28 
07:30:28 
07:30:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:29 
07:30:29 
07:30:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:30 --- javac err: ---
07:30:30 X.java:1: error: cannot find symbol
07:30:30 import static p.A.foo_I;
07:30:30 ^
07:30:30   symbol:   static foo_I
07:30:30   location: class A
07:30:30 X.java:2: error: cannot find symbol
07:30:30 import static p.A.foo_B;
07:30:30 ^
07:30:30   symbol:   static foo_B
07:30:30   location: class A
07:30:30 X.java:4: error: non-static method foo_I() cannot be referenced from a static context
07:30:30   static int i = p.A.foo_I();
07:30:30                     ^
07:30:30 X.java:5: error: foo_B() is not public in B; cannot be accessed from outside package
07:30:30   static int j = p.A.foo_B();
07:30:30                     ^
07:30:30 X.java:6: error: cannot find symbol
07:30:30   static int m = foo_I();
07:30:30                  ^
07:30:30   symbol:   method foo_I()
07:30:30   location: class X
07:30:30 X.java:7: error: cannot find symbol
07:30:30   static int n = foo_B();
07:30:30                  ^
07:30:30   symbol:   method foo_B()
07:30:30   location: class X
07:30:30 6 errors
07:30:30 
07:30:30 
07:30:30 
07:30:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:31 --- javac err: ---
07:30:31 X.java:1: error: cannot find symbol
07:30:31 import static p.A.foo_I;
07:30:31 ^
07:30:31   symbol:   static foo_I
07:30:31   location: class A
07:30:31 X.java:4: error: non-static method foo_I() cannot be referenced from a static context
07:30:31   static int i = p.A.foo_I();
07:30:31                     ^
07:30:31 X.java:6: error: cannot find symbol
07:30:31   static int m = foo_I();
07:30:31                  ^
07:30:31   symbol:   method foo_I()
07:30:31   location: class X
07:30:31 3 errors
07:30:31 
07:30:31 
07:30:31 
07:30:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:33 
07:30:33 
07:30:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:34 
07:30:34 
07:30:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:35 --- javac err: ---
07:30:35 ImportTest.java:4: error: method toString2 in class SuperTest cannot be applied to given types;
07:30:35 	static void printArgs(Object... args) { toString2(args); }
07:30:35 	                                        ^
07:30:35   required: no arguments
07:30:35   found: Object[]
07:30:35   reason: actual and formal argument lists differ in length
07:30:35 1 error
07:30:35 
07:30:36 --- javac err: ---
07:30:36 ImportTest.java:4: error: method toString in class Object cannot be applied to given types;
07:30:36 	static void printArgs(Object... args) { toString(args); }
07:30:36 	                                        ^
07:30:36   required: no arguments
07:30:36   found: Object[]
07:30:36   reason: actual and formal argument lists differ in length
07:30:36 1 error
07:30:36 
07:30:36 
07:30:36 
07:30:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:37 
07:30:37 
07:30:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:38 --- javac err: ---
07:30:38 B.java:4: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:30:38 	void test2() { format("fails?", null); }
07:30:38 	                                ^
07:30:38   cast to Object for a varargs call
07:30:38   cast to Object[] for a non-varargs call and to suppress this warning
07:30:38 1 warning
07:30:38 
07:30:38 
07:30:38 
07:30:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:39 
07:30:39 
07:30:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:40 --- javac err: ---
07:30:40 X.java:2: error: method arrayList in class X cannot be applied to given types;
07:30:40 public class X { static void arrayList(int x) { arrayList(); } }
07:30:40                                                 ^
07:30:40   required: int
07:30:40   found: no arguments
07:30:40   reason: actual and formal argument lists differ in length
07:30:40 1 error
07:30:40 
07:30:40 
07:30:40 
07:30:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:41 --- javac err: ---
07:30:41 test/Three.java:3: error: incompatible types: String cannot be converted to int
07:30:41 public class Three extends Two { public static void test(String s) { arrayList(s); } }
07:30:41                                                                                ^
07:30:41 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:30:41 1 error
07:30:41 
07:30:42 --- javac err: ---
07:30:42 test/Three.java:3: error: incompatible types: String cannot be converted to int
07:30:42 public class Three extends Two { public static void test(String s) { arrayList(s); } }
07:30:42                                                                                ^
07:30:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:30:42 1 error
07:30:42 
07:30:42 
07:30:42 
07:30:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:43 --- javac err: ---
07:30:43 error/Importer.java:6: error: method getName in class Base cannot be applied to given types;
07:30:43     getName(Importer.class);
07:30:43     ^
07:30:43   required: no arguments
07:30:43   found: Class<Importer>
07:30:43   reason: actual and formal argument lists differ in length
07:30:43 1 error
07:30:43 
07:30:43 
07:30:43 
07:30:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:44 --- javac err: ---
07:30:44 sample/X.java:22: error: variable i might not have been initialized
07:30:44 				i++;
07:30:44 				^
07:30:44 1 error
07:30:44 
07:30:44 
07:30:44 
07:30:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:45 --- javac err: ---
07:30:45 sample/X.java:21: error: variable i might not have been initialized
07:30:45 				i++;
07:30:45 				^
07:30:45 1 error
07:30:45 
07:30:45 
07:30:45 
07:30:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:46 --- javac err: ---
07:30:46 sample/X.java:7: error: variable i might not have been initialized
07:30:46 		i++;
07:30:46 		^
07:30:46 1 error
07:30:46 
07:30:46 
07:30:46 
07:30:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:47 
07:30:47 
07:30:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:48 
07:30:48 
07:30:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:49 
07:30:49 
07:30:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:50 
07:30:50 
07:30:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:51 
07:30:51 
07:30:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:52 --- javac err: ---
07:30:52 p/X.java:7: error: cannot find symbol
07:30:52 		System.out.println(getZ().value);
07:30:52 		                         ^
07:30:52   symbol:   variable value
07:30:52   location: class Z
07:30:52 1 error
07:30:52 
07:30:52 
07:30:52 
07:30:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:54 --- javac err: ---
07:30:54 p/X.java:4: error: type Z does not take parameters
07:30:54 public class X<T> extends Z<T> {
07:30:54                            ^
07:30:54 p/X.java:5: error: type Z does not take parameters
07:30:54    Z<T> getZ() { return null; } 
07:30:54     ^
07:30:54 2 errors
07:30:54 
07:30:54 
07:30:54 
07:30:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:55 
07:30:55 
07:30:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:56 
07:30:56 
07:30:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:57 
07:30:57 
07:30:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:58 
07:30:58 
07:30:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:30:59 --- javac err: ---
07:30:59 p/X.java:2: error: cannot find symbol
07:30:59 import static q.A.a;
07:30:59 ^
07:30:59   symbol:   static a
07:30:59   location: class A
07:30:59 1 error
07:30:59 
07:30:59 
07:30:59 
07:30:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:00 --- javac err: ---
07:31:00 p/X.java:6: error: reference to a is ambiguous
07:31:00 		System.out.println(a);
07:31:00 		                   ^
07:31:00   both variable a in B and variable a in J match
07:31:00 p/X.java:7: error: reference to b is ambiguous
07:31:00 		System.out.println(b);
07:31:00 		                   ^
07:31:00   both variable b in B and variable b in I match
07:31:00 2 errors
07:31:00 
07:31:00 
07:31:00 
07:31:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:01 --- javac err: ---
07:31:01 p1/X.java:4: error: reference to M is ambiguous
07:31:01 	M m;
07:31:01 	^
07:31:01   both class p2.I.M in I and class p2.B.M in B match
07:31:01 1 error
07:31:01 
07:31:01 
07:31:01 
07:31:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:02 
07:31:02 
07:31:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:03 
07:31:03 
07:31:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:04 --- javac err: ---
07:31:04 X.java:1: error: cannot find symbol
07:31:04 import static p.I.E.C;
07:31:04 ^
07:31:04   symbol:   static C
07:31:04   location: enum E
07:31:04 1 error
07:31:04 
07:31:04 
07:31:04 
07:31:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:05 
07:31:05 
07:31:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:06 
07:31:06 
07:31:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:07 
07:31:07 
07:31:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:08 --- javac err: ---
07:31:08 node/Test/node.java:1: error: package node.Test clashes with class of same name
07:31:08 package node.Test;
07:31:08 ^
07:31:08 node/Test.java:2: error: class Test clashes with package of same name
07:31:08 public class Test {
07:31:08        ^
07:31:08 node2/Test2.java:3: error: cannot find symbol
07:31:08 import static Test.node;
07:31:08               ^
07:31:08   symbol: class Test
07:31:08 node2/Test2.java:3: error: static import only from classes and interfaces
07:31:08 import static Test.node;
07:31:08 ^
07:31:08 4 errors
07:31:08 
07:31:08 
07:31:08 
07:31:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:09 --- javac err: ---
07:31:09 p1/A.java:6: error: cannot find symbol
07:31:09 		int v1 = b.fooB;
07:31:09 		          ^
07:31:09   symbol:   variable fooB
07:31:09   location: variable b of type B
07:31:09 1 error
07:31:09 
07:31:09 
07:31:09 
07:31:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:10 --- javac err: ---
07:31:10 test/Outer.java:2: error: cannot find symbol
07:31:10 import static test.Outer.Inner.VALUE;
07:31:10 ^
07:31:10   symbol:   static VALUE
07:31:10   location: class Inner
07:31:10 test/Outer.java:4: error: cannot find symbol
07:31:10     int i = VALUE;
07:31:10             ^
07:31:10   symbol:   variable VALUE
07:31:10   location: class Outer
07:31:10 2 errors
07:31:10 
07:31:10 
07:31:10 
07:31:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:11 --- javac err: ---
07:31:11 test/Outer.java:4: error: cannot find symbol
07:31:11     int i = VALUE;
07:31:11             ^
07:31:11   symbol:   variable VALUE
07:31:11   location: class Outer
07:31:11 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#test074 - 12
07:31:11 1 error
07:31:11 
07:31:11 test/Outer.java [
07:31:11 ----------------------------------------
07:31:11 package test;
07:31:11 import static test.Outer.Inner.*;
07:31:11 public class Outer {
07:31:11     int i = VALUE;
07:31:11     int i2 = Inner.VALUE;
07:31:11     static class Inner {
07:31:11         private static final int VALUE = 0;
07:31:11     }
07:31:11 }
07:31:11 
07:31:11 ]
07:31:11 
07:31:11 
07:31:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:12 
07:31:12 
07:31:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:13 
07:31:13 
07:31:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:14 
07:31:14 
07:31:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:15 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#test078 - 12
07:31:15 A/A.java [
07:31:15 package A;
07:31:15 ----------------------------------------
07:31:15 import static B.B.C1;
07:31:15 import B.B.C1;
07:31:15 public abstract class A {
07:31:15 	protected void A1(Object task) {
07:31:15 		C1 c = C1(task);
07:31:15 	}
07:31:15 }
07:31:15 
07:31:15 ]
07:31:15 B/B.java [
07:31:15 package B;
07:31:15 final public class B {
07:31:15 	private B() {}
07:31:15 	public static class C1 {}
07:31:15 	public static C1 C1(Object o) {
07:31:15 		return new C1();
07:31:15 	}
07:31:15 }
07:31:15 
07:31:15 ]
07:31:15 
07:31:15 
07:31:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:15 ----------------------------------------
07:31:15 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#test079 - 12
07:31:15 A/A.java [
07:31:15 package A;
07:31:15 import static B.B.C1;
07:31:15 import B.B.C1;
07:31:15 public abstract class A {
07:31:15 	protected void A1(C1 c) {
07:31:15 	}
07:31:15 }
07:31:15 
07:31:15 ]
07:31:15 B/B.java [
07:31:15 package B;
07:31:15 final public class B {
07:31:15 	public static class C1 {}
07:31:15 }
07:31:15 
07:31:15 ]
07:31:15 
07:31:15 
07:31:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:16 --- javac err: ---
07:31:16 a/B.java:2: error: class B clashes with package of same name
07:31:16 public class B {}
07:31:16        ^
07:31:16 a/B/C.java:1: error: package a.B clashes with class of same name
07:31:16 package a.B;
07:31:16 ^
07:31:16 2 errors
07:31:16 
07:31:16 
07:31:16 
07:31:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:17 
07:31:17 
07:31:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:18 --- javac err: ---
07:31:18 p2/Test.java:15: error: cannot find symbol
07:31:18 		int abc = b.a;
07:31:18 		           ^
07:31:18   symbol:   variable a
07:31:18   location: variable b of type B
07:31:18 1 error
07:31:18 
07:31:18 
07:31:18 
07:31:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:20 
07:31:20 
07:31:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:21 
07:31:21 
07:31:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:22 --- javac err: ---
07:31:22 Test.java:7: error: reference to B is ambiguous
07:31:22 		System.out.println(B.class.getCanonicalName().toString());
07:31:22 		                   ^
07:31:22   both class p1.Bar.B in Bar and class p3.Foo.B in Foo match
07:31:22 1 error
07:31:22 
07:31:22 
07:31:22 
07:31:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:23 --- javac err: ---
07:31:23 Test.java:7: error: reference to B is ambiguous
07:31:23 		System.out.println(B.class.getCanonicalName().toString());
07:31:23 		                   ^
07:31:23   both class p1.SuperBar.B in SuperBar and class p3.Foo.B in Foo match
07:31:23 1 error
07:31:23 
07:31:23 
07:31:23 
07:31:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:24 --- javac err: ---
07:31:24 Test.java:2: error: a type with the same simple name is already defined by the static single-type-import of B
07:31:24 import p3.Foo.B;
07:31:24 ^
07:31:24 Test.java:7: error: reference to B is ambiguous
07:31:24 		System.out.println(B.class.getCanonicalName().toString());
07:31:24 		                   ^
07:31:24   both class p1.Bar.B in Bar and class p3.Foo.B in Foo match
07:31:24 2 errors
07:31:24 
07:31:24 
07:31:24 
07:31:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:25 --- javac err: ---
07:31:25 Test.java:1: error: B is already defined in this compilation unit
07:31:25 import static p1.Bar.B;
07:31:25 ^
07:31:25 Test.java:6: error: reference to B is ambiguous
07:31:25 		System.out.println(B.class.getCanonicalName().toString());
07:31:25 		                   ^
07:31:25   both class p1.Bar.B in Bar and class B in unnamed package match
07:31:25 2 errors
07:31:25 
07:31:25 
07:31:25 
07:31:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:26 
07:31:26 
07:31:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:27 --- javac err: ---
07:31:27 X.java:8: error: reference to f is ambiguous
07:31:27     { f = 0; }
07:31:27       ^
07:31:27   both variable f in p.X and variable f in q.X match
07:31:27 X.java:9: error: reference to C is ambiguous
07:31:27     { C c = null; }
07:31:27       ^
07:31:27   both class p.X.C in p.X and class q.X.C in q.X match
07:31:27 X.java:10: error: reference to I is ambiguous
07:31:27     { I i = null; }
07:31:27       ^
07:31:27   both class p.X.I in p.X and class q.X.I in q.X match
07:31:27 3 errors
07:31:27 
07:31:27 
07:31:27 
07:31:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:27 --- javac err: ---
07:31:27 x/y/R.java:6: error: cannot find symbol
07:31:27 	a b; 
07:31:27 	^
07:31:27   symbol:   class a
07:31:27   location: class R
07:31:27 1 error
07:31:27 
07:31:27 
07:31:27 
07:31:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:28 
07:31:28 
07:31:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:30 
07:31:30 
07:31:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:30 --- javac err: ---
07:31:30 p/X.java:6: error: cannot find symbol
07:31:30 	static class Outer<T extends Inner> {
07:31:30 	                             ^
07:31:30   symbol:   class Inner
07:31:30   location: class A1
07:31:30 p/X.java:3: error: cannot find symbol
07:31:30 import static p.A1.AnotherOuter.Inner;
07:31:30 ^
07:31:30   symbol:   static Inner
07:31:30   location: class AnotherOuter
07:31:30 2 errors
07:31:30 
07:31:30 
07:31:30 
07:31:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:31 --- javac err: ---
07:31:31 p/X.java:5: error: cannot find symbol
07:31:31 	static class Outer<T extends Inner> {
07:31:31 	                             ^
07:31:31   symbol:   class Inner
07:31:31   location: class A1
07:31:31 1 error
07:31:31 
07:31:31 
07:31:31 
07:31:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:32 --- javac err: ---
07:31:32 p/X.java:6: error: cannot find symbol
07:31:32 	static class Outer<T extends Inner> {
07:31:32 	                             ^
07:31:32   symbol:   class Inner
07:31:32   location: class A1
07:31:32 p/X.java:9: error: cannot find symbol
07:31:32 	static class AnotherOuter<T extends Inner> {
07:31:32 	                                    ^
07:31:32   symbol:   class Inner
07:31:32   location: class A1
07:31:32 p/X.java:2: error: cannot find symbol
07:31:32 import static p.A1.Outer.Inner;
07:31:32 ^
07:31:32   symbol:   static Inner
07:31:32   location: class Outer
07:31:32 p/X.java:3: error: cannot find symbol
07:31:32 import static p.A1.AnotherOuter.Inner;
07:31:32 ^
07:31:32   symbol:   static Inner
07:31:32   location: class AnotherOuter
07:31:32 4 errors
07:31:32 
07:31:32 
07:31:32 
07:31:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:33 ----------------------------------------
07:31:33 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#testBug520874d - 12
07:31:33 p/X.java [
07:31:33 package p;
07:31:33 import static p.A.B.Inner;
07:31:33 import p.Bar.Inner;
07:31:33 public class X {}
07:31:33 class A {
07:31:33     static class B extends Bar {}
07:31:33 }
07:31:33 
07:31:33 ]
07:31:33 p/Bar.java [
07:31:33 package p;
07:31:33 public class Bar {;
07:31:33 	public static class Inner {}
07:31:33 }
07:31:33 
07:31:33 ]
07:31:33 
07:31:33 
07:31:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:34 ----------------------------------------
07:31:34 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#testBug520874e - 12
07:31:34 p/X.java [
07:31:34 package p;
07:31:34 import static p.A.B.Inner;
07:31:34 import p.Bar.*;
07:31:34 public class X {}
07:31:34 class A {
07:31:34     static class B extends Bar {}
07:31:34 }
07:31:34 
07:31:34 ]
07:31:34 p/Bar.java [
07:31:34 package p;
07:31:34 public class Bar {;
07:31:34 	public static class Inner {}
07:31:34 }
07:31:34 
07:31:34 ]
07:31:34 
07:31:34 
07:31:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:34 ***************************************************************************
07:31:34 * Comparison with Sun Javac compiler for class VarargsTest (null tests)
07:31:34 ***************************************************************************
07:31:36 
07:31:36 
07:31:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:38 
07:31:38 
07:31:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:40 
07:31:40 
07:31:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:42 
07:31:42 
07:31:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:45 
07:31:45 
07:31:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:46 
07:31:46 
07:31:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:46 --- javac err: ---
07:31:46 X.java:3: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.byte2(null);
07:31:46 		        ^
07:31:46   cast to byte[] for a varargs call
07:31:46   cast to byte[][] for a non-varargs call and to suppress this warning
07:31:46 X.java:4: error: method byte2 in class Y cannot be applied to given types;
07:31:46 		Y.byte2((byte) 1);
07:31:46 		 ^
07:31:46   required: byte[][]
07:31:46   found: byte
07:31:46   reason: varargs mismatch; byte cannot be converted to byte[]
07:31:46 X.java:7: error: method byte2 in class Y cannot be applied to given types;
07:31:46 		Y.byte2(new byte[][][] {});
07:31:46 		 ^
07:31:46   required: byte[][]
07:31:46   found: byte[][][]
07:31:46   reason: varargs mismatch; byte[][][] cannot be converted to byte[]
07:31:46 X.java:9: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.object(null);
07:31:46 		         ^
07:31:46   cast to Object for a varargs call
07:31:46   cast to Object[] for a non-varargs call and to suppress this warning
07:31:46 X.java:12: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.object(new byte[][] {});
07:31:46 		         ^
07:31:46   cast to Object for a varargs call
07:31:46   cast to Object[] for a non-varargs call and to suppress this warning
07:31:46 X.java:13: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.object(new byte[][][] {});
07:31:46 		         ^
07:31:46   cast to Object for a varargs call
07:31:46   cast to Object[] for a non-varargs call and to suppress this warning
07:31:46 X.java:16: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.object(new String[] {});
07:31:46 		         ^
07:31:46   cast to Object for a varargs call
07:31:46   cast to Object[] for a non-varargs call and to suppress this warning
07:31:46 X.java:17: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.object(new String[][] {});
07:31:46 		         ^
07:31:46   cast to Object for a varargs call
07:31:46   cast to Object[] for a non-varargs call and to suppress this warning
07:31:46 X.java:19: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.object2(null);
07:31:46 		          ^
07:31:46   cast to Object[] for a varargs call
07:31:46   cast to Object[][] for a non-varargs call and to suppress this warning
07:31:46 X.java:20: error: method object2 in class Y cannot be applied to given types;
07:31:46 		Y.object2((byte) 1);
07:31:46 		 ^
07:31:46   required: Object[][]
07:31:46   found: byte
07:31:46   reason: varargs mismatch; byte cannot be converted to Object[]
07:31:46 X.java:21: error: method object2 in class Y cannot be applied to given types;
07:31:46 		Y.object2(new byte[] {});
07:31:46 		 ^
07:31:46   required: Object[][]
07:31:46   found: byte[]
07:31:46   reason: varargs mismatch; byte[] cannot be converted to Object[]
07:31:46 X.java:23: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.object2(new byte[][][] {});
07:31:46 
07:31:46 
07:31:46 		          ^
07:31:46   cast to Object[] for a varargs call
07:31:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:46   cast to Object[][] for a non-varargs call and to suppress this warning
07:31:46 X.java:25: error: method object2 in class Y cannot be applied to given types;
07:31:46 		Y.object2(new String());
07:31:46 		 ^
07:31:46   required: Object[][]
07:31:46   found: String
07:31:46   reason: varargs mismatch; String cannot be converted to Object[]
07:31:46 X.java:27: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.object2(new String[][] {});
07:31:46 		          ^
07:31:46   cast to Object[] for a varargs call
07:31:46   cast to Object[][] for a non-varargs call and to suppress this warning
07:31:46 X.java:29: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:46 		Y.string(null);
07:31:46 		         ^
07:31:46   cast to String for a varargs call
07:31:46   cast to String[] for a non-varargs call and to suppress this warning
07:31:46 X.java:32: error: method string in class Y cannot be applied to given types;
07:31:46 		Y.string(new String[][] {});
07:31:46 		 ^
07:31:46   required: String[]
07:31:46   found: String[][]
07:31:46   reason: varargs mismatch; String[][] cannot be converted to String
07:31:46 X.java:34: error: method string in class Y cannot be applied to given types;
07:31:46 		Y.string(new Object());
07:31:46 		 ^
07:31:46   required: String[]
07:31:46   found: Object
07:31:46   reason: varargs mismatch; Object cannot be converted to String
07:31:46 X.java:35: error: method string in class Y cannot be applied to given types;
07:31:46 		Y.string(new Object[] {});
07:31:46 		 ^
07:31:46   required: String[]
07:31:46   found: Object[]
07:31:46   reason: varargs mismatch; Object[] cannot be converted to String
07:31:46 X.java:36: error: method string in class Y cannot be applied to given types;
07:31:46 		Y.string(new Object[][] {});
07:31:46 		 ^
07:31:46   required: String[]
07:31:46   found: Object[][]
07:31:46   reason: varargs mismatch; Object[][] cannot be converted to String
07:31:46 9 errors
07:31:46 10 warnings
07:31:46 
07:31:47 --- javac err: ---
07:31:47 X.java:4: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:47 		y = new Y(true, null);
07:31:47 		                ^
07:31:47   cast to Object for a varargs call
07:31:47   cast to Object[] for a non-varargs call and to suppress this warning
07:31:47 X.java:5: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:47 		y = new Y('i', null);
07:31:47 		               ^
07:31:47   cast to int[] for a varargs call
07:31:47   cast to int[][] for a non-varargs call and to suppress this warning
07:31:47 2 warnings
07:31:47 
07:31:48 --- javac err: ---
07:31:48 X.java:4: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:48 		y = new Y(true, null);
07:31:48 		                ^
07:31:48   cast to Object for a varargs call
07:31:48   cast to Object[] for a non-varargs call and to suppress this warning
07:31:48 X.java:5: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:31:48 		y = new Y('i', null);
07:31:48 		               ^
07:31:48   cast to int[] for a varargs call
07:31:48   cast to int[][] for a non-varargs call and to suppress this warning
07:31:48 2 warnings
07:31:48 
07:31:48 
07:31:48 
07:31:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:50 
07:31:50 
07:31:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:53 --- javac err: ---
07:31:53 X.java:3: error: reference to string is ambiguous
07:31:53 		Y.string(null);
07:31:53 		 ^
07:31:53   both method string(String) in Y and method string(String...) in Y match
07:31:53 X.java:4: error: reference to string2 is ambiguous
07:31:53 		Y.string2(null);
07:31:53 		 ^
07:31:53   both method string2(String[]) in Y and method string2(String[]...) in Y match
07:31:53 X.java:5: error: reference to int2 is ambiguous
07:31:53 		Y.int2(null);
07:31:53 		 ^
07:31:53   both method int2(int[]) in Y and method int2(int[]...) in Y match
07:31:53 3 errors
07:31:53 
07:31:53 
07:31:53 
07:31:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:54 --- javac err: ---
07:31:54 X.java:2: warning: count(int[]) in Y overrides count(int...) in X; overriding method is missing '...'
07:31:54 class Y extends X { void count(int[] values) {} }
07:31:54                          ^
07:31:54 X.java:3: warning: count(int...) in Z overrides count(int[]) in Y; overridden method has no '...'
07:31:54 class Z extends Y { void count(int... values) {} }
07:31:54                          ^
07:31:54 2 warnings
07:31:54 
07:31:54 
07:31:54 
07:31:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:55 
07:31:55 
07:31:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:56 
07:31:56 
07:31:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:57 
07:31:57 
07:31:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:58 --- javac err: ---
07:31:58 X.java:3: error: reference to count is ambiguous
07:31:58 		Y.count(new int[0]);
07:31:58 		 ^
07:31:58   both method count(int[],int...) in Y and method count(int[],int[]...) in Y match
07:31:58 1 error
07:31:58 
07:31:58 
07:31:58 
07:31:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:31:59 --- javac err: ---
07:31:59 X.java:3: error: reference to count is ambiguous
07:31:59 		Y.count(new int[0]);
07:31:59 		 ^
07:31:59   both method count(int[],int...) in Y and method count(int[],int[]...) in Y match
07:31:59 1 error
07:31:59 
07:31:59 
07:31:59 
07:31:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:00 --- javac err: ---
07:32:00 X.java:3: error: reference to count is ambiguous
07:32:00 		Y.count(new int[0]);
07:32:00 		 ^
07:32:00   both method count(int[],int...) in Y and method count(int[],int[][]...) in Y match
07:32:00 X.java:4: error: reference to count is ambiguous
07:32:00 		Y.count(new int[0], null);
07:32:00 		 ^
07:32:00   both method count(int[],int...) in Y and method count(int[],int[][]...) in Y match
07:32:00 2 errors
07:32:00 
07:32:00 
07:32:00 
07:32:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:01 --- javac err: ---
07:32:01 X.java:3: error: reference to count is ambiguous
07:32:01 		Y.count(new int[0], 1);
07:32:01 		 ^
07:32:01   both method count(int[],int...) in Y and method count(int[],int,int...) in Y match
07:32:01 X.java:4: error: reference to count is ambiguous
07:32:01 		Y.count(new int[0], 1, 1);
07:32:01 		 ^
07:32:01   both method count(int[],int...) in Y and method count(int[],int,int...) in Y match
07:32:01 X.java:5: error: reference to count is ambiguous
07:32:01 		Y.count(new int[0], 1, 1, 1);
07:32:01 		 ^
07:32:01   both method count(int[],int...) in Y and method count(int[],int,int...) in Y match
07:32:01 3 errors
07:32:01 
07:32:01 
07:32:01 
07:32:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:02 --- javac err: ---
07:32:02 X.java:5: warning: [rawtypes] found raw type: List
07:32:02 		List l = Arrays.asList(x);
07:32:02 		^
07:32:02   missing type arguments for generic class List<E>
07:32:02   where E is a type-variable:
07:32:02     E extends Object declared in interface List
07:32:02 1 warning
07:32:02 
07:32:02 
07:32:02 
07:32:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:03 --- javac err: ---
07:32:03 X.java:5: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:03 		System.out.println(asList(x[0], x[1]).get(1).getClass().getName());
07:32:03 		                                 ^
07:32:03   cast to Serializable for a varargs call
07:32:03   cast to Serializable[] for a non-varargs call and to suppress this warning
07:32:03 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type U
07:32:03 	static <U> List<U> asList(U u1, U... us) {
07:32:03 	                            ^
07:32:03   where U is a type-variable:
07:32:03     U extends Object declared in method <U>asList(U,U...)
07:32:03 2 warnings
07:32:03 
07:32:03 
07:32:03 
07:32:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:04 --- javac err: ---
07:32:04 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type U
07:32:04 	static <U> List<U> asList(U u1, U... us) {
07:32:04 	                            ^
07:32:04   where U is a type-variable:
07:32:04     U extends Object declared in method <U>asList(U,U...)
07:32:04 1 warning
07:32:04 
07:32:04 
07:32:04 
07:32:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:06 
07:32:06 
07:32:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:07 
07:32:07 
07:32:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:08 
07:32:08 
07:32:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:09 
07:32:09 
07:32:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:10 --- javac err: ---
07:32:10 X.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:10 		System.out.println(foo(null));
07:32:10 		                       ^
07:32:10   cast to Object for a varargs call
07:32:10   cast to Object[] for a non-varargs call and to suppress this warning
07:32:10 1 warning
07:32:10 
07:32:10 
07:32:10 
07:32:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:11 --- javac err: ---
07:32:11 X.java:8: warning: [rawtypes] found raw type: List
07:32:11 		List l = Arrays.asList(strarray);
07:32:11 		^
07:32:11   missing type arguments for generic class List<E>
07:32:11   where E is a type-variable:
07:32:11     E extends Object declared in interface List
07:32:11 1 warning
07:32:11 
07:32:11 
07:32:11 
07:32:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:12 --- javac err: ---
07:32:12 X.java:2: error: modifier transient not allowed here
07:32:12 	transient private X() {}
07:32:12 	                  ^
07:32:12 1 error
07:32:12 
07:32:13 --- javac err: ---
07:32:13 X.java:2: error: modifier transient not allowed here
07:32:13 	transient private X(Object... o) {}
07:32:13 	                  ^
07:32:13 1 error
07:32:13 
07:32:13 
07:32:13 
07:32:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:14 --- javac err: ---
07:32:14 X.java:12: error: cannot find symbol
07:32:14   Zork z;
07:32:14   ^
07:32:14   symbol:   class Zork
07:32:14   location: class X
07:32:14 X.java:7: warning: [rawtypes] found raw type: Class
07:32:14 			method.invoke(this, new Class[0]);
07:32:14 			                        ^
07:32:14   missing type arguments for generic class Class<T>
07:32:14   where T is a type-variable:
07:32:14     T extends Object declared in class Class
07:32:14 X.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:14 			method.invoke(this, new Class[0]);
07:32:14 			                    ^
07:32:14   cast to Object for a varargs call
07:32:14   cast to Object[] for a non-varargs call and to suppress this warning
07:32:14 X.java:8: warning: [rawtypes] found raw type: Class
07:32:14 			method.invoke(this, (Object[])new Class[0]);
07:32:14 			                                  ^
07:32:14   missing type arguments for generic class Class<T>
07:32:14   where T is a type-variable:
07:32:14     T extends Object declared in class Class
07:32:14 1 error
07:32:14 3 warnings
07:32:14 
07:32:14 
07:32:14 
07:32:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:15 --- javac err: ---
07:32:15 X.java:19: error: cannot find symbol
07:32:15   Zork z;
07:32:15   ^
07:32:15   symbol:   class Zork
07:32:15   location: class X
07:32:15 X.java:15: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:15 		System.out.printf("", s);
07:32:15 		                      ^
07:32:15   cast to Object for a varargs call
07:32:15   cast to Object[] for a non-varargs call and to suppress this warning
07:32:15 1 error
07:32:15 1 warning
07:32:15 
07:32:15 
07:32:15 
07:32:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:16 --- javac err: ---
07:32:16 X.java:4: warning: [unchecked] unchecked generic array creation for varargs parameter of type INT#1[]
07:32:16 		audit("osvaldo", "localhost", "logged", "X", Integer.valueOf(0));
07:32:16 		     ^
07:32:16   where INT#1,INT#2 are intersection types:
07:32:16     INT#1 extends Object,Serializable,Comparable<? extends INT#2>,Constable,ConstantDesc
07:32:16     INT#2 extends Object,Serializable,Comparable<?>,Constable,ConstantDesc
07:32:16 X.java:6: warning: [deprecation] Float(float) in Float has been deprecated
07:32:16 		audit("osvaldo", "localhost", "logged", new Float(0), new java.awt.Point(0, 0));
07:32:16 		                                        ^
07:32:16 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type A
07:32:16 	public static <A extends Serializable> void audit(String login,
07:32:16 	                                                         ^
07:32:16   where A is a type-variable:
07:32:16     A extends Serializable declared in method <A>audit(String,String,String,A...)
07:32:16 3 warnings
07:32:16 
07:32:16 
07:32:16 
07:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:17 --- javac err: ---
07:32:17 X.java:9: warning: [unchecked] Possible heap pollution from parameterized vararg type A
07:32:17 		abstract void method(A... args);
07:32:17 		                          ^
07:32:17   where A is a type-variable:
07:32:17     A extends Object declared in class Test
07:32:17 1 warning
07:32:17 
07:32:17 
07:32:17 
07:32:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:18 --- javac err: ---
07:32:18 Functor.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:32:18 	public void func(T... args) {
07:32:18 	                      ^
07:32:18   where T is a type-variable:
07:32:18     T extends Object declared in class Functor
07:32:18 1 warning
07:32:18 
07:32:18 
07:32:18 
07:32:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:19 --- javac err: ---
07:32:19 X.java:6: error: reference to a is ambiguous
07:32:19 		x.a(true);
07:32:19 		 ^
07:32:19   both method a(boolean,Object...) in X and method a(Object...) in X match
07:32:19 X.java:7: error: reference to a is ambiguous
07:32:19 		x.a(true, "foobar");
07:32:19 		 ^
07:32:19   both method a(boolean,Object...) in X and method a(Object...) in X match
07:32:19 2 errors
07:32:19 
07:32:20 --- javac err: ---
07:32:20 X.java:8: error: reference to b is ambiguous
07:32:20 		x.b(true);
07:32:20 		 ^
07:32:20   both method b(boolean,Object...) in X and method b(Boolean...) in X match
07:32:20 X.java:9: error: reference to b is ambiguous
07:32:20 		x.b(true, false);
07:32:20 		 ^
07:32:20   both method b(boolean,Object...) in X and method b(Boolean...) in X match
07:32:20 X.java:10: error: reference to c is ambiguous
07:32:20 		x.c(true, true, true);
07:32:20 		 ^
07:32:20   both method c(boolean,boolean,Object...) in X and method c(Boolean,Object...) in X match
07:32:20 X.java:11: error: reference to c is ambiguous
07:32:20 		x.c(Boolean.TRUE, Boolean.TRUE, Boolean.TRUE);
07:32:20 		 ^
07:32:20   both method c(boolean,boolean,Object...) in X and method c(Boolean,Object...) in X match
07:32:20 4 errors
07:32:20 
07:32:20 
07:32:20 
07:32:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:21 --- javac err: ---
07:32:21 X.java:6: error: reference to a is ambiguous
07:32:21 		x.a(true);
07:32:21 		 ^
07:32:21   both method a(boolean,Object...) in X and method a(Object...) in X match
07:32:21 X.java:7: error: reference to a is ambiguous
07:32:21 		x.a(true, "foobar");
07:32:21 		 ^
07:32:21   both method a(boolean,Object...) in X and method a(Object...) in X match
07:32:21 2 errors
07:32:21 
07:32:21 
07:32:21 
07:32:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:22 
07:32:22 
07:32:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:23 --- javac err: ---
07:32:23 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:32:23   public static <T> void foo(T ... values) {
07:32:23                                    ^
07:32:23   where T is a type-variable:
07:32:23     T extends Object declared in method <T>foo(T...)
07:32:23 1 warning
07:32:23 
07:32:23 
07:32:23 
07:32:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:24 --- javac err: ---
07:32:24 X.java:4: warning: [rawtypes] found raw type: Class
07:32:24         Collection<Class> classes = new ArrayList<Class>();
07:32:24                    ^
07:32:24   missing type arguments for generic class Class<T>
07:32:24   where T is a type-variable:
07:32:24     T extends Object declared in class Class
07:32:24 X.java:4: warning: [rawtypes] found raw type: Class
07:32:24         Collection<Class> classes = new ArrayList<Class>();
07:32:24                                                   ^
07:32:24   missing type arguments for generic class Class<T>
07:32:24   where T is a type-variable:
07:32:24     T extends Object declared in class Class
07:32:24 2 warnings
07:32:24 
07:32:24 
07:32:24 
07:32:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:25 --- javac err: ---
07:32:25 V.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:25         v.foo2("", null);
07:32:25                    ^
07:32:25   cast to Object for a varargs call
07:32:25   cast to Object[] for a non-varargs call and to suppress this warning
07:32:25 V.java:8: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:25         v.foo2("", null, null);
07:32:25                          ^
07:32:25   cast to Object for a varargs call
07:32:25   cast to Object[] for a non-varargs call and to suppress this warning
07:32:25 V.java:9: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:25         v.foo3("", v, null, "", null);
07:32:25                                 ^
07:32:25   cast to Object for a varargs call
07:32:25   cast to Object[] for a non-varargs call and to suppress this warning
07:32:25 3 warnings
07:32:25 
07:32:26 --- javac err: ---
07:32:26 V.java:4: error: reference to foo2 is ambiguous
07:32:26         v.foo2(null, "");
07:32:26          ^
07:32:26   both method foo2(String,Object...) in V and method foo2(String,Object,Object...) in V match
07:32:26 V.java:5: error: reference to foo2 is ambiguous
07:32:26         v.foo2(null, "", "");
07:32:26          ^
07:32:26   both method foo2(String,Object...) in V and method foo2(String,Object,Object...) in V match
07:32:26 2 errors
07:32:26 
07:32:26 
07:32:26 
07:32:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:27 --- javac err: ---
07:32:27 X.java:16: error: cannot find symbol
07:32:27         Zork z;
07:32:27         ^
07:32:27   symbol:   class Zork
07:32:27   location: class X
07:32:27 1 error
07:32:27 
07:32:27 
07:32:27 
07:32:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:28 
07:32:28 
07:32:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:29 --- javac err: ---
07:32:29 X.java:11: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:29         array(new Integer[] {5, 6}); //warns (as javac does)
07:32:29               ^
07:32:29   cast to Serializable for a varargs call
07:32:29   cast to Serializable[] for a non-varargs call and to suppress this warning
07:32:29 X.java:12: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:29         array(null); //warns (as javac does)
07:32:29               ^
07:32:29   cast to Serializable for a varargs call
07:32:29   cast to Serializable[] for a non-varargs call and to suppress this warning
07:32:29 2 warnings
07:32:29 
07:32:30 
07:32:30 
07:32:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:31 --- javac err: ---
07:32:31 X.java:11: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:31         array(new Integer[] {5, 6}); //warns (as javac does)
07:32:31               ^
07:32:31   cast to Serializable for a varargs call
07:32:31   cast to Serializable[] for a non-varargs call and to suppress this warning
07:32:31 X.java:12: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:31         array(null); //warns (as javac does)
07:32:31               ^
07:32:31   cast to Serializable for a varargs call
07:32:31   cast to Serializable[] for a non-varargs call and to suppress this warning
07:32:31 X.java:13: error: cannot find symbol
07:32:31         Zork z;
07:32:31         ^
07:32:31   symbol:   class Zork
07:32:31   location: class X
07:32:31 1 error
07:32:31 2 warnings
07:32:31 
07:32:31 
07:32:31 
07:32:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:32 
07:32:32 
07:32:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:33 --- javac err: ---
07:32:33 X.java:15: error: cannot find symbol
07:32:33         Zork z;
07:32:33         ^
07:32:33   symbol:   class Zork
07:32:33   location: class X
07:32:33 1 error
07:32:33 
07:32:33 
07:32:33 
07:32:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:34 --- javac err: ---
07:32:34 X.java:10: warning: [cast] redundant cast to Serializable[]
07:32:34         array((Serializable[]) new Serializable[] {3, 4}); //warns about unnecessary cast
07:32:34               ^
07:32:34 1 warning
07:32:34 
07:32:34 
07:32:34 
07:32:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:35 --- javac err: ---
07:32:35 X.java:10: warning: [cast] redundant cast to Serializable[]
07:32:35         array((Serializable[]) new Serializable[] {3, 4}); //warns about unnecessary cast
07:32:35               ^
07:32:35 X.java:14: error: cannot find symbol
07:32:35         Zork z;
07:32:35         ^
07:32:35   symbol:   class Zork
07:32:35   location: class X
07:32:35 1 error
07:32:35 1 warning
07:32:35 
07:32:35 
07:32:35 
07:32:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:36 --- javac err: ---
07:32:36 X.java:7: error: cannot find symbol
07:32:36 	Zork z;
07:32:36 	^
07:32:36   symbol:   class Zork
07:32:36   location: class X
07:32:36 1 error
07:32:36 
07:32:36 
07:32:36 
07:32:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:38 --- javac err: ---
07:32:38 X.java:5: error: reference to foo is ambiguous
07:32:38 		new X().foo(new Y(), "a", "b");
07:32:38 		       ^
07:32:38   both method foo(Y,Object,String...) in X and method foo(Object,String...) in X match
07:32:38 1 error
07:32:38 
07:32:38 
07:32:38 
07:32:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:39 --- javac err: ---
07:32:39 X.java:5: warning: [rawtypes] found raw type: Y
07:32:39         void bar(Y... y) {
07:32:39                  ^
07:32:39   missing type arguments for generic class Y<E>
07:32:39   where E is a type-variable:
07:32:39     E extends Object declared in class Y
07:32:39 X.java:10: error: cannot find symbol
07:32:39                 Zork z;
07:32:39                 ^
07:32:39   symbol:   class Zork
07:32:39   location: class X
07:32:39 1 error
07:32:39 1 warning
07:32:39 
07:32:39 
07:32:39 
07:32:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:40 
07:32:40 
07:32:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:41 --- javac err: ---
07:32:41 X.java:7: error: cannot find symbol
07:32:41 	   Zork z;
07:32:41 	   ^
07:32:41   symbol:   class Zork
07:32:41   location: class X
07:32:41 1 error
07:32:41 
07:32:41 
07:32:41 
07:32:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:42 
07:32:42 
07:32:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:43 --- javac err: ---
07:32:43 X.java:8: error: cannot find symbol
07:32:43 		Zork z;
07:32:43 		^
07:32:43   symbol:   class Zork
07:32:43   location: class X
07:32:43 1 error
07:32:43 
07:32:43 
07:32:43 
07:32:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:44 --- javac err: ---
07:32:44 X.java:5: warning: [cast] redundant cast to Control[]
07:32:44 			addAll((Control[]) composite.getChildren());
07:32:44 			       ^
07:32:44 X.java:8: error: cannot find symbol
07:32:44 		Zork z;
07:32:44 		^
07:32:44   symbol:   class Zork
07:32:44   location: class X
07:32:44 1 error
07:32:44 1 warning
07:32:44 
07:32:44 
07:32:44 
07:32:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:44 --- javac err: ---
07:32:44 X.java:2: error: cannot find symbol
07:32:44 	Zork z;
07:32:44 	^
07:32:44   symbol:   class Zork
07:32:44   location: class X
07:32:44 X.java:19: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:44 		varargs(i);
07:32:44 		        ^
07:32:44   cast to Object for a varargs call
07:32:44   cast to Object[] for a non-varargs call and to suppress this warning
07:32:44 X.java:22: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:44 		varargs(i.clone());
07:32:44 		               ^
07:32:44   cast to Object for a varargs call
07:32:44   cast to Object[] for a non-varargs call and to suppress this warning
07:32:44 1 error
07:32:44 2 warnings
07:32:44 
07:32:44 
07:32:44 
07:32:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:45 --- javac err: ---
07:32:45 X.java:6: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:45      System.out.print("null length array: " + elementCount(null));
07:32:45                                                            ^
07:32:45   cast to Object for a varargs call
07:32:45   cast to Object[] for a non-varargs call and to suppress this warning
07:32:45 1 warning
07:32:45 
07:32:46 
07:32:46 
07:32:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:47 --- javac err: ---
07:32:47 X.java:2: error: cannot find symbol
07:32:47 	Zork z;
07:32:47 	^
07:32:47   symbol:   class Zork
07:32:47   location: class X
07:32:47 X.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:32:47      System.out.print("null length array: " + elementCount(null));
07:32:47                                                            ^
07:32:47   cast to Object for a varargs call
07:32:47   cast to Object[] for a non-varargs call and to suppress this warning
07:32:47 1 error
07:32:47 1 warning
07:32:47 
07:32:47 
07:32:47 
07:32:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:47 --- javac err: ---
07:32:47 X.java:11: error: cannot find symbol
07:32:47     Zork z;
07:32:47     ^
07:32:47   symbol:   class Zork
07:32:47   location: class X
07:32:47 1 error
07:32:47 
07:32:47 
07:32:47 
07:32:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:48 --- javac err: ---
07:32:48 X.java:16: error: cannot find symbol
07:32:48         Zork z;
07:32:48         ^
07:32:48   symbol:   class Zork
07:32:48   location: class X
07:32:48 1 error
07:32:48 
07:32:48 
07:32:48 
07:32:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:49 --- javac err: ---
07:32:49 X.java:9: error: cannot find symbol
07:32:49     Zork z;
07:32:49     ^
07:32:49   symbol:   class Zork
07:32:49   location: class X
07:32:49 1 error
07:32:49 
07:32:49 
07:32:49 
07:32:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:51 
07:32:51 
07:32:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:52 --- javac err: ---
07:32:52 X.java:6: error: cannot find symbol
07:32:52 		Zork z;
07:32:52 		^
07:32:52   symbol:   class Zork
07:32:52   location: class X
07:32:52 1 error
07:32:52 
07:32:52 
07:32:52 
07:32:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:53 
07:32:53 
07:32:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:56 
07:32:56 
07:32:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:57 
07:32:57 
07:32:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:58 
07:32:58 
07:32:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:32:59 --- javac err: ---
07:32:59 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type Collection<? extends T>
07:32:59        public IteratorChain(Collection<? extends T> a, Collection<? extends T> b, Collection<? extends T> ... collections) {
07:32:59                                                     ^
07:32:59   where T is a type-variable:
07:32:59     T extends Object declared in class IteratorChain
07:32:59 X.java:18: warning: [unchecked] unchecked generic array creation for varargs parameter of type Collection<? extends Number>[]
07:32:59         new IteratorChain<Number>(null, null);
07:32:59         ^
07:32:59 2 warnings
07:32:59 
07:32:59 
07:32:59 
07:32:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:00 --- javac err: ---
07:33:00 X.java:23: error: annotation type not applicable to this kind of declaration
07:33:00 	@SafeVarargs
07:33:00 	^
07:33:00 X.java:4: error: Invalid SafeVarargs annotation. Method <T>asList() is not a varargs method.
07:33:00 	public static <T> List<T> asList() {  // Error, not varargs
07:33:00 	                          ^
07:33:00   where T is a type-variable:
07:33:00     T extends Object declared in method <T>asList()
07:33:00 X.java:8: error: Invalid SafeVarargs annotation. Instance method <T>asList2(T...) is neither final nor private.
07:33:00 	public <T> List<T> asList2(T ... a) {    // error not static or final
07:33:00 	                   ^
07:33:00   where T is a type-variable:
07:33:00     T extends Object declared in method <T>asList2(T...)
07:33:00 X.java:28: error: Invalid SafeVarargs annotation. Instance method <T>asList(T...) is neither final nor private.
07:33:00 	public  <T> List<T> asList(T ... t);
07:33:00 	                    ^
07:33:00   where T is a type-variable:
07:33:00     T extends Object declared in method <T>asList(T...)
07:33:00 4 errors
07:33:00 
07:33:00 
07:33:00 
07:33:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:01 --- javac err: ---
07:33:01 X.java:4: error: Invalid SafeVarargs annotation. Method X() is not a varargs method.
07:33:01 	public X() {  // Error, not varargs
07:33:01 	       ^
07:33:01 1 error
07:33:01 
07:33:01 
07:33:01 
07:33:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:02 --- javac err: ---
07:33:02 X.java:10: error: cannot find symbol
07:33:02    public <T> List<T> asList(Zork t, String ... a) {
07:33:02                              ^
07:33:02   symbol:   class Zork
07:33:02   location: class X
07:33:02 1 error
07:33:02 
07:33:02 
07:33:02 
07:33:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:03 --- javac err: ---
07:33:03 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:33:03 	public <T> X(T ... a) {
07:33:03 	                   ^
07:33:03   where T is a type-variable:
07:33:03     T extends Object declared in constructor <T>X(T...)
07:33:03 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:33:03 	public <T> X(int i, T ... a) {
07:33:03 	                 ^
07:33:03   where T is a type-variable:
07:33:03     T extends Object declared in constructor <T>X(int,T...)
07:33:03 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:33:03    public <T> List<T> asList(T ... a) {
07:33:03                                    ^
07:33:03   where T is a type-variable:
07:33:03     T extends Object declared in method <T>asList(T...)
07:33:03 X.java:10: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:33:03    public <T> List<T> asList(T t, T ... a) {
07:33:03                                ^
07:33:03   where T is a type-variable:
07:33:03     T extends Object declared in method <T>asList(T,T...)
07:33:03 4 warnings
07:33:03 
07:33:03 
07:33:03 
07:33:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:04 --- javac err: ---
07:33:04 X.java:10: error: Invalid SafeVarargs annotation. Instance method <T>asList(T...) is neither final nor private.
07:33:04    public <T> List<T> asList(T ... a) {
07:33:04                       ^
07:33:04   where T is a type-variable:
07:33:04     T extends Object declared in method <T>asList(T...)
07:33:04 X.java:14: error: Invalid SafeVarargs annotation. Instance method <T>asList(T,T...) is neither final nor private.
07:33:04    public <T> List<T> asList(T t, T ... a) {
07:33:04                       ^
07:33:04   where T is a type-variable:
07:33:04     T extends Object declared in method <T>asList(T,T...)
07:33:04 2 errors
07:33:04 
07:33:04 
07:33:04 
07:33:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:05 --- javac err: ---
07:33:05 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:33:05    public static <T> List<T> asList2(T ... a) {
07:33:05                                            ^
07:33:05   where T is a type-variable:
07:33:05     T extends Object declared in method <T>asList2(T...)
07:33:05 X.java:13: warning: [unchecked] unchecked generic array creation for varargs parameter of type Class<? extends INT#1>[]
07:33:05 	  classes = X.asList2(String.class, Boolean.class);
07:33:05 	                     ^
07:33:05   where INT#1,INT#2 are intersection types:
07:33:05     INT#1 extends Object,Serializable,Comparable<? extends INT#2>
07:33:05     INT#2 extends Object,Serializable,Comparable<?>
07:33:05 2 warnings
07:33:05 
07:33:05 
07:33:05 
07:33:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:06 --- javac err: ---
07:33:06 X.java:14: warning: [unchecked] unchecked generic array creation for varargs parameter of type Class<? extends INT#1>[]
07:33:06 	  classes = X.asList2(String.class, Boolean.class);
07:33:06 	                     ^
07:33:06   where INT#1,INT#2 are intersection types:
07:33:06     INT#1 extends Object,Serializable,Comparable<? extends INT#2>
07:33:06     INT#2 extends Object,Serializable,Comparable<?>
07:33:06 1 warning
07:33:06 
07:33:06 
07:33:06 
07:33:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:07 --- javac err: ---
07:33:07 p2/C.java:6: error: method foo in class B cannot be applied to given types;
07:33:07    (new B()).foo(new B(), new B());
07:33:07                 ^
07:33:07   required: A[]
07:33:07   found: B,B
07:33:07   reason: formal varargs element type A is not accessible from class C
07:33:07 1 error
07:33:07 
07:33:07 
07:33:07 
07:33:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:08 
07:33:08 
07:33:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:09 
07:33:09 
07:33:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:10 --- javac err: ---
07:33:10 X.java:10: error: reference to test is ambiguous
07:33:10             test(1);
07:33:10             ^
07:33:10   both method test(int...) in X and method <T>test(Object...) in X match
07:33:10   where T is a type-variable:
07:33:10     T extends Object declared in method <T>test(Object...)
07:33:10 1 error
07:33:10 
07:33:10 
07:33:10 
07:33:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:11 
07:33:11 
07:33:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:12 
07:33:12 
07:33:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:13 
07:33:13 
07:33:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:14 
07:33:14 
07:33:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:15 --- javac err: ---
07:33:15 X.java:3: error: reference to count is ambiguous
07:33:15         count(1);
07:33:15         ^
07:33:15   both method count(int...) in X and method count(int,int...) in X match
07:33:15 X.java:4: error: reference to count is ambiguous
07:33:15         count(1, 1);
07:33:15         ^
07:33:15   both method count(int...) in X and method count(int,int...) in X match
07:33:15 X.java:5: error: reference to count is ambiguous
07:33:15         count(1, 1, 1);
07:33:15         ^
07:33:15   both method count(int...) in X and method count(int,int...) in X match
07:33:15 3 errors
07:33:15 
07:33:15 
07:33:15 
07:33:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:16 --- javac err: ---
07:33:16 X.java:8: error: reference to b is ambiguous
07:33:16 		x.b(true);
07:33:16 		 ^
07:33:16   both method b(boolean,Object...) in X and method b(Boolean...) in X match
07:33:16 X.java:9: error: reference to b is ambiguous
07:33:16 		x.b(true, false);
07:33:16 		 ^
07:33:16   both method b(boolean,Object...) in X and method b(Boolean...) in X match
07:33:16 2 errors
07:33:16 
07:33:16 
07:33:16 
07:33:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:17 
07:33:17 
07:33:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:18 
07:33:18 
07:33:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:19 --- javac err: ---
07:33:19 Y.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:33:19 	public native static <T> void bar(T[] t, T t1, T... t2);
07:33:19 	                                      ^
07:33:19   where T is a type-variable:
07:33:19     T extends Object declared in method <T>bar(T[],T,T...)
07:33:19 1 warning
07:33:19 
07:33:19 
07:33:19 
07:33:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:20 
07:33:20 
07:33:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:21 --- javac err: ---
07:33:21 p2/C.java:5: error: constructor B in class B cannot be applied to given types;
07:33:21 		new B(new B(), new B());
07:33:21 		^
07:33:21   required: A[]
07:33:21   found: B,B
07:33:21   reason: formal varargs element type A is not accessible from class C
07:33:21 1 error
07:33:21 
07:33:21 
07:33:21 
07:33:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:22 --- javac err: ---
07:33:22 X.java:4: error: method foo in class B cannot be applied to given types;
07:33:22         new B().foo(null, null);
07:33:22                    ^
07:33:22   required: A[]
07:33:22   found: <null>,<null>
07:33:22   reason: formal varargs element type A is not accessible from class X
07:33:22 1 error
07:33:22 
07:33:22 
07:33:22 
07:33:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:23 
07:33:23 
07:33:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:24 
07:33:24 
07:33:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:25 
07:33:25 
07:33:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:26 --- javac err: ---
07:33:26 X.java:7: error: reference to foo is ambiguous
07:33:26         foo(new W()); // 1.8 Error: Ambiguous method error
07:33:26         ^
07:33:26   both method foo(W...) in X and method foo(W,A...) in X match
07:33:26 1 error
07:33:26 
07:33:26 
07:33:26 
07:33:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:27 
07:33:27 
07:33:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:28 
07:33:28 
07:33:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:29 
07:33:29 
07:33:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:30 --- javac err: ---
07:33:30 X.java:9: error: reference to bar is ambiguous
07:33:30         bar(5);
07:33:30         ^
07:33:30   both method bar(Object...) in X and method bar(int,Object...) in X match
07:33:30 1 error
07:33:30 
07:33:30 
07:33:30 
07:33:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:31 --- javac err: ---
07:33:31 X.java:9: error: reference to test is ambiguous
07:33:31         test(1,"test");
07:33:31         ^
07:33:31   both method test(int,Object...) in X and method test(Object...) in X match
07:33:31 1 error
07:33:31 
07:33:31 
07:33:31 
07:33:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:33 --- javac err: ---
07:33:33 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:33:33 	private <T> Y<T> foo(T ... a) {
07:33:33 	                           ^
07:33:33   where T is a type-variable:
07:33:33     T extends Object declared in method <T>foo(T...)
07:33:33 1 warning
07:33:33 
07:33:33 
07:33:33 
07:33:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:33 ***************************************************************************
07:33:33 * Comparison with Sun Javac compiler for class EnumTest (null tests)
07:33:33 ***************************************************************************
07:33:34 
07:33:34 
07:33:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:36 --- javac err: ---
07:33:36 X.java:6: error: cannot assign a value to final variable BLEU
07:33:36 		BLEU = null;
07:33:36 		^
07:33:36 1 error
07:33:36 
07:33:36 
07:33:36 
07:33:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:37 --- javac err: ---
07:33:37 X.java:6: error: variable BLEU is already defined in enum X
07:33:37 	BLEU;
07:33:37 	^
07:33:37 1 error
07:33:37 
07:33:37 
07:33:37 
07:33:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:37 --- javac err: ---
07:33:37 X.java:1: error: <identifier> expected
07:33:37 public enum X { 
07:33:37                ^
07:33:37 X.java:3: error: ',', '}', or ';' expected
07:33:37 	public BLEU, 
07:33:37 	^
07:33:37 X.java:3: error: '}' expected
07:33:37 	public BLEU, 
07:33:37 	      ^
07:33:37 X.java:6: error: class, interface, or enum expected
07:33:37 	abstract RED {
07:33:37 	         ^
07:33:37 4 errors
07:33:37 
07:33:37 
07:33:37 
07:33:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:39 
07:33:39 
07:33:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:39 --- javac err: ---
07:33:39 X.java:3: error: clone() in X cannot override clone() in Enum
07:33:39 	protected Object clone() { return this; }
07:33:39 	                 ^
07:33:39   overridden method is final
07:33:39 1 error
07:33:39 
07:33:39 
07:33:39 
07:33:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:41 
07:33:41 
07:33:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:42 
07:33:42 
07:33:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:43 --- javac err: ---
07:33:43 X.java:8: error: method values() is already defined in enum X
07:33:43    void values() {} 
07:33:43         ^
07:33:43 X.java:9: error: method dup() is already defined in enum X
07:33:43    void dup() {} 
07:33:43         ^
07:33:43 X.java:10: error: method values() is already defined in enum X
07:33:43    void values() {} 
07:33:43         ^
07:33:43 X.java:11: error: cannot find symbol
07:33:43    Missing dup() {} 
07:33:43    ^
07:33:43   symbol:   class Missing
07:33:43   location: class X
07:33:43 4 errors
07:33:43 
07:33:43 
07:33:43 
07:33:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:44 
07:33:44 
07:33:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:45 --- javac err: ---
07:33:45 X.java:14: error: duplicate case label
07:33:45 			case BLEU :
07:33:45 			^
07:33:45 1 error
07:33:45 
07:33:45 
07:33:45 
07:33:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:46 --- javac err: ---
07:33:46 X.java:7: error: method values() is already defined in enum X
07:33:46    void values() {} 
07:33:46         ^
07:33:46 X.java:8: error: method values() is already defined in enum X
07:33:46    void values() {} 
07:33:46         ^
07:33:46 2 errors
07:33:46 
07:33:46 
07:33:46 
07:33:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:47 --- javac err: ---
07:33:47 X.java:1: error: X is not abstract and does not override abstract method run() in Runnable
07:33:47 public enum X implements Runnable { 
07:33:47        ^
07:33:47 1 error
07:33:47 
07:33:47 
07:33:47 
07:33:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:48 --- javac err: ---
07:33:48 X.java:3: error: constructor X in enum X cannot be applied to given types;
07:33:48 	BLEU(10),
07:33:48 	    ^
07:33:48   required: no arguments
07:33:48   found: int
07:33:48   reason: actual and formal argument lists differ in length
07:33:48 X.java:4: error: constructor X in enum X cannot be applied to given types;
07:33:48 	BLANC(20),
07:33:48 	     ^
07:33:48   required: no arguments
07:33:48   found: int
07:33:48   reason: actual and formal argument lists differ in length
07:33:48 X.java:5: error: constructor X in enum X cannot be applied to given types;
07:33:48 	ROUGE(30);
07:33:48 	     ^
07:33:48   required: no arguments
07:33:48   found: int
07:33:48   reason: actual and formal argument lists differ in length
07:33:48 3 errors
07:33:48 
07:33:48 
07:33:48 
07:33:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:49 
07:33:49 
07:33:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:50 --- javac err: ---
07:33:50 X.java:4: error: constructor X in enum X cannot be applied to given types;
07:33:50 	BLANC(),
07:33:50 	^
07:33:50   required: int
07:33:50   found: no arguments
07:33:50   reason: actual and formal argument lists differ in length
07:33:50 1 error
07:33:50 
07:33:50 
07:33:50 
07:33:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:51 
07:33:51 
07:33:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:52 
07:33:52 
07:33:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:53 --- javac err: ---
07:33:53 X.java:5: error: cannot inherit from final X
07:33:53 class XX extends X implements X {
07:33:53                  ^
07:33:53 X.java:5: error: interface expected here
07:33:53 class XX extends X implements X {
07:33:53                               ^
07:33:53 X.java:5: error: enum types are not extensible
07:33:53 class XX extends X implements X {
07:33:53 ^
07:33:53 X.java:5: warning: [serial] serializable class XX has no definition of serialVersionUID
07:33:53 class XX extends X implements X {
07:33:53 ^
07:33:53 3 errors
07:33:53 1 warning
07:33:53 
07:33:53 
07:33:53 
07:33:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:54 --- javac err: ---
07:33:54 MonthEnum.java:25: warning: [fallthrough] possible fall-through into case
07:33:54            default: return days;
07:33:54            ^
07:33:54 1 warning
07:33:54 
07:33:54 
07:33:54 
07:33:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:55 
07:33:55 
07:33:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:57 --- javac err: ---
07:33:57 Foo.java:3: error: non-static method foo() cannot be referenced from a static context
07:33:57             void bar() { foo(); } 
07:33:57                          ^
07:33:57 1 error
07:33:57 
07:33:57 
07:33:57 
07:33:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:58 --- javac err: ---
07:33:58 X.java:7: error: an enum switch case label must be the unqualified name of an enumeration constant
07:33:58 			case MX.BLEU : break;
07:33:58 			       ^
07:33:58 X.java:8: error: an enum switch case label must be the unqualified name of an enumeration constant
07:33:58 			case MX.BLANC : break;
07:33:58 			       ^
07:33:58 X.java:9: error: an enum switch case label must be the unqualified name of an enumeration constant
07:33:58 			case MX.ROUGE : break;
07:33:58 			       ^
07:33:58 3 errors
07:33:58 
07:33:58 
07:33:58 
07:33:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:33:59 
07:33:59 
07:33:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:00 --- javac err: ---
07:34:00 X.java:1: error: modifier final not allowed here
07:34:00 public final enum X {
07:34:00              ^
07:34:00 1 error
07:34:00 
07:34:00 
07:34:00 
07:34:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:01 
07:34:01 
07:34:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:02 --- javac err: ---
07:34:02 X.java:6: error: cannot find symbol
07:34:02 	void foo(Couleur c) {
07:34:02 	         ^
07:34:02   symbol:   class Couleur
07:34:02   location: class Y
07:34:02 X.java:8: error: cannot find symbol
07:34:02 			case BLEU :
07:34:02 			     ^
07:34:02   symbol:   variable BLEU
07:34:02   location: class Y
07:34:02 X.java:10: error: cannot find symbol
07:34:02 			case BLANC :
07:34:02 			     ^
07:34:02   symbol:   variable BLANC
07:34:02   location: class Y
07:34:02 X.java:12: error: cannot find symbol
07:34:02 			case ROUGE :
07:34:02 			     ^
07:34:02   symbol:   variable ROUGE
07:34:02   location: class Y
07:34:02 4 errors
07:34:02 
07:34:02 
07:34:02 
07:34:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:03 
07:34:03 
07:34:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:04 --- javac err: ---
07:34:04 X.java:18: error: cannot find symbol
07:34:04 			FOO();
07:34:04 			^
07:34:04   symbol:   method FOO()
07:34:04   location: class X.Y
07:34:04 X.java:19: error: cannot find symbol
07:34:04 			C++;
07:34:04 			^
07:34:04   symbol:   variable C
07:34:04   location: class X.Y
07:34:04 2 errors
07:34:04 
07:34:04 
07:34:04 
07:34:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:05 
07:34:05 
07:34:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:06 
07:34:06 
07:34:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:07 
07:34:07 
07:34:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:08 --- javac err: ---
07:34:08 X.java:1: error: classes cannot directly extend java.lang.Enum
07:34:08 public class X extends Enum {
07:34:08        ^
07:34:08 X.java:1: warning: [rawtypes] found raw type: Enum
07:34:08 public class X extends Enum {
07:34:08                        ^
07:34:08   missing type arguments for generic class Enum<E>
07:34:08   where E is a type-variable:
07:34:08     E extends Enum<E> declared in class Enum
07:34:08 X.java:1: warning: [unchecked] describeConstable() in Enum implements describeConstable() in Constable
07:34:08 public class X extends Enum {
07:34:08        ^
07:34:08   return type requires unchecked conversion from Optional to Optional<? extends ConstantDesc>
07:34:08   where E is a type-variable:
07:34:08     E extends Enum<E> declared in class Enum
07:34:08 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
07:34:08 public class X extends Enum {
07:34:08        ^
07:34:08 1 error
07:34:08 3 warnings
07:34:08 
07:34:08 
07:34:08 
07:34:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:09 
07:34:09 
07:34:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:10 
07:34:10 
07:34:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:11 
07:34:11 
07:34:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:12 
07:34:12 
07:34:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:13 
07:34:13 
07:34:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:14 
07:34:14 
07:34:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:15 
07:34:15 
07:34:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:16 
07:34:16 
07:34:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:17 
07:34:17 
07:34:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:18 
07:34:18 
07:34:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:19 
07:34:19 
07:34:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:20 
07:34:20 
07:34:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:21 
07:34:21 
07:34:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:22 
07:34:22 
07:34:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:23 --- javac err: ---
07:34:23 X.java:4: error: call to super not allowed in enum constructor
07:34:23 		super();
07:34:23 		^
07:34:23 1 error
07:34:23 
07:34:23 
07:34:23 
07:34:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:24 
07:34:24 
07:34:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:25 --- javac err: ---
07:34:25 X.java:1: error: modifier abstract not allowed here
07:34:25 public abstract enum X {}
07:34:25                 ^
07:34:25 1 error
07:34:25 
07:34:25 
07:34:25 
07:34:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:26 
07:34:26 
07:34:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:27 
07:34:27 
07:34:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:28 --- javac err: ---
07:34:28 X.java:1: error: X is not abstract and does not override abstract method foo() in X
07:34:28 public enum X {
07:34:28        ^
07:34:28 1 error
07:34:28 
07:34:28 
07:34:28 
07:34:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:30 
07:34:30 
07:34:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:31 --- javac err: ---
07:34:31 X.java:2: error: <anonymous X$1> is not abstract and does not override abstract method foo() in X
07:34:31 	A() {}
07:34:31 	^
07:34:31 1 error
07:34:31 
07:34:31 
07:34:31 
07:34:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:31 --- javac err: ---
07:34:31 X.java:1: error: X is not abstract and does not override abstract method foo() in X
07:34:31 public enum X {
07:34:31        ^
07:34:31 1 error
07:34:31 
07:34:31 
07:34:31 
07:34:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:33 
07:34:33 
07:34:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:34 
07:34:34 
07:34:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:35 --- javac err: ---
07:34:35 X.java:8: error: bad operand types for binary operator '=='
07:34:35 		if (x == a) a++; // incomparable types: X and int
07:34:35 		      ^
07:34:35   first type:  X
07:34:35   second type: int
07:34:35 X.java:16: error: an enum switch case label must be the unqualified name of an enumeration constant
07:34:35 			case aa : // unqualified enum constant error
07:34:35 			     ^
07:34:35 X.java:17: error: cannot find symbol
07:34:35 				System.out.println(a); // cannot find a
07:34:35 				                   ^
07:34:35   symbol:   variable a
07:34:35   location: class A
07:34:35 3 errors
07:34:35 
07:34:35 
07:34:35 
07:34:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:36 
07:34:36 
07:34:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:37 --- javac err: ---
07:34:37 com/flarion/test/b/MyClass.java:16: error: unreported exception Exception; must be caught or declared to be thrown
07:34:37         throw new Exception();
07:34:37         ^
07:34:37 1 error
07:34:37 
07:34:37 
07:34:37 
07:34:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:38 --- javac err: ---
07:34:38 X.java:9: error: an enum switch case label must be the unqualified name of an enumeration constant
07:34:38 			case D:
07:34:38 			     ^
07:34:38 1 error
07:34:38 
07:34:38 
07:34:38 
07:34:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:39 --- javac err: ---
07:34:39 X.java:9: error: an enum switch case label must be the unqualified name of an enumeration constant
07:34:39 			case X.D:
07:34:39 			      ^
07:34:39 1 error
07:34:39 
07:34:39 
07:34:39 
07:34:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:40 
07:34:40 
07:34:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:41 
07:34:41 
07:34:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:42 --- javac err: ---
07:34:42 X.java:4: error: enum types may not be instantiated
07:34:42     X e= new X() {
07:34:42          ^
07:34:42 X.java:4: error: cannot inherit from final X
07:34:42     X e= new X() {
07:34:42              ^
07:34:42 X.java:4: error: enum types are not extensible
07:34:42     X e= new X() {
07:34:42                  ^
07:34:42 3 errors
07:34:42 
07:34:42 
07:34:42 
07:34:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:43 
07:34:43 
07:34:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:44 --- javac err: ---
07:34:44 X.java:4: error: method getSquare() is already defined in enum X
07:34:44     abstract int getSquare();
07:34:44                  ^
07:34:44 X.java:1: error: X is not abstract and does not override abstract method getSquare() in X
07:34:44 public enum X {
07:34:44        ^
07:34:44 2 errors
07:34:44 
07:34:44 
07:34:44 
07:34:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:45 --- javac err: ---
07:34:45 X.java:4: error: modifier public not allowed here
07:34:45     public X(int i, int j) { }
07:34:45            ^
07:34:45 1 error
07:34:45 
07:34:45 
07:34:45 
07:34:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:46 --- javac err: ---
07:34:46 X.java:4: error: modifier protected not allowed here
07:34:46     protected X(int i, int j) { }
07:34:46               ^
07:34:46 1 error
07:34:46 
07:34:46 
07:34:46 
07:34:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:47 
07:34:47 
07:34:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:51 
07:34:51 
07:34:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:55 
07:34:55 
07:34:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:34:56 --- javac err: ---
07:34:56 X3.java:1: error: X3 is not abstract and does not override abstract method test() in X3
07:34:56 public enum X3 implements I {
07:34:56        ^
07:34:56 1 error
07:34:56 
07:34:57 --- javac err: ---
07:34:57 X3a.java:1: error: X3a is not abstract and does not override abstract method test() in X3a
07:34:57 public enum X3a implements I {
07:34:57        ^
07:34:57 1 error
07:34:57 
07:34:59 --- javac err: ---
07:34:59 X3c.java:2: error: <anonymous X3c$1> is not abstract and does not override abstract method test() in X3c
07:34:59 	A() { void random() {} };
07:34:59 	^
07:34:59 1 error
07:34:59 
07:34:59 
07:34:59 
07:34:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:00 --- javac err: ---
07:35:00 X4.java:1: error: X4 is not abstract and does not override abstract method test() in X4
07:35:00 public enum X4 {
07:35:00        ^
07:35:00 1 error
07:35:00 
07:35:01 --- javac err: ---
07:35:01 X4a.java:1: error: X4a is not abstract and does not override abstract method test() in X4a
07:35:01 public enum X4a {
07:35:01        ^
07:35:01 1 error
07:35:01 
07:35:03 --- javac err: ---
07:35:03 X4c.java:2: error: <anonymous X4c$1> is not abstract and does not override abstract method test() in X4c
07:35:03 	A() { void random() {} };
07:35:03 	^
07:35:03 1 error
07:35:03 
07:35:03 
07:35:03 
07:35:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:03 --- javac err: ---
07:35:03 X5.java:1: error: X5 is not abstract and does not override abstract method test() in I
07:35:03 public enum X5 implements I {
07:35:03        ^
07:35:03 1 error
07:35:03 
07:35:04 --- javac err: ---
07:35:04 X5a.java:1: error: X5a is not abstract and does not override abstract method test() in I
07:35:04 public enum X5a implements I {
07:35:04        ^
07:35:04 1 error
07:35:04 
07:35:06 --- javac err: ---
07:35:06 X5c.java:2: error: <anonymous X5c$1> is not abstract and does not override abstract method test() in I
07:35:06 	A() { void random() {} };
07:35:06 	^
07:35:06 1 error
07:35:06 
07:35:06 
07:35:06 
07:35:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:07 
07:35:07 
07:35:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:09 
07:35:09 
07:35:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:10 
07:35:10 
07:35:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:11 --- javac err: ---
07:35:11 X.java:3: error: modifier strictfp not allowed here
07:35:11 	private strictfp X() {}
07:35:11 	                 ^
07:35:11 1 error
07:35:11 
07:35:12 
07:35:12 
07:35:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:13 
07:35:13 
07:35:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:13 --- javac err: ---
07:35:13 X.java:3: error: enum types must not be local
07:35:13 		enum E {}
07:35:13 		^
07:35:13 1 error
07:35:13 
07:35:13 
07:35:13 
07:35:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:14 --- javac err: ---
07:35:14 X.java:3: error: enum declarations allowed only in static contexts
07:35:14 		enum E {}
07:35:14 		^
07:35:14 1 error
07:35:14 
07:35:16 --- javac err: ---
07:35:16 X.java:4: error: enum declarations allowed only in static contexts
07:35:16 			enum E {}
07:35:16 			^
07:35:16 1 error
07:35:16 
07:35:16 
07:35:16 
07:35:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:17 --- javac err: ---
07:35:17 X.java:21: error: cannot find symbol
07:35:17   Zork z;
07:35:17   ^
07:35:17   symbol:   class Zork
07:35:17   location: class X
07:35:17 1 error
07:35:17 
07:35:17 
07:35:17 
07:35:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:19 
07:35:19 
07:35:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:20 --- javac err: ---
07:35:20 X.java:10: error: incomparable types: Test1 and Test2
07:35:20 		boolean b = t1 == t2;
07:35:20 		               ^
07:35:20 X.java:15: warning: [rawtypes] found raw type: Enum
07:35:20 	void foo3(Test1 t1, Enum t2) {
07:35:20 	                    ^
07:35:20   missing type arguments for generic class Enum<E>
07:35:20   where E is a type-variable:
07:35:20     E extends Enum<E> declared in class Enum
07:35:20 X.java:19: error: incomparable types: Test1 and Test2
07:35:20 		boolean booleanTest = (Test1.test11 == Test2.test22);
07:35:20 		                                    ^
07:35:20 2 errors
07:35:20 1 warning
07:35:20 
07:35:20 
07:35:20 
07:35:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:21 
07:35:21 
07:35:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:22 
07:35:22 
07:35:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:23 
07:35:23 
07:35:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:24 --- javac err: ---
07:35:24 X.java:5: error: clone() in Test1 cannot override clone() in Enum
07:35:24 		protected final Test1 clone() { return V; }
07:35:24 		                      ^
07:35:24   overridden method is final
07:35:24 1 error
07:35:24 
07:35:24 
07:35:24 
07:35:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:25 --- javac err: ---
07:35:25 java/lang/Object.java:1: error: package exists in another module: java.base
07:35:25 package java.lang;
07:35:25 ^
07:35:25 X.java:7: error: cannot find symbol
07:35:25 	Zork z;
07:35:25 	^
07:35:25   symbol:   class Zork
07:35:25   location: class X
07:35:25 2 errors
07:35:25 
07:35:25 
07:35:25 
07:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:26 
07:35:26 
07:35:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:27 --- javac err: ---
07:35:27 X.java:7: error: interface expected here
07:35:27 	class Member<E extends Object & Test1> {
07:35:27 	                                ^
07:35:27 1 error
07:35:27 
07:35:27 
07:35:27 
07:35:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:28 
07:35:28 
07:35:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:29 
07:35:29 
07:35:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:30 --- javac err: ---
07:35:30 X.java:1: error: X is not abstract and does not override abstract method foo() in I
07:35:30 public enum X implements I, J { 
07:35:30        ^
07:35:30 1 error
07:35:30 
07:35:31 --- javac err: ---
07:35:31 X.java:1: error: X is not abstract and does not override abstract method foo(int) in I
07:35:31 public enum X implements I, J { 
07:35:31        ^
07:35:31 1 error
07:35:31 
07:35:31 
07:35:31 
07:35:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:32 --- javac err: ---
07:35:32 X.java:3: warning: [rawtypes] found raw type: A
07:35:32 	public void foo(A a) {}
07:35:32 	                ^
07:35:32   missing type arguments for generic class A<T>
07:35:32   where T is a type-variable:
07:35:32     T extends Object declared in class A
07:35:32 1 warning
07:35:32 
07:35:33 --- javac err: ---
07:35:33 X.java:2: warning: [rawtypes] found raw type: A
07:35:33 	ROUGE { public void foo(A a) {} }
07:35:33 	                        ^
07:35:33   missing type arguments for generic class A<T>
07:35:33   where T is a type-variable:
07:35:33     T extends Object declared in class A
07:35:33 1 warning
07:35:33 
07:35:34 --- javac err: ---
07:35:34 X.java:1: error: X is not abstract and does not override abstract method foo(A) in I
07:35:34 public enum X implements I { 
07:35:34        ^
07:35:34 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
07:35:34 	public void foo(A<String> a) {}
07:35:34 	            ^
07:35:34 X.java:5: warning: [rawtypes] found raw type: A
07:35:34 interface I { void foo(A a); }
07:35:34                        ^
07:35:34   missing type arguments for generic class A<T>
07:35:34   where T is a type-variable:
07:35:34     T extends Object declared in class A
07:35:34 2 errors
07:35:34 1 warning
07:35:34 
07:35:34 
07:35:34 
07:35:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:35 --- javac err: ---
07:35:35 E.java:6: error: an enum switch case label must be the unqualified name of an enumeration constant
07:35:35 			case BLUE:
07:35:35 			     ^
07:35:35 1 error
07:35:35 
07:35:35 
07:35:35 
07:35:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:36 --- javac err: ---
07:35:36 E.java:16: error: cannot find symbol
07:35:36   Zork z;
07:35:36   ^
07:35:36   symbol:   class Zork
07:35:36   location: class Colors
07:35:36 1 error
07:35:36 
07:35:36 
07:35:36 
07:35:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:37 --- javac err: ---
07:35:37 X.java:13: error: cannot select a static class from a parameterized type
07:35:37 		A<Integer>.E e1 = e;
07:35:37 		          ^
07:35:37 1 error
07:35:37 
07:35:37 
07:35:37 
07:35:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:38 --- javac err: ---
07:35:38 X.java:4: error: illegal reference to static field from initializer
07:35:38 		private final X thisOne = anEnumValue;
07:35:38 		                          ^
07:35:38 1 error
07:35:38 
07:35:38 
07:35:38 
07:35:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:39 --- javac err: ---
07:35:39 X.java:7: error: cannot find symbol
07:35:39       Zork z;
07:35:39       ^
07:35:39   symbol: class Zork
07:35:39 1 error
07:35:39 
07:35:39 
07:35:39 
07:35:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:40 --- javac err: ---
07:35:40 X.java:15: error: type argument Bar is not within bounds of type-variable U
07:35:40 	Foo<Bar> foo = null;
07:35:40 	    ^
07:35:40   where U is a type-variable:
07:35:40     U extends Foo<U> declared in class Foo
07:35:40 X.java:19: warning: [rawtypes] found raw type: Foo
07:35:40 class Bar extends Foo {
07:35:40                   ^
07:35:40   missing type arguments for generic class Foo<U>
07:35:40   where U is a type-variable:
07:35:40     U extends Foo<U> declared in class Foo
07:35:40 1 error
07:35:40 1 warning
07:35:40 
07:35:40 
07:35:40 
07:35:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:41 --- javac err: ---
07:35:41 BadEnum.java:10: error: class, interface, or enum expected
07:35:41 }
07:35:41 ^
07:35:41 1 error
07:35:41 
07:35:41 
07:35:41 
07:35:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:42 
07:35:42 
07:35:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:44 
07:35:44 
07:35:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:46 
07:35:46 
07:35:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:49 
07:35:49 
07:35:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:51 
07:35:51 
07:35:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:53 
07:35:53 
07:35:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:55 
07:35:55 
07:35:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:57 
07:35:57 
07:35:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:58 
07:35:58 
07:35:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:35:59 --- javac err: ---
07:35:59 X.java:3: error: Illegal static declaration in inner class <anonymous BugDemo$1>
07:35:59 		static int bar;
07:35:59 		           ^
07:35:59   modifier 'static' is only allowed in constant variable declarations
07:35:59 1 error
07:35:59 
07:35:59 
07:35:59 
07:35:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:01 --- javac err: ---
07:36:01 EnumTest.java:17: warning: [rawtypes] found raw type: Class
07:36:01 		Class c = Class.forName(className);
07:36:01 		^
07:36:01   missing type arguments for generic class Class<T>
07:36:01   where T is a type-variable:
07:36:01     T extends Object declared in class Class
07:36:01 EnumTest.java:18: warning: [unchecked] unchecked call to <A>getAnnotation(Class<A>) as a member of the raw type Class
07:36:01 		ExpectedModifiers em = (ExpectedModifiers) c.getAnnotation(ExpectedModifiers.class);
07:36:01 		                                                          ^
07:36:01   where A is a type-variable:
07:36:01     A extends Annotation declared in method <A>getAnnotation(Class<A>)
07:36:01 2 warnings
07:36:01 
07:36:01 
07:36:01 
07:36:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:02 --- javac err: ---
07:36:02 X.java:8: error: illegal reference to static field from initializer
07:36:02 		VALUE = null;
07:36:02 		^
07:36:02 X.java:9: error: illegal reference to static field from initializer
07:36:02 		ASD = 5;
07:36:02 		^
07:36:02 X.java:10: error: illegal reference to static field from initializer
07:36:02 		X.VALUE = null;
07:36:02 		 ^
07:36:02 X.java:11: error: illegal reference to static field from initializer
07:36:02 		X.ASD = 5;
07:36:02 		 ^
07:36:02 4 errors
07:36:02 
07:36:02 
07:36:02 
07:36:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:03 --- javac err: ---
07:36:03 X.java:6: error: illegal reference to static field from initializer
07:36:03 		BLEU = null;
07:36:03 		^
07:36:03 1 error
07:36:03 
07:36:03 
07:36:03 
07:36:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:04 --- javac err: ---
07:36:04 X.java:6: error: illegal reference to static field from initializer
07:36:04 		X x = BLEU.BLANC; // ko
07:36:04 		      ^
07:36:04 X.java:6: error: illegal reference to static field from initializer
07:36:04 		X x = BLEU.BLANC; // ko
07:36:04 		          ^
07:36:04 X.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression
07:36:04 		X x = BLEU.BLANC; // ko
07:36:04 		          ^
07:36:04 X.java:7: error: illegal reference to static field from initializer
07:36:04 		X x2 = BLEU; // ko
07:36:04 		       ^
07:36:04 X.java:10: warning: [static] static variable should be qualified by type name, X, instead of by an expression
07:36:04 		X x = BLEU.BLANC; // ok
07:36:04 		          ^
07:36:04 X.java:13: error: illegal reference to static field from initializer
07:36:04 	X dummy = BLEU; // ko
07:36:04 	          ^
07:36:04 X.java:16: error: illegal reference to static field from initializer
07:36:04 		X x = BLEU.BLANC; // ko
07:36:04 		      ^
07:36:04 X.java:16: error: illegal reference to static field from initializer
07:36:04 		X x = BLEU.BLANC; // ko
07:36:04 		          ^
07:36:04 X.java:16: warning: [static] static variable should be qualified by type name, X, instead of by an expression
07:36:04 		X x = BLEU.BLANC; // ko
07:36:04 		          ^
07:36:04 X.java:17: error: illegal reference to static field from initializer
07:36:04 		X x2 = BLEU; // ko
07:36:04 		       ^
07:36:04 7 errors
07:36:04 3 warnings
07:36:04 
07:36:04 
07:36:04 
07:36:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:05 --- javac err: ---
07:36:05 X.java:7: warning: [rawtypes] found raw type: ArrayList
07:36:05 		 static ArrayList someList;
07:36:05 		        ^
07:36:05   missing type arguments for generic class ArrayList<E>
07:36:05   where E is a type-variable:
07:36:05     E extends Object declared in class ArrayList
07:36:05 X.java:10: error: illegal reference to static field from initializer
07:36:05 		 		 if (someList == null) {
07:36:05 		 		     ^
07:36:05 X.java:11: error: illegal reference to static field from initializer
07:36:05 		 		 		 someList = new ArrayList();
07:36:05 		 		 		 ^
07:36:05 X.java:11: warning: [rawtypes] found raw type: ArrayList
07:36:05 		 		 		 someList = new ArrayList();
07:36:05 		 		 		                ^
07:36:05   missing type arguments for generic class ArrayList<E>
07:36:05   where E is a type-variable:
07:36:05     E extends Object declared in class ArrayList
07:36:05 2 errors
07:36:05 2 warnings
07:36:05 
07:36:05 
07:36:05 
07:36:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:06 
07:36:06 
07:36:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:07 --- javac err: ---
07:36:07 X.java:4: error: illegal reference to static field from initializer
07:36:07 		final X a = A;
07:36:07 		            ^
07:36:07 X.java:5: error: illegal reference to static field from initializer
07:36:07 		final X a2 = B.A;
07:36:07 		             ^
07:36:07 X.java:5: error: illegal reference to static field from initializer
07:36:07 		final X a2 = B.A;
07:36:07 		              ^
07:36:07 X.java:5: warning: [static] static variable should be qualified by type name, X, instead of by an expression
07:36:07 		final X a2 = B.A;
07:36:07 		              ^
07:36:07 3 errors
07:36:07 1 warning
07:36:07 
07:36:07 
07:36:07 
07:36:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:08 --- javac err: ---
07:36:08 X.java:8: error: illegal reference to static field from initializer
07:36:08 		error = "error";
07:36:08 		^
07:36:08 1 error
07:36:08 
07:36:08 
07:36:08 
07:36:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:09 --- javac err: ---
07:36:09 X.java:8: error: an enum switch case label must be the unqualified name of an enumeration constant
07:36:09 		case (NORMAL) :
07:36:09 		     ^
07:36:09 1 error
07:36:09 
07:36:09 
07:36:09 
07:36:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:10 --- javac err: ---
07:36:10 Foo.java:4: error: illegal reference to static field from initializer
07:36:10     t[0]=x;
07:36:10     ^
07:36:10 1 error
07:36:10 
07:36:10 
07:36:10 
07:36:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:11 --- javac err: ---
07:36:11 X.java:4: error: non-static variable val cannot be referenced from a static context
07:36:11      val=3;  
07:36:11      ^
07:36:11 X.java:7: error: non-static variable val cannot be referenced from a static context
07:36:11      return Integer.toString(val);
07:36:11                              ^
07:36:11 2 errors
07:36:11 
07:36:11 
07:36:11 
07:36:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:12 --- javac err: ---
07:36:12 X.java:5: error: E is not abstract and does not override abstract method values() in I
07:36:12 		enum E implements I {
07:36:12 		^
07:36:12 1 error
07:36:12 
07:36:12 
07:36:12 
07:36:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:13 
07:36:13 
07:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:14 
07:36:14 
07:36:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:15 --- javac err: ---
07:36:15 X.java:3: warning: [rawtypes] found raw type: Enum
07:36:15 		Enum e = new Enum("foo", 2) {
07:36:15 		^
07:36:15   missing type arguments for generic class Enum<E>
07:36:15   where E is a type-variable:
07:36:15     E extends Enum<E> declared in class Enum
07:36:15 X.java:3: warning: [rawtypes] found raw type: Enum
07:36:15 		Enum e = new Enum("foo", 2) {
07:36:15 		             ^
07:36:15   missing type arguments for generic class Enum<E>
07:36:15   where E is a type-variable:
07:36:15     E extends Enum<E> declared in class Enum
07:36:15 X.java:3: error: classes cannot directly extend java.lang.Enum
07:36:15 		Enum e = new Enum("foo", 2) {
07:36:15 		                            ^
07:36:15 X.java:3: warning: [unchecked] describeConstable() in Enum implements describeConstable() in Constable
07:36:15 		Enum e = new Enum("foo", 2) {
07:36:15 		                            ^
07:36:15   return type requires unchecked conversion from Optional to Optional<? extends ConstantDesc>
07:36:15   where E is a type-variable:
07:36:15     E extends Enum<E> declared in class Enum
07:36:15 1 error
07:36:15 3 warnings
07:36:15 
07:36:15 
07:36:15 
07:36:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:16 
07:36:16 
07:36:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:18 
07:36:18 
07:36:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:19 
07:36:19 
07:36:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:20 
07:36:20 
07:36:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:21 
07:36:21 
07:36:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:22 --- javac err: ---
07:36:22 X.java:5: error: illegal reference to static field from initializer
07:36:22             System.out.printf("After the %s constructor\n",INITIAL);
07:36:22                                                            ^
07:36:22 1 error
07:36:22 
07:36:22 
07:36:22 
07:36:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:23 --- javac err: ---
07:36:23 X.java:12: error: variable b might not have been initialized
07:36:23         return b;
07:36:23                ^
07:36:23 1 error
07:36:23 
07:36:23 
07:36:23 
07:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:24 
07:36:24 
07:36:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:25 
07:36:25 
07:36:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:26 --- javac err: ---
07:36:26 X.java:7: error: <anonymous X$2> is not abstract and does not override abstract method eval(double,double) in <anonymous X$2>
07:36:26 	MINUS {
07:36:26 	^
07:36:26 1 error
07:36:26 
07:36:26 
07:36:26 
07:36:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:27 --- javac err: ---
07:36:27 X.java:7: error: <anonymous X$2> is not abstract and does not override abstract method eval2(double,double) in <anonymous X$2>
07:36:27 	MINUS {
07:36:27 	^
07:36:27 1 error
07:36:27 
07:36:27 
07:36:27 
07:36:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:28 
07:36:28 
07:36:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:29 --- javac err: ---
07:36:29 X.java:4: error: incompatible types: X cannot be converted to Runnable
07:36:29 		Runnable r = (Runnable)x;
07:36:29 		                       ^
07:36:29 1 error
07:36:29 
07:36:29 
07:36:29 
07:36:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:30 
07:36:30 
07:36:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:31 --- javac err: ---
07:36:31 X.java:2: error: <anonymous X$1> is not abstract and does not override abstract method a() in <anonymous X$1>
07:36:31   A {
07:36:31   ^
07:36:31 1 error
07:36:31 
07:36:31 
07:36:31 
07:36:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:32 --- javac err: ---
07:36:32 X.java:1: error: '{' expected
07:36:32 public enum X<T> {}
07:36:32              ^
07:36:32 X.java:1: error: <identifier> expected
07:36:32 public enum X<T> {}
07:36:32                 ^
07:36:32 X.java:1: error: reached end of file while parsing
07:36:32 public enum X<T> {}
07:36:32                    ^
07:36:32 3 errors
07:36:32 
07:36:32 
07:36:32 
07:36:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:33 --- javac err: ---
07:36:33 ClassC.java:3: warning: [static] static variable should be qualified by type name, EnumA, instead of by an expression
07:36:33     EnumA.B1.B1.foo();
07:36:33             ^
07:36:33 ClassC.java:4: warning: [static] static variable should be qualified by type name, EnumA, instead of by an expression
07:36:33     EnumA.B1.B2.foo();
07:36:33             ^
07:36:33 2 warnings
07:36:33 
07:36:33 
07:36:33 
07:36:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:34 --- javac err: ---
07:36:34 X.java:16: error: variable test might not have been initialized
07:36:34 	}
07:36:34 	^
07:36:34 1 error
07:36:34 
07:36:34 
07:36:34 
07:36:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:35 --- javac err: ---
07:36:35 X.java:16: error: variable test might not have been initialized
07:36:35 	}
07:36:35 	^
07:36:35 1 error
07:36:35 
07:36:35 
07:36:35 
07:36:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:36 --- javac err: ---
07:36:36 p/X.java:3: error: modifier abstract not allowed here
07:36:36 	public abstract enum E {
07:36:36 	                ^
07:36:36 1 error
07:36:36 
07:36:37 --- javac err: ---
07:36:37 Y.java:1: error: package p does not exist
07:36:37 import p.X;
07:36:37         ^
07:36:37 Y.java:4: error: package X does not exist
07:36:37 		System.out.println(X.E.SUCCESS);
07:36:37 		                    ^
07:36:37 2 errors
07:36:37 
07:36:37 
07:36:37 
07:36:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:38 --- javac err: ---
07:36:38 p/X.java:3: error: modifier abstract not allowed here
07:36:38 	public abstract enum E implements Runnable {
07:36:38 	                ^
07:36:38 1 error
07:36:38 
07:36:39 --- javac err: ---
07:36:39 Y.java:1: error: package p does not exist
07:36:39 import p.X;
07:36:39         ^
07:36:39 Y.java:4: error: package X does not exist
07:36:39 		System.out.println(X.E.SUCCESS);
07:36:39 		                    ^
07:36:39 2 errors
07:36:39 
07:36:39 
07:36:39 
07:36:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:40 
07:36:40 
07:36:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:42 
07:36:42 
07:36:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:43 
07:36:43 
07:36:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:45 
07:36:45 
07:36:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:46 --- javac err: ---
07:36:46 TestEnum.java:6: error: illegal reference to static field from initializer
07:36:46         TestEnum.test=10;
07:36:46                 ^
07:36:46 1 error
07:36:46 
07:36:46 
07:36:46 
07:36:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:47 --- javac err: ---
07:36:47 TestEnum2.java:5: error: illegal reference to static field from initializer
07:36:47         TestEnum2.test=11;
07:36:47                  ^
07:36:47 1 error
07:36:47 
07:36:47 
07:36:47 
07:36:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:48 
07:36:49 
07:36:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:49 
07:36:49 
07:36:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:50 --- javac err: ---
07:36:50 Foo.java:5: error: illegal reference to static field from initializer
07:36:50 		this(Foo.val);
07:36:50 		        ^
07:36:50 Foo.java:6: error: illegal reference to static field from initializer
07:36:50 		System.out.println(Foo.val);
07:36:50 		                      ^
07:36:50 Foo.java:10: error: illegal reference to static field from initializer
07:36:50 		System.out.println(Foo.val);
07:36:50 		                      ^
07:36:50 Foo.java:12: error: illegal reference to static field from initializer
07:36:50 	int field = Foo.val;
07:36:50 	               ^
07:36:50 4 errors
07:36:50 
07:36:50 
07:36:50 
07:36:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:51 --- javac err: ---
07:36:51 Foo.java:5: error: illegal reference to static field from initializer
07:36:51 		this(val);
07:36:51 		     ^
07:36:51 Foo.java:6: error: illegal reference to static field from initializer
07:36:51 		System.out.println(val);
07:36:51 		                   ^
07:36:51 Foo.java:10: error: illegal reference to static field from initializer
07:36:51 		System.out.println(val);
07:36:51 		                   ^
07:36:51 Foo.java:12: error: illegal reference to static field from initializer
07:36:51 	int field = val;
07:36:51 	            ^
07:36:51 4 errors
07:36:51 
07:36:51 
07:36:51 
07:36:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:52 --- javac err: ---
07:36:52 Foo.java:5: error: cannot reference this before supertype constructor has been called
07:36:52 		this(get().val);
07:36:52 		     ^
07:36:52 Foo.java:5: error: illegal reference to static field from initializer
07:36:52 		this(get().val);
07:36:52 		          ^
07:36:52 Foo.java:5: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
07:36:52 		this(get().val);
07:36:52 		          ^
07:36:52 Foo.java:6: error: illegal reference to static field from initializer
07:36:52 		System.out.println(get().val);
07:36:52 		                        ^
07:36:52 Foo.java:6: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
07:36:52 		System.out.println(get().val);
07:36:52 		                        ^
07:36:52 Foo.java:10: error: illegal reference to static field from initializer
07:36:52 		System.out.println(get().val);
07:36:52 		                        ^
07:36:52 Foo.java:10: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
07:36:52 		System.out.println(get().val);
07:36:52 		                        ^
07:36:52 Foo.java:12: error: illegal reference to static field from initializer
07:36:52 	int field = get().val;
07:36:52 	                 ^
07:36:52 Foo.java:12: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
07:36:52 	int field = get().val;
07:36:52 	                 ^
07:36:52 5 errors
07:36:52 4 warnings
07:36:52 
07:36:52 
07:36:52 
07:36:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:53 --- javac err: ---
07:36:53 Foo.java:5: error: cannot reference this before supertype constructor has been called
07:36:53 		this(get().val = 1);
07:36:53 		     ^
07:36:53 Foo.java:5: error: illegal reference to static field from initializer
07:36:53 		this(get().val = 1);
07:36:53 		          ^
07:36:53 Foo.java:5: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
07:36:53 		this(get().val = 1);
07:36:53 		          ^
07:36:53 Foo.java:6: error: illegal reference to static field from initializer
07:36:53 		System.out.println(get().val = 2);
07:36:53 		                        ^
07:36:53 Foo.java:6: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
07:36:53 		System.out.println(get().val = 2);
07:36:53 		                        ^
07:36:53 Foo.java:10: error: illegal reference to static field from initializer
07:36:53 		System.out.println(get().val = 3);
07:36:53 		                        ^
07:36:53 Foo.java:10: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
07:36:53 		System.out.println(get().val = 3);
07:36:53 		                        ^
07:36:53 Foo.java:12: error: illegal reference to static field from initializer
07:36:53 	int field = get().val = 4;
07:36:53 	                 ^
07:36:53 Foo.java:12: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
07:36:53 	int field = get().val = 4;
07:36:53 	                 ^
07:36:53 5 errors
07:36:53 4 warnings
07:36:53 
07:36:53 
07:36:53 
07:36:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:54 
07:36:54 
07:36:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:55 --- javac err: ---
07:36:55 Status.java:11: error: illegal reference to static field from initializer
07:36:55 		if (Status.mapping == null) {
07:36:55 		          ^
07:36:55 Status.java:12: error: illegal reference to static field from initializer
07:36:55 			Status.mapping = new HashMap<Byte, Status>();
07:36:55 			      ^
07:36:55 Status.java:15: error: illegal reference to static field from initializer
07:36:55 		Status.mapping.put(newValue, this);
07:36:55 		      ^
07:36:55 3 errors
07:36:55 
07:36:55 
07:36:55 
07:36:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:56 
07:36:56 
07:36:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:57 --- javac err: ---
07:36:57 X.java:3: error: method valueOf(String) is already defined in enum X
07:36:57 	private X valueOf(String arg0) { return null; }
07:36:57 	          ^
07:36:57 1 error
07:36:57 
07:36:57 
07:36:57 
07:36:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:58 --- javac err: ---
07:36:58 X.java:3: error: variable dupField is already defined in class Other
07:36:58 	int dupField;//2
07:36:58 	    ^
07:36:58 X.java:4: error: variable dupField is already defined in class Other
07:36:58 	int dupField;//3
07:36:58 	    ^
07:36:58 X.java:5: error: variable dupField is already defined in class Other
07:36:58 	int dupField;//4
07:36:58 	    ^
07:36:58 X.java:7: error: method dupMethod(int) is already defined in class Other
07:36:58 	void dupMethod(int i) {}//6
07:36:58 	     ^
07:36:58 X.java:8: error: method dupMethod(int) is already defined in class Other
07:36:58 	void dupMethod(int i) {}//7
07:36:58 	     ^
07:36:58 X.java:9: error: method dupMethod(int) is already defined in class Other
07:36:58 	void dupMethod(int i) {}//8
07:36:58 	     ^
07:36:58 X.java:17: error: method valueOf(String) is already defined in enum X
07:36:58         private X valueOf(String arg0) { return null; }//9
07:36:58                   ^
07:36:58 X.java:18: error: method valueOf(String) is already defined in enum X
07:36:58         private X valueOf(String arg0) { return null; }//10
07:36:58                   ^
07:36:58 X.java:19: error: method valueOf(String) is already defined in enum X
07:36:58         private X valueOf(String arg0) { return null; }//11
07:36:58                   ^
07:36:58 X.java:11: error: incompatible types: void cannot be converted to int
07:36:58 		int i = dupMethod(dupField);
07:36:58 		                 ^
07:36:58 X.java:21: error: incompatible types: X cannot be converted to int
07:36:58         	int i = valueOf("");
07:36:58         	               ^
07:36:58 11 errors
07:36:58 
07:36:58 
07:36:58 
07:36:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:36:59 --- javac err: ---
07:36:59 X.java:3: error: method valueOf(String) is already defined in enum X
07:36:59         private int valueOf(String arg0) { return 0; }//11
07:36:59                     ^
07:36:59 X.java:5: error: incompatible types: X cannot be converted to int
07:36:59         	int i = valueOf("");
07:36:59         	               ^
07:36:59 2 errors
07:36:59 
07:36:59 
07:36:59 
07:36:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:00 --- javac err: ---
07:37:00 X.java:3: error: method valueOf(String) is already defined in enum X
07:37:00     static int valueOf(String arg0) { return 0; }//9
07:37:00                ^
07:37:00 X.java:5: error: incompatible types: X cannot be converted to int
07:37:00     	int i = X.valueOf("");
07:37:00     	                 ^
07:37:00 Other.java:3: error: incompatible types: X cannot be converted to int
07:37:00     	int i = X.valueOf("");
07:37:00     	                 ^
07:37:00 3 errors
07:37:00 
07:37:01 --- javac err: ---
07:37:01 Other.java:3: error: cannot find symbol
07:37:01     	int i = X.valueOf("");
07:37:01     	        ^
07:37:01   symbol:   variable X
07:37:01   location: class Other
07:37:01 1 error
07:37:01 
07:37:01 
07:37:01 
07:37:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:02 --- javac err: ---
07:37:02 X.java:2: error: self-reference in initializer
07:37:02     CRAZY(CRAZY), // <-- illegal forward reference reported by all compilers
07:37:02           ^
07:37:02 X.java:3: error: self-reference in initializer
07:37:02     IMPOSSIBLE(BadEnum.IMPOSSIBLE); // <-- illegal forward reference (javac 1.6 only)
07:37:02                       ^
07:37:02 X.java:8: error: self-reference in initializer
07:37:02     X x1 = new X(x1);//1 - WRONG
07:37:02                  ^
07:37:02 X.java:17: error: self-reference in initializer
07:37:02     X x1 = new X(x1);//6 - WRONG
07:37:02                  ^
07:37:02 4 errors
07:37:02 
07:37:02 
07:37:02 
07:37:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:03 --- javac err: ---
07:37:03 X.java:2: error: self-reference in initializer
07:37:03     NOWAY(BadEnum.NOWAY.CONST),
07:37:03                  ^
07:37:03 X.java:2: warning: [static] static variable should be qualified by type name, BadEnum, instead of by an expression
07:37:03     NOWAY(BadEnum.NOWAY.CONST),
07:37:03                        ^
07:37:03 X.java:3: error: self-reference in initializer
07:37:03     INVALID(INVALID.CONST),
07:37:03             ^
07:37:03 X.java:3: warning: [static] static variable should be qualified by type name, BadEnum, instead of by an expression
07:37:03     INVALID(INVALID.CONST),
07:37:03                    ^
07:37:03 X.java:4: error: self-reference in initializer
07:37:03     WRONG(WRONG.VALUE()),
07:37:03           ^
07:37:03 X.java:4: warning: [static] static method should be qualified by type name, BadEnum, instead of by an expression
07:37:03     WRONG(WRONG.VALUE()),
07:37:03                ^
07:37:03 X.java:5: error: self-reference in initializer
07:37:03     ILLEGAL(ILLEGAL.value());
07:37:03             ^
07:37:03 X.java:14: error: self-reference in initializer
07:37:03     X x4 = new X(x4.CONST);//4 - WRONG
07:37:03                  ^
07:37:03 X.java:14: warning: [static] static variable should be qualified by type name, X, instead of by an expression
07:37:03     X x4 = new X(x4.CONST);//4 - WRONG
07:37:03                    ^
07:37:03 X.java:15: error: self-reference in initializer
07:37:03     X x5 = new X(x5.value());//5 - WRONG
07:37:03                  ^
07:37:03 6 errors
07:37:03 4 warnings
07:37:03 
07:37:03 
07:37:03 
07:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:04 --- javac err: ---
07:37:04 X.java:3: error: illegal forward reference
07:37:04     Tuesday("Tue", Days.Wednesday.hashCode()),   // should complain since enum constant
07:37:04                        ^
07:37:04 X.java:4: error: illegal forward reference
07:37:04     Wednesday("Wed", OFFSET + 2);   // should complain since unqualified
07:37:04                      ^
07:37:04 X.java:12: error: illegal forward reference
07:37:04     public static final int BAR = OFFSET + 1;
07:37:04                                   ^
07:37:04 3 errors
07:37:04 
07:37:04 
07:37:04 
07:37:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:05 
07:37:05 
07:37:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:06 
07:37:06 
07:37:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:07 --- javac err: ---
07:37:07 E.java:2: error: illegal forward reference
07:37:07 	A(E.STATIK);
07:37:07 	   ^
07:37:07 E2.java:2: error: illegal forward reference
07:37:07 	A(E2.STATIK);
07:37:07 	    ^
07:37:07 2 errors
07:37:07 
07:37:07 
07:37:07 
07:37:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:08 --- javac err: ---
07:37:08 X.java:12: warning: [rawtypes] found raw type: Map
07:37:08 		Map m = new HashMap();
07:37:08 		^
07:37:08   missing type arguments for generic class Map<K,V>
07:37:08   where K,V are type-variables:
07:37:08     K extends Object declared in interface Map
07:37:08     V extends Object declared in interface Map
07:37:08 X.java:12: warning: [rawtypes] found raw type: HashMap
07:37:08 		Map m = new HashMap();
07:37:08 		            ^
07:37:08   missing type arguments for generic class HashMap<K,V>
07:37:08   where K,V are type-variables:
07:37:08     K extends Object declared in class HashMap
07:37:08     V extends Object declared in class HashMap
07:37:08 X.java:13: warning: [rawtypes] found raw type: Enum
07:37:08 		for (Enum e : enumConstant.getDeclaringClass().getEnumConstants()) {
07:37:08 		     ^
07:37:08   missing type arguments for generic class Enum<E>
07:37:08   where E is a type-variable:
07:37:08     E extends Enum<E> declared in class Enum
07:37:08 X.java:14: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
07:37:08 			m.put(e.name(), e);
07:37:08 			     ^
07:37:08   where K,V are type-variables:
07:37:08     K extends Object declared in interface Map
07:37:08     V extends Object declared in interface Map
07:37:08 4 warnings
07:37:08 
07:37:08 
07:37:08 
07:37:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:09 --- javac err: ---
07:37:09 X.java:9: warning: [rawtypes] found raw type: Enum
07:37:09 		i(new Enum[] {A.L, A.M, A.N, A.O});
07:37:09 		      ^
07:37:09   missing type arguments for generic class Enum<E>
07:37:09   where E is a type-variable:
07:37:09     E extends Enum<E> declared in class Enum
07:37:09 X.java:11: warning: [rawtypes] found raw type: Enum
07:37:09 	static void i(Enum[] tab) {
07:37:09 	              ^
07:37:09   missing type arguments for generic class Enum<E>
07:37:09   where E is a type-variable:
07:37:09     E extends Enum<E> declared in class Enum
07:37:09 X.java:12: warning: [rawtypes] found raw type: Map
07:37:09 		Map m = new HashMap();
07:37:09 		^
07:37:09   missing type arguments for generic class Map<K,V>
07:37:09   where K,V are type-variables:
07:37:09     K extends Object declared in interface Map
07:37:09     V extends Object declared in interface Map
07:37:09 X.java:12: warning: [rawtypes] found raw type: HashMap
07:37:09 		Map m = new HashMap();
07:37:09 		            ^
07:37:09   missing type arguments for generic class HashMap<K,V>
07:37:09   where K,V are type-variables:
07:37:09     K extends Object declared in class HashMap
07:37:09     V extends Object declared in class HashMap
07:37:09 X.java:13: warning: [rawtypes] found raw type: Enum
07:37:09 		for (Enum s : tab) {
07:37:09 		     ^
07:37:09   missing type arguments for generic class Enum<E>
07:37:09   where E is a type-variable:
07:37:09     E extends Enum<E> declared in class Enum
07:37:09 X.java:14: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
07:37:09 			m.put(s.name(), s);
07:37:09 			     ^
07:37:09   where K,V are type-variables:
07:37:09     K extends Object declared in interface Map
07:37:09     V extends Object declared in interface Map
07:37:09 6 warnings
07:37:09 
07:37:09 
07:37:09 
07:37:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:10 --- javac err: ---
07:37:10 X.java:6: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:37:10 	X(@Deprecated String s) {
07:37:10 	                     ^
07:37:10 1 warning
07:37:10 
07:37:11 
07:37:11 
07:37:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:12 --- javac err: ---
07:37:12 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:37:12 	X(@Deprecated String s, int i, @Deprecated String name) {
07:37:12 	                     ^
07:37:12 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:37:12 	X(@Deprecated String s, int i, @Deprecated String name) {
07:37:12 	                                                  ^
07:37:12 2 warnings
07:37:12 
07:37:14 
07:37:14 
07:37:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:15 --- javac err: ---
07:37:15 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:37:15 		Y(@Deprecated String s, int i, @Deprecated String name) {
07:37:15 		                     ^
07:37:15 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:37:15 		Y(@Deprecated String s, int i, @Deprecated String name) {
07:37:15 		                                                  ^
07:37:15 2 warnings
07:37:15 
07:37:16 
07:37:16 
07:37:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:17 --- javac err: ---
07:37:17 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:37:17 		Y(@Deprecated String s, int i, @Deprecated String name) {
07:37:17 		                     ^
07:37:17 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:37:17 		Y(@Deprecated String s, int i, @Deprecated String name) {
07:37:17 		                                                  ^
07:37:17 2 warnings
07:37:17 
07:37:18 
07:37:18 
07:37:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:20 
07:37:20 
07:37:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:22 
07:37:22 
07:37:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:23 
07:37:23 
07:37:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:24 
07:37:24 
07:37:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:25 
07:37:25 
07:37:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:27 
07:37:27 
07:37:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:28 --- javac err: ---
07:37:28 X.java:2: error: unreported exception Exception; must be caught or declared to be thrown
07:37:28   A, B;
07:37:28   ^
07:37:28 X.java:2: error: unreported exception Exception; must be caught or declared to be thrown
07:37:28   A, B;
07:37:28      ^
07:37:28 2 errors
07:37:28 
07:37:28 
07:37:28 
07:37:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:29 
07:37:29 
07:37:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:30 --- javac err: ---
07:37:30 Y.java:10: warning: [fallthrough] possible fall-through into case
07:37:30  			default : System.out.println("unknown"); break;
07:37:30  			^
07:37:30 1 warning
07:37:30 
07:37:30 
07:37:30 
07:37:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:31 
07:37:31 
07:37:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:32 
07:37:32 
07:37:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:33 
07:37:33 
07:37:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:34 --- javac err: ---
07:37:34 Y.java:10: error: missing return statement
07:37:34     }
07:37:34     ^
07:37:34 1 error
07:37:34 
07:37:34 
07:37:34 
07:37:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:35 --- javac err: ---
07:37:35 X.java:1: error: '{' expected
07:37:35 public enum X<T> {
07:37:35              ^
07:37:35 X.java:1: error: <identifier> expected
07:37:35 public enum X<T> {
07:37:35                 ^
07:37:35 X.java:2: error: <identifier> expected
07:37:35 	OBJ;
07:37:35 	   ^
07:37:35 X.java:3: error: reached end of file while parsing
07:37:35 }
07:37:35  ^
07:37:35 4 errors
07:37:35 
07:37:35 
07:37:35 
07:37:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:36 
07:37:36 
07:37:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:37 
07:37:37 
07:37:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:38 
07:37:38 
07:37:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:38 ***************************************************************************
07:37:38 * Comparison with Sun Javac compiler for class MethodVerifyTest (null tests)
07:37:38 ***************************************************************************
07:37:39 --- javac err: ---
07:37:39 Y.java:1: error: name clash: foo(T) in Y and foo(A) in X have the same erasure, yet neither overrides the other
07:37:39 public class Y<T> extends X<A> { public void foo(T t) {} }
07:37:39                                              ^
07:37:39   where T is a type-variable:
07:37:39     T extends Object declared in class Y
07:37:39 1 error
07:37:39 
07:37:39 
07:37:39 
07:37:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:39 --- javac err: ---
07:37:39 J.java:1: error: J is not abstract and does not override abstract method foo(A) in I
07:37:39 public class J<T> implements I<A> { public void foo(T t) {} }
07:37:39        ^
07:37: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
07:37:39 public class J<T> implements I<A> { public void foo(T t) {} }
07:37:39                                                 ^
07:37:39   where T is a type-variable:
07:37:39     T extends Object declared in class J
07:37:39 2 errors
07:37:39 
07:37:39 
07:37:39 
07:37:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:40 --- javac err: ---
07:37:40 YY.java:1: warning: [rawtypes] found raw type: X
07:37:40 public class YY<T> extends X { public void foo(T t) {} }
07:37:40                            ^
07:37:40   missing type arguments for generic class X<U>
07:37:40   where U is a type-variable:
07:37:40     U extends Object declared in class X
07:37: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
07:37:40 public class YY<T> extends X { public void foo(T t) {} }
07:37:40                                            ^
07:37:40   where T is a type-variable:
07:37:40     T extends Object declared in class YY
07:37:40 1 error
07:37:40 1 warning
07:37:40 
07:37:40 
07:37:40 
07:37:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:41 --- javac err: ---
07:37:41 JJ.java:1: warning: [rawtypes] found raw type: I
07:37:41 public class JJ<T> implements I { public void foo(T t) {} }
07:37:41                               ^
07:37:41   missing type arguments for generic class I<U>
07:37:41   where U is a type-variable:
07:37:41     U extends Object declared in interface I
07:37:41 JJ.java:1: error: JJ is not abstract and does not override abstract method foo(Object) in I
07:37:41 public class JJ<T> implements I { public void foo(T t) {} }
07:37:41        ^
07:37: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
07:37:41 public class JJ<T> implements I { public void foo(T t) {} }
07:37:41                                               ^
07:37:41   where T is a type-variable:
07:37:41     T extends Object declared in class JJ
07:37:41 2 errors
07:37:41 1 warning
07:37:41 
07:37:41 
07:37:41 
07:37:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:42 
07:37:42 
07:37:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:43 
07:37:43 
07:37:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:44 --- javac err: ---
07:37: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
07:37:44 public class Y<T> extends X<A> { public void foo(T t) {} }
07:37:44                                              ^
07:37:44   where T is a type-variable:
07:37:44     T extends Object declared in class Y
07:37:44 1 error
07:37:44 
07:37:44 
07:37:44 
07:37:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:45 --- javac err: ---
07:37:45 J.java:1: error: J is not abstract and does not override abstract method foo(A) in I
07:37:45 public class J<T> implements I<A> { public void foo(T t) {} }
07:37:45        ^
07:37: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
07:37:45 public class J<T> implements I<A> { public void foo(T t) {} }
07:37:45                                                 ^
07:37:45   where T is a type-variable:
07:37:45     T extends Object declared in class J
07:37:45 2 errors
07:37:45 
07:37:45 
07:37:45 
07:37:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:46 --- javac err: ---
07:37:46 YY.java:1: warning: [rawtypes] found raw type: X
07:37:46 public class YY<T> extends X { public void foo(T t) {} }
07:37:46                            ^
07:37:46   missing type arguments for generic class X<U>
07:37:46   where U is a type-variable:
07:37:46     U extends Object declared in class X
07:37:46 YY.java:1: error: name clash: foo(T) in YY and foo(Object) in X have the same erasure, yet neither overrides the other
07:37:46 public class YY<T> extends X { public void foo(T t) {} }
07:37:46                                            ^
07:37:46   where T is a type-variable:
07:37:46     T extends Object declared in class YY
07:37:46 1 error
07:37:46 1 warning
07:37:46 
07:37:46 
07:37:46 
07:37:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:47 --- javac err: ---
07:37:47 JJ.java:1: warning: [rawtypes] found raw type: I
07:37:47 public class JJ<T> implements I { public void foo(T t) {} }
07:37:47                               ^
07:37:47   missing type arguments for generic class I<U>
07:37:47   where U is a type-variable:
07:37:47     U extends Object declared in interface I
07:37:47 JJ.java:1: error: JJ is not abstract and does not override abstract method foo(Object) in I
07:37:47 public class JJ<T> implements I { public void foo(T t) {} }
07:37:47        ^
07:37:47 JJ.java:1: error: name clash: foo(T) in JJ and foo(Object) in I have the same erasure, yet neither overrides the other
07:37:47 public class JJ<T> implements I { public void foo(T t) {} }
07:37:47                                               ^
07:37:47   where T is a type-variable:
07:37:47     T extends Object declared in class JJ
07:37:47 2 errors
07:37:47 1 warning
07:37:47 
07:37:47 
07:37:47 
07:37:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:48 
07:37:48 
07:37:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:49 
07:37:49 
07:37:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:50 --- javac err: ---
07:37:50 Y.java:1: error: name clash: foo(T) in Y and foo(A) in X have the same erasure, yet neither overrides the other
07:37:50 public class Y<T> extends X<A> { public void foo(T t) {} }
07:37:50                                              ^
07:37:50   where T is a type-variable:
07:37:50     T extends Object declared in class Y
07:37:50 1 error
07:37:50 
07:37:50 
07:37:50 
07:37:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:52 --- javac err: ---
07:37:52 J.java:1: error: J is not abstract and does not override abstract method foo(A) in I
07:37:52 public class J<T> implements I<A> { public void foo(T t) {} }
07:37:52        ^
07:37:52 J.java:1: error: name clash: foo(T) in J and foo(A) in I have the same erasure, yet neither overrides the other
07:37:52 public class J<T> implements I<A> { public void foo(T t) {} }
07:37:52                                                 ^
07:37:52   where T is a type-variable:
07:37:52     T extends Object declared in class J
07:37:52 2 errors
07:37:52 
07:37:52 
07:37:52 
07:37:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:54 --- javac err: ---
07:37:54 YY.java:1: warning: [rawtypes] found raw type: X
07:37:54 public class YY<T> extends X { public void foo(T t) {} }
07:37:54                            ^
07:37:54   missing type arguments for generic class X<U>
07:37:54   where U is a type-variable:
07:37:54     U extends Object declared in class X
07:37:54 YY.java:1: error: name clash: foo(T) in YY and foo(Object) in X have the same erasure, yet neither overrides the other
07:37:54 public class YY<T> extends X { public void foo(T t) {} }
07:37:54                                            ^
07:37:54   where T is a type-variable:
07:37:54     T extends Object declared in class YY
07:37:54 1 error
07:37:54 1 warning
07:37:54 
07:37:54 
07:37:54 
07:37:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:56 --- javac err: ---
07:37:56 JJ.java:1: warning: [rawtypes] found raw type: I
07:37:56 public class JJ<T> implements I { public void foo(T t) {} }
07:37:56                               ^
07:37:56   missing type arguments for generic class I<U>
07:37:56   where U is a type-variable:
07:37:56     U extends Object declared in interface I
07:37:56 JJ.java:1: error: JJ is not abstract and does not override abstract method foo(Object) in I
07:37:56 public class JJ<T> implements I { public void foo(T t) {} }
07:37:56        ^
07:37:56 JJ.java:1: error: name clash: foo(T) in JJ and foo(Object) in I have the same erasure, yet neither overrides the other
07:37:56 public class JJ<T> implements I { public void foo(T t) {} }
07:37:56                                               ^
07:37:56   where T is a type-variable:
07:37:56     T extends Object declared in class JJ
07:37:56 2 errors
07:37:56 1 warning
07:37:56 
07:37:56 
07:37:56 
07:37:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:37:58 
07:37:58 
07:37:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:00 
07:38:00 
07:38:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:01 --- javac err: ---
07:38:01 ALL.java:5: error: J is not abstract and does not override abstract method foo() in I
07:38:01 class J<T> implements I<B> { public T foo() {return null;} }
07:38:01 ^
07:38:01 ALL.java:5: error: foo() in J cannot implement foo() in I
07:38:01 class J<T> implements I<B> { public T foo() {return null;} }
07:38:01                                       ^
07:38:01   return type T is not compatible with B
07:38:01   where T,U are type-variables:
07:38:01     T extends Object declared in class J
07:38:01     U extends Object declared in interface I
07:38:01 ALL.java:7: warning: [rawtypes] found raw type: I
07:38:01 class L<T> implements I { public T foo() {return null;} }
07:38:01                       ^
07:38:01   missing type arguments for generic class I<U>
07:38:01   where U is a type-variable:
07:38:01     U extends Object declared in interface I
07:38:01 ALL.java:8: error: foo() in Y cannot override foo() in X
07:38:01 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
07:38:01                                              ^
07:38:01   return type T is not compatible with A
07:38:01   where T,U are type-variables:
07:38:01     T extends Object declared in class Y
07:38:01     U extends Object declared in class X
07:38:01 ALL.java:8: error: method does not override or implement a method from a supertype
07:38:01 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
07:38:01                           ^
07:38:01 ALL.java:8: error: incompatible types: A cannot be converted to T
07:38:01 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
07:38:01                                                                      ^
07:38:01   where T is a type-variable:
07:38:01     T extends Object declared in class Y
07:38:01 ALL.java:10: warning: [rawtypes] found raw type: X
07:38:01 class W<T> extends X { @Override public T foo() { return super.foo(); } }
07:38:01                    ^
07:38:01   missing type arguments for generic class X<U>
07:38:01   where U is a type-variable:
07:38:01     U extends Object declared in class X
07:38:01 ALL.java:10: error: incompatible types: Object cannot be converted to T
07:38:01 class W<T> extends X { @Override public T foo() { return super.foo(); } }
07:38:01                                                                   ^
07:38:01   where T is a type-variable:
07:38:01     T extends Object declared in class W
07:38:01 6 errors
07:38:01 2 warnings
07:38:01 
07:38:01 
07:38:01 
07:38:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:02 --- javac err: ---
07:38:02 J.java:1: error: J is not abstract and does not override abstract method foo() in I
07:38:02 class J<T> implements I<B> { public T foo() {return null;} }
07:38:02 ^
07:38:02 J.java:1: error: foo() in J cannot implement foo() in I
07:38:02 class J<T> implements I<B> { public T foo() {return null;} }
07:38:02                                       ^
07:38:02   return type T is not compatible with B
07:38:02   where T,U are type-variables:
07:38:02     T extends Object declared in class J
07:38:02     U extends Object declared in interface I
07:38:02 L.java:1: warning: [rawtypes] found raw type: I
07:38:02 class L<T> implements I { public T foo() {return null;} }
07:38:02                       ^
07:38:02   missing type arguments for generic class I<U>
07:38:02   where U is a type-variable:
07:38:02     U extends Object declared in interface I
07:38:02 Y.java:1: error: foo() in Y cannot override foo() in X
07:38:02 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
07:38:02                                              ^
07:38:02   return type T is not compatible with A
07:38:02   where T,U are type-variables:
07:38:02     T extends Object declared in class Y
07:38:02     U extends Object declared in class X
07:38:02 Y.java:1: error: method does not override or implement a method from a supertype
07:38:02 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
07:38:02                           ^
07:38:02 Y.java:1: error: incompatible types: A cannot be converted to T
07:38:02 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
07:38:02                                                                      ^
07:38:02   where T is a type-variable:
07:38:02     T extends Object declared in class Y
07:38:02 W.java:1: warning: [rawtypes] found raw type: X
07:38:02 class W<T> extends X { @Override public T foo() { return super.foo(); } }
07:38:02                    ^
07:38:02   missing type arguments for generic class X<U>
07:38:02   where U is a type-variable:
07:38:02     U extends Object declared in class X
07:38:02 W.java:1: error: incompatible types: Object cannot be converted to T
07:38:02 class W<T> extends X { @Override public T foo() { return super.foo(); } }
07:38:02                                                                   ^
07:38:02   where T is a type-variable:
07:38:02     T extends Object declared in class W
07:38:02 6 errors
07:38:02 2 warnings
07:38:02 
07:38:02 
07:38:02 
07:38:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:03 --- javac err: ---
07:38:03 J.java:1: error: J is not abstract and does not override abstract method foo() in I
07:38:03 class J<T> implements I<B> { public T foo() {return null;} }
07:38:03 ^
07:38:03 J.java:1: error: foo() in J cannot implement foo() in I
07:38:03 class J<T> implements I<B> { public T foo() {return null;} }
07:38:03                                       ^
07:38:03   return type T is not compatible with B
07:38:03   where T,U are type-variables:
07:38:03     T extends Object declared in class J
07:38:03     U extends Object declared in interface I
07:38:03 L.java:1: warning: [rawtypes] found raw type: I
07:38:03 class L<T> implements I { public T foo() {return null;} }
07:38:03                       ^
07:38:03   missing type arguments for generic class I<U>
07:38:03   where U is a type-variable:
07:38:03     U extends Object declared in interface I
07:38:03 Y.java:1: error: foo() in Y cannot override foo() in X
07:38:03 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
07:38:03                                              ^
07:38:03   return type T is not compatible with A
07:38:03   where T,U are type-variables:
07:38:03     T extends Object declared in class Y
07:38:03     U extends Object declared in class X
07:38:03 Y.java:1: error: method does not override or implement a method from a supertype
07:38:03 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
07:38:03                           ^
07:38:03 Y.java:1: error: incompatible types: A cannot be converted to T
07:38:03 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
07:38:03                                                                      ^
07:38:03   where T is a type-variable:
07:38:03     T extends Object declared in class Y
07:38:03 W.java:1: warning: [rawtypes] found raw type: X
07:38:03 class W<T> extends X { @Override public T foo() { return super.foo(); } }
07:38:03                    ^
07:38:03   missing type arguments for generic class X<U>
07:38:03   where U is a type-variable:
07:38:03     U extends Object declared in class X
07:38:03 W.java:1: error: incompatible types: Object cannot be converted to T
07:38:03 class W<T> extends X { @Override public T foo() { return super.foo(); } }
07:38:03                                                                   ^
07:38:03   where T is a type-variable:
07:38:03     T extends Object declared in class W
07:38:03 6 errors
07:38:03 2 warnings
07:38:03 
07:38:03 
07:38:03 
07:38:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:04 --- javac err: ---
07:38:04 X.java:1: warning: auxiliary class J in A.java should not be accessed from outside its own source file
07:38:04 abstract class X1 extends A implements J {}
07:38:04                                        ^
07:38:04 1 warning
07:38:04 
07:38:04 
07:38:04 
07:38:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:05 --- javac err: ---
07:38:05 X.java:1: warning: auxiliary class J in A.java should not be accessed from outside its own source file
07:38:05 abstract class X2 extends A implements J {}
07:38:05                                        ^
07:38:05 A.java:2: error: foo() in I clashes with foo() in J
07:38:05 interface I extends J { Object foo(); }
07:38:05                                ^
07:38:05   return type Object is not compatible with String
07:38:05 1 error
07:38:05 1 warning
07:38:05 
07:38:05 
07:38:05 
07:38:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:06 
07:38:06 
07:38:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:07 
07:38:07 
07:38:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:08 --- javac err: ---
07:38:08 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:08 abstract class X5 extends A implements I {}
07:38:08                                        ^
07:38:08 1 warning
07:38:08 
07:38:08 
07:38:08 
07:38:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:09 --- javac err: ---
07:38:09 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:09 abstract class X6 extends A implements I {}
07:38:09                                        ^
07:38:09 X.java:1: error: foo() in A cannot implement foo() in I
07:38:09 abstract class X6 extends A implements I {}
07:38:09          ^
07:38:09   return type Object is not compatible with String
07:38:09 1 error
07:38:09 1 warning
07:38:09 
07:38:09 
07:38:09 
07:38:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:10 --- javac err: ---
07:38:10 A.java:2: error: get(short,short) in B cannot override get(short,short) in A
07:38:10 class B extends A { @Override short get(short i, short s) {return i; } }
07:38:10                                     ^
07:38:10   return type short is not compatible with int
07:38:10 A.java:2: error: method does not override or implement a method from a supertype
07:38:10 class B extends A { @Override short get(short i, short s) {return i; } }
07:38:10                     ^
07:38:10 2 errors
07:38:10 
07:38:10 
07:38:10 
07:38:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:11 --- javac err: ---
07:38:11 ALL.java:4: error: foo() in C cannot override foo() in B
07:38:11 class C extends B { @Override public A foo() { return null; } }
07:38:11                                        ^
07:38:11   return type A is not compatible with B
07:38:11 1 error
07:38:11 
07:38:11 
07:38:11 
07:38:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:12 --- javac err: ---
07:38:12 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
07:38:12 abstract class A implements I { void foo(G<A> x) {} }
07:38:12                                      ^
07:38:12 1 error
07:38:12 
07:38:12 
07:38:12 
07:38:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:13 --- javac err: ---
07:38:13 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
07:38:13 abstract class A implements I { I foo(G<A> x) { return null; } }
07:38:13                                   ^
07:38:13 1 error
07:38:13 
07:38:13 
07:38:13 
07:38:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:14 
07:38:14 
07:38:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:15 --- javac err: ---
07:38:15 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:15 abstract class X1 extends A implements I {}
07:38:15                                        ^
07:38:15 X.java:1: error: <T#1>foo(T#1) in A cannot implement <T#2>foo(T#2) in I
07:38:15 abstract class X1 extends A implements I {}
07:38:15          ^
07:38:15   attempting to assign weaker access privileges; was public
07:38:15   where T#1,T#2 are type-variables:
07:38:15     T#1 extends Object declared in method <T#1>foo(T#1)
07:38:15     T#2 extends Object declared in method <T#2>foo(T#2)
07:38:15 1 error
07:38:15 1 warning
07:38:15 
07:38:15 
07:38:15 
07:38:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:16 --- javac err: ---
07:38:16 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:16 abstract class X2 extends A implements I {}
07:38:16                                        ^
07:38:16 1 warning
07:38:16 
07:38:16 ----------------------------------------
07:38:16 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test011a - 12
07:38:16 A.java [
07:38:16 class A { <T, S> void foo(T t) {} }
07:38:16 interface I { <T> void foo(T t); }
07:38:16 
07:38:16 ]
07:38:16 X.java [
07:38:16 abstract class X2 extends A implements I {}
07:38:16 
07:38:16 ]
07:38:16 
07:38:16 
07:38:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:16 --- javac err: ---
07:38:16 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:16 abstract class X3 extends A implements I {}
07:38:16                                        ^
07:38:16 1 warning
07:38:16 
07:38:16 ----------------------------------------
07:38:16 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test011b - 12
07:38:16 A.java [
07:38:16 class A { <T> void foo(T t) {} }
07:38:16 interface I { <T, S> void foo(T t); }
07:38:16 
07:38:16 ]
07:38:16 X.java [
07:38:16 abstract class X3 extends A implements I {}
07:38:16 
07:38:16 ]
07:38:16 
07:38:16 
07:38:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:17 --- javac err: ---
07:38:17 A.java:2: error: foo(Object) in Y1 cannot override <T>foo(T) in A
07:38:17 class Y1 extends A { @Override void foo(Object s) {} }
07:38:17                                     ^
07:38:17   attempting to assign weaker access privileges; was public
07:38:17   where T is a type-variable:
07:38:17     T extends Object declared in method <T>foo(T)
07:38:17 1 error
07:38:17 
07:38:17 
07:38:17 
07:38:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:18 --- javac err: ---
07:38:18 A.java:2: error: foo(Object[]) in Y2 cannot override <T>foo(T[]) in A
07:38:18 class Y2 extends A { @Override void foo(Object[] s) {} }
07:38:18                                     ^
07:38:18   attempting to assign weaker access privileges; was public
07:38:18   where T is a type-variable:
07:38:18     T extends Object declared in method <T>foo(T[])
07:38:18 1 error
07:38:18 
07:38:18 
07:38:18 
07:38:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:19 --- javac err: ---
07:38:19 A.java:2: error: foo(Class<Object>) in Y3 cannot override foo(Class<Object>) in A
07:38:19 class Y3 extends A { @Override void foo(Class<Object> s) {} }
07:38:19                                     ^
07:38:19   attempting to assign weaker access privileges; was public
07:38:19 1 error
07:38:19 
07:38:19 
07:38:19 
07:38:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:20 --- javac err: ---
07:38:20 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:20 abstract class X0 extends A implements I {}
07:38:20                                        ^
07:38:20 1 warning
07:38:20 
07:38:20 
07:38:20 
07:38:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:21 --- javac err: ---
07:38:21 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:21 abstract class X1 extends A implements I {}
07:38:21                                        ^
07:38:21 1 warning
07:38:21 
07:38:21 ----------------------------------------
07:38:21 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test013a - 12
07:38:21 A.java [
07:38:21 class A { <T, S> void foo(Class<T> s) {} }
07:38:21 interface I { <T> void foo(Class<T> s); }
07:38:21 
07:38:21 ]
07:38:21 X.java [
07:38:21 abstract class X1 extends A implements I {}
07:38:21 
07:38:21 ]
07:38:21 
07:38:21 
07:38:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:22 --- javac err: ---
07:38:22 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:22 abstract class X2 extends A implements I {}
07:38:22                                        ^
07:38:22 1 warning
07:38:22 
07:38:22 ----------------------------------------
07:38:22 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test013b - 12
07:38:22 A.java [
07:38:22 class A { <T> void foo(Class<T> s) {} }
07:38:22 interface I { <T, S> void foo(Class<T> s); }
07:38:22 
07:38:22 ]
07:38:22 X.java [
07:38:22 abstract class X2 extends A implements I {}
07:38:22 
07:38:22 ]
07:38:22 
07:38:22 
07:38:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:23 --- javac err: ---
07:38:23 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:23 abstract class X3 extends A implements I {}
07:38:23 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test013c - 12
07:38:23                                        ^
07:38:23 1 warning
07:38:23 A.java [
07:38:23 
07:38:23 class A { <T, S> S foo(Class<T> s) { return null; } }
07:38:23 ----------------------------------------
07:38:23 interface I { <T> Object foo(Class<T> s); }
07:38:23 
07:38:23 ]
07:38:23 X.java [
07:38:23 abstract class X3 extends A implements I {}
07:38:23 
07:38:23 ]
07:38:23 
07:38:23 
07:38:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:24 --- javac err: ---
07:38:24 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:24 abstract class X4 extends A implements I {}
07:38:24                                        ^
07:38:24 1 warning
07:38:24 
07:38:24 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test013d - 12
07:38:24 ----------------------------------------
07:38:24 A.java [
07:38:24 class A { <T> Object foo(Class<T> s) { return null; } }
07:38:24 interface I { <T, S> S foo(Class<T> s); }
07:38:24 
07:38:24 ]
07:38:24 X.java [
07:38:24 abstract class X4 extends A implements I {}
07:38:24 
07:38:24 ]
07:38:24 
07:38:24 
07:38:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:25 --- javac err: ---
07:38:25 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
07:38:25 class X5 extends A implements I { public <T> void foo(Class<T> s) {} }
07:38:25                               ^
07:38:25 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
07:38:25 class X5 extends A implements I { public <T> void foo(Class<T> s) {} }
07:38:25                                                   ^
07:38:25   where T#1,T#2,S are type-variables:
07:38:25     T#1 extends Object declared in method <T#1>foo(Class<T#1>)
07:38:25     T#2 extends Object declared in method <T#2,S>foo(Class<T#2>)
07:38:25     S extends Object declared in method <T#2,S>foo(Class<T#2>)
07:38:25 1 error
07:38:25 1 warning
07:38:25 
07:38:25 
07:38:25 
07:38:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:26 --- javac err: ---
07:38:26 X.java:1: warning: [rawtypes] found raw type: A
07:38:26 class X { void foo(A a) {} }
07:38:26                    ^
07:38:26   missing type arguments for generic class A<T>
07:38:26   where T is a type-variable:
07:38:26     T extends Object declared in class A
07:38:26 X.java:2: warning: [rawtypes] found raw type: A
07:38:26 class Y extends X { void foo(A a) {} }
07:38:26                              ^
07:38:26   missing type arguments for generic class A<T>
07:38:26   where T is a type-variable:
07:38:26     T extends Object declared in class A
07:38:26 2 warnings
07:38:26 
07:38:26 
07:38:26 
07:38:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:27 --- javac err: ---
07:38:27 X.java:1: warning: [rawtypes] found raw type: A
07:38:27 class X { void foo(A[] a) {} }
07:38:27                    ^
07:38:27   missing type arguments for generic class A<T>
07:38:27   where T is a type-variable:
07:38:27     T extends Object declared in class A
07:38:27 X.java:2: warning: [rawtypes] found raw type: A
07:38:27 class Y extends X { void foo(A[] a) {} }
07:38:27                              ^
07:38:27   missing type arguments for generic class A<T>
07:38:27   where T is a type-variable:
07:38:27     T extends Object declared in class A
07:38:27 2 warnings
07:38:27 
07:38:27 
07:38:27 
07:38:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:28 --- javac err: ---
07:38:28 X.java:2: warning: [rawtypes] found raw type: A
07:38:28 class Y extends X { void foo(A[] a) {} }
07:38:28                              ^
07:38:28   missing type arguments for generic class A<T>
07:38:28   where T is a type-variable:
07:38:28     T extends Object declared in class A
07:38:28 1 warning
07:38:28 
07:38:28 
07:38:28 
07:38:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:29 --- javac err: ---
07:38:29 X.java:2: warning: [rawtypes] found raw type: A
07:38:29 class Y extends X { void foo(A a) {} }
07:38:29                              ^
07:38:29   missing type arguments for generic class A<T>
07:38:29   where T is a type-variable:
07:38:29     T extends Object declared in class A
07:38:29 1 warning
07:38:29 
07:38:29 
07:38:29 
07:38:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:30 --- javac err: ---
07:38:30 X.java:1: warning: [rawtypes] found raw type: A
07:38:30 class X { void foo(A a) {} }
07:38:30                    ^
07:38:30   missing type arguments for generic class A<T>
07:38:30   where T is a type-variable:
07:38:30     T extends Object declared in class A
07:38:30 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
07:38:30 class Y extends X { void foo(A<String> a) {} }
07:38:30                          ^
07:38:30 1 error
07:38:30 1 warning
07:38:30 
07:38:30 
07:38:30 
07:38:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:31 --- javac err: ---
07:38:31 X.java:1: warning: [rawtypes] found raw type: A
07:38:31 class X { void foo(A[] a) {} }
07:38:31                    ^
07:38:31   missing type arguments for generic class A<T>
07:38:31   where T is a type-variable:
07:38:31     T extends Object declared in class A
07:38:31 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
07:38:31 class Y extends X { void foo(A<String>[] a) {} }
07:38:31                          ^
07:38:31 1 error
07:38:31 1 warning
07:38:31 
07:38:31 
07:38:31 
07:38:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:31 --- javac err: ---
07:38:31 X.java:3: warning: [rawtypes] found raw type: A
07:38:31 class Y { public void foo(A a) {} }
07:38:31                           ^
07:38:31   missing type arguments for generic class A<T>
07:38:31   where T is a type-variable:
07:38:31     T extends Object declared in class A
07:38:31 X.java:2: warning: [rawtypes] found raw type: A
07:38:31 interface I { void foo(A a); }
07:38:31                        ^
07:38:31   missing type arguments for generic class A<T>
07:38:31   where T is a type-variable:
07:38:31     T extends Object declared in class A
07:38:31 2 warnings
07:38:31 
07:38:31 
07:38:31 
07:38:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:32 --- javac err: ---
07:38:32 X.java:3: warning: [rawtypes] found raw type: A
07:38:32 class Y { public void foo(A[] a) {} }
07:38:32                           ^
07:38:32   missing type arguments for generic class A<T>
07:38:32   where T is a type-variable:
07:38:32     T extends Object declared in class A
07:38:32 X.java:2: warning: [rawtypes] found raw type: A
07:38:32 interface I { void foo(A[] a); }
07:38:32                        ^
07:38:32   missing type arguments for generic class A<T>
07:38:32   where T is a type-variable:
07:38:32     T extends Object declared in class A
07:38:32 2 warnings
07:38:32 
07:38:32 
07:38:32 
07:38:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:33 --- javac err: ---
07:38:33 X.java:3: warning: [rawtypes] found raw type: A
07:38:33 class Y { public void foo(A[] a) {} }
07:38:33                           ^
07:38:33   missing type arguments for generic class A<T>
07:38:33   where T is a type-variable:
07:38:33     T extends Object declared in class A
07:38:33 1 warning
07:38:33 
07:38:33 
07:38:33 
07:38:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:34 --- javac err: ---
07:38:34 X.java:3: warning: [rawtypes] found raw type: A
07:38:34 class Y { public void foo(A a) {} }
07:38:34                           ^
07:38:34   missing type arguments for generic class A<T>
07:38:34   where T is a type-variable:
07:38:34     T extends Object declared in class A
07:38:34 1 warning
07:38:34 
07:38:35 
07:38:35 
07:38:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:35 --- javac err: ---
07:38:35 X.java:2: warning: [rawtypes] found raw type: A
07:38:35 interface I { void foo(A a); }
07:38:35                        ^
07:38:35   missing type arguments for generic class A<T>
07:38:35 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test015d - 12
07:38:35   where T is a type-variable:
07:38:35 X.java [
07:38:35     T extends Object declared in class A
07:38:35 1 warning
07:38:35 abstract class X extends Y implements I { }
07:38:35 
07:38:35 interface I { void foo(A a); }
07:38:35 ----------------------------------------
07:38:35 class Y { public void foo(A<String> a) {} }
07:38:35 class A<T> {}
07:38:35 
07:38:35 ]
07:38:35 
07:38:35 
07:38:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:36 --- javac err: ---
07:38:36 X.java:2: warning: [rawtypes] found raw type: A
07:38:36 interface I { void foo(A[] a); }
07:38:36                        ^
07:38:36   missing type arguments for generic class A<T>
07:38:36   where T is a type-variable:
07:38:36     T extends Object declared in class A
07:38:36 1 warning
07:38:36 
07:38:36 ----------------------------------------
07:38:36 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test015e - 12
07:38:36 X.java [
07:38:36 abstract class X extends Y implements I { }
07:38:36 interface I { void foo(A[] a); }
07:38:36 class Y { public void foo(A<String>[] a) {} }
07:38:36 class A<T> {}
07:38:36 
07:38:36 ]
07:38:36 
07:38:36 
07:38:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:38 
07:38:38 
07:38:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:39 
07:38:39 
07:38:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:39 --- javac err: ---
07:38:39 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
07:38:39 class Z extends Y { void test(X<Number> a) {} }
07:38:39                          ^
07:38:39 1 error
07:38:39 
07:38:39 
07:38:39 
07:38:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:40 --- javac err: ---
07:38:40 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
07:38:40 class Z extends Y { void test(X<? extends Number> a) {} }
07:38:40                          ^
07:38:40 1 error
07:38:40 
07:38:40 
07:38:40 
07:38:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:41 --- javac err: ---
07:38:41 X.java:2: error: name clash: compareTo(Object) in X and compareTo(X) in Comparable have the same erasure, yet neither overrides the other
07:38:41 	public int compareTo(Object o) { return 0; }
07:38:41 	           ^
07:38:41 1 error
07:38:41 
07:38:41 
07:38:41 
07:38:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:42 
07:38:42 
07:38:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:43 
07:38:43 
07:38:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:44 --- javac err: ---
07:38:44 B.java:2: error: foo(Map<String,Class<?>>) in B cannot override foo(Map<String,Class<?>>) in A
07:38:44 	@Override void foo(java.util.Map<String, Class<?>> m) { } 
07:38:44 	               ^
07:38:44   attempting to assign weaker access privileges; was public
07:38:44 1 error
07:38:44 
07:38:46 --- javac err: ---
07:38:46 B.java:2: error: foo(Map<String,Class<?>>) in B cannot override foo(Map<String,Class<?>>) in A
07:38:46 	@Override void foo(java.util.Map<String, Class<?>> m) { } 
07:38:46 	               ^
07:38:46   attempting to assign weaker access privileges; was public
07:38:46 1 error
07:38:46 
07:38:46 
07:38:46 
07:38:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:47 --- javac err: ---
07:38:47 A.java:2: warning: [rawtypes] found raw type: List
07:38:47 class A { List getList() { return null; } }
07:38:47           ^
07:38:47   missing type arguments for generic class List<E>
07:38:47   where E is a type-variable:
07:38:47     E extends Object declared in interface List
07:38:47 1 warning
07:38:47 
07:38:47 
07:38:47 
07:38:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:48 --- javac err: ---
07:38:48 A.java:3: warning: [unchecked] getList() in B overrides getList() in A
07:38:48 class B extends A { @Override List getList() { return null; } }
07:38:48                                    ^
07:38:48   return type requires unchecked conversion from List to List<String>
07:38:48 A.java:3: warning: [rawtypes] found raw type: List
07:38:48 class B extends A { @Override List getList() { return null; } }
07:38:48                               ^
07:38:48   missing type arguments for generic class List<E>
07:38:48   where E is a type-variable:
07:38:48     E extends Object declared in interface List
07:38:48 2 warnings
07:38:48 
07:38:48 
07:38:48 
07:38:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:49 --- javac err: ---
07:38:49 A.java:5: error: methods foo(T) from A<String> and foo(String) from A<String> are inherited with the same signature
07:38:49 class B extends A<String> {}
07:38:49 ^
07:38:49   where T is a type-variable:
07:38:49     T extends Object declared in class A
07:38:49 1 error
07:38:49 
07:38:49 
07:38:49 
07:38:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:50 
07:38:50 
07:38:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:51 --- javac err: ---
07:38:51 A.java:5: error: name clash: m(E) in B and m(Object) in A have the same erasure, yet neither overrides the other
07:38:51 	public <E extends Object> void m(E e) {}
07:38:51 	                               ^
07:38:51   where E is a type-variable:
07:38:51     E extends Object declared in method <E>m(E)
07:38:51 1 error
07:38:51 
07:38:51 
07:38:51 
07:38:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:52 --- javac err: ---
07:38:52 A.java:8: error: name clash: m(E) in C and m(Object) in B have the same erasure, yet neither overrides the other
07:38:52 	public <E extends Object> void m(E e) {}
07:38:52 	                               ^
07:38:52   where E is a type-variable:
07:38:52     E extends Object declared in method <E>m(E)
07:38:52 1 error
07:38:52 
07:38:52 
07:38:52 
07:38:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:53 --- javac err: ---
07:38:53 X.java:10: warning: [unchecked] test() in B overrides <T>test() in A
07:38:53 	@Override Integer test() { return 1; }
07:38:53 	                  ^
07:38:53   return type requires unchecked conversion from Integer to T
07:38:53   where T is a type-variable:
07:38:53     T extends Number declared in method <T>test()
07:38:53 1 warning
07:38:53 
07:38:53 
07:38:53 
07:38:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:54 --- javac err: ---
07:38:54 X.java:10: warning: [unchecked] test() in B overrides <T>test() in A
07:38:54 	@Override Integer[] test() { return new Integer[] {2}; }
07:38:54 	                    ^
07:38:54   return type requires unchecked conversion from Integer[] to T[]
07:38:54   where T is a type-variable:
07:38:54     T extends Number declared in method <T>test()
07:38:54 1 warning
07:38:54 
07:38:54 
07:38:54 
07:38:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:54 --- javac err: ---
07:38:54 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
07:38:54 		System.out.println(new B().<Integer>test(new Integer(1)));
07:38:54 		                                         ^
07:38:54 1 warning
07:38:54 
07:38:55 
07:38:55 
07:38:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:56 
07:38:56 
07:38:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:57 --- javac err: ---
07:38:57 A.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated
07:38:57 			public Integer call() { return new Integer(1); }
07:38:57 			                               ^
07:38:57 1 warning
07:38:57 
07:38:57 
07:38:57 
07:38:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:58 --- javac err: ---
07:38:58 X.java:1: warning: [rawtypes] found raw type: X
07:38:58 interface X<T extends X> { T x(); }
07:38:58                       ^
07:38:58   missing type arguments for generic class X<T>
07:38:58   where T is a type-variable:
07:38:58     T extends X declared in interface X
07:38:58 X.java:2: warning: [rawtypes] found raw type: X
07:38:58 abstract class Y<S extends X> implements X<S> { public abstract S x(); }
07:38:58                            ^
07:38:58   missing type arguments for generic class X<T>
07:38:58   where T is a type-variable:
07:38:58     T extends X declared in interface X
07:38:58 X.java:3: warning: [rawtypes] found raw type: X
07:38:58 abstract class Z implements X { public abstract X x(); }
07:38:58                             ^
07:38:58   missing type arguments for generic class X<T>
07:38:58   where T is a type-variable:
07:38:58     T extends X declared in interface X
07:38:58 X.java:3: warning: [rawtypes] found raw type: X
07:38:58 abstract class Z implements X { public abstract X x(); }
07:38:58                                                 ^
07:38:58   missing type arguments for generic class X<T>
07:38:58   where T is a type-variable:
07:38:58     T extends X declared in interface X
07:38:58 4 warnings
07:38:58 
07:38:58 
07:38:58 
07:38:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:58 --- javac err: ---
07:38:58 X.java:1: warning: [rawtypes] found raw type: X
07:38:58 interface X<T extends X> { T[] x(); }
07:38:58                       ^
07:38:58   missing type arguments for generic class X<T>
07:38:58   where T is a type-variable:
07:38:58     T extends X declared in interface X
07:38:58 X.java:2: warning: [rawtypes] found raw type: X
07:38:58 abstract class Y<S extends X> implements X<S> { public abstract S[] x(); }
07:38:58                            ^
07:38:58   missing type arguments for generic class X<T>
07:38:58   where T is a type-variable:
07:38:58     T extends X declared in interface X
07:38:58 X.java:3: warning: [rawtypes] found raw type: X
07:38:58 abstract class Z implements X { public abstract X[] x(); }
07:38:58                             ^
07:38:58   missing type arguments for generic class X<T>
07:38:58   where T is a type-variable:
07:38:58     T extends X declared in interface X
07:38:58 X.java:3: warning: [rawtypes] found raw type: X
07:38:58 abstract class Z implements X { public abstract X[] x(); }
07:38:58                                                 ^
07:38:58   missing type arguments for generic class X<T>
07:38:58   where T is a type-variable:
07:38:58     T extends X declared in interface X
07:38:58 4 warnings
07:38:58 
07:38:58 
07:38:58 
07:38:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:38:59 --- javac err: ---
07:38:59 X.java:6: warning: [rawtypes] found raw type: D
07:38:59 			+ new D().test().getClass());
07:38:59 			      ^
07:38:59   missing type arguments for generic class D<U,V>
07:38:59   where U,V are type-variables:
07:38:59     U extends Object declared in class D
07:38:59     V extends Number declared in class D
07:38:59 X.java:12: warning: [rawtypes] found raw type: A
07:38:59 class B extends A {
07:38:59                 ^
07:38:59   missing type arguments for generic class A<T>
07:38:59   where T is a type-variable:
07:38:59     T extends Number declared in class A
07:38:59 X.java:13: warning: [rawtypes] found raw type: A
07:38:59 	A test() { return super.test(); }
07:38:59 	^
07:38:59   missing type arguments for generic class A<T>
07:38:59   where T is a type-variable:
07:38:59     T extends Number declared in class A
07:38:59 3 warnings
07:38:59 
07:39:00 
07:39:00 
07:39:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:00 
07:39:00 
07:39:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:01 --- javac err: ---
07:39:01 X.java:2: warning: [rawtypes] found raw type: AbstractMap
07:39:01 public class X extends java.util.AbstractMap {
07:39:01                                 ^
07:39:01   missing type arguments for generic class AbstractMap<K,V>
07:39:01   where K,V are type-variables:
07:39:01     K extends Object declared in class AbstractMap
07:39:01     V extends Object declared in class AbstractMap
07:39:01 X.java:3: warning: [rawtypes] found raw type: Set
07:39:01 	public java.util.Set entrySet() { return null; }
07:39:01 	                ^
07:39:01   missing type arguments for generic class Set<E>
07:39:01   where E is a type-variable:
07:39:01     E extends Object declared in interface Set
07:39:01 2 warnings
07:39:01 
07:39:02 
07:39:02 
07:39:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:02 --- javac err: ---
07:39:02 X.java:10: warning: [unchecked] test() in C overrides test() in A
07:39:02 	@Override A test() { return super.test(); }
07:39:02 	            ^
07:39:02   return type requires unchecked conversion from A to A<Integer>
07:39:02   where T is a type-variable:
07:39:02     T extends Number declared in class A
07:39:02 X.java:10: warning: [rawtypes] found raw type: A
07:39:02 	@Override A test() { return super.test(); }
07:39:02 	          ^
07:39:02   missing type arguments for generic class A<T>
07:39:02   where T is a type-variable:
07:39:02     T extends Number declared in class A
07:39:02 2 warnings
07:39:02 
07:39:02 
07:39:02 
07:39:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:03 
07:39:03 
07:39:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:04 --- javac err: ---
07:39:04 X.java:2: error: name clash: test() in Y and test() in X have the same erasure, yet neither overrides the other
07:39:04 class Y extends X { <T> void test() {} }
07:39:04                              ^
07:39:04 1 error
07:39:04 
07:39:04 
07:39:04 
07:39:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:05 
07:39:05 
07:39:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:06 --- javac err: ---
07:39:06 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
07:39:06 class Y<T> extends X<T> { void test(Object o, T t) {} }
07:39:06                                ^
07:39:06   where T is a type-variable:
07:39:06     T extends Object declared in class Y
07:39:06 1 error
07:39:06 
07:39:06 
07:39:06 
07:39:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:07 --- javac err: ---
07:39:07 X.java:11: error: name clash: setA(A) in InvertedPair and setA(B) in Pair have the same erasure, yet neither overrides the other
07:39:07 	public void setA(A a) {}
07:39:07 	            ^
07:39:07   where A,B are type-variables:
07:39:07     A extends Object declared in class InvertedPair
07:39:07     B extends Object declared in class InvertedPair
07:39:07 1 error
07:39:07 
07:39:07 
07:39:07 
07:39:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:08 --- javac err: ---
07:39:08 X.java:4: warning: [rawtypes] found raw type: I
07:39:08 interface I<T extends I> { T foo(); }
07:39:08                       ^
07:39:08   missing type arguments for generic class I<T>
07:39:08   where T is a type-variable:
07:39:08     T extends I declared in interface I
07:39:08 1 warning
07:39:08 
07:39:08 
07:39:08 
07:39:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:09 
07:39:09 
07:39:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:10 
07:39:10 
07:39:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:11 --- javac err: ---
07:39:11 X.java:1: error: hashCode() in X cannot override hashCode() in Object
07:39:11 interface X { long hashCode(); }
07:39:11                    ^
07:39:11   return type long is not compatible with int
07:39:11 1 error
07:39:11 
07:39:11 
07:39:11 
07:39:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:12 
07:39:12 
07:39:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:13 --- javac err: ---
07:39:13 X.java:3: error: types J and I are incompatible;
07:39:13 public class X<T extends I&J> {}
07:39:13                ^
07:39:13   both define foo(), but with unrelated return types
07:39:13 1 error
07:39:13 
07:39:13 
07:39:13 
07:39:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:13 --- javac err: ---
07:39:13 X.java:3: error: foo() in A cannot implement foo() in I
07:39:13 public class X<T extends A&I> {}
07:39:13                ^
07:39:13   return type Object is not compatible with String
07:39:13 X.java:4: error: foo() in J clashes with foo() in I
07:39:13 interface J extends I { Object foo(); }
07:39:13                                ^
07:39:13   return type Object is not compatible with String
07:39:13 2 errors
07:39:13 
07:39:13 
07:39:13 
07:39:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:14 
07:39:14 
07:39:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:15 --- javac err: ---
07:39:15 X.java:1: warning: [rawtypes] found raw type: A
07:39:15 interface I { Number foo(A a); }
07:39:15                          ^
07:39:15   missing type arguments for generic class A<T>
07:39:15   where T is a type-variable:
07:39:15     T extends Object declared in class A
07:39:15 X.java:4: warning: [rawtypes] found raw type: J
07:39:15 public class X implements I, J {
07:39:15                              ^
07:39:15   missing type arguments for generic class J<T>
07:39:15   where T is a type-variable:
07:39:15     T extends Object declared in interface J
07:39:15 X.java:5: warning: [rawtypes] found raw type: A
07:39:15 	public Integer foo(A a) {return 1;}
07:39:15 	                   ^
07:39:15   missing type arguments for generic class A<T>
07:39:15   where T is a type-variable:
07:39:15     T extends Object declared in class A
07:39:15 X.java:8: warning: [rawtypes] found raw type: J
07:39:15 		J j = null;
07:39:15 		^
07:39:15   missing type arguments for generic class J<T>
07:39:15   where T is a type-variable:
07:39:15     T extends Object declared in interface J
07:39:15 4 warnings
07:39:15 
07:39:15 
07:39:15 
07:39:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:16 
07:39:16 
07:39:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:17 --- javac err: ---
07:39:17 B.java:1: warning: [rawtypes] found raw type: Comparable
07:39:17 interface I<E extends Comparable> { void test(E element); }
07:39:17                       ^
07:39:17   missing type arguments for generic class Comparable<T>
07:39:17   where T is a type-variable:
07:39:17     T extends Object declared in interface Comparable
07:39:17 1 warning
07:39:17 
07:39:17 
07:39:17 
07:39:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:18 --- javac err: ---
07:39:18 B.java:1: warning: [rawtypes] found raw type: Comparable
07:39:18 interface I<E extends Comparable> { void test(E element); }
07:39:18                       ^
07:39:18   missing type arguments for generic class Comparable<T>
07:39:18   where T is a type-variable:
07:39:18     T extends Object declared in interface Comparable
07:39:18 B.java:3: error: name clash: test(Comparable) in B and test(Integer) in I have the same erasure, yet neither overrides the other
07:39:18 public class B extends A implements I<Integer> { public void test(Comparable i) {} }
07:39:18                                                              ^
07:39:18 B.java:3: warning: [rawtypes] found raw type: Comparable
07:39:18 public class B extends A implements I<Integer> { public void test(Comparable i) {} }
07:39:18                                                                   ^
07:39:18   missing type arguments for generic class Comparable<T>
07:39:18   where T is a type-variable:
07:39:18     T extends Object declared in interface Comparable
07:39:18 1 error
07:39:18 2 warnings
07:39:18 
07:39:18 
07:39:18 
07:39:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:19 --- javac err: ---
07:39:19 B.java:3: error: name clash: test(Comparable) in B and test(Integer) in I have the same erasure, yet neither overrides the other
07:39:19 public class B extends A { public void test(Comparable i) {} }
07:39:19                                        ^
07:39:19 B.java:3: warning: [rawtypes] found raw type: Comparable
07:39:19 public class B extends A { public void test(Comparable i) {} }
07:39:19                                             ^
07:39:19   missing type arguments for generic class Comparable<T>
07:39:19   where T is a type-variable:
07:39:19     T extends Object declared in interface Comparable
07:39:19 1 error
07:39:19 1 warning
07:39:19 
07:39:19 
07:39:19 
07:39:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:20 --- javac err: ---
07:39:20 B.java:1: warning: [rawtypes] found raw type: Comparable
07:39:20 abstract class AA<E extends Comparable> { abstract void test(E element); }
07:39:20                             ^
07:39:20   missing type arguments for generic class Comparable<T>
07:39:20   where T is a type-variable:
07:39:20     T extends Object declared in interface Comparable
07:39:20 B.java:3: error: name clash: test(Comparable) in B and test(Integer) in AA have the same erasure, yet neither overrides the other
07:39:20 public class B extends A { public void test(Comparable i) {} }
07:39:20                                        ^
07:39:20 B.java:3: warning: [rawtypes] found raw type: Comparable
07:39:20 public class B extends A { public void test(Comparable i) {} }
07:39:20                                             ^
07:39:20   missing type arguments for generic class Comparable<T>
07:39:20   where T is a type-variable:
07:39:20     T extends Object declared in interface Comparable
07:39:20 1 error
07:39:20 2 warnings
07:39:20 
07:39:20 
07:39:20 
07:39:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:21 --- javac err: ---
07:39:21 E.java:3: error: name clash: compareTo(Object) in E and compareTo(E) in I have the same erasure, yet neither overrides the other
07:39:21 public class E extends F<E> { public int compareTo(Object o) { return 0; } }
07:39:21                                          ^
07:39:21 1 error
07:39:21 
07:39:21 
07:39:21 
07:39:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:22 --- javac err: ---
07:39:22 X.java:3: error: name clash: compareTo(Object) in X and compareTo(X) in Comparable have the same erasure, yet neither overrides the other
07:39:22 	public int compareTo(Object o) { return 0; }
07:39:22 	           ^
07:39:22 1 error
07:39:22 
07:39:22 
07:39:22 
07:39:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:23 --- javac err: ---
07:39:23 X.java:1: warning: [rawtypes] found raw type: Equivalent
07:39:23 class X implements Equivalent, EqualityComparable {
07:39:23                    ^
07:39:23   missing type arguments for generic class Equivalent<T>
07:39:23   where T is a type-variable:
07:39:23     T extends Object declared in interface Equivalent
07:39:23 X.java:1: warning: [rawtypes] found raw type: EqualityComparable
07:39:23 class X implements Equivalent, EqualityComparable {
07:39:23                                ^
07:39:23   missing type arguments for generic class EqualityComparable<T>
07:39:23   where T is a type-variable:
07:39:23     T extends Object declared in interface EqualityComparable
07:39:23 X.java:4: warning: [rawtypes] found raw type: Equivalent
07:39:23 abstract class Y implements Equivalent, EqualityComparable {}
07:39:23                             ^
07:39:23   missing type arguments for generic class Equivalent<T>
07:39:23   where T is a type-variable:
07:39:23     T extends Object declared in interface Equivalent
07:39:23 X.java:4: warning: [rawtypes] found raw type: EqualityComparable
07:39:23 abstract class Y implements Equivalent, EqualityComparable {}
07:39:23                                         ^
07:39:23   missing type arguments for generic class EqualityComparable<T>
07:39:23   where T is a type-variable:
07:39:23     T extends Object declared in interface EqualityComparable
07:39:23 4 warnings
07:39:23 
07:39:23 
07:39:23 
07:39:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:24 --- javac err: ---
07:39:24 X.java:1: warning: [rawtypes] found raw type: Equivalent
07:39:24 class X implements Equivalent, EqualityComparable {
07:39:24                    ^
07:39:24   missing type arguments for generic class Equivalent<T>
07:39:24   where T is a type-variable:
07:39:24     T extends Comparable declared in interface Equivalent
07:39:24 X.java:1: warning: [rawtypes] found raw type: EqualityComparable
07:39:24 class X implements Equivalent, EqualityComparable {
07:39:24                                ^
07:39:24   missing type arguments for generic class EqualityComparable<T>
07:39:24   where T is a type-variable:
07:39:24     T extends Number declared in interface EqualityComparable
07:39:24 X.java:2: warning: [rawtypes] found raw type: Comparable
07:39:24 	public boolean equalTo(Comparable other) { return true; }
07:39:24 	                       ^
07:39:24   missing type arguments for generic class Comparable<T>
07:39:24   where T is a type-variable:
07:39:24     T extends Object declared in interface Comparable
07:39:24 X.java:10: warning: [rawtypes] found raw type: Comparable
07:39:24 interface Equivalent<T extends Comparable> { boolean equalTo(T other); }
07:39:24                                ^
07:39:24   missing type arguments for generic class Comparable<T>
07:39:24   where T is a type-variable:
07:39:24     T extends Object declared in interface Comparable
07:39:24 X.java:5: warning: [rawtypes] found raw type: Equivalent
07:39:24 abstract class Y implements Equivalent, EqualityComparable {}
07:39:24                             ^
07:39:24   missing type arguments for generic class Equivalent<T>
07:39:24   where T is a type-variable:
07:39:24     T extends Comparable declared in interface Equivalent
07:39:24 X.java:5: warning: [rawtypes] found raw type: EqualityComparable
07:39:24 abstract class Y implements Equivalent, EqualityComparable {}
07:39:24                                         ^
07:39:24   missing type arguments for generic class EqualityComparable<T>
07:39:24   where T is a type-variable:
07:39:24     T extends Number declared in interface EqualityComparable
07:39:24 X.java:7: warning: [rawtypes] found raw type: Comparable
07:39:24 	public boolean equalTo(Comparable other) { return true; }
07:39:24 	                       ^
07:39:24   missing type arguments for generic class Comparable<T>
07:39:24   where T is a type-variable:
07:39:24     T extends Object declared in interface Comparable
07:39:24 7 warnings
07:39:24 
07:39:24 
07:39:24 
07:39:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:25 
07:39:25 
07:39:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:26 --- javac err: ---
07:39:26 X.java:1: warning: [rawtypes] found raw type: Comparable
07:39:26 class X<T extends Comparable, S extends Number> implements Equivalent<T>, EqualityComparable<S> {
07:39:26                   ^
07:39:26   missing type arguments for generic class Comparable<T>
07:39:26   where T is a type-variable:
07:39:26     T extends Object declared in interface Comparable
07:39:26 X.java:10: warning: [rawtypes] found raw type: Comparable
07:39:26 interface Equivalent<T extends Comparable> { boolean equalTo(T other); }
07:39:26                                ^
07:39:26   missing type arguments for generic class Comparable<T>
07:39:26   where T is a type-variable:
07:39:26     T extends Object declared in interface Comparable
07:39:26 X.java:5: warning: [rawtypes] found raw type: Comparable
07:39:26 abstract class Y<T extends Comparable, S extends Number> implements Equivalent<T>, EqualityComparable<S> {}
07:39:26                            ^
07:39:26   missing type arguments for generic class Comparable<T>
07:39:26   where T is a type-variable:
07:39:26     T extends Object declared in interface Comparable
07:39:26 X.java:6: warning: [rawtypes] found raw type: Comparable
07:39:26 class Z<U extends Comparable, V extends Number> extends Y<U, V> {
07:39:26                   ^
07:39:26   missing type arguments for generic class Comparable<T>
07:39:26   where T is a type-variable:
07:39:26     T extends Object declared in interface Comparable
07:39:26 4 warnings
07:39:26 
07:39:26 
07:39:26 
07:39:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:27 --- javac err: ---
07:39:27 Y.java:1: error: name clash: equalTo(Integer) in EqualityComparable and equalTo(String) in Equivalent have the same erasure, yet neither overrides the other
07:39:27 abstract class Y implements Equivalent<String>, EqualityComparable<Integer> {
07:39:27          ^
07:39:27 1 error
07:39:27 
07:39:27 
07:39:27 
07:39:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:28 --- javac err: ---
07:39:28 Y.java:1: error: name clash: equalTo(Integer) in EqualityComparable and equalTo(String) in Equivalent have the same erasure, yet neither overrides the other
07:39:28 abstract class Y implements Equivalent<String>, EqualityComparable<Integer> {
07:39:28          ^
07:39:28 Y.java:2: error: name clash: equalTo(Object) in Y and equalTo(Integer) in EqualityComparable have the same erasure, yet neither overrides the other
07:39:28 	public abstract boolean equalTo(Object other);
07:39:28 	                        ^
07:39:28 2 errors
07:39:28 
07:39:28 
07:39:28 
07:39:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:29 --- javac err: ---
07:39:29 Y.java:1: error: name clash: equalTo(Integer) in EqualityComparable and equalTo(String) in Equivalent have the same erasure, yet neither overrides the other
07:39:29 abstract class Y implements Equivalent<String>, EqualityComparable<Integer> {
07:39:29          ^
07:39:29 Y.java:2: error: name clash: class Y has two methods with the same erasure, yet neither overrides the other
07:39:29 	public abstract boolean equalTo(String other);
07:39:29 	                        ^
07:39:29   first method:  equalTo(String) in Equivalent
07:39:29   second method: equalTo(Integer) in EqualityComparable
07:39:29 2 errors
07:39:29 
07:39:29 
07:39:29 
07:39:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:30 --- javac err: ---
07:39:30 Y.java:1: error: name clash: equalTo(String) in Equivalent and equalTo(Integer) in EqualityComparable have the same erasure, yet neither overrides the other
07:39:30 abstract class Y implements EqualityComparable<Integer>, Equivalent<String> {
07:39:30          ^
07:39:30 Y.java:2: error: name clash: class Y has two methods with the same erasure, yet neither overrides the other
07:39:30 	public boolean equalTo(Integer other) { return true; }
07:39:30 	               ^
07:39:30   first method:  equalTo(Integer) in EqualityComparable
07:39:30   second method: equalTo(String) in Equivalent
07:39:30 2 errors
07:39:30 
07:39:30 
07:39:30 
07:39:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:30 --- javac err: ---
07:39:30 X.java:7: warning: [rawtypes] found raw type: A
07:39:30 interface I { void foo(A a); }
07:39:30                        ^
07:39:30   missing type arguments for generic class A<T>
07:39:30   where T is a type-variable:
07:39:30     T extends Object declared in class A
07:39:30 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
07:39:30 interface K extends I { void foo(A<String> a); }
07:39:30                              ^
07:39:30 X.java:4: warning: [rawtypes] found raw type: A
07:39:30 class YYY implements J, I { public void foo(A a) {} }
07:39:30                                             ^
07:39:30   missing type arguments for generic class A<T>
07:39:30   where T is a type-variable:
07:39:30     T extends Object declared in class A
07:39:30 X.java:5: warning: [rawtypes] found raw type: A
07:39:30 class XXX implements I, J { public void foo(A a) {} }
07:39:30                                             ^
07:39:30   missing type arguments for generic class A<T>
07:39:30   where T is a type-variable:
07:39:30     T extends Object declared in class A
07:39:30 X.java:6: warning: [rawtypes] found raw type: A
07:39:30 class ZZZ implements K { public void foo(A a) {} }
07:39:30                                          ^
07:39:30   missing type arguments for generic class A<T>
07:39:30   where T is a type-variable:
07:39:30     T extends Object declared in class A
07:39:30 1 error
07:39:30 4 warnings
07:39:30 
07:39:30 
07:39:30 
07:39:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:31 --- javac err: ---
07:39:31 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
07:39:31 public abstract class XX implements I, J { public abstract void foo(A<String> a); }
07:39:31                                                                 ^
07:39:31 XX.java:2: warning: [rawtypes] found raw type: A
07:39:31 interface I { void foo(A a); }
07:39:31                        ^
07:39:31   missing type arguments for generic class A<T>
07:39:31   where T is a type-variable:
07:39:31     T extends Object declared in class A
07:39:31 1 error
07:39:31 1 warning
07:39:31 
07:39:31 
07:39:31 
07:39:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:32 --- javac err: ---
07:39:32 XX.java:1: error: XX is not abstract and does not override abstract method foo(A) in I
07:39:32 public class XX implements I, J { public void foo(A<String> a) {} }
07:39:32        ^
07:39:32 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
07:39:32 public class XX implements I, J { public void foo(A<String> a) {} }
07:39:32                                               ^
07:39:32 XX.java:4: warning: [rawtypes] found raw type: A
07:39:32 interface I { void foo(A a); }
07:39:32                        ^
07:39:32   missing type arguments for generic class A<T>
07:39:32   where T is a type-variable:
07:39:32     T extends Object declared in class A
07:39:32 XX.java:2: error: YY is not abstract and does not override abstract method foo(A) in I
07:39:32 class YY implements J, I { public void foo(A<String> a) {} }
07:39:32 ^
07:39:32 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
07:39:32 class YY implements J, I { public void foo(A<String> a) {} }
07:39:32                                        ^
07:39:32 XX.java:3: error: ZZ is not abstract and does not override abstract method foo(A) in I
07:39:32 class ZZ implements K { public void foo(A<String> a) {} }
07:39:32 ^
07:39:32 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
07:39:32 class ZZ implements K { public void foo(A<String> a) {} }
07:39:32                                     ^
07:39:32 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
07:39:32 interface K extends I { void foo(A<String> a); }
07:39:32                              ^
07:39:32 7 errors
07:39:32 1 warning
07:39:32 
07:39:32 
07:39:32 
07:39:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:33 --- javac err: ---
07:39:33 X.java:2: warning: [rawtypes] found raw type: A
07:39:33 interface I { void foo(A a); }
07:39:33                        ^
07:39:33   missing type arguments for generic class A<T>
07:39:33   where T is a type-variable:
07:39:33     T extends Object declared in class A
07:39:33 1 warning
07:39:33 
07:39:33 ----------------------------------------
07:39:33 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test037c - 12
07:39:33 X.java [
07:39:33 public abstract class X extends Y implements I { }
07:39:33 interface I { void foo(A a); }
07:39:33 class Y { void foo(A<String> a) {} }
07:39:33 class A<T> {}
07:39:33 ]
07:39:33 
07:39:33 
07:39:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:34 --- javac err: ---
07:39:34 X.java:3: warning: [rawtypes] found raw type: A
07:39:34 class Y { void foo(A a) {} }
07:39:34                    ^
07:39:34   missing type arguments for generic class A<T>
07:39:34   where T is a type-variable:
07:39:34     T extends Object declared in class A
07:39:34 X.java:1: error: foo(A) in Y cannot implement foo(A<String>) in I
07:39:34 public abstract class X extends Y implements I { }
07:39:34                 ^
07:39:34   attempting to assign weaker access privileges; was public
07:39:34 1 error
07:39:34 1 warning
07:39:34 
07:39:34 
07:39:34 
07:39:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:35 ----------------------------------------
07:39:35 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test037e - 12
07:39:35 X.java [
07:39:35 public abstract class X extends Y implements I { }
07:39:35 interface I { <T, S> void foo(T t); }
07:39:35 class Y { <T> void foo(T t) {} }
07:39:35 
07:39:35 ]
07:39:35 
07:39:35 
07:39:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:36 
07:39:36 
07:39:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:37 --- javac err: ---
07:39:37 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
07:39:37 public class X extends H<Number> { void foo(A<?> a) {} }
07:39:37                                         ^
07:39:37 1 error
07:39:37 
07:39:37 
07:39:37 
07:39:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:38 
07:39:38 
07:39:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:39 
07:39:39 
07:39:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:40 --- javac err: ---
07:39:40 A.java:2: warning: [unchecked] test() in B overrides <T>test() in A
07:39:40 class B extends A { @Override Integer test() { return 1; } }
07:39:40                                       ^
07:39:40   return type requires unchecked conversion from Integer to T
07:39:40   where T is a type-variable:
07:39:40     T extends Number declared in method <T>test()
07:39:40 1 warning
07:39:40 
07:39:40 
07:39:40 
07:39:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:41 --- javac err: ---
07:39:41 A.java:3: warning: [unchecked] getList() in B overrides getList() in A
07:39:41 class B extends A { @Override List getList() { return null; } }
07:39:41                                    ^
07:39:41   return type requires unchecked conversion from List to List<String>
07:39:41 A.java:3: warning: [rawtypes] found raw type: List
07:39:41 class B extends A { @Override List getList() { return null; } }
07:39:41                               ^
07:39:41   missing type arguments for generic class List<E>
07:39:41   where E is a type-variable:
07:39:41     E extends Object declared in interface List
07:39:41 2 warnings
07:39:41 
07:39:41 
07:39:41 
07:39:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:41 --- javac err: ---
07:39:41 X.java:2: warning: [unchecked] x() in Y implements x() in X
07:39:41 abstract class Y<S> implements X<S> { public abstract X x(); }
07:39:41                                                         ^
07:39:41   return type requires unchecked conversion from X to X<S>
07:39:41   where T,S are type-variables:
07:39:41     T extends Object declared in interface X
07:39:41     S extends Object declared in class Y
07:39:41 X.java:2: warning: [rawtypes] found raw type: X
07:39:41 abstract class Y<S> implements X<S> { public abstract X x(); }
07:39:41                                                       ^
07:39:41   missing type arguments for generic class X<T>
07:39:41   where T is a type-variable:
07:39:41     T extends Object declared in interface X
07:39:41 X.java:3: warning: [rawtypes] found raw type: X
07:39:41 abstract class Z implements X { public abstract X x(); }
07:39:41                             ^
07:39:41   missing type arguments for generic class X<T>
07:39:41   where T is a type-variable:
07:39:41     T extends Object declared in interface X
07:39:41 X.java:3: warning: [rawtypes] found raw type: X
07:39:41 abstract class Z implements X { public abstract X x(); }
07:39:41                                                 ^
07:39:41   missing type arguments for generic class X<T>
07:39:41   where T is a type-variable:
07:39:41     T extends Object declared in interface X
07:39:41 4 warnings
07:39:41 
07:39:41 
07:39:41 
07:39:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:42 --- javac err: ---
07:39:42 X.java:2: warning: [unchecked] x() in Y implements x() in X
07:39:42 abstract class Y<S> implements X<S> { public abstract X[] x(); }
07:39:42                                                           ^
07:39:42   return type requires unchecked conversion from X[] to X<S>[]
07:39:42   where T,S are type-variables:
07:39:42     T extends Object declared in interface X
07:39:42     S extends Object declared in class Y
07:39:42 X.java:2: warning: [rawtypes] found raw type: X
07:39:42 abstract class Y<S> implements X<S> { public abstract X[] x(); }
07:39:42                                                       ^
07:39:42   missing type arguments for generic class X<T>
07:39:42   where T is a type-variable:
07:39:42     T extends Object declared in interface X
07:39:42 X.java:3: warning: [rawtypes] found raw type: X
07:39:42 abstract class Z implements X { public abstract X[] x(); }
07:39:42                             ^
07:39:42   missing type arguments for generic class X<T>
07:39:42   where T is a type-variable:
07:39:42     T extends Object declared in interface X
07:39:42 X.java:3: warning: [rawtypes] found raw type: X
07:39:42 abstract class Z implements X { public abstract X[] x(); }
07:39:42                                                 ^
07:39:42   missing type arguments for generic class X<T>
07:39:42   where T is a type-variable:
07:39:42     T extends Object declared in interface X
07:39:42 4 warnings
07:39:42 
07:39:42 
07:39:42 
07:39:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:43 --- javac err: ---
07:39:43 X.java:3: warning: foo(String...) in X implements foo(String[]) in I; overridden method has no '...'
07:39:43 class Y extends X implements I { }
07:39:43 ^
07:39:43 1 warning
07:39:43 
07:39:43 
07:39:43 
07:39:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:44 --- javac err: ---
07:39:44 X.java:3: warning: foo(String[]) in X implements foo(String...) in I; overriding method is missing '...'
07:39:44 class Y extends X implements I { }
07:39:44 ^
07:39:44 1 warning
07:39:44 
07:39:44 
07:39:44 
07:39:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:45 
07:39:45 
07:39:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:46 --- javac err: ---
07:39:46 X.java:1: warning: [rawtypes] found raw type: A
07:39:46 public class X { public A foo() { return null; } }
07:39:46                         ^
07:39:46   missing type arguments for generic class A<T>
07:39:46   where T is a type-variable:
07:39:46     T extends Object declared in class A
07:39:46 X.java:3: warning: [unchecked] foo() in X implements foo() in I
07:39:46 class Y extends X implements I { }
07:39:46 ^
07:39:46   return type requires unchecked conversion from A to A<String>
07:39:46 2 warnings
07:39:46 
07:39:46 
07:39:46 
07:39:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:47 --- javac err: ---
07:39:47 X.java:3: error: Y is not abstract and does not override abstract method <T>foo() in I
07:39:47 class Y extends X implements I { }
07:39:47 ^
07:39:47   where T is a type-variable:
07:39:47     T extends Object declared in method <T>foo()
07:39:47 X.java:3: warning: [unchecked] foo() in X implements <T>foo() in I
07:39:47 class Y extends X implements I { }
07:39:47 ^
07:39:47   return type requires unchecked conversion from Object to T
07:39:47   where T is a type-variable:
07:39:47     T extends Object declared in method <T>foo()
07:39:47 1 error
07:39:47 1 warning
07:39:47 
07:39:47 
07:39:47 
07:39:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:48 
07:39:48 
07:39:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:49 --- javac err: ---
07:39:49 X.java:4: error: name clash: id(B) in I and id(A) in C have the same erasure, yet neither overrides the other
07:39:49 abstract class E<A, B> extends C<A> implements I<B> {}
07:39:49          ^
07:39:49   where B,A are type-variables:
07:39:49     B extends Object declared in class E
07:39:49     A extends Object declared in class E
07:39:49 1 error
07:39:49 
07:39:49 
07:39:49 
07:39:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:50 ----------------------------------------
07:39:50 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test043_1 - 12
07:39:50 X.java [
07:39:50 public class X { void test(E<Integer,Integer> e) { e.id(Integer.valueOf(1)); } }
07:39:50 class C<A> { public void id(A x) {} }
07:39:50 interface I<B> { void id(B x); }
07:39:50 abstract class E<A, B> extends C<A> implements I<B> {}
07:39:50 
07:39:50 ]
07:39:50 
07:39:50 
07:39:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:51 --- javac err: ---
07:39:51 X.java:1: error: reference to id is ambiguous
07:39:51 public class X { void test(E<Integer,Integer> e) { e.id(Integer.valueOf(2)); } }
07:39:51                                                     ^
07:39:51   both method id(B) in I and method id(A) in C match
07:39:51   where B,A are type-variables:
07:39:51     B extends Object declared in interface I
07:39:51     A extends Number declared in class C
07:39:51 1 error
07:39:51 
07:39:51 
07:39:51 
07:39:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:52 --- javac err: ---
07:39:52 X.java:1: error: reference to id is ambiguous
07:39:52 public class X { void test(E<Integer,Integer> e) { e.id(Integer.valueOf(111)); } }
07:39:52                                                     ^
07:39:52   both method id(A) in C and method id(B) in E match
07:39:52   where A,B are type-variables:
07:39:52     A extends Number declared in class C
07:39:52     B extends Object declared in class E
07:39:52 1 error
07:39:52 
07:39:52 
07:39:52 
07:39:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:53 --- javac err: ---
07:39:53 X.java:4: error: reference to id is ambiguous
07:39:53 		m.id(Integer.valueOf(111));
07:39:53 		 ^
07:39:53   both method id(A) in C and method id(B) in M match
07:39:53   where A,B are type-variables:
07:39:53     A extends Number declared in class C
07:39:53     B extends Object declared in class M
07:39:53 1 error
07:39:53 
07:39:53 
07:39:53 
07:39:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:54 --- javac err: ---
07:39:54 p/Y.java:4: warning: [rawtypes] found raw type: List
07:39:54 	List l = null;
07:39:54 	^
07:39:54   missing type arguments for generic class List<E>
07:39:54   where E is a type-variable:
07:39:54     E extends Object declared in interface List
07:39:54 p/Y.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:39:54 	public static <T> void foo(T... e) {}
07:39:54 	                                ^
07:39:54   where T is a type-variable:
07:39:54     T extends Object declared in method <T>foo(T...)
07:39:54 p/Z.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type List<T>
07:39:54 	public static <T> void foo(List<T>... e) {}
07:39:54 	                                      ^
07:39:54   where T is a type-variable:
07:39:54     T extends Object declared in method <T>foo(List<T>...)
07:39:54 p/X.java:6: warning: [unchecked] unchecked method invocation: method foo in class Z is applied to given types
07:39:54 	public X() { foo(data.l); }
07:39:54 	                ^
07:39:54   required: List<T>[]
07:39:54   found: List
07:39:54   where T is a type-variable:
07:39:54     T extends Object declared in method <T>foo(List<T>...)
07:39:54 p/X.java:6: warning: [unchecked] unchecked conversion
07:39:54 	public X() { foo(data.l); }
07:39:54 	                     ^
07:39:54   required: List<Object>
07:39:54   found:    List
07:39:54 p/X.java:6: warning: [unchecked] unchecked generic array creation for varargs parameter of type List<Object>[]
07:39:54 	public X() { foo(data.l); }
07:39:54 	                ^
07:39:54 6 warnings
07:39:54 
07:39:54 
07:39:54 
07:39:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:55 --- javac err: ---
07:39:55 p/Y.java:4: warning: [rawtypes] found raw type: List
07:39:55 	List l = null;
07:39:55 	^
07:39:55   missing type arguments for generic class List<E>
07:39:55   where E is a type-variable:
07:39:55     E extends Object declared in interface List
07:39:55 p/Y.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:39:55 	public static <T> void foo(T... e) {}
07:39:55 	                                ^
07:39:55   where T is a type-variable:
07:39:55     T extends Object declared in method <T>foo(T...)
07:39:55 p/Y.java:6: warning: [unchecked] Possible heap pollution from parameterized vararg type List<T>
07:39:55 	public static <T> void foo(List<T>... e) {}
07:39:55 	                                      ^
07:39:55   where T is a type-variable:
07:39:55     T extends Object declared in method <T>foo(List<T>...)
07:39:55 p/X.java:5: warning: [unchecked] unchecked method invocation: method foo in class Y is applied to given types
07:39:55 	public X() { foo(data.l); }
07:39:55 	                ^
07:39:55   required: List<T>[]
07:39:55   found: List
07:39:55   where T is a type-variable:
07:39:55     T extends Object declared in method <T>foo(List<T>...)
07:39:55 p/X.java:5: warning: [unchecked] unchecked conversion
07:39:55 	public X() { foo(data.l); }
07:39:55 	                     ^
07:39:55   required: List<Object>
07:39:55   found:    List
07:39:55 p/X.java:5: warning: [unchecked] unchecked generic array creation for varargs parameter of type List<Object>[]
07:39:55 	public X() { foo(data.l); }
07:39:55 	                ^
07:39:55 6 warnings
07:39:55 
07:39:55 
07:39:55 
07:39:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:56 --- javac err: ---
07:39:56 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
07:39:56 		m.id(new Integer(111), new Integer(112));
07:39:56 		     ^
07:39:56 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
07:39:56 		m.id(new Integer(111), new Integer(112));
07:39:56 		                       ^
07:39:56 2 warnings
07:39:56 
07:39:56 
07:39:56 
07:39:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:57 --- javac err: ---
07:39:57 X.java:3: error: reference to id is ambiguous
07:39:57 		m.id(Integer.valueOf(111));
07:39:57 		 ^
07:39:57   both method id(T1) in C and method id(T6) in M match
07:39:57   where T1,T6 are type-variables:
07:39:57     T1 extends Number declared in class C
07:39:57     T6 extends Object declared in class M
07:39:57 1 error
07:39:57 
07:39:57 
07:39:57 
07:39:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:57 --- javac err: ---
07:39:57 X.java:2: error: foo() in XS cannot override foo() in X
07:39:57 class XS extends X { @Override void foo() {} }
07:39:57                                     ^
07:39:57   overridden method is final
07:39:57 1 error
07:39:57 
07:39:57 
07:39:57 
07:39:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:58 --- javac err: ---
07:39:58 X.java:2: error: foo() in XS cannot override foo() in X
07:39:58 class XS extends X { @Override void foo() {} }
07:39:58                                     ^
07:39:58   attempting to assign weaker access privileges; was public
07:39:58 1 error
07:39:58 
07:39:58 
07:39:58 
07:39:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:39:59 --- javac err: ---
07:39:59 X.java:2: error: foo() in XS cannot override foo() in X
07:39:59 class XS extends X { @Override void foo() throws ClassNotFoundException {} }
07:39:59                                     ^
07:39:59   overridden method does not throw ClassNotFoundException
07:39:59 1 error
07:39:59 
07:39:59 
07:39:59 
07:39:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:00 --- javac err: ---
07:40:00 X.java:2: error: foo() in XS cannot override foo() in X
07:40:00 class XS extends X { @Override int foo() {} }
07:40:00                                    ^
07:40:00   return type int is not compatible with void
07:40:00 X.java:2: error: method does not override or implement a method from a supertype
07:40:00 class XS extends X { @Override int foo() {} }
07:40:00                      ^
07:40:00 2 errors
07:40:00 
07:40:00 
07:40:00 
07:40:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:01 --- javac err: ---
07:40:01 X.java:7: warning: [rawtypes] found raw type: Class
07:40:01   public Foo get(Class c) { return null; }
07:40:01                  ^
07:40:01   missing type arguments for generic class Class<T>
07:40:01   where T is a type-variable:
07:40:01     T extends Object declared in class Class
07:40:01 1 warning
07:40:01 
07:40:01 
07:40:01 
07:40:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:02 --- javac err: ---
07:40:02 X.java:5: error: cannot find symbol
07:40:02    Zork z;
07:40:02    ^
07:40:02   symbol:   class Zork
07:40:02   location: class X
07:40:02 1 error
07:40:02 
07:40:02 
07:40:02 
07:40:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:03 
07:40:03 
07:40:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:04 --- javac err: ---
07:40:04 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
07:40:04     public Object putAll(Map<String,String> a) { return null; }
07:40:04                   ^
07:40:04 X1.java:2: warning: [serial] serializable class X1 has no definition of serialVersionUID
07:40:04 public class X1 extends LinkedHashMap<String, String> {
07:40:04        ^
07:40:04 1 error
07:40:04 1 warning
07:40:04 
07:40:04 
07:40:04 
07:40:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:05 --- javac err: ---
07:40:05 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
07:40:05     public Object foo(I<String> z) { return null; }
07:40:05                   ^
07:40:05 1 error
07:40:05 
07:40:05 
07:40:05 
07:40:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:06 --- javac err: ---
07:40:06 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
07:40:06     public void foo(I<String> z) {}
07:40:06                 ^
07:40:06 1 error
07:40:06 
07:40:06 
07:40:06 
07:40:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:07 --- javac err: ---
07:40:07 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
07:40:07     public String foo(I<String> z) { return null; }
07:40:07                   ^
07:40:07 1 error
07:40:07 
07:40:07 
07:40:07 
07:40:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:08 --- javac err: ---
07:40:08 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
07:40:08     public Object foo(I<String> z) { return null; }
07:40:08                   ^
07:40:08 1 error
07:40:08 
07:40:08 
07:40:08 
07:40:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:08 --- javac err: ---
07:40:08 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
07:40:08     public void foo(I<String> z) {}
07:40:08                 ^
07:40:08 1 error
07:40:08 
07:40:08 
07:40:08 
07:40:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:09 --- javac err: ---
07:40:09 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
07:40:09     public String foo(I<String> z) { return null; }
07:40:09                   ^
07:40:09 1 error
07:40:09 
07:40:09 
07:40:09 
07:40:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:10 --- javac err: ---
07:40:10 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
07:40:10     public Object foo(I<String> z) { return null; }
07:40:10                   ^
07:40:10 1 error
07:40:10 
07:40:10 
07:40:10 
07:40:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:11 --- javac err: ---
07:40:11 X.java:7: error: name clash: id(A) and id(T) have the same erasure
07:40:11 	@Override A id(A x) { return x; }
07:40:11 	            ^
07:40:11   where T is a type-variable:
07:40:11     T extends A declared in class Y
07:40:11 X.java:6: error: name clash: id(T) in Y and id(A) in X have the same erasure, yet neither overrides the other
07:40:11 	@Override T id(T x) { return x; }
07:40:11 	            ^
07:40:11   where T is a type-variable:
07:40:11     T extends A declared in class Y
07:40:11 X.java:7: warning: [unchecked] id(A) in Y overrides id(T#1) in X
07:40:11 	@Override A id(A x) { return x; }
07:40:11 	            ^
07:40:11   return type requires unchecked conversion from A to T#2
07:40:11   where T#1,T#2 are type-variables:
07:40:11     T#1 extends Object declared in class X
07:40:11     T#2 extends A declared in class Y
07:40:11 2 errors
07:40:11 1 warning
07:40:11 
07:40:11 
07:40:11 
07:40:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:12 --- javac err: ---
07:40:12 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
07:40:12 class Y<T extends A> extends X<T> {}
07:40:12 ^
07:40:12   where T#1,T#2 are type-variables:
07:40:12     T#1 extends Object declared in class X
07:40:12     T#2 extends A declared in class Y
07:40:12 1 error
07:40:12 
07:40:12 
07:40:12 
07:40:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:13 --- javac err: ---
07:40:13 X.java:3: error: name clash: <N>foo() and <S>foo() have the same erasure
07:40:13 	public static <N extends B> N foo() { System.out.print("B"); return null; }
07:40:13 	                              ^
07:40:13   where N,S are type-variables:
07:40:13     N extends B declared in method <N>foo()
07:40:13     S extends A declared in method <S>foo()
07:40:13 X.java:7: warning: [static] static method should be qualified by type name, X, instead of by an expression
07:40:13 		new X().<B>foo();
07:40:13 		       ^
07:40:13 1 error
07:40:13 1 warning
07:40:13 
07:40:13 
07:40:13 
07:40:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:14 --- javac err: ---
07:40:14 X.java:3: error: name clash: <N>foo() and <S>foo() have the same erasure
07:40:14 	public static <N extends B> N foo() { System.out.print("B"); return null; }
07:40:14 	                              ^
07:40:14   where N,S are type-variables:
07:40:14     N extends B declared in method <N>foo()
07:40:14     S extends A declared in method <S>foo()
07:40:14 1 error
07:40:14 
07:40:14 
07:40:14 
07:40:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:15 --- javac err: ---
07:40:15 X.java:4: error: method foo(Object) is already defined in class X.C1
07:40:15 		Z foo(Object o) {  return null; } // duplicate
07:40:15 		  ^
07:40:15 X.java:8: error: name clash: <T#1>foo(Object) and <T#2>foo(Object) have the same erasure
07:40:15 		<T extends Z> T foo(Object o) {  return null; } // duplicate
07:40:15 		                ^
07:40:15   where T#1,T#2 are type-variables:
07:40:15     T#1 extends Z declared in method <T#1>foo(Object)
07:40:15     T#2 extends Y declared in method <T#2>foo(Object)
07:40:15 X.java:12: error: method foo(Object) is already defined in class X.C3
07:40:15 		A<Z> foo(Object o) {  return null; } // duplicate
07:40:15 		     ^
07:40:15 X.java:16: error: method foo(Object) is already defined in class X.C4
07:40:15 		<T extends Z> T foo(Object o) {  return null; } // duplicate
07:40:15 		                ^
07:40:15 4 errors
07:40:15 
07:40:15 
07:40:15 
07:40:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:16 --- javac err: ---
07:40:16 X.java:4: error: name clash: foo(A<Z>) and foo(A<Y>) have the same erasure
07:40:16 		A<Z> foo(A<Z> o) {  return null; } // duplicate
07:40:16 		     ^
07:40:16 X.java:8: error: name clash: <T#1>foo(A<Z>) and <T#2>foo(A<Y>) have the same erasure
07:40:16 		<T extends Z> T foo(A<Z> o) {  return null; } // ok
07:40:16 		                ^
07:40:16   where T#1,T#2 are type-variables:
07:40:16     T#1 extends Z declared in method <T#1>foo(A<Z>)
07:40:16     T#2 extends Y declared in method <T#2>foo(A<Y>)
07:40:16 2 errors
07:40:16 
07:40:16 
07:40:16 
07:40:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:16 --- javac err: ---
07:40:16 X.java:4: error: name clash: <T#1>foo(Object) and <T#2,U>foo(Object) have the same erasure
07:40:16 		<T extends Z> T foo(Object o) {  return null; } // ok
07:40:16 		                ^
07:40:16   where T#1,T#2,U are type-variables:
07:40:16     T#1 extends Z declared in method <T#1>foo(Object)
07:40:16     T#2 extends Y declared in method <T#2,U>foo(Object)
07:40:16     U extends Object declared in method <T#2,U>foo(Object)
07:40:16 1 error
07:40:16 
07:40:16 
07:40:16 
07:40:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:17 --- javac err: ---
07:40:17 X.java:3: error: name clash: <N#1>a(A<Number>) and <N#2>a(A<String>) have the same erasure
07:40:17 		 <N> Object a(A<Number> n) { return null; }
07:40:17 		            ^
07:40:17   where N#1,N#2 are type-variables:
07:40:17     N#1 extends Object declared in method <N#1>a(A<Number>)
07:40:17     N#2 extends B declared in method <N#2>a(A<String>)
07:40:17 X.java:5: error: name clash: <N#1>b(A<Number>) and <N#2>b(A<String>) have the same erasure
07:40:17 		 <N extends B> B b(A<Number> n) { return null; }
07:40:17 		                 ^
07:40:17   where N#1,N#2 are type-variables:
07:40:17     N#1 extends B declared in method <N#1>b(A<Number>)
07:40:17     N#2 extends B declared in method <N#2>b(A<String>)
07:40:17 X.java:7: error: name clash: c(A<Number>) and c(A<String>) have the same erasure
07:40:17 		 B c(A<Number> n) { return null; }
07:40:17 		   ^
07:40:17 3 errors
07:40:17 
07:40:17 
07:40:17 
07:40:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:18 --- javac err: ---
07:40:18 X.java:3: error: name clash: <N#1>a(A<Number>) and <N#2>a(A<String>) have the same erasure
07:40:18 		 <N> B a(A<Number> n) { return null; }
07:40:18 		       ^
07:40:18   where N#1,N#2 are type-variables:
07:40:18     N#1 extends Object declared in method <N#1>a(A<Number>)
07:40:18     N#2 extends B declared in method <N#2>a(A<String>)
07:40:18 1 error
07:40:18 
07:40:18 
07:40:18 
07:40:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:19 --- javac err: ---
07:40:19 X.java:3: error: name clash: <N#1>b(A<Number>) and <N#2>b(A<String>) have the same erasure
07:40:19 		 <N extends B> B b(A<Number> n) { return null; }
07:40:19 		                 ^
07:40:19   where N#1,N#2 are type-variables:
07:40:19     N#1 extends B declared in method <N#1>b(A<Number>)
07:40:19     N#2 extends B declared in method <N#2>b(A<String>)
07:40:19 1 error
07:40:19 
07:40:19 
07:40:19 
07:40:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:20 --- javac err: ---
07:40:20 X.java:3: error: name clash: c(A<Number>) and c(A<String>) have the same erasure
07:40:20 		 B c(A<Number> n) { return null; }
07:40:20 		   ^
07:40:20 1 error
07:40:20 
07:40:20 
07:40:20 
07:40:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:21 --- javac err: ---
07:40:21 X.java:3: error: name clash: <N#1>a(A<Number>) and <N#2>a(A<Number>) have the same erasure
07:40:21 		 <N> Object a(A<Number> n) { return null; }
07:40:21 		            ^
07:40:21   where N#1,N#2 are type-variables:
07:40:21     N#1 extends Object declared in method <N#1>a(A<Number>)
07:40:21     N#2 extends B declared in method <N#2>a(A<Number>)
07:40:21 X.java:5: error: name clash: <N#1>b(A<String>) and <N#2>b(A<Number>) have the same erasure
07:40:21 		 <N> Object b(A<String> n) { return null; }
07:40:21 		            ^
07:40:21   where N#1,N#2 are type-variables:
07:40:21     N#1 extends Object declared in method <N#1>b(A<String>)
07:40:21     N#2 extends B declared in method <N#2>b(A<Number>)
07:40:21 2 errors
07:40:21 
07:40:21 
07:40:21 
07:40:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:22 --- javac err: ---
07:40:22 X.java:3: error: name clash: <N#1>a(A<Number>) and <N#2>a(A<Number>) have the same erasure
07:40:22 		 <N> B a(A<Number> n) { return null; }
07:40:22 		       ^
07:40:22   where N#1,N#2 are type-variables:
07:40:22     N#1 extends Object declared in method <N#1>a(A<Number>)
07:40:22     N#2 extends B declared in method <N#2>a(A<Number>)
07:40:22 X.java:5: error: name clash: <N#1>b(A<String>) and <N#2>b(A<Number>) have the same erasure
07:40:22 		 <N> B b(A<String> n) { return null; }
07:40:22 		       ^
07:40:22   where N#1,N#2 are type-variables:
07:40:22     N#1 extends Object declared in method <N#1>b(A<String>)
07:40:22     N#2 extends B declared in method <N#2>b(A<Number>)
07:40:22 2 errors
07:40:22 
07:40:22 
07:40:22 
07:40:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:22 --- javac err: ---
07:40:23 X.java:3: error: method <N>a(A<Number>) is already defined in class X
07:40:23 		 <N extends B> B a(A<Number> n) { return null; }
07:40:23 		                 ^
07:40:23   where N is a type-variable:
07:40:23     N extends B declared in method <N>a(A<Number>)
07:40:23 X.java:5: error: method <N>b(A<Number>) is already defined in class X
07:40:23 		 <N extends B> B b(A<Number> n) { return null; }
07:40:23 		                 ^
07:40:23   where N is a type-variable:
07:40:23     N extends B declared in method <N>b(A<Number>)
07:40:23 2 errors
07:40:23 
07:40:23 
07:40:23 
07:40:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:23 --- javac err: ---
07:40:23 X.java:3: error: method a(A<Number>) is already defined in class X
07:40:23 		 B a(A<Number> n) { return null; }
07:40:23 		   ^
07:40:23 X.java:5: error: method b(A<Number>) is already defined in class X
07:40:23 		 B b(A<Number> n) { return null; }
07:40:23 		   ^
07:40:23 2 errors
07:40:23 
07:40:23 
07:40:23 
07:40:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:24 --- javac err: ---
07:40:24 X.java:1: error: X is not abstract and does not override abstract method <T>foo(T) in I
07:40:24 public class X implements I {
07:40:24        ^
07:40:24   where T is a type-variable:
07:40:24     T extends Object declared in method <T>foo(T)
07:40:24 1 error
07:40:24 
07:40:24 
07:40:24 
07:40:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:25 --- javac err: ---
07:40:25 X.java:3: error: name clash: foo(A<Integer>) and foo(A<String>) have the same erasure
07:40:25 	void foo(A<Integer> a) {}
07:40:25 	     ^
07:40:25 1 error
07:40:25 
07:40:25 
07:40:25 
07:40:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:26 --- javac err: ---
07:40:26 X.java:3: error: name clash: foo(A<Integer>) and foo(A<String>) have the same erasure
07:40:26 	Object foo(A<Integer> a) { return null; }
07:40:26 	       ^
07:40:26 1 error
07:40:26 
07:40:26 
07:40:26 
07:40:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:27 --- javac err: ---
07:40:27 A.java:2: warning: [rawtypes] found raw type: A
07:40:27 	public A test() { return null; }
07:40:27 	       ^
07:40:27   missing type arguments for generic class A<T>
07:40:27   where T is a type-variable:
07:40:27     T extends Object declared in class A
07:40:27 1 warning
07:40:27 
07:40:27 
07:40:27 
07:40:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:28 --- javac err: ---
07:40:28 A.java:7: warning: [unchecked] test() in B overrides <U>test() in A
07:40:28 	@Override public B test() { return null; }
07:40:28 	                   ^
07:40:28   return type requires unchecked conversion from B to A<U>
07:40:28   where U is a type-variable:
07:40:28     U extends Object declared in method <U>test()
07:40:28 A.java:8: warning: [unchecked] test2() in B overrides <U>test2() in A
07:40:28 	@Override public A test2() { return null; }
07:40:28 	                   ^
07:40:28   return type requires unchecked conversion from A to A<U>
07:40:28   where U is a type-variable:
07:40:28     U extends Object declared in method <U>test2()
07:40:28 A.java:8: warning: [rawtypes] found raw type: A
07:40:28 	@Override public A test2() { return null; }
07:40:28 	                 ^
07:40:28   missing type arguments for generic class A<T>
07:40:28   where T is a type-variable:
07:40:28     T extends Object declared in class A
07:40:28 A.java:9: warning: [unchecked] test3() in B overrides <U>test3() in A
07:40:28 	@Override public A<X> test3() { return null; }
07:40:28 	                      ^
07:40:28   return type requires unchecked conversion from A<X> to A<U>
07:40:28   where U is a type-variable:
07:40:28     U extends Object declared in method <U>test3()
07:40:28 4 warnings
07:40:28 
07:40:28 
07:40:28 
07:40:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:29 --- javac err: ---
07:40:29 X.java:2: warning: [rawtypes] found raw type: A
07:40:29 	void test(A a) { B b = a.foo(); }
07:40:29 	          ^
07:40:29   missing type arguments for generic class A<T>
07:40:29   where T is a type-variable:
07:40:29     T extends Object declared in class A
07:40:29 X.java:2: error: incompatible types: A cannot be converted to B
07:40:29 	void test(A a) { B b = a.foo(); }
07:40:29 	                            ^
07:40:29 X.java:3: error: incompatible types: no instance(s) of type variable(s) U exist so that A<U> conforms to B
07:40:29 	void test2(A<X> a) { B b = a.foo(); }
07:40:29 	                                ^
07:40:29   where U is a type-variable:
07:40:29     U extends Object declared in method <U>foo()
07:40:29 X.java:10: warning: [unchecked] foo() in B overrides <U>foo() in A
07:40:29 	@Override B foo() { return null; }
07:40:29 	            ^
07:40:29   return type requires unchecked conversion from B to A<U>
07:40:29   where U is a type-variable:
07:40:29     U extends Object declared in method <U>foo()
07:40:29 2 errors
07:40:29 2 warnings
07:40:29 
07:40:29 
07:40:29 
07:40:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:30 --- javac err: ---
07:40:30 X.java:3: error: name clash: <T>a(T) and a(Object) have the same erasure
07:40:30 	<T> T a(T x) {  return null; }
07:40:30 	      ^
07:40:30   where T is a type-variable:
07:40:30     T extends Object declared in method <T>a(T)
07:40:30 1 error
07:40:30 
07:40:30 
07:40:30 
07:40:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:30 --- javac err: ---
07:40:30 X.java:3: error: name clash: <T>aaa(T) and <T1,T2>aaa(X) have the same erasure
07:40:30 	<T extends X> T aaa(T x) {  return null; }
07:40:30 	                ^
07:40:30   where T,T1,T2 are type-variables:
07:40:30     T extends X declared in method <T>aaa(T)
07:40:30     T1 extends Object declared in method <T1,T2>aaa(X)
07:40:30     T2 extends Object declared in method <T1,T2>aaa(X)
07:40:30 X.java:5: error: name clash: <T#1>aa(T#1) and <T#2>aa(X) have the same erasure
07:40:30 	<T extends X> T aa(T x) {  return null; }
07:40:30 	                ^
07:40:30   where T#1,T#2 are type-variables:
07:40:30     T#1 extends X declared in method <T#1>aa(T#1)
07:40:30     T#2 extends Object declared in method <T#2>aa(X)
07:40:30 X.java:7: error: name clash: <T>a(T) and a(X) have the same erasure
07:40:30 	<T extends X> T a(T x) {  return null; }
07:40:30 	                ^
07:40:30   where T is a type-variable:
07:40:30     T extends X declared in method <T>a(T)
07:40:30 X.java:9: error: name clash: <T#1,S>z(X) and <T#2>z(X) have the same erasure
07:40:30 	<T, S> Object z(X x) { return null; }
07:40:30 	              ^
07:40:30   where T#1,S,T#2 are type-variables:
07:40:30     T#1 extends Object declared in method <T#1,S>z(X)
07:40:30     S extends Object declared in method <T#1,S>z(X)
07:40:30     T#2 extends Object declared in method <T#2>z(X)
07:40:30 4 errors
07:40:30 
07:40:30 
07:40:30 
07:40:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:31 --- javac err: ---
07:40:31 X.java:3: error: method foo(X<T>) is already defined in class X
07:40:31 		 <S> String foo(X<T> s) { return null; }
07:40:31 		            ^
07:40:31   where T is a type-variable:
07:40:31     T extends Object declared in class X
07:40:31 1 error
07:40:31 
07:40:31 
07:40:31 
07:40:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:32 --- javac err: ---
07:40:32 X.java:3: error: method <T1>dupT() is already defined in class X
07:40:32 		<T2 extends X<T2>> Object dupT() {return null;}
07:40:32 		                          ^
07:40:32   where T1 is a type-variable:
07:40:32     T1 extends X<T1> declared in method <T1>dupT()
07:40:32 1 error
07:40:32 
07:40:32 
07:40:32 
07:40:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:33 --- javac err: ---
07:40:33 X.java:3: error: name clash: <T#1>a(A<Object>) and <T#2>a(A<T#2>) have the same erasure
07:40:33 	<T> String a(A<Object> o) {return null;}
07:40:33 	           ^
07:40:33   where T#1,T#2 are type-variables:
07:40:33     T#1 extends Object declared in method <T#1>a(A<Object>)
07:40:33     T#2 extends Object declared in method <T#2>a(A<T#2>)
07:40:33 X.java:5: error: name clash: aa(A<Object>) and <T>aa(A<T>) have the same erasure
07:40:33 	String aa(A<Object> o) {return null;}
07:40:33 	       ^
07:40:33   where T is a type-variable:
07:40:33     T extends Object declared in method <T>aa(A<T>)
07:40:33 2 errors
07:40:33 
07:40:33 
07:40:33 
07:40:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:34 --- javac err: ---
07:40:34 X.java:3: warning: [rawtypes] found raw type: A
07:40:34 		A a = new C();
07:40:34 		^
07:40:34   missing type arguments for generic class A<T>
07:40:34   where T is a type-variable:
07:40:34     T extends Object declared in interface A
07:40:34 X.java:4: warning: [unchecked] unchecked call to f(T) as a member of the raw type A
07:40:34 		try { a.f(new Object()); } catch (ClassCastException e) {
07:40:34 		         ^
07:40:34   where T is a type-variable:
07:40:34     T extends Object declared in interface A
07:40:34 2 warnings
07:40:34 
07:40:34 
07:40:34 
07:40:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:35 
07:40:35 
07:40:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:36 
07:40:36 
07:40:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:37 
07:40:37 
07:40:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:38 
07:40:38 
07:40:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:39 --- javac err: ---
07:40:39 X.java:7: error: name clash: foo(A) and <T>foo(T) have the same erasure
07:40:39 	void foo(A a) {}
07:40:39 	     ^
07:40:39   where A,T are type-variables:
07:40:39     A extends Object declared in class X
07:40:39     T extends Object declared in method <T>foo(T)
07:40:39 X.java:9: error: name clash: <T#1>foo2(A) and <T#2>foo2(T#2) have the same erasure
07:40:39 	<T> void foo2(A a) {}
07:40:39 	         ^
07:40:39   where T#1,A,T#2 are type-variables:
07:40:39     T#1 extends Object declared in method <T#1>foo2(A)
07:40:39     A extends Object declared in class X
07:40:39     T#2 extends Object declared in method <T#2>foo2(T#2)
07:40:39 2 errors
07:40:39 
07:40:39 
07:40:39 
07:40:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:40 --- javac err: ---
07:40:40 X.java:3: error: reference to foo is ambiguous
07:40:40 		new X<Object>().foo("X");
07:40:40 		               ^
07:40:40   both method foo(A) in Y and method <T>foo(T) in X match
07:40:40   where A,T are type-variables:
07:40:40     A extends Object declared in class Y
07:40:40     T extends Object declared in method <T>foo(T)
07:40:40 X.java:4: error: reference to foo2 is ambiguous
07:40:40 		new X<Object>().foo2("X");
07:40:40 		               ^
07:40:40   both method <T#1>foo2(A) in Y and method <T#2>foo2(T#2) in X match
07:40:40   where T#1,A,T#2 are type-variables:
07:40:40     T#1 extends Object declared in method <T#1>foo2(A)
07:40:40     A extends Object declared in class Y
07:40:40     T#2 extends Object declared in method <T#2>foo2(T#2)
07:40:40 X.java:6: error: name clash: foo(T) in X and foo(A) in Y have the same erasure, yet neither overrides the other
07:40:40 	<T> T foo(T t) {return null;}
07:40:40 	      ^
07:40:40   where T,A are type-variables:
07:40:40     T extends Object declared in method <T>foo(T)
07:40:40     A extends Object declared in class X
07:40:40 X.java:7: error: name clash: foo2(T) in X and foo2(A) in Y have the same erasure, yet neither overrides the other
07:40:40 	<T> T foo2(T t) {return null;}
07:40:40 	      ^
07:40:40   where T,A are type-variables:
07:40:40     T extends Object declared in method <T>foo2(T)
07:40:40     A extends Object declared in class X
07:40:40 4 errors
07:40:40 
07:40:40 
07:40:40 
07:40:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:41 
07:40:41 
07:40:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:42 
07:40:42 
07:40:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:43 --- javac err: ---
07:40:43 I.java:5: warning: [rawtypes] found raw type: Iterator
07:40:43 		public void method(Iterator iter) {}
07:40:43 		                   ^
07:40:43   missing type arguments for generic class Iterator<E>
07:40:43   where E is a type-variable:
07:40:43     E extends Object declared in interface Iterator
07:40:43 1 warning
07:40:43 
07:40:43 
07:40:43 
07:40:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:44 --- javac err: ---
07:40:44 I2.java:5: warning: [rawtypes] found raw type: Iterator
07:40:44 		public void method(Iterator[] iter) {}
07:40:44 		                   ^
07:40:44   missing type arguments for generic class Iterator<E>
07:40:44   where E is a type-variable:
07:40:44     E extends Object declared in interface Iterator
07:40:44 1 warning
07:40:44 
07:40:44 
07:40:44 
07:40:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:45 --- javac err: ---
07:40:45 I3.java:4: error: TestClass is not abstract and does not override abstract method method(Iterator<Object>[]) in I3
07:40:45 	public static class TestClass implements I3 {
07:40:45 	              ^
07:40:45 I3.java:5: warning: [rawtypes] found raw type: Iterator
07:40:45 		public void method(Iterator[][] iter) {}
07:40:45 		                   ^
07:40:45   missing type arguments for generic class Iterator<E>
07:40:45   where E is a type-variable:
07:40:45     E extends Object declared in interface Iterator
07:40:45 1 error
07:40:45 1 warning
07:40:45 
07:40:45 
07:40:45 
07:40:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:46 --- javac err: ---
07:40:46 Try.java:9: warning: [rawtypes] found raw type: Ex
07:40:46 		Ex ex2 = ex;
07:40:46 		^
07:40:46   missing type arguments for generic class Ex<C>
07:40:46   where C is a type-variable:
07:40:46     C extends Object declared in class Ex
07:40:46 Try.java:10: warning: [unchecked] unchecked call to <M>one(C,M) as a member of the raw type Ex
07:40:46 		ex2.one("eclipse", Integer.valueOf(1));
07:40:46 		       ^
07:40:46   where M,C are type-variables:
07:40:46     M extends Object declared in method <M>one(C,M)
07:40:46     C extends Object declared in class Ex
07:40:46 Try.java:11: warning: [unchecked] unchecked call to <M>two(M) as a member of the raw type Ex
07:40:46 		ex2.two(Integer.valueOf(1));
07:40:46 		       ^
07:40:46   where M is a type-variable:
07:40:46     M extends Object declared in method <M>two(M)
07:40:46 Try.java:12: warning: [unchecked] unchecked call to three(C) as a member of the raw type Ex
07:40:46 		ex2.three("eclipse");
07:40:46 		         ^
07:40:46   where C is a type-variable:
07:40:46     C extends Object declared in class Ex
07:40:46 Try.java:13: warning: [unchecked] unchecked call to <M>four(C) as a member of the raw type Ex
07:40:46 		ex2.four("eclipse");
07:40:46 		        ^
07:40:46   where M,C are type-variables:
07:40:46     M extends Object declared in method <M>four(C)
07:40:46     C extends Object declared in class Ex
07:40:46 5 warnings
07:40:46 
07:40:46 
07:40:46 
07:40:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:47 --- javac err: ---
07:40:47 Errors.java:5: error: reference to five is ambiguous
07:40:47 		ex.five("eclipse");
07:40:47 		  ^
07:40:47   both method <TM>five(TC) in Top and method five(C) in Ex match
07:40:47   where TM,TC,C are type-variables:
07:40:47     TM extends Object declared in method <TM>five(TC)
07:40:47     TC extends Object declared in class Top
07:40:47     C extends Object declared in class Ex
07:40:47 Errors.java:6: error: reference to six is ambiguous
07:40:47 		ex.six("eclipse");
07:40:47 		  ^
07:40:47   both method six(TC) in Top and method <M>six(C) in Ex match
07:40:47   where TC,M,C are type-variables:
07:40:47     TC extends Object declared in class Top
07:40:47     M extends Object declared in method <M>six(C)
07:40:47     C extends Object declared in class Ex
07:40:47 Errors.java:7: warning: [rawtypes] found raw type: Ex
07:40:47 		Ex ex2 = ex;
07:40:47 		^
07:40:47   missing type arguments for generic class Ex<C>
07:40:47   where C is a type-variable:
07:40:47     C extends Object declared in class Ex
07:40:47 Errors.java:9: error: reference to five is ambiguous
07:40:47 		ex2.five("eclipse");
07:40:47 		   ^
07:40:47   both method <TM>five(TC) in Top and method five(C) in Ex match
07:40:47   where TM,TC,C are type-variables:
07:40:47     TM extends Object declared in method <TM>five(TC)
07:40:47     TC extends Object declared in class Top
07:40:47     C extends Object declared in class Ex
07:40:47 Errors.java:9: warning: [unchecked] unchecked call to <TM>five(TC) as a member of the raw type Top
07:40:47 		ex2.five("eclipse");
07:40:47 		        ^
07:40:47   where TM,TC are type-variables:
07:40:47     TM extends Object declared in method <TM>five(TC)
07:40:47     TC extends Object declared in class Top
07:40:47 Errors.java:10: error: reference to six is ambiguous
07:40:47 		ex2.six("eclipse");
07:40:47 		   ^
07:40:47   both method six(TC) in Top and method <M>six(C) in Ex match
07:40:47   where TC,M,C are type-variables:
07:40:47     TC extends Object declared in class Top
07:40:47     M extends Object declared in method <M>six(C)
07:40:47     C extends Object declared in class Ex
07:40:47 Errors.java:10: warning: [unchecked] unchecked call to six(TC) as a member of the raw type Top
07:40:47 		ex2.six("eclipse");
07:40:47 		       ^
07:40:47   where TC is a type-variable:
07:40:47     TC extends Object declared in class Top
07:40:47 Errors.java:20: error: name clash: five(C) in Ex and five(C) in Top have the same erasure, yet neither overrides the other
07:40:47 	@Override void five(C cEx) {}
07:40:47 	               ^
07:40:47   where C is a type-variable:
07:40:47     C extends Object declared in class Ex
07:40:47 Errors.java:20: error: method does not override or implement a method from a supertype
07:40:47 	@Override void five(C cEx) {}
07:40:47 	^
07:40:47 Errors.java:21: error: name clash: six(C) in Ex and six(C) in Top have the same erasure, yet neither overrides the other
07:40:47 	@Override <M> void six(C cEx) {}
07:40:47 	                   ^
07:40:47   where C is a type-variable:
07:40:47     C extends Object declared in class Ex
07:40:47 Errors.java:21: error: method does not override or implement a method from a supertype
07:40:47 	@Override <M> void six(C cEx) {}
07:40:47 	^
07:40:47 8 errors
07:40:47 3 warnings
07:40:47 
07:40:47 
07:40:47 
07:40:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:48 --- javac err: ---
07:40:48 X.java:6: warning: [rawtypes] found raw type: IStructuredContentProvider
07:40:48 public class X implements IStructuredContentProvider {
07:40:48                           ^
07:40:48   missing type arguments for generic class IStructuredContentProvider<I,E>
07:40:48   where I,E are type-variables:
07:40:48     I extends Object declared in interface IStructuredContentProvider
07:40:48     E extends I declared in interface IStructuredContentProvider
07:40:48 1 warning
07:40:48 
07:40:48 
07:40:48 
07:40:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:49 
07:40:49 
07:40:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:50 --- javac err: ---
07:40:50 X.java:8: warning: [rawtypes] found raw type: IStructuredContentProvider
07:40:50 public class X implements IStructuredContentProvider {
07:40:50                           ^
07:40:50   missing type arguments for generic class IStructuredContentProvider<I,E>
07:40:50   where I,E are type-variables:
07:40:50     I extends Object declared in interface IStructuredContentProvider
07:40:50     E extends List<String> declared in interface IStructuredContentProvider
07:40:50 X.java:12: warning: [rawtypes] found raw type: List
07:40:50     public List[] getElements(Object inputElement) {
07:40:50            ^
07:40:50   missing type arguments for generic class List<E>
07:40:50   where E is a type-variable:
07:40:50     E extends Object declared in interface List
07:40:50 X.java:18: warning: [rawtypes] found raw type: List
07:40:50     public List[] getChildren(List parent) {
07:40:50                               ^
07:40:50   missing type arguments for generic class List<E>
07:40:50   where E is a type-variable:
07:40:50     E extends Object declared in interface List
07:40:50 X.java:18: warning: [rawtypes] found raw type: List
07:40:50     public List[] getChildren(List parent) {
07:40:50            ^
07:40:50   missing type arguments for generic class List<E>
07:40:50   where E is a type-variable:
07:40:50     E extends Object declared in interface List
07:40:50 4 warnings
07:40:50 
07:40:50 
07:40:50 
07:40:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:51 
07:40:51 
07:40:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:52 
07:40:52 
07:40:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:53 
07:40:53 
07:40:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:54 --- javac err: ---
07:40:54 X.java:2: error: X is not abstract and does not override abstract method <N>x3() in I
07:40:54 public class X implements I<A> {
07:40:54        ^
07:40:54   where N is a type-variable:
07:40:54     N extends Object declared in method <N>x3()
07:40:54 X.java:4: error: name clash: x2() in X and x2() in I have the same erasure, yet neither overrides the other
07:40:54     public <N extends Number> void x2() {}
07:40:54                                    ^
07:40:54 X.java:5: error: name clash: x3() in X and x3() in I have the same erasure, yet neither overrides the other
07:40:54     public <N extends Number> void x3() {}
07:40:54                                    ^
07:40:54 3 errors
07:40:54 
07:40:54 
07:40:54 
07:40:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:55 --- javac err: ---
07:40:55 BooleanFactory.java:6: warning: [deprecation] newInstance() in Class has been deprecated
07:40:55 		try { return c.newInstance(); } catch(Exception e) { return null; }
07:40:55 		              ^
07:40:55   where T is a type-variable:
07:40:55     T extends Object declared in class Class
07:40:55 1 warning
07:40:55 
07:40:55 
07:40:55 
07:40:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:55 --- javac err: ---
07:40:55 D.java:2: error: name clash: m(Number) in D and m(Integer) in A have the same erasure, yet neither overrides the other
07:40:55 	@Override void m(Number t) {}
07:40:55 	               ^
07:40:55 D.java:2: error: method does not override or implement a method from a supertype
07:40:55 	@Override void m(Number t) {}
07:40:55 	^
07:40:55 2 errors
07:40:55 
07:40:55 
07:40:55 
07:40:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:56 
07:40:56 
07:40:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:57 
07:40:57 
07:40:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:58 
07:40:58 
07:40:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:40:59 
07:40:59 
07:40:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:00 --- javac err: ---
07:41:00 NumericArray4.java:5: error: method does not override or implement a method from a supertype
07:41:00 	@Override public <U> void add(Number n) {}
07:41:00 	^
07:41:00 1 error
07:41:00 
07:41:00 
07:41:00 
07:41:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:01 --- javac err: ---
07:41:01 NumericArray5.java:5: error: method does not override or implement a method from a supertype
07:41:01 	@Override public void add(Number n, Integer i) {}
07:41:01 	^
07:41:01 1 error
07:41:01 
07:41:01 
07:41:01 
07:41:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:02 --- javac err: ---
07:41:02 I.java:2: error: method does not override or implement a method from a supertype
07:41:02 interface J extends I { @Override void clone(); }
07:41:02                         ^
07:41:02 1 error
07:41:02 
07:41:02 
07:41:02 
07:41:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:03 --- javac err: ---
07:41:03 I.java:1: error: method does not override or implement a method from a supertype
07:41:03 interface I { @Override void clone(); }
07:41:03               ^
07:41:03 1 error
07:41:03 
07:41:03 
07:41:03 
07:41:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:04 --- javac err: ---
07:41:04 A.java:3: error: hashCode() in I cannot override hashCode() in Object
07:41:04 	float hashCode();
07:41:04 	      ^
07:41:04   return type float is not compatible with int
07:41:04 A.java:6: error: hashCode() in Object cannot implement hashCode() in I
07:41:04 abstract class A implements J {}
07:41:04          ^
07:41:04   return type int is not compatible with float
07:41:04 2 errors
07:41:04 
07:41:04 
07:41:04 
07:41:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:04 --- javac err: ---
07:41:04 A.java:2: error: name clash: foo() in B and foo() in A have the same erasure, yet neither overrides the other
07:41:04 class B extends A { @Override <T1, S1 extends J & I<S1>> void foo() { } }
07:41:04                                                               ^
07:41:04 A.java:2: error: method does not override or implement a method from a supertype
07:41:04 class B extends A { @Override <T1, S1 extends J & I<S1>> void foo() { } }
07:41:04                     ^
07:41:04 A.java:3: error: name clash: foo() in C and foo() in A have the same erasure, yet neither overrides the other
07:41:04 class C extends A { @Override <T2, S2 extends J & I> void foo() { } }
07:41:04                                                           ^
07:41:04 A.java:3: error: method does not override or implement a method from a supertype
07:41:04 class C extends A { @Override <T2, S2 extends J & I> void foo() { } }
07:41:04                     ^
07:41:04 A.java:3: warning: [rawtypes] found raw type: I
07:41:04 class C extends A { @Override <T2, S2 extends J & I> void foo() { } }
07:41:04                                                   ^
07:41:04   missing type arguments for generic class I<TT>
07:41:04   where TT is a type-variable:
07:41:04     TT extends Object declared in interface I
07:41:04 4 errors
07:41:04 1 warning
07:41:04 
07:41:04 
07:41:04 
07:41:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:05 
07:41:05 
07:41:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:06 --- javac err: ---
07:41:06 A.java:2: error: method does not override or implement a method from a supertype
07:41:06 class B<V> extends A<V> { @Override <T1, S1 extends K & I<T1>> void foo(V v, T1 t, S1 s) { } }
07:41:06                           ^
07:41:06 1 error
07:41:06 
07:41:06 
07:41:06 
07:41:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:07 
07:41:07 
07:41:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:08 --- javac err: ---
07:41:08 A.java:3: error: method <T,S>foo() is already defined in class A
07:41:08 	<T, S extends I<T> & J> void foo() { }
07:41:08 	                             ^
07:41:08   where T,S are type-variables:
07:41:08     T extends Object declared in method <T,S>foo()
07:41:08     S extends J,I<T> declared in method <T,S>foo()
07:41:08 1 error
07:41:08 
07:41:08 
07:41:08 
07:41:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:09 --- javac err: ---
07:41:09 A.java:3: error: name clash: <T#1,S#1>foo() and <T#2,S#2>foo() have the same erasure
07:41:09 	<T, S extends I<T> & K> void foo() { }
07:41:09 	                             ^
07:41:09   where T#1,S#1,T#2,S#2 are type-variables:
07:41:09     T#1 extends Object declared in method <T#1,S#1>foo()
07:41:09     S#1 extends I<T#1>,K declared in method <T#1,S#1>foo()
07:41:09     T#2 extends Object declared in method <T#2,S#2>foo()
07:41:09     S#2 extends J,I<T#2> declared in method <T#2,S#2>foo()
07:41:09 1 error
07:41:09 
07:41:09 
07:41:09 
07:41:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:10 --- javac err: ---
07:41:10 X.java:2: warning: [deprecation] Integer(int) in Integer has been deprecated
07:41:10 	Object o = new A<Integer>().foo(new Integer(1));
07:41:10 	                                ^
07:41:10 1 warning
07:41:10 
07:41:10 
07:41:10 
07:41:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:11 
07:41:11 
07:41:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:11 
07:41:11 
07:41:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:12 --- javac err: ---
07:41:12 A.java:2: warning: [rawtypes] found raw type: A
07:41:12 class B extends A { void x(A<String> s) {} }
07:41:12                 ^
07:41:12   missing type arguments for generic class A<E>
07:41:12   where E is a type-variable:
07:41:12     E extends Object declared in class A
07:41:12 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
07:41:12 class B extends A { void x(A<String> s) {} }
07:41:12                          ^
07:41:12 A.java:3: warning: [rawtypes] found raw type: A
07:41:12 class C extends A { @Override void x(A s) {} }
07:41:12                 ^
07:41:12   missing type arguments for generic class A<E>
07:41:12   where E is a type-variable:
07:41:12     E extends Object declared in class A
07:41:12 A.java:3: warning: [rawtypes] found raw type: A
07:41:12 class C extends A { @Override void x(A s) {} }
07:41:12                                      ^
07:41:12   missing type arguments for generic class A<E>
07:41:12   where E is a type-variable:
07:41:12     E extends Object declared in class A
07:41:12 A.java:4: warning: [rawtypes] found raw type: A
07:41:12 class D extends A { void x(A<Object> s) {} }
07:41:12                 ^
07:41:12   missing type arguments for generic class A<E>
07:41:12   where E is a type-variable:
07:41:12     E extends Object declared in class A
07:41:12 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
07:41:12 class D extends A { void x(A<Object> s) {} }
07:41:12                          ^
07:41:12 2 errors
07:41:12 4 warnings
07:41:12 
07:41:12 
07:41:12 
07:41:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:13 --- javac err: ---
07:41:13 HashOrder.java:2: warning: [unchecked] create() in HashOrder overrides <U>create() in DoubleHash
07:41:13 	public static HashOrder create() { return null; }
07:41:13 	                        ^
07:41:13   return type requires unchecked conversion from HashOrder to DoubleHash<U>
07:41:13   where U is a type-variable:
07:41:13     U extends Object declared in method <U>create()
07:41:13 1 warning
07:41:13 
07:41:13 
07:41:13 
07:41:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:14 --- javac err: ---
07:41:14 X.java:3: error: <S#1>bar() in X cannot implement <S#2>bar() in I
07:41:14 	public <S> A<U> bar() { return null; }
07:41:14 	                ^
07:41:14   return type A<U> is not compatible with A<S#1>
07:41:14   where S#1,U,S#2 are type-variables:
07:41:14     S#1 extends Object declared in method <S#1>bar()
07:41:14     U extends Object declared in class X
07:41:14     S#2 extends Object declared in method <S#2>bar()
07:41:14 X.java:2: warning: [unchecked] foo() in X implements <T>foo() in I
07:41:14 	public A<String> foo() { return null; }
07:41:14 	                 ^
07:41:14   return type requires unchecked conversion from A<String> to A<T>
07:41:14   where T is a type-variable:
07:41:14     T extends Object declared in method <T>foo()
07:41:14 1 error
07:41:14 1 warning
07:41:14 
07:41:14 
07:41:14 
07:41:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:14 --- javac err: ---
07:41:14 V.java:1: warning: [unchecked] foo() in V overrides <T>foo() in U
07:41:14 public class V extends U { @Override public C<B> foo() { return null; } }
07:41:14                                                  ^
07:41:14   return type requires unchecked conversion from C<B> to C<T>
07:41:14   where T is a type-variable:
07:41:14     T extends A declared in method <T>foo()
07:41:14 1 warning
07:41:14 
07:41:14 
07:41:14 
07:41:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:15 
07:41:15 
07:41:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:16 
07:41:16 
07:41:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:17 
07:41:17 
07:41:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:18 --- javac err: ---
07:41:18 A.java:1: error: A is not abstract and does not override abstract method <U>foo4(U,M) in I
07:41:18 public class A<T1 extends A.M> implements I<T1> {
07:41:18        ^
07:41:18   where U is a type-variable:
07:41:18     U extends Number declared in method <U>foo4(U,M)
07:41:18 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
07:41:18 	public void foo4(Number n, T1 m) {}
07:41:18 	            ^
07:41:18   where T1,U are type-variables:
07:41:18     T1 extends M declared in class A
07:41:18     U extends Number declared in method <U>foo4(U,M)
07:41:18 2 errors
07:41:18 
07:41:18 
07:41:18 
07:41:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:19 --- javac err: ---
07:41:19 Parent.java:3: warning: [rawtypes] found raw type: Collection
07:41:19 	static void staticCase1(Collection c) {}
07:41:19 	                        ^
07:41:19   missing type arguments for generic class Collection<E>
07:41:19   where E is a type-variable:
07:41:19     E extends Object declared in interface Collection
07:41:19 Parent.java:5: warning: [rawtypes] found raw type: Collection
07:41:19 	void instanceCase1(Collection c) {}
07:41:19 	                   ^
07:41:19   missing type arguments for generic class Collection<E>
07:41:19   where E is a type-variable:
07:41:19     E extends Object declared in interface Collection
07:41:19 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
07:41:19 	static void staticCase1(Collection<String> c) {}
07:41:19 	            ^
07:41:19 Parent.java:10: warning: [rawtypes] found raw type: Collection
07:41:19 	static void staticCase2(Collection c) {}
07:41:19 	                        ^
07:41:19   missing type arguments for generic class Collection<E>
07:41:19   where E is a type-variable:
07:41:19     E extends Object declared in interface Collection
07:41:19 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
07:41:19 	void instanceCase1(Collection<String> c) {}
07:41:19 	     ^
07:41:19 Parent.java:12: warning: [rawtypes] found raw type: Collection
07:41:19 	@Override void instanceCase2(Collection c) {}
07:41:19 	                             ^
07:41:19   missing type arguments for generic class Collection<E>
07:41:19   where E is a type-variable:
07:41:19     E extends Object declared in interface Collection
07:41:19 2 errors
07:41:19 4 warnings
07:41:19 
07:41:19 
07:41:19 
07:41:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:20 --- javac err: ---
07:41:20 Parent.java:3: warning: [rawtypes] found raw type: Collection
07:41:20 	static void staticMismatchCase1(Collection c) {}
07:41:20 	                                ^
07:41:20   missing type arguments for generic class Collection<E>
07:41:20   where E is a type-variable:
07:41:20     E extends Object declared in interface Collection
07:41:20 Parent.java:5: warning: [rawtypes] found raw type: Collection
07:41:20 	void mismatchCase1(Collection c) {}
07:41:20 	                   ^
07:41:20   missing type arguments for generic class Collection<E>
07:41:20   where E is a type-variable:
07:41:20     E extends Object declared in interface Collection
07:41:20 Parent.java:9: error: staticMismatchCase1(Collection) in Child cannot override staticMismatchCase1(Collection) in Parent
07:41:20 	void staticMismatchCase1(Collection c) {}
07:41:20 	     ^
07:41:20   overridden method is static
07:41:20 Parent.java:9: warning: [rawtypes] found raw type: Collection
07:41:20 	void staticMismatchCase1(Collection c) {}
07:41:20 	                         ^
07:41:20   missing type arguments for generic class Collection<E>
07:41:20   where E is a type-variable:
07:41:20     E extends Object declared in interface Collection
07:41:20 Parent.java:10: error: staticMismatchCase2(Collection<String>) in Child cannot override staticMismatchCase2(Collection<String>) in Parent
07:41:20 	void staticMismatchCase2(Collection<String> c) {}
07:41:20 	     ^
07:41:20   overridden method is static
07:41:20 Parent.java:11: error: mismatchCase1(Collection) in Child cannot override mismatchCase1(Collection) in Parent
07:41:20 	static void mismatchCase1(Collection c) {}
07:41:20 	            ^
07:41:20   overriding method is static
07:41:20 Parent.java:11: warning: [rawtypes] found raw type: Collection
07:41:20 	static void mismatchCase1(Collection c) {}
07:41:20 	                          ^
07:41:20   missing type arguments for generic class Collection<E>
07:41:20   where E is a type-variable:
07:41:20     E extends Object declared in interface Collection
07:41:20 Parent.java:12: error: mismatchCase2(Collection<String>) in Child cannot override mismatchCase2(Collection<String>) in Parent
07:41:20 	static void mismatchCase2(Collection<String> c) {}
07:41:20 	            ^
07:41:20   overriding method is static
07:41:20 4 errors
07:41:20 4 warnings
07:41:20 
07:41:20 
07:41:20 
07:41:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:21 --- javac err: ---
07:41:21 X.java:1: error: foo(Object) in CX cannot implement foo(U) in IX
07:41:21 public abstract class X<V> extends CX<V> implements IX<V> {}
07:41:21                 ^
07:41:21   overriding method is static
07:41:21   where U is a type-variable:
07:41:21     U extends Object declared in interface IX
07:41:21 X.java:3: warning: [rawtypes] found raw type: CX
07:41:21 abstract class X2 extends CX implements IX {}
07:41:21                           ^
07:41:21   missing type arguments for generic class CX<T>
07:41:21   where T is a type-variable:
07:41:21     T extends Object declared in class CX
07:41:21 X.java:3: warning: [rawtypes] found raw type: IX
07:41:21 abstract class X2 extends CX implements IX {}
07:41:21                                         ^
07:41:21   missing type arguments for generic class IX<U>
07:41:21   where U is a type-variable:
07:41:21     U extends Object declared in interface IX
07:41:21 X.java:3: error: foo(Object) in CX cannot implement foo(U) in IX
07:41:21 abstract class X2 extends CX implements IX {}
07:41:21          ^
07:41:21   overriding method is static
07:41:21   where U is a type-variable:
07:41:21     U extends Object declared in interface IX
07:41:21 2 errors
07:41:21 2 warnings
07:41:21 
07:41:21 
07:41:21 
07:41:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:22 --- javac err: ---
07:41:22 X.java:1: error: X is not abstract and does not override abstract method <A>copyData(A) in I
07:41:22 public class X implements I { public <T extends Object & Data> void copyData(T data) {} }
07:41:22        ^
07:41:22   where A is a type-variable:
07:41:22     A extends Data declared in method <A>copyData(A)
07:41:22 1 error
07:41:22 
07:41:22 
07:41:22 
07:41:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:23 
07:41:23 
07:41:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:24 --- javac err: ---
07:41:24 X.java:14: error: cannot find symbol
07:41:24     Zork z;
07:41:24     ^
07:41:24   symbol:   class Zork
07:41:24   location: class X
07:41:24 X.java:11: warning: [unchecked] doStuff() in Interface4 overrides <P>doStuff() in Interface3
07:41:24     Collection<Interface2> doStuff();
07:41:24                            ^
07:41:24   return type requires unchecked conversion from Collection<Interface2> to Collection<P>
07:41:24   where P is a type-variable:
07:41:24     P extends Interface1 declared in method <P>doStuff()
07:41:24 1 error
07:41:24 1 warning
07:41:24 
07:41:24 
07:41:24 
07:41:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:25 --- javac err: ---
07:41:25 X.java:2: error: X is not abstract and does not override abstract method run() in Runnable
07:41:25 public class X<T0> extends ArrayList<T0> implements I<T0>,Runnable {
07:41:25        ^
07:41:25 X.java:5: error: incompatible types: Object cannot be converted to T0
07:41:25 		this.add(new Object());
07:41:25 		         ^
07:41:25   where T0 is a type-variable:
07:41:25     T0 extends Object declared in class X
07:41:25 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
07:41:25 public class X<T0> extends ArrayList<T0> implements I<T0>,Runnable {
07:41:25        ^
07:41:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:41:25 2 errors
07:41:25 1 warning
07:41:25 
07:41:25 
07:41:25 
07:41:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:26 --- javac err: ---
07:41:26 X.java:3: error: List cannot be inherited with different arguments: <java.lang.String> and <java.lang.Thread>
07:41:26 abstract class X2 extends X3 implements List<String> {}
07:41:26          ^
07:41:26 X.java:2: error: X is not abstract and does not override abstract method subList(int,int) in List
07:41:26 public class X extends X2 {}
07:41:26        ^
07:41:26 2 errors
07:41:26 
07:41:26 
07:41:26 
07:41:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:27 
07:41:27 
07:41:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:28 --- javac err: ---
07:41:28 DataSet.java:4: warning: [rawtypes] found raw type: List
07:41:28 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:28                                            ^
07:41:28   missing type arguments for generic class List<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface List
07:41:28 DataSet.java:4: warning: [rawtypes] found raw type: Iterator
07:41:28 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:28                                                  ^
07:41:28   missing type arguments for generic class Iterator<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface Iterator
07:41:28 DataSet.java:4: error: DataSet is not abstract and does not override abstract method toArray(Object[]) in List
07:41:28 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:28 ^
07:41:28 DataSet.java:6: error: name clash: toArray(S[]) in DataSet and toArray(Object[]) in List have the same erasure, yet neither overrides the other
07:41:28 	public <S> S[] toArray(S[] s) {
07:41:28 	               ^
07:41:28   where S is a type-variable:
07:41:28     S extends Object declared in method <S>toArray(S[])
07:41:28 DataSet.java:12: warning: [rawtypes] found raw type: Collection
07:41:28 	public boolean addAll(Collection c) {	return false; }
07:41:28 	                      ^
07:41:28   missing type arguments for generic class Collection<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface Collection
07:41:28 DataSet.java:13: warning: [rawtypes] found raw type: Collection
07:41:28 	public boolean addAll(int index, Collection c) {	return false; }
07:41:28 	                                 ^
07:41:28   missing type arguments for generic class Collection<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface Collection
07:41:28 DataSet.java:16: warning: [rawtypes] found raw type: Collection
07:41:28 	public boolean containsAll(Collection c) { return false; }
07:41:28 	                           ^
07:41:28   missing type arguments for generic class Collection<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface Collection
07:41:28 DataSet.java:20: warning: [rawtypes] found raw type: Iterator
07:41:28 	public Iterator iterator() {	return null; }
07:41:28 	       ^
07:41:28   missing type arguments for generic class Iterator<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface Iterator
07:41:28 DataSet.java:22: warning: [rawtypes] found raw type: ListIterator
07:41:28 	public ListIterator listIterator() {	return null; }
07:41:28 	       ^
07:41:28   missing type arguments for generic class ListIterator<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface ListIterator
07:41:28 DataSet.java:23: warning: [rawtypes] found raw type: ListIterator
07:41:28 	public ListIterator listIterator(int index) {	return null; }
07:41:28 	       ^
07:41:28   missing type arguments for generic class ListIterator<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface ListIterator
07:41:28 DataSet.java:26: warning: [rawtypes] found raw type: Collection
07:41:28 	public boolean removeAll(Collection c) {	return false; }
07:41:28 	                         ^
07:41:28   missing type arguments for generic class Collection<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface Collection
07:41:28 DataSet.java:27: warning: [rawtypes] found raw type: Collection
07:41:28 
07:41:28 
07:41:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:28 	public boolean retainAll(Collection c) {	return false; }
07:41:28 	                         ^
07:41:28   missing type arguments for generic class Collection<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface Collection
07:41:28 DataSet.java:30: warning: [rawtypes] found raw type: List
07:41:28 	public List subList(int fromIndex, int toIndex) {	return null; }
07:41:28 	       ^
07:41:28   missing type arguments for generic class List<E>
07:41:28   where E is a type-variable:
07:41:28     E extends Object declared in interface List
07:41:28 DataSet.java:4: warning: [serial] serializable class DataSet has no definition of serialVersionUID
07:41:28 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:28 ^
07:41:28 2 errors
07:41:28 12 warnings
07:41:28 
07:41:29 --- javac err: ---
07:41:29 DataSet.java:4: warning: [rawtypes] found raw type: List
07:41:29 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:29                                            ^
07:41:29   missing type arguments for generic class List<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface List
07:41:29 DataSet.java:4: warning: [rawtypes] found raw type: Iterator
07:41:29 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:29                                                  ^
07:41:29   missing type arguments for generic class Iterator<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface Iterator
07:41:29 DataSet.java:4: error: DataSet is not abstract and does not override abstract method toArray(Object[]) in List
07:41:29 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:29 ^
07:41:29 DataSet.java:12: warning: [rawtypes] found raw type: Collection
07:41:29 	public boolean addAll(Collection c) {	return false; }
07:41:29 	                      ^
07:41:29   missing type arguments for generic class Collection<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface Collection
07:41:29 DataSet.java:13: warning: [rawtypes] found raw type: Collection
07:41:29 	public boolean addAll(int index, Collection c) {	return false; }
07:41:29 	                                 ^
07:41:29   missing type arguments for generic class Collection<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface Collection
07:41:29 DataSet.java:16: warning: [rawtypes] found raw type: Collection
07:41:29 	public boolean containsAll(Collection c) { return false; }
07:41:29 	                           ^
07:41:29   missing type arguments for generic class Collection<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface Collection
07:41:29 DataSet.java:20: warning: [rawtypes] found raw type: Iterator
07:41:29 	public Iterator iterator() {	return null; }
07:41:29 	       ^
07:41:29   missing type arguments for generic class Iterator<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface Iterator
07:41:29 DataSet.java:22: warning: [rawtypes] found raw type: ListIterator
07:41:29 	public ListIterator listIterator() {	return null; }
07:41:29 	       ^
07:41:29   missing type arguments for generic class ListIterator<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface ListIterator
07:41:29 DataSet.java:23: warning: [rawtypes] found raw type: ListIterator
07:41:29 	public ListIterator listIterator(int index) {	return null; }
07:41:29 	       ^
07:41:29   missing type arguments for generic class ListIterator<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface ListIterator
07:41:29 DataSet.java:26: warning: [rawtypes] found raw type: Collection
07:41:29 	public boolean removeAll(Collection c) {	return false; }
07:41:29 	                         ^
07:41:29   missing type arguments for generic class Collection<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface Collection
07:41:29 DataSet.java:27: warning: [rawtypes] found raw type: Collection
07:41:29 	public boolean retainAll(Collection c) {	return false; }
07:41:29 	                         ^
07:41:29 
07:41:29 
07:41:29   missing type arguments for generic class Collection<E>
07:41:29   where E is a type-variable:
07:41:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:29     E extends Object declared in interface Collection
07:41:29 DataSet.java:30: warning: [rawtypes] found raw type: List
07:41:29 	public List subList(int fromIndex, int toIndex) {	return null; }
07:41:29 	       ^
07:41:29   missing type arguments for generic class List<E>
07:41:29   where E is a type-variable:
07:41:29     E extends Object declared in interface List
07:41:29 DataSet.java:4: warning: [serial] serializable class DataSet has no definition of serialVersionUID
07:41:29 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:29 ^
07:41:29 1 error
07:41:29 12 warnings
07:41:29 
07:41:30 --- javac err: ---
07:41:30 DataSet.java:9: error: name clash: toArray(Object[]) and <S>toArray(S[]) have the same erasure
07:41:30 	public Object[] toArray(Object[] o) {
07:41:30 	                ^
07:41:30   where S is a type-variable:
07:41:30     S extends Object declared in method <S>toArray(S[])
07:41:30 DataSet.java:4: warning: [rawtypes] found raw type: List
07:41:30 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:30                                            ^
07:41:30   missing type arguments for generic class List<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface List
07:41:30 DataSet.java:4: warning: [rawtypes] found raw type: Iterator
07:41:30 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:30                                                  ^
07:41:30   missing type arguments for generic class Iterator<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface Iterator
07:41:30 DataSet.java:6: error: name clash: toArray(S[]) in DataSet and toArray(Object[]) in List have the same erasure, yet neither overrides the other
07:41:30 	public <S> S[] toArray(S[] s) {
07:41:30 	               ^
07:41:30   where S is a type-variable:
07:41:30     S extends Object declared in method <S>toArray(S[])
07:41:30 DataSet.java:14: warning: [rawtypes] found raw type: Collection
07:41:30 	public boolean addAll(Collection c) {	return false; }
07:41:30 	                      ^
07:41:30   missing type arguments for generic class Collection<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface Collection
07:41:30 DataSet.java:15: warning: [rawtypes] found raw type: Collection
07:41:30 	public boolean addAll(int index, Collection c) {	return false; }
07:41:30 	                                 ^
07:41:30   missing type arguments for generic class Collection<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface Collection
07:41:30 DataSet.java:18: warning: [rawtypes] found raw type: Collection
07:41:30 	public boolean containsAll(Collection c) { return false; }
07:41:30 	                           ^
07:41:30   missing type arguments for generic class Collection<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface Collection
07:41:30 DataSet.java:22: warning: [rawtypes] found raw type: Iterator
07:41:30 	public Iterator iterator() {	return null; }
07:41:30 	       ^
07:41:30   missing type arguments for generic class Iterator<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface Iterator
07:41:30 DataSet.java:24: warning: [rawtypes] found raw type: ListIterator
07:41:30 	public ListIterator listIterator() {	return null; }
07:41:30 	       ^
07:41:30   missing type arguments for generic class ListIterator<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface ListIterator
07:41:30 DataSet.java:25: warning: [rawtypes] found raw type: ListIterator
07:41:30 	public ListIterator listIterator(int index) {	return null; }
07:41:30 	       ^
07:41:30   missing type arguments for generic class ListIterator<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface ListIterator
07:41:30 DataSet.java:28: warning: [rawtypes] found raw type: Collection
07:41:30 	public boolean removeAll(Collection c) {	return false; }
07:41:30 	                         ^
07:41:30   missing type arguments for generic class Collection<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface Collection
07:41:30 DataSet.java:29: warning: [rawtypes] found raw type: Collection
07:41:30 	public boolean retainAll(Collection c) {	return false; }
07:41:30 	                         ^
07:41:30   missing type arguments for generic class Collection<E>
07:41:30   where E is a type-variable:
07:41:30 
07:41:30 
07:41:30     E extends Object declared in interface Collection
07:41:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:30 DataSet.java:32: warning: [rawtypes] found raw type: List
07:41:30 	public List subList(int fromIndex, int toIndex) {	return null; }
07:41:30 	       ^
07:41:30   missing type arguments for generic class List<E>
07:41:30   where E is a type-variable:
07:41:30     E extends Object declared in interface List
07:41:30 DataSet.java:4: warning: [serial] serializable class DataSet has no definition of serialVersionUID
07:41:30 class DataSet<T extends Number> implements List, Iterator, Serializable {
07:41:30 ^
07:41:30 2 errors
07:41:30 12 warnings
07:41:30 
07:41:31 --- javac err: ---
07:41:31 X.java:7: warning: [rawtypes] found raw type: Y
07:41:31   void foo(Y[] array)
07:41:31            ^
07:41:31   missing type arguments for generic class Y<T>
07:41:31   where T is a type-variable:
07:41:31     T extends Object declared in class Y
07:41:31 X.java:9: error: incompatible types: List<Y> cannot be converted to Collection<? extends Y<X>>
07:41:31     y.addAll(Arrays.asList(array));
07:41:31                           ^
07:41:31 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:41:31 1 error
07:41:31 1 warning
07:41:31 
07:41:31 
07:41:31 
07:41:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:32 --- javac err: ---
07:41:32 ProblemClass.java:7: error: ProblemClass is not abstract and does not override abstract method <A>doIt(Collection<A>) in SuperInterface
07:41:32 public class ProblemClass implements SuperInterface {
07:41:32        ^
07:41:32   where A is a type-variable:
07:41:32     A extends JLabel declared in method <A>doIt(Collection<A>)
07:41:32 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
07:41:32    public void doIt(Collection<? extends JLabel> as) {
07:41:32                ^
07:41:32   where A is a type-variable:
07:41:32     A extends JLabel declared in method <A>doIt(Collection<A>)
07:41:32 2 errors
07:41:32 
07:41:32 
07:41:32 
07:41:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:33 
07:41:33 
07:41:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:34 
07:41:34 
07:41:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:35 
07:41:35 
07:41:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:36 --- javac err: ---
07:41:36 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
07:41:36   <T extends E> boolean removeAll(Collection<T> c) {
07:41:36                         ^
07:41:36   where T,E are type-variables:
07:41:36     T extends E declared in method <T>removeAll(Collection<T>)
07:41:36     E extends Object declared in class Y
07:41:36 1 error
07:41:36 
07:41:36 
07:41:36 
07:41:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:37 --- javac err: ---
07:41:37 X.java:6: error: name clash: getX(List<String>) and getX(List<Integer>) have the same erasure
07:41:37     String getX(List<String> l) {
07:41:37            ^
07:41:37 X.java:14: error: method getX(List<Integer>) is already defined in class Y
07:41:37     String getX(List<Integer> l) {
07:41:37            ^
07:41:37 2 errors
07:41:37 
07:41:37 
07:41:37 
07:41:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:38 --- javac err: ---
07:41:38 X.java:26: error: bar() in Grandchild cannot override bar() in Implementation
07:41:38 		public ReturnLeaf bar() {
07:41:38 		                  ^
07:41:38   overridden method is final
07:41:38 1 error
07:41:38 
07:41:38 
07:41:38 
07:41:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:39 
07:41:39 
07:41:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:40 
07:41:40 
07:41:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:41 
07:41:41 
07:41:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:42 
07:41:42 
07:41:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:43 --- javac err: ---
07:41:43 X.java:25: warning: [rawtypes] found raw type: Grandchild
07:41:43 		new Grandchild();
07:41:43 		    ^
07:41:43   missing type arguments for generic class Grandchild<V>
07:41:43   where V is a type-variable:
07:41:43     V extends Object declared in class Grandchild
07:41:43 1 warning
07:41:43 
07:41:43 
07:41:43 
07:41:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:44 --- javac err: ---
07:41:44 X.java:26: error: bar() in Grandchild cannot override bar() in Implementation
07:41:44 		public ReturnLeaf bar() {
07:41:44 		                  ^
07:41:44   overridden method is final
07:41:44 1 error
07:41:44 
07:41:44 
07:41:44 
07:41:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:45 --- javac err: ---
07:41:45 X.java:25: warning: [rawtypes] found raw type: Grandchild
07:41:45 		new Grandchild();
07:41:45 		    ^
07:41:45   missing type arguments for generic class Grandchild<V>
07:41:45   where V is a type-variable:
07:41:45     V extends Object declared in class Grandchild
07:41:45 1 warning
07:41:45 
07:41:45 
07:41:45 
07:41:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:46 --- javac err: ---
07:41:46 X.java:25: warning: [rawtypes] found raw type: Grandchild
07:41:46 		new Grandchild();
07:41:46 		    ^
07:41:46   missing type arguments for generic class Grandchild<V>
07:41:46   where V is a type-variable:
07:41:46     V extends Object declared in class Grandchild
07:41:46 1 warning
07:41:46 
07:41:46 
07:41:46 
07:41:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:47 --- javac err: ---
07:41:47 X.java:27: warning: [rawtypes] found raw type: Grandchild
07:41:47 		new Grandchild();
07:41:47 		    ^
07:41:47   missing type arguments for generic class Grandchild<V>
07:41:47   where V is a type-variable:
07:41:47     V extends Object declared in class Grandchild
07:41:47 1 warning
07:41:47 
07:41:47 
07:41:47 
07:41:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:48 --- javac err: ---
07:41:48 X.java:27: warning: [rawtypes] found raw type: Grandchild
07:41:48 		new Grandchild();
07:41:48 		    ^
07:41:48   missing type arguments for generic class Grandchild<V>
07:41:48   where V is a type-variable:
07:41:48     V extends Object declared in class Grandchild
07:41:48 1 warning
07:41:48 
07:41:48 
07:41:48 
07:41:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:49 
07:41:49 
07:41:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:50 
07:41:50 
07:41:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:51 
07:41:51 
07:41:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:52 --- javac err: ---
07:41:52 X.java:2: error: cannot find symbol
07:41:52   Zork foo() {}
07:41:52   ^
07:41:52   symbol:   class Zork
07:41:52   location: class Y
07:41:52 1 error
07:41:52 
07:41:52 
07:41:52 
07:41:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:53 
07:41:53 
07:41:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:54 
07:41:54 
07:41:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:55 
07:41:55 
07:41:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:55 --- javac err: ---
07:41: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
07:41:55 	class N extends M<String, String> {}
07:41:55 	^
07:41:55   where S,T are type-variables:
07:41:55     S extends Object declared in class X.M
07:41:55     T extends CharSequence declared in class X.M
07:41:55 1 error
07:41:55 
07:41:55 
07:41:55 
07:41:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:56 --- javac err: ---
07:41:56 Bar.java:3: error: name clash: getThing(E) and getThing(V) have the same erasure
07:41:56 	boolean getThing(E e) { return true; }
07:41:56 	        ^
07:41:56   where E,V are type-variables:
07:41:56     E extends Object declared in class Foo
07:41:56     V extends Object declared in class Foo
07:41:56 1 error
07:41:56 
07:41:56 
07:41:56 
07:41:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:57 
07:41:57 
07:41:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:58 --- javac err: ---
07:41:58 X.java:4: error: X is not abstract and does not override abstract method foo(Integer,Y<String>,Y<String>) in I
07:41:58 public class X implements I {
07:41:58        ^
07:41: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
07:41:58   public void foo(Integer i, Y<String> l1, Y l2) {
07:41:58               ^
07:41:58 X.java:5: warning: [rawtypes] found raw type: Y
07:41:58   public void foo(Integer i, Y<String> l1, Y l2) {
07:41:58                                            ^
07:41:58   missing type arguments for generic class Y<T>
07:41:58   where T is a type-variable:
07:41:58     T extends Object declared in class Y
07:41:58 2 errors
07:41:58 1 warning
07:41:58 
07:41:58 
07:41:58 
07:41:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:41:59 --- javac err: ---
07:41:59 X.java:5: warning: [rawtypes] found raw type: Y
07:41:59   public void foo(Integer i, Y l1, Y l2) {
07:41:59                              ^
07:41:59   missing type arguments for generic class Y<T>
07:41:59   where T is a type-variable:
07:41:59     T extends Object declared in class Y
07:41:59 X.java:5: warning: [rawtypes] found raw type: Y
07:41:59   public void foo(Integer i, Y l1, Y l2) {
07:41:59                                    ^
07:41:59   missing type arguments for generic class Y<T>
07:41:59   where T is a type-variable:
07:41:59     T extends Object declared in class Y
07:41:59 2 warnings
07:41:59 
07:41:59 
07:41:59 
07:41:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:00 
07:42:00 
07:42:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:01 
07:42:01 
07:42:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:02 
07:42:02 
07:42:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:03 --- javac err: ---
07:42:03 X.java:13: warning: [unchecked] foo() in B overrides <U>foo() in A
07:42:03     Enum<?> foo() {
07:42:03             ^
07:42:03   return type requires unchecked conversion from Enum<?> to U
07:42:03   where U,T are type-variables:
07:42:03     U extends T declared in method <U>foo()
07:42:03     T extends Object declared in class A
07:42:03 1 warning
07:42:03 
07:42:03 
07:42:03 
07:42:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:04 --- javac err: ---
07:42:04 X.java:5: warning: [unchecked] foo(Object,Object) in X implements foo(Object,V) in I
07:42:04   public Object foo(Object o, Object v) { return null; }
07:42:04                 ^
07:42:04   return type requires unchecked conversion from Object to U#2
07:42:04   where V,U#1,U#2 are type-variables:
07:42:04     V extends Object declared in interface I
07:42:04     U#1 extends Object declared in interface I
07:42:04     U#2 extends Object declared in class X
07:42:04 1 warning
07:42:04 
07:42:04 
07:42:04 
07:42:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:05 --- javac err: ---
07:42:05 X.java:4: error: X is not abstract and does not override abstract method foo(Object,V) in I
07:42:05 public class X<U extends Z, V> implements I<U, V> {
07:42:05        ^
07:42:05   where V,U are type-variables:
07:42:05     V extends Object declared in class X
07:42:05     U extends Z declared in class X
07:42:05 X.java:5: error: foo(Object,Object) in X cannot implement foo(Object,V) in I
07:42:05   public Object foo(Object o, Object v) { return null; }
07:42:05                 ^
07:42:05   return type Object is not compatible with U#2
07:42:05   where V,U#1,U#2 are type-variables:
07:42:05     V extends Object declared in interface I
07:42:05     U#1 extends Object declared in interface I
07:42:05     U#2 extends Z declared in class X
07:42:05 2 errors
07:42:05 
07:42:05 
07:42:05 
07:42:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:06 --- javac err: ---
07:42:06 X.java:5: warning: [unchecked] foo(Object,Object) in X implements foo(Object,V) in I
07:42:06   public Z<Object> foo(Object o, Object v) { return null; }
07:42:06                    ^
07:42:06   return type requires unchecked conversion from Z<Object> to Z<U#2>
07:42:06   where V,U#1,U#2 are type-variables:
07:42:06     V extends Object declared in interface I
07:42:06     U#1 extends Object declared in interface I
07:42:06     U#2 extends Object declared in class X
07:42:06 1 warning
07:42:06 
07:42:06 
07:42:06 
07:42:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:07 --- javac err: ---
07:42:07 X.java:7: warning: [unchecked] foo(Object,Object) in X overrides foo(Object,V) in I
07:42:07   Object foo(Object o, Object v);
07:42:07          ^
07:42:07   return type requires unchecked conversion from Object to U#2
07:42:07   where V,U#1,U#2 are type-variables:
07:42:07     V extends Object declared in interface I
07:42:07     U#1 extends Object declared in interface I
07:42:07     U#2 extends Object declared in interface X
07:42:07 X.java:6: error: foo() in X clashes with foo() in I
07:42:07   Object foo();
07:42:07          ^
07:42:07   return type Object is not compatible with U#2
07:42:07   where U#1,U#2 are type-variables:
07:42:07     U#1 extends Object declared in interface I
07:42:07     U#2 extends Object declared in interface X
07:42:07 1 error
07:42:07 1 warning
07:42:07 
07:42:07 
07:42:07 
07:42:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:08 --- javac err: ---
07:42:08 X.java:5: error: X is not abstract and does not override abstract method foo2(I<? extends Object>) in I
07:42:08 public class X<U> implements I<U> {
07:42:08        ^
07:42:08   where U is a type-variable:
07:42:08     U extends Object declared in class X
07:42:08 X.java:7: error: foo2(I<?>) in X cannot implement foo2(I<? extends Object>) in I
07:42:08   public Object foo2(I<?> p) { return null; }
07:42:08                 ^
07:42:08   return type Object is not compatible with U#2
07:42:08   where U#1,U#2 are type-variables:
07:42:08     U#1 extends Object declared in interface I
07:42:08     U#2 extends Object declared in class X
07:42:08 X.java:6: error: foo(I<? extends Object>) in X cannot implement foo(I<?>) in I
07:42:08   public Object foo(I<? extends Object> p) { return null; }
07:42:08                 ^
07:42:08   return type Object is not compatible with U#2
07:42:08   where U#1,U#2 are type-variables:
07:42:08     U#1 extends Object declared in interface I
07:42:08     U#2 extends Object declared in class X
07:42:08 3 errors
07:42:08 
07:42:08 
07:42:08 
07:42:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:09 --- javac err: ---
07:42:09 A.java:8: error: foo() in B cannot override foo() in A
07:42:09   Object foo() { return null; } // cannot override foo(), incompatible return type error
07:42:09          ^
07:42:09   return type Object is not compatible with U#2
07:42:09   where U#1,U#2 are type-variables:
07:42:09     U#1 extends Object declared in class A
07:42:09     U#2 extends Object declared in class B
07:42:09 A.java:7: error: method does not override or implement a method from a supertype
07:42:09   @Override // does not override error
07:42:09   ^
07:42:09 A.java:10: warning: [unchecked] foo(Object) in B overrides foo(U#1) in A
07:42:09   Object foo(Object one) { return null; } // unchecked conversion warning
07:42:09          ^
07:42:09   return type requires unchecked conversion from Object to U#2
07:42:09   where U#1,U#2 are type-variables:
07:42:09     U#1 extends Object declared in class A
07:42:09     U#2 extends Object declared in class B
07:42:09 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
07:42:09   Object foo(Object one, U two) { return null; }
07:42:09          ^
07:42:09   where U is a type-variable:
07:42:09     U extends Object declared in class B
07:42:09 A.java:11: error: method does not override or implement a method from a supertype
07:42:09   @Override // does not override error
07:42:09   ^
07:42:09 A.java:16: error: foo(U#1) in C cannot override foo(U#2) in A
07:42:09   Object foo(U one) { return null; } // cannot override foo(U), incompatible return type error
07:42:09          ^
07:42:09   return type Object is not compatible with U#1
07:42:09   where U#1,U#2 are type-variables:
07:42:09     U#1 extends Object declared in class C
07:42:09     U#2 extends Object declared in class A
07:42:09 A.java:15: error: method does not override or implement a method from a supertype
07:42:09   @Override // does not override error
07:42:09   ^
07:42:09 A.java:18: error: foo(U#1,U#1) in C cannot override foo(U#2,U#2) in A
07:42:09   Object foo(U one, U two) { return null; } // cannot override foo(U), incompatible return type error
07:42:09          ^
07:42:09   return type Object is not compatible with U#1
07:42:09   where U#1,U#2 are type-variables:
07:42:09     U#1 extends Object declared in class C
07:42:09     U#2 extends Object declared in class A
07:42:09 A.java:17: error: method does not override or implement a method from a supertype
07:42:09   @Override // does not override error
07:42:09   ^
07:42:09 8 errors
07:42:09 1 warning
07:42:09 
07:42:09 
07:42:09 
07:42:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:09 --- javac err: ---
07:42:09 A.java:5: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
07:42:09   A foo(Number n);
07:42:09     ^
07:42:09   return type requires unchecked conversion from A to T
07:42:09   where T is a type-variable:
07:42:09     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:09 1 warning
07:42:09 
07:42:09 
07:42:09 
07:42:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:10 --- javac err: ---
07:42:10 X.java:10: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
07:42:10   A foo(Number n);
07:42:10     ^
07:42:10   return type requires unchecked conversion from A to T
07:42:10   where T is a type-variable:
07:42:10     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:10 X.java:3: warning: [unchecked] foo(Number) in X2 implements <T>foo(Number) in I
07:42:10   public A foo(Number n) { return null; }
07:42:10            ^
07:42:10   return type requires unchecked conversion from A to T
07:42:10   where T is a type-variable:
07:42:10     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:10 2 warnings
07:42:10 
07:42:10 
07:42:10 
07:42:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:11 --- javac err: ---
07:42:11 X.java:10: warning: [unchecked] foo(Number) in E overrides <T>foo(Number) in D
07:42:11   @Override abstract A foo(Number n);
07:42:11                        ^
07:42:11   return type requires unchecked conversion from A to T
07:42:11   where T is a type-variable:
07:42:11     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:11 X.java:1: warning: [unchecked] foo(Number) in E overrides <T>foo(Number) in D
07:42:11 public abstract class X extends E {}
07:42:11                 ^
07:42:11   return type requires unchecked conversion from A to T
07:42:11   where T is a type-variable:
07:42:11     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:11 X.java:3: warning: [unchecked] foo(Number) in X2 overrides <T>foo(Number) in D
07:42:11   @Override public A foo(Number n) { return null; }
07:42:11                      ^
07:42:11   return type requires unchecked conversion from A to T
07:42:11   where T is a type-variable:
07:42:11     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:11 X.java:5: warning: [unchecked] foo(Number) in E overrides <T>foo(Number) in D
07:42:11 abstract class Y extends X {}
07:42:11          ^
07:42:11   return type requires unchecked conversion from A to T
07:42:11   where T is a type-variable:
07:42:11     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:11 4 warnings
07:42:11 
07:42:11 
07:42:11 
07:42:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:12 --- javac err: ---
07:42:12 X.java:6: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
07:42:12   XX foo(Number n);
07:42:12      ^
07:42:12   return type requires unchecked conversion from XX to T
07:42:12   where T is a type-variable:
07:42:12     T extends Y<T>,Cloneable declared in method <T>foo(Number)
07:42:12 1 warning
07:42:12 
07:42:12 
07:42:12 
07:42:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:13 --- javac err: ---
07:42:13 X.java:6: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
07:42:13   A<XX> foo(Number n);
07:42:13         ^
07:42:13   return type requires unchecked conversion from A<XX> to A<T>
07:42:13   where T is a type-variable:
07:42:13     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:13 1 warning
07:42:13 
07:42:13 
07:42:13 
07:42:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:14 --- javac err: ---
07:42:14 X.java:3: warning: [unchecked] foo(Number) in X implements <T>foo(Number) in I
07:42:14   public XX foo(Number n) { return null; }
07:42:14             ^
07:42:14   return type requires unchecked conversion from XX to T
07:42:14   where T is a type-variable:
07:42:14     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:14 X.java:9: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
07:42:14   XX foo(Number n);
07:42:14      ^
07:42:14   return type requires unchecked conversion from XX to T
07:42:14   where T is a type-variable:
07:42:14     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:14 2 warnings
07:42:14 
07:42:14 
07:42:14 
07:42:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:15 --- javac err: ---
07:42:15 X.java:1: error: types K and I are incompatible;
07:42:15 public abstract class X implements J, K {}
07:42:15                 ^
07:42:15   both define foo(Number), but with unrelated return types
07:42:15 X.java:6: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
07:42:15   XX foo(Number n);
07:42:15      ^
07:42:15   return type requires unchecked conversion from XX to T
07:42:15   where T is a type-variable:
07:42:15     T extends Exception,Cloneable declared in method <T>foo(Number)
07:42:15 1 error
07:42:15 1 warning
07:42:15 
07:42:15 
07:42:15 
07:42:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:16 --- javac err: ---
07:42:16 X.java:9: error: name clash: compareTo(Object) in X and compareTo(Charset) in Comparable have the same erasure, yet neither overrides the other
07:42:16   public int compareTo(Object obj) {
07:42:16              ^
07:42:16 1 error
07:42:16 
07:42:16 
07:42:16 
07:42:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:18 --- javac err: ---
07:42:18 Concrete.java:1: error: Concrete is not abstract and does not override abstract method foo(String) in Generic
07:42:18 public class Concrete extends Abstract {
07:42:18        ^
07:42:18 1 error
07:42:18 
07:42:18 
07:42:18 
07:42:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:19 
07:42:19 
07:42:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:20 
07:42:20 
07:42:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:21 
07:42:21 
07:42:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:22 --- javac err: ---
07:42:22 PurebredCatShopImpl.java:6: error: name clash: getPets() in CatShop and getPets() in PetShop have the same erasure, yet neither overrides the other
07:42:22 	<V extends Pet> List<? extends Cat> getPets();
07:42:22 	                                    ^
07:42:22 PurebredCatShopImpl.java:10: warning: [unchecked] getPets() in CatShopImpl implements <V>getPets() in CatShop
07:42:22 	public List<Pet> getPets() { return null; }
07:42:22 	                 ^
07:42:22   return type requires unchecked conversion from List<Pet> to List<? extends Cat>
07:42:22   where V is a type-variable:
07:42:22     V extends Pet declared in method <V>getPets()
07:42:22 PurebredCatShopImpl.java:12: warning: [unchecked] getPets() in CatShopImpl implements <V>getPets() in CatShop
07:42:22 class PurebredCatShopImpl extends CatShopImpl implements PurebredCatShop {}
07:42:22 ^
07:42:22   return type requires unchecked conversion from List<Pet> to List<? extends Cat>
07:42:22   where V is a type-variable:
07:42:22     V extends Pet declared in method <V>getPets()
07:42:22 1 error
07:42:22 2 warnings
07:42:22 
07:42:22 
07:42:22 
07:42:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:23 --- javac err: ---
07:42:23 BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other
07:42:23 class BaseImpl extends Base<String> { public void setValue(String object) {} }
07:42:23 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test145 - 12
07:42:23                                                   ^
07:42:23 BaseImpl.java [
07:42:23   first method:  setValue(String) in BaseInterface
07:42:23   second method: setValue(Object) in Base
07:42:23 1 error
07:42:23 
07:42:23 ----------------------------------------
07:42:23 abstract class Base<Tvalue> implements BaseInterface<Tvalue>{ public void setValue(Object object) {} }
07:42:23 interface BaseInterface<Tvalue> { void setValue(Tvalue object); }
07:42:23 class BaseImpl extends Base<String> { public void setValue(String object) {} }
07:42:23 ]
07:42:23 
07:42:23 
07:42:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:24 --- javac err: ---
07:42:24 BugB.java:2: warning: [rawtypes] found raw type: C
07:42:24 abstract class B extends A<C> { <S> void get(C<S> type) {} }
07:42:24                            ^
07:42:24   missing type arguments for generic class C<T>
07:42:24   where T is a type-variable:
07:42:24     T extends Object declared in class C
07:42:24 BugB.java:3: warning: [rawtypes] found raw type: C
07:42:24 class B2 extends A<C> { <S> void get(C<S> type) {} }
07:42:24                    ^
07:42:24   missing type arguments for generic class C<T>
07:42:24   where T is a type-variable:
07:42:24     T extends Object declared in class C
07:42:24 2 warnings
07:42:24 
07:42:24 
07:42:24 
07:42:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:25 --- javac err: ---
07:42:25 X.java:7: error: name clash: foo(Object) in X1 and foo(T) in Y have the same erasure, yet neither overrides the other
07:42:25 	public <Ignored> void foo(Object o) {}
07:42:25 	                      ^
07:42:25   where T is a type-variable:
07:42:25     T extends Object declared in class X1
07:42:25 X.java:12: error: name clash: class X4 has two methods with the same erasure, yet neither overrides the other
07:42:25 	@Override public void foo(Number o) {}
07:42:25 	                      ^
07:42:25   first method:  foo(Number) in Y
07:42:25   second method: foo(String) in J
07:42:25 2 errors
07:42:25 
07:42:25 
07:42:25 
07:42:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:26 --- javac err: ---
07:42:26 Y.java:2: error: Y is not abstract and does not override abstract method <T>go(A<T>) in X
07:42:26 class Y extends X {
07:42:26 ^
07:42:26   where T is a type-variable:
07:42:26     T extends Object declared in method <T>go(A<T>)
07:42:26 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
07:42:26 	@Override <T extends Object> T go(A a) { return null; }
07:42:26 	                               ^
07:42:26   where T is a type-variable:
07:42:26     T extends Object declared in method <T>go(A<T>)
07:42:26 Y.java:3: error: method does not override or implement a method from a supertype
07:42:26 	@Override <T extends Object> T go(A a) { return null; }
07:42:26 	^
07:42:26 Y.java:3: warning: [rawtypes] found raw type: A
07:42:26 	@Override <T extends Object> T go(A a) { return null; }
07:42:26 	                                  ^
07:42:26   missing type arguments for generic class A<T>
07:42:26   where T is a type-variable:
07:42:26     T extends Object declared in class A
07:42:26 3 errors
07:42:26 1 warning
07:42:26 
07:42:26 
07:42:26 
07:42:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:27 --- javac err: ---
07:42:27 A.java:2: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
07:42:27 	void a(X x) {}
07:42:27 	       ^
07:42:27 A.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
07:42:27 	void b(Y<Integer> y) {}
07:42:27 	       ^
07:42:27 A.java:4: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
07:42:27 	static void c(X x) {}
07:42:27 	              ^
07:42:27 A.java:5: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
07:42:27 	static void d(Y<Integer> y) {}
07:42:27 	              ^
07:42:27 B.java:2: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
07:42:27 	static void a(X x) {}
07:42:27 	              ^
07:42:27 B.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
07:42:27 	static void b(Y<String> y) {}
07:42:27 	              ^
07:42:27 B.java:4: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
07:42:27 	static void c(X x) {}
07:42:27 	              ^
07:42:27 B.java:5: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
07:42:27 	static void d(Y<String> y) {}
07:42:27 	              ^
07:42:27 B2.java:2: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
07:42:27 	static void b(Y<Integer> y) {}
07:42:27 	              ^
07:42:27 B2.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
07:42:27 	static void d(Y<Integer> y) {}
07:42:27 	              ^
07:42:27 C.java:2: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
07:42:27 	@Override void a(X x) {}
07:42:27 	                 ^
07:42:27 C.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
07:42:27 	void b(Y<String> y) {}
07:42:27 	       ^
07:42:27 C.java:4: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
07:42:27 	void c(X x) {}
07:42:27 	       ^
07:42:27 C.java:5: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
07:42:27 	void d(Y<String> y) {}
07:42:27 	       ^
07:42:27 B.java:2: error: a(X) in B cannot override a(X) in A
07:42:27 	static void a(X x) {}
07:42:27 	            ^
07:42:27   overriding method is static
07:42:27 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
07:42:27 	static void b(Y<String> y) {}
07:42:27 	            ^
07:42:27 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
07:42:27 	static void d(Y<String> y) {}
07:42:27 	            ^
07:42:27 B2.java:2: error: b(Y<Integer>) in B2 cannot override b(Y<Integer>) in A
07:42:27 	static void b(Y<Integer> y) {}
07:42:27 	            ^
07:42:27   overriding method is static
07:42:27 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
07:42:27 	void b(Y<String> y) {}
07:42:27 	     ^
07:42:27 C.java:4: error: c(X) in C cannot override c(X) in A
07:42:27 	void c(X x) {}
07:42:27 	     ^
07:42:27   overridden method is static
07:42:27 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
07:42:27 	void d(Y<String> y) {}
07:42:27 	     ^
07:42:27 C2.java:3: error: d(Y<Integer>) in C2 cannot override d(Y<Integer>) in A
07:42:27 	void d(Y<Integer> y) {}
07:42:27 	     ^
07:42:27   overridden method is static
07:42:27 8 errors
07:42:27 14 warnings
07:42:27 
07:42:27 
07:42:27 
07:42:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:28 --- javac err: ---
07:42:28 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
07:42:28 	public MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<String> date){
07:42:28 	                 ^
07:42:28 X.java:11: warning: [rawtypes] found raw type: X.D1
07:42:28 	public MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<java.util.Date> date, D1 ... notUsed){
07:42:28 	                                                                                    ^
07:42:28   missing type arguments for generic class X.D1<T>
07:42:28   where T is a type-variable:
07:42:28     T extends Object declared in class X.D1
07:42:28 X.java:15: warning: [rawtypes] found raw type: X.D2
07:42:28 	public MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<String> date, D2 ... notUsed){
07:42:28 	                                                                            ^
07:42:28   missing type arguments for generic class X.D2<T>
07:42:28   where T is a type-variable:
07:42:28     T extends Object declared in class X.D2
07:42:28 1 error
07:42:28 2 warnings
07:42:28 
07:42:28 
07:42:28 
07:42:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:29 --- javac err: ---
07:42:29 X.java:5: warning: [rawtypes] found raw type: X.D1
07:42:29 	public static MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<java.util.Date> date, D1... notUsed) {
07:42:29 	                                                                                           ^
07:42:29   missing type arguments for generic class X.D1<T>
07:42:29   where T is a type-variable:
07:42:29     T extends Object declared in class X.D1
07:42:29 X.java:11: warning: [rawtypes] found raw type: X.D2
07:42:29 	public static MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<String> date, D2... notUsed) {
07:42:29 	                                                                                   ^
07:42:29   missing type arguments for generic class X.D2<T>
07:42:29   where T is a type-variable:
07:42:29     T extends Object declared in class X.D2
07:42:29 2 warnings
07:42:29 
07:42:29 
07:42:29 
07:42:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:30 
07:42:30 
07:42:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:31 --- javac err: ---
07:42:31 test/impl/SubOneImpl.java:3: warning: [rawtypes] found raw type: SubOne
07:42:31 public abstract class SubOneImpl extends SuperTypeExtendImpl implements test.intf.SubOne
07:42:31                                                                                  ^
07:42:31   missing type arguments for generic class SubOne<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubOne
07:42:31 test/impl/SubOneImpl.java:5: warning: [rawtypes] found raw type: SubOne
07:42:31     public SubOneImpl plus(test.intf.SubOne attribute)
07:42:31                                     ^
07:42:31   missing type arguments for generic class SubOne<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubOne
07:42:31 test/impl/SubOneImpl.java:9: warning: [rawtypes] found raw type: SubTwo
07:42:31     public SubTwoImpl plus(SubTwo attribute)
07:42:31                            ^
07:42:31   missing type arguments for generic class SubTwo<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubTwo
07:42:31 test/impl/SuperTypeExtend.java:4: warning: [rawtypes] found raw type: SuperType
07:42:31 public interface SuperTypeExtend extends test.intf.SuperType
07:42:31                                                   ^
07:42:31   missing type arguments for generic class SuperType<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SuperType
07:42:31 test/impl/SuperTypeExtend.java:6: warning: [rawtypes] found raw type: SubOne
07:42:31     public SuperTypeExtend plus(SubOne addend);
07:42:31                                 ^
07:42:31   missing type arguments for generic class SubOne<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubOne
07:42:31 test/impl/SuperTypeExtend.java:7: warning: [rawtypes] found raw type: SubTwo
07:42:31     public SuperTypeExtend plus(SubTwo addend);
07:42:31                                 ^
07:42:31   missing type arguments for generic class SubTwo<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubTwo
07:42:31 test/intf/SuperType.java:4: warning: [rawtypes] found raw type: SubOne
07:42:31     public SuperType<Owner> plus(SubOne addend);
07:42:31                                  ^
07:42:31   missing type arguments for generic class SubOne<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubOne
07:42:31 test/intf/SuperType.java:5: warning: [rawtypes] found raw type: SubTwo
07:42:31     public SuperType<Owner> plus(SubTwo addend);
07:42:31                                  ^
07:42:31   missing type arguments for generic class SubTwo<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubTwo
07:42:31 test/intf/SubOne.java:4: warning: [rawtypes] found raw type: SubOne
07:42:31     public SubOne<Owner> plus(SubOne addend);
07:42:31                               ^
07:42:31   missing type arguments for generic class SubOne<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubOne
07:42:31 test/intf/SubOne.java:5: warning: [rawtypes] found raw type: SubTwo
07:42:31     public SubTwo<Owner> plus(SubTwo addend);
07:42:31                               ^
07:42:31   missing type arguments for generic class SubTwo<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubTwo
07:42:31 test/intf/SubTwo.java:4: warning: [rawtypes] found raw type: SubOne
07:42:31     public SubTwo<Owner> plus(SubOne addend);
07:42:31                               ^
07:42:31   missing type arguments for generic class SubOne<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubOne
07:42:31 test/intf/SubTwo.java:5: warning: [rawtypes] found raw type: SubTwo
07:42:31     public SubTwo<Owner> plus(SubTwo addend);
07:42:31                               ^
07:42:31   missing type arguments for generic class SubTwo<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubTwo
07:42:31 test/impl/SubTwoImpl.java:4: warning: [rawtypes] found raw type: SubTwo
07:42:31 test.intf.SubTwo
07:42:31          ^
07:42:31   missing type arguments for generic class SubTwo<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubTwo
07:42:31 test/impl/SubTwoImpl.java:6: warning: [rawtypes] found raw type: SubOne
07:42:31     public SubTwoImpl plus(SubOne attribute)
07:42:31                            ^
07:42:31   missing type arguments for generic class SubOne<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubOne
07:42:31 test/impl/SubTwoImpl.java:10: warning: [rawtypes] found raw type: SubTwo
07:42:31     public SubTwoImpl plus(test.intf.SubTwo attribute)
07:42:31                                     ^
07:42:31   missing type arguments for generic class SubTwo<Owner>
07:42:31   where Owner is a type-variable:
07:42:31     Owner extends Object declared in interface SubTwo
07:42:31 15 warnings
07:42:31 
07:42:31 
07:42:31 
07:42:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:32 --- javac err: ---
07:42:32 test/impl/SubOneImpl.java:2: warning: [rawtypes] found raw type: SubOne
07:42:32 public abstract class SubOneImpl extends SuperTypeExtendImpl implements test.impl.SubOne {
07:42:32                                                                                  ^
07:42:32   missing type arguments for generic class SubOne<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubOne
07:42:32 test/impl/SubOneImpl.java:3: warning: [rawtypes] found raw type: SubOne
07:42:32 	public SubOneImpl plus(test.impl.SubOne attribute) {
07:42:32 	                                ^
07:42:32   missing type arguments for generic class SubOne<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubOne
07:42:32 test/impl/SubOneImpl.java:6: warning: [rawtypes] found raw type: SubTwo
07:42:32 	public SubTwoImpl plus(SubTwo attribute) {
07:42:32 	                       ^
07:42:32   missing type arguments for generic class SubTwo<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubTwo
07:42:32 test/impl/SubOneImpl.java:23: warning: [rawtypes] found raw type: SuperType
07:42:32 interface SuperTypeExtend extends test.impl.SuperType {
07:42:32                                            ^
07:42:32   missing type arguments for generic class SuperType<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SuperType
07:42:32 test/impl/SubOneImpl.java:24: warning: [rawtypes] found raw type: SubOne
07:42:32 	public SuperTypeExtend plus(SubOne addend);
07:42:32 	                            ^
07:42:32   missing type arguments for generic class SubOne<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubOne
07:42:32 test/impl/SubOneImpl.java:25: warning: [rawtypes] found raw type: SubTwo
07:42:32 	public SuperTypeExtend plus(SubTwo addend);
07:42:32 	                            ^
07:42:32   missing type arguments for generic class SubTwo<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubTwo
07:42:32 test/impl/SubOneImpl.java:42: warning: [rawtypes] found raw type: SubOne
07:42:32 	public SuperType<Owner> plus(SubOne addend);
07:42:32 	                             ^
07:42:32   missing type arguments for generic class SubOne<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubOne
07:42:32 test/impl/SubOneImpl.java:43: warning: [rawtypes] found raw type: SubTwo
07:42:32 	public SuperType<Owner> plus(SubTwo addend);
07:42:32 	                             ^
07:42:32   missing type arguments for generic class SubTwo<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubTwo
07:42:32 test/impl/SubOneImpl.java:32: warning: [rawtypes] found raw type: SubOne
07:42:32 	public SubOne<Owner> plus(SubOne addend);
07:42:32 	                          ^
07:42:32   missing type arguments for generic class SubOne<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubOne
07:42:32 test/impl/SubOneImpl.java:33: warning: [rawtypes] found raw type: SubTwo
07:42:32 	public SubTwo<Owner> plus(SubTwo addend);
07:42:32 	                          ^
07:42:32   missing type arguments for generic class SubTwo<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubTwo
07:42:32 test/impl/SubOneImpl.java:37: warning: [rawtypes] found raw type: SubOne
07:42:32 	public SubTwo<Owner> plus(SubOne addend);
07:42:32 	                          ^
07:42:32   missing type arguments for generic class SubOne<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubOne
07:42:32 test/impl/SubOneImpl.java:38: warning: [rawtypes] found raw type: SubTwo
07:42:32 	public SubTwo<Owner> plus(SubTwo addend);
07:42:32 	                          ^
07:42:32   missing type arguments for generic class SubTwo<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubTwo
07:42:32 test/impl/SubOneImpl.java:14: warning: [rawtypes] found raw type: SubTwo
07:42:32 abstract class SubTwoImpl extends SuperTypeExtendImpl implements test.impl.SubTwo {
07:42:32                                                                           ^
07:42:32   missing type arguments for generic class SubTwo<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubTwo
07:42:32 test/impl/SubOneImpl.java:15: warning: [rawtypes] found raw type: SubOne
07:42:32 	public SubTwoImpl plus(SubOne attribute) {
07:42:32 	                       ^
07:42:32   missing type arguments for generic class SubOne<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubOne
07:42:32 test/impl/SubOneImpl.java:18: warning: [rawtypes] found raw type: SubTwo
07:42:32 	public SubTwoImpl plus(test.impl.SubTwo attribute) {
07:42:32 	                                ^
07:42:32   missing type arguments for generic class SubTwo<Owner>
07:42:32   where Owner is a type-variable:
07:42:32     Owner extends Object declared in interface SubTwo
07:42:32 15 warnings
07:42:32 
07:42:32 
07:42:32 
07:42:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:33 --- javac err: ---
07:42:33 X.java:9: error: types J and I are incompatible;
07:42:33 public abstract class X implements I, J {
07:42:33                 ^
07:42:33   both define foo(), but with unrelated return types
07:42:33 1 error
07:42:33 
07:42:33 
07:42:33 
07:42:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:34 --- javac err: ---
07:42:34 X.java:10: error: types J and I are incompatible;
07:42:34 public abstract class X implements I, J {
07:42:34                 ^
07:42:34   both define foo(), but with unrelated return types
07:42:34 1 error
07:42:34 
07:42:34 
07:42:34 
07:42:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:35 --- javac err: ---
07:42:35 X.java:7: error: types B and A are incompatible;
07:42:35 interface C extends A, B {}
07:42:35 ^
07:42:35   both define foo(), but with unrelated return types
07:42:35 1 error
07:42:35 
07:42:35 
07:42:35 
07:42:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:36 --- javac err: ---
07:42:36 X.java:17: error: types BFoo and AFoo are incompatible;
07:42:36 public abstract class X extends Root implements AFoo, BFoo {
07:42:36                 ^
07:42:36   both define bar(), but with unrelated return types
07:42:36 1 error
07:42:36 
07:42:36 
07:42:36 
07:42:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:36 --- javac err: ---
07:42:36 X.java:15: error: types BFoo and AFoo are incompatible;
07:42:36 public abstract class X extends Root implements AFoo, BFoo {}
07:42:36                 ^
07:42:36   both define bar(), but with unrelated return types
07:42:36 X.java:17: error: Z is not abstract and does not override abstract method bar() in AFoo
07:42:36 class Z extends X {}
07:42:36 ^
07:42:36 2 errors
07:42:36 
07:42:36 
07:42:36 
07:42:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:37 
07:42:37 
07:42:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:38 --- javac err: ---
07:42:38 Concrete.java:10: warning: [rawtypes] found raw type: AbstractImpl
07:42:38 class Concrete extends AbstractImpl{}
07:42:38                        ^
07:42:38   missing type arguments for generic class AbstractImpl<Owner>
07:42:38   where Owner is a type-variable:
07:42:38     Owner extends Object declared in class AbstractImpl
07:42:38 1 warning
07:42:38 
07:42:38 
07:42:38 
07:42:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:39 --- javac err: ---
07:42:39 Concrete.java:8: warning: [rawtypes] found raw type: HalfGenericSuper
07:42:39 class HalfConcrete extends HalfGenericSuper {}
07:42:39                            ^
07:42:39   missing type arguments for generic class HalfGenericSuper<Owner>
07:42:39   where Owner is a type-variable:
07:42:39     Owner extends Object declared in class HalfGenericSuper
07:42:39 Concrete.java:9: warning: [rawtypes] found raw type: AbstractImpl
07:42:39 class Concrete extends AbstractImpl{}
07:42:39                        ^
07:42:39   missing type arguments for generic class AbstractImpl<Owner>
07:42:39   where Owner is a type-variable:
07:42:39     Owner extends Object declared in class AbstractImpl
07:42:39 2 warnings
07:42:39 
07:42:39 
07:42:39 
07:42:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:40 --- javac err: ---
07:42:40 Concrete.java:4: error: HalfGenericSuper is not abstract and does not override abstract method foo(String) in SuperAbstract
07:42:40 class HalfGenericSuper<Owner> extends SuperAbstract<Owner, String> {
07:42:40 ^
07:42:40 Concrete.java:5: error: foo(String) in HalfGenericSuper cannot override foo(Type) in SuperAbstract
07:42:40 	@Override Object foo(String other) { return null; }
07:42:40 	                 ^
07:42:40   return type Object is not compatible with String
07:42:40   where Type is a type-variable:
07:42:40     Type extends Object declared in class SuperAbstract
07:42:40 Concrete.java:5: error: method does not override or implement a method from a supertype
07:42:40 	@Override Object foo(String other) { return null; }
07:42:40 	^
07:42:40 Concrete.java:7: warning: [rawtypes] found raw type: HalfGenericSuper
07:42:40 class Concrete extends HalfGenericSuper{}
07:42:40                        ^
07:42:40   missing type arguments for generic class HalfGenericSuper<Owner>
07:42:40   where Owner is a type-variable:
07:42:40     Owner extends Object declared in class HalfGenericSuper
07:42:40 3 errors
07:42:40 1 warning
07:42:40 
07:42:40 
07:42:40 
07:42:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:41 --- javac err: ---
07:42:41 Concrete.java:12: error: Concrete is not abstract and does not override abstract method foo(String) in I
07:42:41 class Concrete extends HalfConcrete implements I<Object, String> {}
07:42:41 ^
07:42:41 1 error
07:42:41 
07:42:41 
07:42:41 
07:42:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:42 --- javac err: ---
07:42:42 X.java:2: error: foo() in Y cannot override foo() in X
07:42:42 class Y extends X { @Override int foo() { return 1; } }
07:42:42                                   ^
07:42:42   return type int is not compatible with void
07:42:42 X.java:2: error: method does not override or implement a method from a supertype
07:42:42 class Y extends X { @Override int foo() { return 1; } }
07:42:42                     ^
07:42:42 2 errors
07:42:42 
07:42:42 
07:42:42 
07:42:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:43 ----------------------------------------
07:42:43 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test166 - 12
07:42:43 X.java [
07:42:43 class X extends A implements I<String> {}
07:42:43 interface I<T> { void foo(T item); }
07:42:43 class A {
07:42:43 	public void foo(Object item) {}
07:42:43 	public void foo(String item) {}
07:42:43 }
07:42:43 
07:42:43 ]
07:42:43 
07:42:43 
07:42:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:44 
07:42:44 
07:42:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:45 --- javac err: ---
07:42:45 X.java:1: warning: [rawtypes] found raw type: Y
07:42:45 class X<T> extends Y {
07:42:45                    ^
07:42:45   missing type arguments for generic class Y<T>
07:42:45   where T is a type-variable:
07:42:45     T extends Object declared in class Y
07:42:45 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
07:42:45 	@Override <V> void foo(M m) { }
07:42:45 	                   ^
07:42:45 X.java:2: error: method does not override or implement a method from a supertype
07:42:45 	@Override <V> void foo(M m) { }
07:42:45 	^
07:42:45 X.java:2: warning: [rawtypes] found raw type: Y.M
07:42:45 	@Override <V> void foo(M m) { }
07:42:45 	                       ^
07:42:45   missing type arguments for generic class Y<T>.M<V>
07:42:45   where V,T are type-variables:
07:42:45     V extends Object declared in class Y.M
07:42:45     T extends Object declared in class Y
07:42:45 X.java:3: error: name clash: bar() in X and bar() in Y have the same erasure, yet neither overrides the other
07:42:45 	@Override <V> M bar() { return null; }
07:42:45 	                ^
07:42:45 X.java:3: error: method does not override or implement a method from a supertype
07:42:45 	@Override <V> M bar() { return null; }
07:42:45 	^
07:42:45 X.java:3: warning: [rawtypes] found raw type: Y.M
07:42:45 	@Override <V> M bar() { return null; }
07:42:45 	              ^
07:42:45   missing type arguments for generic class Y<T>.M<V>
07:42:45   where V,T are type-variables:
07:42:45     V extends Object declared in class Y.M
07:42:45     T extends Object declared in class Y
07:42:45 4 errors
07:42:45 3 warnings
07:42:45 
07:42:45 
07:42:45 
07:42:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:46 --- javac err: ---
07:42:46 X.java:6: warning: [rawtypes] found raw type: I
07:42:46 		public R foo(A a, I i) { return null; }
07:42:46 		                  ^
07:42:46   missing type arguments for generic class I<S>
07:42:46   where S is a type-variable:
07:42:46     S extends Object declared in interface I
07:42:46 X.java:6: warning: [rawtypes] found raw type: R
07:42:46 		public R foo(A a, I i) { return null; }
07:42:46 		       ^
07:42:46   missing type arguments for generic class R<T>
07:42:46   where T is a type-variable:
07:42:46     T extends Object declared in class R
07:42:46 2 warnings
07:42:46 
07:42:46 
07:42:46 
07:42:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:47 --- javac err: ---
07:42:47 X.java:3: warning: [rawtypes] found raw type: I
07:42:47 		public R foo(X<String>.B b, I i) { return null; }
07:42:47 		                            ^
07:42:47   missing type arguments for generic class I<S>
07:42:47   where S is a type-variable:
07:42:47     S extends Object declared in interface I
07:42:47 X.java:3: warning: [rawtypes] found raw type: R
07:42:47 		public R foo(X<String>.B b, I i) { return null; }
07:42:47 		       ^
07:42:47   missing type arguments for generic class R<T>
07:42:47   where T is a type-variable:
07:42:47     T extends Object declared in class R
07:42:47 2 warnings
07:42:47 
07:42:47 
07:42:47 
07:42:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:47 
07:42:47 
07:42:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:48 
07:42:48 
07:42:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:49 
07:42:49 
07:42:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:50 
07:42:50 
07:42:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:51 --- javac err: ---
07:42:51 X.java:1: error: X is not abstract and does not override abstract method m() in Y
07:42:51 class X extends Y implements I { }
07:42:51 ^
07:42:51 1 error
07:42:51 
07:42:51 
07:42:51 
07:42:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:52 --- javac err: ---
07:42:52 A.java:1: warning: [overrides] Class A overrides equals, but neither it nor any superclass overrides hashCode method
07:42:52 class A {
07:42:52 ^
07:42:52 1 warning
07:42:52 
07:42:52 
07:42:52 
07:42:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:53 
07:42:53 
07:42:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:54 --- javac err: ---
07:42:54 X.java:3: warning: [rawtypes] found raw type: LinkedHashMap
07:42:54 class A extends LinkedHashMap {
07:42:54                 ^
07:42:54   missing type arguments for generic class LinkedHashMap<K,V>
07:42:54   where K,V are type-variables:
07:42:54     K extends Object declared in class LinkedHashMap
07:42:54     V extends Object declared in class LinkedHashMap
07:42:54 X.java:4: warning: [rawtypes] found raw type: Collection
07:42:54 	public A foo(Collection c) { return this; }
07:42:54 	             ^
07:42:54   missing type arguments for generic class Collection<E>
07:42:54   where E is a type-variable:
07:42:54     E extends Object declared in interface Collection
07:42:54 X.java:3: warning: [serial] serializable class A has no definition of serialVersionUID
07:42:54 class A extends LinkedHashMap {
07:42:54 ^
07:42:54 X.java:7: error: name clash: foo(Collection<?>) in X and foo(Collection) in A have the same erasure, yet neither overrides the other
07:42:54 	@Override public X foo(Collection<?> c) { return this; }
07:42:54 	                   ^
07:42:54 X.java:6: warning: [serial] serializable class X has no definition of serialVersionUID
07:42:54 class X extends A implements I {
07:42:54 ^
07:42:54 1 error
07:42:54 4 warnings
07:42:54 
07:42:54 
07:42:54 
07:42:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:55 
07:42:55 
07:42:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:56 --- javac err: ---
07:42:56 X.java:2: warning: [rawtypes] found raw type: Class
07:42:56 	public Object getAdapter(Class clazz);	
07:42:56 	                         ^
07:42:56   missing type arguments for generic class Class<T>
07:42:56   where T is a type-variable:
07:42:56     T extends Object declared in class Class
07:42:56 X.java:5: error: X is not abstract and does not override abstract method getAdapter(Class) in Adaptable
07:42:56 public class X implements Adaptable {
07:42:56        ^
07:42:56 X.java:7: error: name clash: getAdapter(Class<?>) in X and getAdapter(Class) in Adaptable have the same erasure, yet neither overrides the other
07:42:56 	public Object getAdapter(Class<?> clazz) {
07:42:56 	              ^
07:42:56 X.java:6: error: method does not override or implement a method from a supertype
07:42:56 	@Override
07:42:56 	^
07:42:56 3 errors
07:42:56 1 warning
07:42:56 
07:42:56 
07:42:56 
07:42:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:56 --- javac err: ---
07:42:56 X.java:5: error: invalid method declaration; return type required
07:42:56 	foo() { return null; }
07:42:56 	^
07:42:56 1 error
07:42:56 
07:42:56 
07:42:56 
07:42:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:57 --- javac err: ---
07:42:57 B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file
07:42:57 class B extends A implements I {}
07:42:57                 ^
07:42:57 B2.java:1: warning: auxiliary class A2 in I.java should not be accessed from outside its own source file
07:42:57 class B2 extends A2 implements I {}
07:42:57                  ^
07:42:57 I.java:13: error: A2 is not abstract and does not override abstract method p() in A2
07:42:57 class A2 {
07:42:57 ^
07:42:57 B.java:1: error: B is not abstract and does not override abstract method p() in A
07:42:57 class B extends A implements I {}
07:42:57 ^
07:42:57 B2.java:1: error: B2 is not abstract and does not override abstract method p() in I
07:42:57 class B2 extends A2 implements I {}
07:42:57 ^
07:42:57 3 errors
07:42:57 2 warnings
07:42:57 
07:42:58 --- javac err: ---
07:42:58 B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file
07:42:58 class B extends A implements I {}
07:42:58                 ^
07:42:58 B2.java:1: error: cannot find symbol
07:42:58 class B2 extends A2 implements I {}
07:42:58                  ^
07:42:58   symbol: class A2
07:42:58 B.java:1: error: B is not abstract and does not override abstract method p() in A
07:42:58 class B extends A implements I {}
07:42:58 ^
07:42:58 B2.java:1: error: B2 is not abstract and does not override abstract method p() in I
07:42:58 class B2 extends A2 implements I {}
07:42:58 ^
07:42:58 3 errors
07:42:58 1 warning
07:42:58 
07:42:58 
07:42:58 
07:42:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:42:59 --- javac err: ---
07:42:59 B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file
07:42:59 class B extends A implements I {}
07:42:59                 ^
07:42:59 B2.java:1: warning: auxiliary class A2 in I.java should not be accessed from outside its own source file
07:42:59 class B2 extends A2 implements I {}
07:42:59                  ^
07:42:59 B.java:1: error: B is not abstract and does not override abstract method m() in I
07:42:59 class B extends A implements I {}
07:42:59 ^
07:42:59 B2.java:1: error: B2 is not abstract and does not override abstract method m() in I
07:42:59 class B2 extends A2 implements I {}
07:42:59 ^
07:42:59 2 errors
07:42:59 2 warnings
07:42:59 
07:43:00 --- javac err: ---
07:43:00 B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file
07:43:00 class B extends A implements I {}
07:43:00                 ^
07:43:00 B2.java:1: warning: auxiliary class A2 in I.java should not be accessed from outside its own source file
07:43:00 class B2 extends A2 implements I {}
07:43:00                  ^
07:43:00 B.java:1: error: B is not abstract and does not override abstract method m() in I
07:43:00 class B extends A implements I {}
07:43:00 ^
07:43:00 B2.java:1: error: B2 is not abstract and does not override abstract method m() in I
07:43:00 class B2 extends A2 implements I {}
07:43:00 ^
07:43:00 2 errors
07:43:00 2 warnings
07:43:00 
07:43:00 
07:43:00 
07:43:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:01 --- javac err: ---
07:43:01 X.java:8: warning: [rawtypes] found raw type: G
07:43:01 	@Override void a(G g) {}
07:43:01 	                 ^
07:43:01   missing type arguments for generic class G<T2>
07:43:01   where T2 is a type-variable:
07:43:01     T2 extends Object declared in class G
07:43:01 X.java:10: warning: [rawtypes] found raw type: G
07:43:01 	@Override void c(G g) {}
07:43:01 	                 ^
07:43:01   missing type arguments for generic class G<T2>
07:43:01   where T2 is a type-variable:
07:43:01     T2 extends Object declared in class G
07:43:01 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
07:43:01 	@Override <T extends C, S extends G<C>> void d(S gc) {}
07:43:01 	                                             ^
07:43:01   where S#1,T#1,S#2,T#2 are type-variables:
07:43:01     S#1 extends G<C> declared in method <T#1,S#1>d(S#1)
07:43:01     T#1 extends C declared in method <T#1,S#1>d(S#1)
07:43:01     S#2 extends G<T#2> declared in method <T#2,S#2>d(S#2)
07:43:01     T#2 extends C declared in method <T#2,S#2>d(S#2)
07:43:01 X.java:11: error: method does not override or implement a method from a supertype
07:43:01 	@Override <T extends C, S extends G<C>> void d(S gc) {}
07:43:01 	^
07:43:01 2 errors
07:43:01 2 warnings
07:43:01 
07:43:01 
07:43:01 
07:43:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:02 --- javac err: ---
07:43:02 A.java:9: warning: [unchecked] a() in B overrides <T>a() in A
07:43:02 	@Override A a() { return null; }
07:43:02 	            ^
07:43:02   return type requires unchecked conversion from A to T
07:43:02   where T is a type-variable:
07:43:02     T extends A<Number> declared in method <T>a()
07:43:02 A.java:9: warning: [rawtypes] found raw type: A
07:43:02 	@Override A a() { return null; }
07:43:02 	          ^
07:43:02   missing type arguments for generic class A<U>
07:43:02   where U is a type-variable:
07:43:02     U extends Number declared in class A
07:43:02 A.java:11: warning: [unchecked] x() in B overrides <T>x() in A
07:43:02 	@Override Integer x() { return 1; }
07:43:02 	                  ^
07:43:02   return type requires unchecked conversion from Integer to T
07:43:02   where T is a type-variable:
07:43:02     T extends Object declared in method <T>x()
07:43:02 A.java:12: warning: [unchecked] y() in B overrides <T>y() in A
07:43:02 	@Override Integer y() { return 1; }
07:43:02 	                  ^
07:43:02   return type requires unchecked conversion from Integer to T
07:43:02   where T is a type-variable:
07:43:02     T extends Number declared in method <T>y()
07:43:02 A.java:13: warning: [unchecked] z() in B overrides <T>z() in A
07:43:02 	@Override Integer z() { return 1; }
07:43:02 	                  ^
07:43:02   return type requires unchecked conversion from Integer to T
07:43:02   where T is a type-variable:
07:43:02     T extends Integer declared in method <T>z()
07:43:02 A.java:15: warning: [rawtypes] found raw type: A
07:43:02 class C extends A {
07:43:02                 ^
07:43:02   missing type arguments for generic class A<U>
07:43:02   where U is a type-variable:
07:43:02     U extends Number declared in class A
07:43:02 A.java:16: warning: [rawtypes] found raw type: A
07:43:02 	@Override A a() { return null; }
07:43:02 	          ^
07:43:02   missing type arguments for generic class A<U>
07:43:02   where U is a type-variable:
07:43:02     U extends Number declared in class A
07:43:02 7 warnings
07:43:02 
07:43:02 
07:43:02 
07:43:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:03 --- javac err: ---
07:43:03 A.java:3: error: A is not abstract and does not override abstract method hello() in I
07:43:03 class A implements I, J {}
07:43:03 ^
07:43:03 1 error
07:43:03 
07:43:03 
07:43:03 
07:43:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:04 
07:43:04 
07:43:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:04 --- javac err: ---
07:43:04 X.java:14: error: name clash: f(List<Integer>) and f(List<String>) have the same erasure
07:43:04 double f(List<Integer> l) {return 0;}
07:43:04        ^
07:43:04 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
07:43:04     double f(List<Integer> l) {return 0;}
07:43:04            ^
07:43:04 2 errors
07:43:04 
07:43:04 
07:43:04 
07:43:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:05 --- javac err: ---
07:43:05 Y.java:5: warning: [rawtypes] found raw type: Y
07:43:05 class Z extends Y {}
07:43:05                 ^
07:43:05   missing type arguments for generic class Y<T>
07:43:05   where T is a type-variable:
07:43:05     T extends Number declared in class Y
07:43:05 1 warning
07:43:05 
07:43:05 
07:43:05 
07:43:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:06 --- javac err: ---
07:43:06 X.java:22: error: foo() in Y cannot implement foo() in Interface
07:43:06 	@Override public void foo() throws ClassNotFoundException, CloneNotSupportedException {}
07:43:06 	                      ^
07:43:06   overridden method does not throw ClassNotFoundException
07:43:06 X.java:25: error: foo() in Z cannot override foo() in AbstractClass1
07:43:06 	@Override public void foo() throws CloneNotSupportedException, InterruptedException {}
07:43:06 	                      ^
07:43:06   overridden method does not throw InterruptedException
07:43:06 X.java:28: error: foo() in All cannot implement foo() in Interface
07:43:06 	@Override public void foo() throws ClassNotFoundException, CloneNotSupportedException, InterruptedException {}
07:43:06 	                      ^
07:43:06   overridden method does not throw ClassNotFoundException
07:43:06 3 errors
07:43:06 
07:43:06 
07:43:06 
07:43:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:07 --- javac err: ---
07:43:07 p1/B.java:3: error: foo() in B cannot override foo() in A
07:43:07 	@Override public int foo() { return 0; }
07:43:07 	                     ^
07:43:07   return type int is not compatible with void
07:43:07 1 error
07:43:07 
07:43:07 
07:43:07 
07:43:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:08 --- javac err: ---
07:43:08 p1/B.java:3: error: foo() in B cannot hide foo() in A
07:43:08 	public static int foo() { return 0; }
07:43:08 	                  ^
07:43:08   return type int is not compatible with void
07:43:08 1 error
07:43:08 
07:43:08 
07:43:08 
07:43:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:09 --- javac err: ---
07:43:09 p1/B.java:3: error: foo() in B cannot override foo() in A
07:43:09 	public static int foo() { return 0; }
07:43:09 	                  ^
07:43:09   overriding method is static
07:43:09 1 error
07:43:09 
07:43:09 
07:43:09 
07:43:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:10 --- javac err: ---
07:43:10 p1/B.java:3: error: foo() in B cannot override foo() in C
07:43:10 	@Override public int foo() { return 0; }
07:43:10 	                     ^
07:43:10   overridden method is static
07:43:10 p1/B.java:3: error: method does not override or implement a method from a supertype
07:43:10 	@Override public int foo() { return 0; }
07:43:10 	^
07:43:10 2 errors
07:43:10 
07:43:10 
07:43:10 
07:43:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:11 --- javac err: ---
07:43:11 p1/B.java:3: error: foo() in B cannot override foo() in C
07:43:11 	public int foo() { return 0; }
07:43:11 	           ^
07:43:11   overridden method is static
07:43:11 1 error
07:43:11 
07:43:11 
07:43:11 
07:43:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:11 --- javac err: ---
07:43:11 p1/B.java:3: error: foo() in B cannot override foo() in A
07:43:11 	@Override public int foo() { return 0; }
07:43:11 	                     ^
07:43:11   overridden method is static
07:43:11 1 error
07:43:11 
07:43:11 
07:43:11 
07:43:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:12 --- javac err: ---
07:43:12 p1/B.java:3: error: foo() in B cannot override foo() in C
07:43:12 	public static int foo() { return 0; }
07:43:12 	                  ^
07:43:12   overriding method is static
07:43:12 1 error
07:43:12 
07:43:12 
07:43:12 
07:43:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:13 --- javac err: ---
07:43:13 p1/B.java:3: error: foo() in B cannot override foo() in C
07:43:13 	public static int foo() { return 0; }
07:43:13 	                  ^
07:43:13   overriding method is static
07:43:13 1 error
07:43:13 
07:43:13 
07:43:13 
07:43:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:14 
07:43:14 
07:43:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:15 
07:43:15 
07:43:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:16 --- javac err: ---
07:43:16 X.java:4: error: name clash: foo(Collection<String>) and foo(Collection) have the same erasure
07:43:16 	double foo(Collection<String> bar) {return 0; }
07:43:16 	       ^
07:43:16 X.java:3: warning: [rawtypes] found raw type: Collection
07:43:16 	int foo(Collection bar) { return 0; }
07:43:16 	        ^
07:43:16   missing type arguments for generic class Collection<E>
07:43:16   where E is a type-variable:
07:43:16     E extends Object declared in interface Collection
07:43:16 1 error
07:43:16 1 warning
07:43:16 
07:43:16 
07:43:16 
07:43:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:17 --- javac err: ---
07:43:17 A.java:4: error: types J<CAP#1> and K<T3> are incompatible;
07:43:17 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}
07:43:17             ^
07:43:17   both define get(), but with unrelated return types
07:43:17   where T3 is a type-variable:
07:43:17     T3 extends K<T3>,J<? extends I> declared in interface A
07:43:17   where CAP#1 is a fresh type-variable:
07:43:17     CAP#1 extends I from capture of ? extends I
07:43:17 A.java:5: error: types K<T4> and J<CAP#1> are incompatible;
07:43:17 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}
07:43:17             ^
07:43:17   both define get(), but with unrelated return types
07:43:17   where T4 is a type-variable:
07:43:17     T4 extends J<? extends I>,K<T4> declared in interface B
07:43:17   where CAP#1 is a fresh type-variable:
07:43:17 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test201 - 12
07:43:17     CAP#1 extends I from capture of ? extends I
07:43:17 A.java [
07:43:17 2 errors
07:43:17 interface I {}
07:43:17 
07:43:17 interface J<T1> { J<T1> get(); }
07:43:17 ----------------------------------------
07:43:17 interface K<T2 extends J<? extends I>> { T2 get(); }
07:43:17 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}
07:43:17 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}
07:43:17 ]
07:43:17 
07:43:17 
07:43:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:18 --- javac err: ---
07:43:18 SubClass.java:4: warning: [rawtypes] found raw type: AbstractSuperClass
07:43:18 abstract class AbstractSuperClass<T1 extends AbstractSuperClass> implements MyInterface<T1> {
07:43:18                                              ^
07:43:18   missing type arguments for generic class AbstractSuperClass<T1>
07:43:18   where T1 is a type-variable:
07:43:18     T1 extends AbstractSuperClass declared in class AbstractSuperClass
07:43:18 1 warning
07:43:18 
07:43:18 
07:43:18 
07:43:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:19 --- javac err: ---
07:43:19 X.java:5: warning: [rawtypes] found raw type: Y
07:43:19 class X implements Y {
07:43:19                    ^
07:43:19   missing type arguments for generic class Y<T>
07:43:19   where T is a type-variable:
07:43:19     T extends I declared in interface Y
07:43:19 1 warning
07:43:19 
07:43:19 
07:43:19 
07:43:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:20 --- javac err: ---
07:43:20 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other
07:43:20 public List<V> put(final K arg0, final List<V> arg1) {
07:43:20                ^
07:43:20   first method:  put(K,List<V>) in Map
07:43:20   second method: put(K,V) in OverrideBug
07:43:20   where K,V are type-variables:
07:43:20     K extends Object declared in class OverrideBug
07:43:20     V extends Object declared in class OverrideBug
07:43:20 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test204 - 12
07:43:20 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
07:43:20 OverrideBug.java [
07:43:20 import java.util.List;
07:43:20 public List<V> put(final K arg0, final V arg1) {
07:43:20 interface Map<K, V> {
07:43:20                ^
07:43:20 	public V put(K key, V value);
07:43:20   where K,V are type-variables:
07:43:20 }
07:43:20     K extends Object declared in class OverrideBug
07:43:20 public class OverrideBug<K, V> implements Map<K, List<V>> {
07:43:20     V extends Object declared in class OverrideBug
07:43:20 public List<V> put(final K arg0, final List<V> arg1) {
07:43:20 2 errors
07:43:20 
07:43:20     return null;
07:43:20 }
07:43:20 ----------------------------------------
07:43:20 public List<V> put(final K arg0, final V arg1) {
07:43:20     return null;
07:43:20 }
07:43:20 }
07:43:20 ]
07:43:20 
07:43:20 
07:43:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:21 --- javac err: ---
07:43:21 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other
07:43:21 public List<V> put(final K arg0, final List<V> arg1) {
07:43:21                ^
07:43:21   first method:  put(K,List<V>) in Map
07:43:21   second method: put(K,V) in OverrideBug
07:43:21   where K,V are type-variables:
07:43:21     K extends Object declared in class OverrideBug
07:43:21     V extends Object declared in class OverrideBug
07:43:21 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
07:43:21 public V put(final K arg0, final V arg1) {
07:43:21          ^
07:43:21   where K,V are type-variables:
07:43:21     K extends Object declared in class OverrideBug
07:43:21     V extends Object declared in class OverrideBug
07:43:21 2 errors
07:43:21 
07:43:21 
07:43:21 
07:43:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:22 
07:43:22 
07:43:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:23 
07:43:23 
07:43:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:24 
07:43:24 
07:43:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:25 
07:43:25 
07:43:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:26 
07:43:26 
07:43:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:27 --- javac err: ---
07:43:27 Concrete.java:1: error: cannot find symbol
07:43:27 class Bar extends Zork {}
07:43:27                   ^
07:43:27   symbol: class Zork
07:43:27 1 error
07:43:27 
07:43:27 
07:43:27 
07:43:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:28 --- javac err: ---
07:43:28 ErasureTest.java:7: error: cannot find symbol
07:43:28 public class ErasureTest extends Zork implements Interface1<String>, Interface2<Double> {
07:43:28                                  ^
07:43:28   symbol: class Zork
07:43:28 ErasureTest.java:8: error: name clash: class ErasureTest has two methods with the same erasure, yet neither overrides the other
07:43:28     public void hello(String greeting) { }
07:43:28                 ^
07:43:28   first method:  hello(String) in Interface1
07:43:28   second method: hello(Double) in Interface2
07:43:28 ErasureTest.java:9: error: name clash: class ErasureTest has two methods with the same erasure, yet neither overrides the other
07:43:28     public int hello(Double greeting) {
07:43:28                ^
07:43:28   first method:  hello(Double) in Interface2
07:43:28   second method: hello(String) in Interface1
07:43:28 3 errors
07:43:28 
07:43:28 
07:43:28 
07:43:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:29 --- javac err: ---
07:43:29 SomeClass.java:10: error: name clash: class SomeClass has two methods with the same erasure, yet neither overrides the other
07:43:29 	public boolean equalTo(String other) {
07:43:29 	               ^
07:43:29   first method:  equalTo(String) in Equivalent
07:43:29   second method: equalTo(Integer) in EqualityComparable
07:43:29 SomeClass.java:13: error: name clash: class SomeClass has two methods with the same erasure, yet neither overrides the other
07:43:29 	public boolean equalTo(Integer other) {
07:43:29 	               ^
07:43:29   first method:  equalTo(Integer) in EqualityComparable
07:43:29   second method: equalTo(String) in Equivalent
07:43:29 2 errors
07:43:29 
07:43:29 
07:43:29 
07:43:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:30 --- javac err: ---
07:43:30 Derived.java:10: error: name clash: class Derived has two methods with the same erasure, yet neither overrides the other
07:43:30     public Integer foo(Integer x) {
07:43:30                    ^
07:43:30   first method:  foo(Integer) in Interface
07:43:30   second method: foo(String) in Base
07:43:30 1 error
07:43:30 
07:43:30 
07:43:30 
07:43:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:32 
07:43:32 
07:43:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:34 
07:43:34 
07:43:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:36 
07:43:36 
07:43:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:38 
07:43:38 
07:43:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:39 
07:43:39 
07:43:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:40 
07:43:40 
07:43:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:41 --- javac err: ---
07:43:41 X.java:8: error: name clash: class X has two methods with the same erasure, yet neither overrides the other
07:43:41     public boolean equalTo(String other) {
07:43:41                    ^
07:43:41   first method:  equalTo(String) in EqualityComparable
07:43:41   second method: equalTo(Object) in Base
07:43:41 1 error
07:43:41 
07:43:41 
07:43:41 
07:43:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:42 
07:43:42 
07:43:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:44 
07:43:44 
07:43:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:46 
07:43:46 
07:43:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:48 --- javac err: ---
07:43:48 X.java:3: warning: [cast] redundant cast to O
07:43:48 		O o = (O) a.foo();
07:43:48 		      ^
07:43:48 1 warning
07:43:48 
07:43:48 
07:43:48 
07:43:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:50 --- javac err: ---
07:43:50 Activator.java:2: warning: [rawtypes] found raw type: ServiceReference
07:43:50     public void start(BundleContext context, ServiceReference ref) {
07:43:50                                              ^
07:43:50   missing type arguments for generic class ServiceReference<S>
07:43:50   where S is a type-variable:
07:43:50     S extends Object declared in interface ServiceReference
07:43:50 Activator.java:3: warning: [unchecked] unchecked method invocation: method getService in interface BundleContext is applied to given types
07:43:50         Runnable r = context.getService(ref);
07:43:50                                        ^
07:43:50   required: ServiceReference<S>
07:43:50   found: ServiceReference
07:43:50   where S is a type-variable:
07:43:50     S extends Object declared in method <S>getService(ServiceReference<S>)
07:43:50 Activator.java:3: warning: [unchecked] unchecked conversion
07:43:50         Runnable r = context.getService(ref);
07:43:50                                         ^
07:43:50   required: ServiceReference<S>
07:43:50   found:    ServiceReference
07:43:50   where S is a type-variable:
07:43:50     S extends Object declared in method <S>getService(ServiceReference<S>)
07:43:50 Activator.java:3: error: incompatible types: Object cannot be converted to Runnable
07:43:50         Runnable r = context.getService(ref);
07:43:50                                        ^
07:43:50 1 error
07:43:50 3 warnings
07:43:50 
07:43:50 
07:43:50 
07:43:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:51 --- javac err: ---
07:43:51 A.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
07:43:51 	public static <T> B<T> asList(T... tab) {
07:43:51 	                                   ^
07:43:51   where T is a type-variable:
07:43:51     T extends Object declared in method <T>asList(T...)
07:43:51 1 warning
07:43:51 
07:43:52 ----------------------------------------
07:43:52 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test330435 - 12
07:43:52 X.java [
07:43:52 public class X {
07:43:52 	String[] foo(Object[] args) {
07:43:52 		String[] a = A.asList(args).toArray(new String[0]);
07:43:52 		return a;
07:43:52 	}
07:43:52 }
07:43:52 ]
07:43:52 
07:43:52 
07:43:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:54 --- javac err: ---
07:43:54 X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>
07:43:54         Y.foo(new Properties());
07:43:54               ^
07:43:54 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
07:43:54 1 error
07:43:54 
07:43:54 ----------------------------------------
07:43:54 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test330445 - 12
07:43:54 X.java [
07:43:54 import java.util.Properties;
07:43:54 public class X {
07:43:54     static void bar(Object[] args) {
07:43:54         Y.foo(new Properties());
07:43:54     }
07:43:54 }
07:43:54 ]
07:43:54 
07:43:54 
07:43:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:56 --- javac err: ---
07:43:56 X.java:6: warning: [rawtypes] found raw type: Comparator
07:43:56 		Comparator comparator = new Comparator() {
07:43:56 		^
07:43:56   missing type arguments for generic class Comparator<T>
07:43:56   where T is a type-variable:
07:43:56     T extends Object declared in interface Comparator
07:43:56 X.java:6: warning: [rawtypes] found raw type: Comparator
07:43:56 		Comparator comparator = new Comparator() {
07:43:56 		                            ^
07:43:56   missing type arguments for generic class Comparator<T>
07:43:56   where T is a type-variable:
07:43:56 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test331446 - 12
07:43:56 X.java [
07:43:56     T extends Object declared in interface Comparator
07:43:56 import java.util.ArrayList;
07:43:56 X.java:12: warning: [rawtypes] found raw type: ArrayList
07:43:56 import java.util.Comparator;
07:43:56 
07:43:56 public class X {
07:43:56 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:56 	public static void testAmbiguity() {
07:43:56 		                                          ^
07:43:56 		Comparator comparator = new Comparator() {
07:43:56 			
07:43:56   missing type arguments for generic class ArrayList<E>
07:43:56 			public int compare(Object o1, Object o2) {
07:43:56   where E is a type-variable:
07:43:56 				return 0;
07:43:56 			}
07:43:56 		};
07:43:56     E extends Object declared in class ArrayList
07:43:56 X.java:12: warning: [rawtypes] found raw type: ArrayList
07:43:56 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:56 	}
07:43:56 }
07:43:56 
07:43:56 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:56 ]
07:43:56 		                                                           ^
07:43:56   missing type arguments for generic class ArrayList<E>
07:43:56   where E is a type-variable:
07:43:56     E extends Object declared in class ArrayList
07:43:56 X.java:12: error: reference to assertEquals is ambiguous
07:43:56 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:56 		    ^
07:43:56   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
07:43:56   where T#1,T#2 are type-variables:
07:43:56     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)
07:43:56     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)
07:43:56 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types
07:43:56 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:56 		                 ^
07:43:56   required: String,Comparator<T>,List<T>,List<T>
07:43:56   found: String,Comparator,ArrayList,ArrayList
07:43:56   where T is a type-variable:
07:43:56     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)
07:43:56 X.java:12: warning: [unchecked] unchecked conversion
07:43:56 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:56 		                          ^
07:43:56   required: Comparator<T>
07:43:56   found:    Comparator
07:43:56   where T is a type-variable:
07:43:56     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)
07:43:56 X.java:12: warning: [unchecked] unchecked conversion
07:43:56 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:56 		                                      ^
07:43:56   required: List<T>
07:43:56   found:    ArrayList
07:43:56   where T is a type-variable:
07:43:56     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)
07:43:56 X.java:12: warning: [unchecked] unchecked conversion
07:43:56 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:56 		                                                       ^
07:43:56   required: List<T>
07:43:56   found:    ArrayList
07:43:56   where T is a type-variable:
07:43:56     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)
07:43:56 1 error
07:43:56 8 warnings
07:43:56 
07:43:56 ----------------------------------------
07:43:56 
07:43:56 
07:43:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:43:57 --- javac err: ---
07:43:57 Test.java:6: warning: [rawtypes] found raw type: Comparator
07:43:57 			Comparator comparator, List expected, List actual) {
07:43:57 			^
07:43:57   missing type arguments for generic class Comparator<T>
07:43:57   where T is a type-variable:
07:43:57     T extends Object declared in interface Comparator
07:43:57 Test.java:6: warning: [rawtypes] found raw type: List
07:43:57 			Comparator comparator, List expected, List actual) {
07:43:57 			                       ^
07:43:57   missing type arguments for generic class List<E>
07:43:57   where E is a type-variable:
07:43:57     E extends Object declared in interface List
07:43:57 Test.java:6: warning: [rawtypes] found raw type: List
07:43:57 			Comparator comparator, List expected, List actual) {
07:43:57 			                                      ^
07:43:57   missing type arguments for generic class List<E>
07:43:57   where E is a type-variable:
07:43:57     E extends Object declared in interface List
07:43:57 Test.java:15: warning: [rawtypes] found raw type: Comparator
07:43:57 			Comparator comparator, Object expected, Object actual) {
07:43:57 			^
07:43:57   missing type arguments for generic class Comparator<T>
07:43:57   where T is a type-variable:
07:43:57     T extends Object declared in interface Comparator
07:43:57 Test.java:16: warning: [unchecked] unchecked call to compare(T,T) as a member of the raw type Comparator
07:43:57 		if (comparator.compare(expected, actual) == 0) {
07:43:57 		                      ^
07:43:57   where T is a type-variable:
07:43:57     T extends Object declared in interface Comparator
07:43:57 5 warnings
07:43:57 
07:43:58 --- javac err: ---
07:43:58 X.java:6: warning: [rawtypes] found raw type: Comparator
07:43:58 		Comparator comparator = new Comparator() {
07:43:58 		^
07:43:58   missing type arguments for generic class Comparator<T>
07:43:58   where T is a type-variable:
07:43:58     T extends Object declared in interface Comparator
07:43:58 X.java:6: warning: [rawtypes] found raw type: Comparator
07:43:58 		Comparator comparator = new Comparator() {
07:43:58 		                            ^
07:43:58   missing type arguments for generic class Comparator<T>
07:43:58   where T is a type-variable:
07:43:58     T extends Object declared in interface Comparator
07:43:58 X.java:12: warning: [rawtypes] found raw type: ArrayList
07:43:58 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:58 		                                          ^
07:43:58   missing type arguments for generic class ArrayList<E>
07:43:58   where E is a type-variable:
07:43:58     E extends Object declared in class ArrayList
07:43:58 X.java:12: warning: [rawtypes] found raw type: ArrayList
07:43:58 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
07:43:58 		                                                           ^
07:43:58   missing type arguments for generic class ArrayList<E>
07:43:58   where E is a type-variable:
07:43:58     E extends Object declared in class ArrayList
07:43:58 4 warnings
07:43:58 
07:43:58 
07:43:58 
07:43:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:00 --- javac err: ---
07:44:00 Client.java:2: warning: auxiliary class List in Project.java should not be accessed from outside its own source file
07:44:00     Client(List l) {
07:44:00            ^
07:44:00 1 warning
07:44:00 
07:44:00 
07:44:00 
07:44:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:02 --- javac err: ---
07:44:02 Client.java:2: warning: auxiliary class List in Project.java should not be accessed from outside its own source file
07:44:02     Client(List l) {
07:44:02            ^
07:44:02 Client.java:2: warning: [rawtypes] found raw type: List
07:44:02     Client(List l) {
07:44:02            ^
07:44:02   missing type arguments for generic class List<T>
07:44:02   where T is a type-variable:
07:44:02     T extends Object declared in class List
07:44:02 Client.java:3: warning: [unchecked] unchecked method invocation: method foo in class Project is applied to given types
07:44:02         Project.foo(l);
07:44:02                    ^
07:44:02   required: List<T>
07:44:02   found: List
07:44:02   where T is a type-variable:
07:44:02     T extends Object declared in method <T>foo(List<T>)
07:44:02 Client.java:3: warning: [unchecked] unchecked conversion
07:44:02         Project.foo(l);
07:44:02                     ^
07:44:02   required: List<T>
07:44:02   found:    List
07:44:02   where T is a type-variable:
07:44:02     T extends Object declared in method <T>foo(List<T>)
07:44:02 4 warnings
07:44:02 
07:44:02 
07:44:02 
07:44:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:04 --- javac err: ---
07:44:04 Client.java:2: warning: auxiliary class List in Project.java should not be accessed from outside its own source file
07:44:04     Client(List l) {
07:44:04            ^
07:44:04 Client.java:2: warning: [rawtypes] found raw type: List
07:44:04     Client(List l) {
07:44:04            ^
07:44:04   missing type arguments for generic class List<T>
07:44:04   where T is a type-variable:
07:44:04     T extends Object declared in class List
07:44:04 Client.java:3: warning: [unchecked] unchecked method invocation: method foo in class Project is applied to given types
07:44:04         Project.foo(l);
07:44:04                    ^
07:44:04   required: List<T>
07:44:04   found: List
07:44:04   where T is a type-variable:
07:44:04     T extends Object declared in method <T>foo(List<T>)
07:44:04 Client.java:3: warning: [unchecked] unchecked conversion
07:44:04         Project.foo(l);
07:44:04                     ^
07:44:04   required: List<T>
07:44:04   found:    List
07:44:04   where T is a type-variable:
07:44:04     T extends Object declared in method <T>foo(List<T>)
07:44:04 4 warnings
07:44:04 
07:44:04 
07:44:04 
07:44:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:06 --- javac err: ---
07:44:06 Client.java:3: warning: [rawtypes] found raw type: InternalEList
07:44:06 		InternalEList e = (InternalEList) fm;
07:44:06 		^
07:44:06   missing type arguments for generic class InternalEList<E>
07:44:06   where E is a type-variable:
07:44:06     E extends Object declared in interface InternalEList
07:44:06 1 warning
07:44:06 
07:44:06 
07:44:06 
07:44:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:08 --- javac err: ---
07:44:08 Client.java:3: warning: [rawtypes] found raw type: InternalEList
07:44:08 		InternalEList e = (InternalEList) fm;
07:44:08 		^
07:44:08   missing type arguments for generic class InternalEList<E>
07:44:08   where E is a type-variable:
07:44:08     E extends Object declared in interface InternalEList
07:44:08 1 warning
07:44:08 
07:44:08 
07:44:08 
07:44:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:09 --- javac err: ---
07:44:09 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
07:44:09     void foo(X<Integer> p);
07:44:09          ^
07:44:09 1 error
07:44:09 
07:44:09 
07:44:09 
07:44:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:10 
07:44:10 
07:44:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:11 --- javac err: ---
07:44:11 TwoWayDTOAdapter.java:2: error: name clash: convert(B) in TwoWayDTOAdapter and convert(A) in DTOAdapter have the same erasure, yet neither overrides the other
07:44:11     public A convert(B b);
07:44:11              ^
07:44:11   where B,A are type-variables:
07:44:11     B extends Object declared in interface TwoWayDTOAdapter
07:44:11     A extends Object declared in interface TwoWayDTOAdapter
07:44:11 TestAdapter.java:2: error: name clash: class TestAdapter has two methods with the same erasure, yet neither overrides the other
07:44:11     public Long convert(Integer b) {
07:44:11                 ^
07:44:11   first method:  convert(Integer) in TwoWayDTOAdapter
07:44:11   second method: convert(Long) in DTOAdapter
07:44:11 TestAdapter.java:5: error: name clash: class TestAdapter has two methods with the same erasure, yet neither overrides the other
07:44:11     public Integer convert(Long a) {
07:44:11                    ^
07:44:11   first method:  convert(Long) in DTOAdapter
07:44:11   second method: convert(Integer) in TwoWayDTOAdapter
07:44:11 3 errors
07:44:11 
07:44:11 
07:44:11 
07:44:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:12 --- javac err: ---
07:44:12 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
07:44:12 	 public static void foo(A<Integer> p) {}
07:44:12 	                    ^
07:44:12 1 error
07:44:12 
07:44:12 
07:44:12 
07:44:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:13 --- javac err: ---
07:44:13 X.java:7: error: methods f(T) from B<String> and f(String) from A<String> are inherited with the same signature
07:44:13 public class X extends B<String> {
07:44:13        ^
07:44:13   where T is a type-variable:
07:44:13     T extends Object declared in class B
07:44:13 X.java:9: error: reference to f is ambiguous
07:44:13         x.f("");
07:44:13          ^
07:44:13   both method f(String) in A and method f(T) in B match
07:44:13   where T is a type-variable:
07:44:13     T extends Object declared in class B
07:44:13 2 errors
07:44:13 
07:44:13 
07:44:13 
07:44:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:14 --- javac err: ---
07:44:14 X.java:9: error: cannot find symbol
07:44:14         Zork z;
07:44:14         ^
07:44:14   symbol:   class Zork
07:44:14   location: class X
07:44:14 1 error
07:44:14 
07:44:14 
07:44:14 
07:44:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:15 
07:44:15 
07:44:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:15 
07:44:15 
07:44:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:16 
07:44:16 
07:44:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:17 --- javac err: ---
07:44:17 X.java:9: error: reference to f is ambiguous
07:44:17 		super.f(s);
07:44:17 		     ^
07:44:17   both method f(String) in A and method f(T) in B match
07:44:17   where T is a type-variable:
07:44:17     T extends Object declared in class B
07:44:17 1 error
07:44:17 
07:44:17 
07:44:17 
07:44:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:18 --- javac err: ---
07:44:18 X.java:9: warning: [rawtypes] found raw type: List
07:44:18 int get(List l);      // name clash error here
07:44:18         ^
07:44:18   missing type arguments for generic class List<E>
07:44:18   where E is a type-variable:
07:44:18     E extends Object declared in interface List
07:44:18 1 warning
07:44:18 
07:44:18 
07:44:18 
07:44:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:19 --- javac err: ---
07:44:19 X.java:11: error: cannot find symbol
07:44:19     public void d(Zork z);
07:44:19                   ^
07:44:19   symbol:   class Zork
07:44:19   location: interface X
07:44:19 X.java:5: warning: [rawtypes] found raw type: List
07:44:19     void c(List i, List<String> j);
07:44:19            ^
07:44:19   missing type arguments for generic class List<E>
07:44:19   where E is a type-variable:
07:44:19     E extends Object declared in interface List
07:44:19 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
07:44:19     public void a(List<String> i, List j);
07:44:19                 ^
07:44:19 X.java:8: warning: [rawtypes] found raw type: List
07:44:19     public void a(List<String> i, List j);
07:44:19                                   ^
07:44:19   missing type arguments for generic class List<E>
07:44:19   where E is a type-variable:
07:44:19     E extends Object declared in interface List
07:44:19 X.java:9: warning: [rawtypes] found raw type: List
07:44:19     public void b(List i, List j);
07:44:19                   ^
07:44:19   missing type arguments for generic class List<E>
07:44:19   where E is a type-variable:
07:44:19     E extends Object declared in interface List
07:44:19 X.java:9: warning: [rawtypes] found raw type: List
07:44:19     public void b(List i, List j);
07:44:19                           ^
07:44:19   missing type arguments for generic class List<E>
07:44:19   where E is a type-variable:
07:44:19     E extends Object declared in interface List
07:44:19 X.java:10: warning: [rawtypes] found raw type: List
07:44:19     public void c(List i, List j);
07:44:19                   ^
07:44:19   missing type arguments for generic class List<E>
07:44:19   where E is a type-variable:
07:44:19     E extends Object declared in interface List
07:44:19 X.java:10: warning: [rawtypes] found raw type: List
07:44:19     public void c(List i, List j);
07:44:19                           ^
07:44:19   missing type arguments for generic class List<E>
07:44:19   where E is a type-variable:
07:44:19     E extends Object declared in interface List
07:44:19 2 errors
07:44:19 6 warnings
07:44:19 
07:44:19 
07:44:19 
07:44:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:20 --- javac err: ---
07:44:20 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
07:44:20     public void doTest(Integer i, List<String> iList, List iList2);
07:44:20                 ^
07:44:20 X.java:6: warning: [rawtypes] found raw type: List
07:44:20     public void doTest(Integer i, List<String> iList, List iList2);
07:44:20                                                       ^
07:44:20   missing type arguments for generic class List<E>
07:44:20   where E is a type-variable:
07:44:20     E extends Object declared in interface List
07:44:20 1 error
07:44:20 1 warning
07:44:20 
07:44:20 
07:44:20 
07:44:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:21 --- javac err: ---
07:44:21 X.java:10: error: = expected
07:44:21     Zork z;
07:44:21           ^
07:44:21 1 error
07:44:21 
07:44:21 
07:44:21 
07:44:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:22 --- javac err: ---
07:44:22 X.java:10: error: = expected
07:44:22     Zork z;
07:44:22           ^
07:44:22 1 error
07:44:22 
07:44:22 
07:44:22 
07:44:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:23 --- javac err: ---
07:44:23 X.java:10: error: cannot find symbol
07:44:23     Zork z;
07:44:23     ^
07:44:23   symbol:   class Zork
07:44:23   location: class Action<T>
07:44:23   where T is a type-variable:
07:44:23     T extends Object declared in class Action
07:44:23 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
07:44:23 interface E extends X, Y {
07:44:23 ^
07:44:23   where S,T#1,T#2 are type-variables:
07:44:23     S extends Object declared in method <S,T#1>e(Action<S>)
07:44:23     T#1 extends Object declared in method <S,T#1>e(Action<S>)
07:44:23     T#2 extends Object declared in method <T#2>e(Action<T#2>)
07:44:23 2 errors
07:44:23 
07:44:23 
07:44:23 
07:44:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:24 --- javac err: ---
07:44:24 X.java:3: error: name clash: <S,T#1>e(Action<S>) and <T#2>e(Action<T#2>) have the same erasure
07:44:24     <S, T> S e(Action<S> t);
07:44:24              ^
07:44:24   where S,T#1,T#2 are type-variables:
07:44:24     S extends Object declared in method <S,T#1>e(Action<S>)
07:44:24     T#1 extends Object declared in method <S,T#1>e(Action<S>)
07:44:24     T#2 extends Object declared in method <T#2>e(Action<T#2>)
07:44:24 1 error
07:44:24 
07:44:24 
07:44:24 
07:44:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:25 
07:44:25 
07:44:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:26 --- javac err: ---
07:44:26 X.java:5: error: name clash: <T#1>foo() and <T#2>foo() have the same erasure
07:44:26 	 public <T extends Set> T foo() { return null; }
07:44:26 	                          ^
07:44:26   where T#1,T#2 are type-variables:
07:44:26     T#1 extends Set declared in method <T#1>foo()
07:44:26     T#2 extends List declared in method <T#2>foo()
07:44:26 X.java:6: error: cannot find symbol
07:44:26 	 Zork z;
07:44:26 	 ^
07:44:26   symbol:   class Zork
07:44:26   location: class X
07:44:26 X.java:4: warning: [rawtypes] found raw type: List
07:44:26     public <T extends List> T foo() { return null; }
07:44:26                       ^
07:44:26   missing type arguments for generic class List<E>
07:44:26   where E is a type-variable:
07:44:26     E extends Object declared in interface List
07:44:26 X.java:5: warning: [rawtypes] found raw type: Set
07:44:26 	 public <T extends Set> T foo() { return null; }
07:44:26 	                   ^
07:44:26   missing type arguments for generic class Set<E>
07:44:26   where E is a type-variable:
07:44:26     E extends Object declared in interface Set
07:44:26 2 errors
07:44:26 2 warnings
07:44:26 
07:44:26 
07:44:26 
07:44:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:27 --- javac err: ---
07:44:27 X.java:5: error: name clash: same(List<String>) and same(List<Integer>) have the same erasure
07:44:27 	 public String same(List<String> b) { return null; }
07:44:27 	               ^
07:44:27 X.java:6: error: cannot find symbol
07:44:27 	 Zork z;
07:44:27 	 ^
07:44:27   symbol:   class Zork
07:44:27   location: class X
07:44:27 2 errors
07:44:27 
07:44:27 
07:44:27 
07:44:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:28 --- javac err: ---
07:44:28 X.java:4: error: name clash: doIt(List<CharSequence>) and doIt(List<String>) have the same erasure
07:44:28 	 public static CharSequence doIt(final List<CharSequence> arg) { return null; }
07:44:28 	                            ^
07:44:28 X.java:5: error: cannot find symbol
07:44:28 	 Zork z;
07:44:28 	 ^
07:44:28   symbol:   class Zork
07:44:28   location: class X
07:44:28 2 errors
07:44:28 
07:44:28 
07:44:28 
07:44:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:29 --- javac err: ---
07:44:29 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
07:44:29 	 protected static <T extends Number> T same(Collection<? extends T> p_col) { return null; }
07:44:29 	                                       ^
07:44:29   where T#1,T#2 are type-variables:
07:44:29     T#1 extends Number declared in method <T#1>same(Collection<? extends T#1>)
07:44:29     T#2 extends String declared in method <T#2>same(Collection<? extends T#2>)
07:44:29 X.java:5: error: cannot find symbol
07:44:29 	 Zork z;
07:44:29 	 ^
07:44:29   symbol:   class Zork
07:44:29   location: class X
07:44:29 2 errors
07:44:29 
07:44:29 
07:44:29 
07:44:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:29 --- javac err: ---
07:44:29 X.java:4: error: name clash: foo(List<Integer>) and foo(List<String>) have the same erasure
07:44:29 	 public static int foo(List<Integer> x) { return 2; }
07:44:29 	                   ^
07:44:29 X.java:5: error: cannot find symbol
07:44:29 	 Zork z;
07:44:29 	 ^
07:44:29   symbol:   class Zork
07:44:29   location: class X
07:44:29 2 errors
07:44:29 
07:44:29 
07:44:29 
07:44:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:30 --- javac err: ---
07:44:30 X.java:4: error: name clash: getFirst(ArrayList<Integer>) and getFirst(ArrayList<String>) have the same erasure
07:44:30 	 public Integer getFirst (ArrayList<Integer> ss) { return ss.get(0); }
07:44:30 	                ^
07:44:30 X.java:5: error: cannot find symbol
07:44:30 	 Zork z;
07:44:30 	 ^
07:44:30   symbol:   class Zork
07:44:30   location: class X
07:44:30 2 errors
07:44:30 
07:44:30 
07:44:30 
07:44:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:31 --- javac err: ---
07:44:31 X.java:4: error: name clash: <R#1>forAccountSet(List<R#1>) and <R#2>forAccountSet(List) have the same erasure
07:44:31 	 public static <R extends Object> ChildX<R> forAccountSet(List<R> list) { return null; }
07:44:31 	                                            ^
07:44:31   where R#1,R#2 are type-variables:
07:44:31     R#1 extends Object declared in method <R#1>forAccountSet(List<R#1>)
07:44:31     R#2 extends Object declared in method <R#2>forAccountSet(List)
07:44:31 X.java:5: error: cannot find symbol
07:44:31 	 Zork z;
07:44:31 	 ^
07:44:31   symbol:   class Zork
07:44:31   location: class X<Z>
07:44:31   where Z is a type-variable:
07:44:31     Z extends Object declared in class X
07:44:31 X.java:3: warning: [rawtypes] found raw type: List
07:44:31     public static <R extends Object> X<R> forAccountSet(List list) { return null; }
07:44:31                                                         ^
07:44:31   missing type arguments for generic class List<E>
07:44:31   where E is a type-variable:
07:44:31     E extends Object declared in interface List
07:44:31 2 errors
07:44:31 1 warning
07:44:31 
07:44:31 
07:44:31 
07:44:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:32 --- javac err: ---
07:44:32 X.java:4: error: name clash: doIt(Collection<int[][]>) and doIt(Collection<int[]>) have the same erasure
07:44:32 	 public static int[][] doIt(Collection<int[][]> col) { return new int[0][0]; }
07:44:32 	                       ^
07:44:32 X.java:6: error: name clash: doIt2(Collection<int[][]>) and doIt2(Collection<int[]>) have the same erasure
07:44:32 	 public int[][] doIt2(Collection<int[][]> col) { return new int[0][0]; }
07:44:32 	                ^
07:44:32 X.java:7: error: cannot find symbol
07:44:32 	 Zork z;
07:44:32 	 ^
07:44:32   symbol:   class Zork
07:44:32   location: class X<Z>
07:44:32   where Z is a type-variable:
07:44:32     Z extends Object declared in class X
07:44:32 3 errors
07:44:32 
07:44:32 
07:44:32 
07:44:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:33 --- javac err: ---
07:44:33 Test.java:6: error: cannot find symbol
07:44:33 	 Zork z;
07:44:33 	 ^
07:44:33   symbol:   class Zork
07:44:33   location: class Test<Key,Value>
07:44:33   where Key,Value are type-variables:
07:44:33     Key extends Object declared in class Test
07:44:33     Value extends Object declared in class Test
07:44:33 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
07:44:33     public Collection<Value> put(Key k, Value v) { return null; }
07:44:33                              ^
07:44:33   where Key,Value are type-variables:
07:44:33     Key extends Object declared in class Test
07:44:33     Value extends Object declared in class Test
07:44:33 Test.java:5: error: name clash: get(Key) in Test and get(Object) in HashMap have the same erasure, yet neither overrides the other
07:44:33 	 public Collection<Value> get(Key k) { return null; }
07:44:33 	                          ^
07:44:33   where Key is a type-variable:
07:44:33     Key extends Object declared in class Test
07:44:33 Test.java:3: warning: [serial] serializable class Test has no definition of serialVersionUID
07:44:33 public class Test<Key, Value> extends HashMap<Key, Collection<Value>> {
07:44:33        ^
07:44:33 3 errors
07:44:33 1 warning
07:44:33 
07:44:33 
07:44:33 
07:44:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:34 --- javac err: ---
07:44:34 ErasureBug.java:7: error: name clash: output(List) and output(List<String>) have the same erasure
07:44:34     public String output(List doubles) {
07:44:34                   ^
07:44:34 ErasureBug.java:7: warning: [rawtypes] found raw type: List
07:44:34     public String output(List doubles) {
07:44:34                          ^
07:44:34   missing type arguments for generic class List<E>
07:44:34   where E is a type-variable:
07:44:34     E extends Object declared in interface List
07:44:34 ErasureBug.java:10: warning: [rawtypes] found raw type: ArrayList
07:44:34 	 public static void main(String[] args) { new ErasureBug().output(new ArrayList()); }
07:44:34 	                                                                      ^
07:44:34   missing type arguments for generic class ArrayList<E>
07:44:34   where E is a type-variable:
07:44:34     E extends Object declared in class ArrayList
07:44:34 ErasureBug.java:10: warning: [unchecked] unchecked method invocation: method output in class ErasureBug is applied to given types
07:44:34 	 public static void main(String[] args) { new ErasureBug().output(new ArrayList()); }
07:44:34 	                                                                 ^
07:44:34   required: List<String>
07:44:34   found: ArrayList
07:44:34 ErasureBug.java:10: warning: [unchecked] unchecked conversion
07:44:34 	 public static void main(String[] args) { new ErasureBug().output(new ArrayList()); }
07:44:34 	                                                                  ^
07:44:34   required: List<String>
07:44:34   found:    ArrayList
07:44:34 1 error
07:44:34 4 warnings
07:44:34 
07:44:34 
07:44:34 
07:44:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:35 --- javac err: ---
07:44:35 X.java:4: warning: [rawtypes] found raw type: Y
07:44:35 interface Z extends X, Y {}  
07:44:35                        ^
07:44:35   missing type arguments for generic class Y<K>
07:44:35   where K is a type-variable:
07:44:35     K extends Object declared in interface Y
07:44:35 X.java:5: error: Foo is not abstract and does not override abstract method m() in Y
07:44:35 class Foo implements Z {
07:44:35 ^
07:44:35 X.java:6: error: name clash: m() in Foo and m() in Y have the same erasure, yet neither overrides the other
07:44:35 	public <T> List<T> m() {
07:44:35 	                   ^
07:44:35 2 errors
07:44:35 1 warning
07:44:35 
07:44:35 
07:44:35 
07:44:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:36 
07:44:36 
07:44:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:37 
07:44:37 
07:44:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:38 
07:44:38 
07:44:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:39 
07:44:39 
07:44:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:40 
07:44:40 
07:44:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:41 
07:44:41 
07:44:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:42 --- javac err: ---
07:44:42 A.java:5: warning: [rawtypes] found raw type: Iterable
07:44:42     Iterable getIterable();
07:44:42     ^
07:44:42   missing type arguments for generic class Iterable<T>
07:44:42   where T is a type-variable:
07:44:42     T extends Object declared in interface Iterable
07:44:42 A.java:9: warning: [rawtypes] found raw type: Collection
07:44:42     public Collection getIterable() { return null; }
07:44:42            ^
07:44:42   missing type arguments for generic class Collection<E>
07:44:42   where E is a type-variable:
07:44:42     E extends Object declared in interface Collection
07:44:42 A.java:13: warning: [rawtypes] found raw type: List
07:44:42     public List getIterable() { return null; }
07:44:42            ^
07:44:42   missing type arguments for generic class List<E>
07:44:42   where E is a type-variable:
07:44:42     E extends Object declared in interface List
07:44:42 3 warnings
07:44:42 
07:44:42 
07:44:42 
07:44:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:43 --- javac err: ---
07:44:43 A.java:5: warning: [rawtypes] found raw type: Iterable
07:44:43     abstract Iterable getIterable();
07:44:43              ^
07:44:43   missing type arguments for generic class Iterable<T>
07:44:43   where T is a type-variable:
07:44:43     T extends Object declared in interface Iterable
07:44:43 A.java:9: warning: [rawtypes] found raw type: Collection
07:44:43     public Collection getIterable() { return null; }
07:44:43            ^
07:44:43   missing type arguments for generic class Collection<E>
07:44:43   where E is a type-variable:
07:44:43     E extends Object declared in interface Collection
07:44:43 A.java:13: warning: [rawtypes] found raw type: List
07:44:43     public List getIterable() { return null; }
07:44:43            ^
07:44:43   missing type arguments for generic class List<E>
07:44:43   where E is a type-variable:
07:44:43     E extends Object declared in interface List
07:44:43 3 warnings
07:44:43 
07:44:43 
07:44:43 
07:44:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:44 
07:44:44 
07:44:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:45 
07:44:45 
07:44:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:46 
07:44:46 
07:44:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:47 --- javac err: ---
07:44:47 TestClass.java:9: error: method() in B cannot override method() in A
07:44:47         public B method() {
07:44:47                  ^
07:44:47   overridden method is final
07:44:47 1 error
07:44:47 
07:44:47 
07:44:47 
07:44:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:47 --- javac err: ---
07:44:47 mfi.java:2: error: modifier transient not allowed here
07:44:47     public transient void a(Throwable throwable);
07:44:47                           ^
07:44:47 mfa.java:1: error: mfa is not abstract and does not override abstract method a(Throwable) in mfi
07:44:47 final class mfa implements mfi {
07:44:47       ^
07:44:47 2 errors
07:44:47 
07:44:47 
07:44:47 
07:44:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:48 --- javac err: ---
07:44:48 A.java:9: warning: [unchecked] bar(Object) in A.C overrides <E,F>bar(F) in A.B
07:44:48         public String bar(Object x) {
07:44:48                       ^
07:44:48   return type requires unchecked conversion from String to E
07:44:48   where E,F are type-variables:
07:44:48     E extends Object declared in method <E,F>bar(F)
07:44:48     F extends E declared in method <E,F>bar(F)
07:44:48 1 warning
07:44:48 
07:44:48 
07:44:48 
07:44:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:49 
07:44:49 
07:44:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:50 --- javac err: ---
07:44:50 SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo
07:44:50     protected SimpleResult test(AbstractResult request) {
07:44:50                            ^
07:44:50   return type requires unchecked conversion from SimpleResult to Response#2
07:44:50 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#testBug536978_comment2 - 12
07:44:50   where Request,Response#1,Response#2 are type-variables:
07:44:50 SimpleDemo.java [
07:44:50     Request extends AbstractResult declared in class AbstractDemo
07:44:50 abstract interface AbstractResult {
07:44:50     Response#1 extends AbstractResult declared in class AbstractDemo
07:44:50 	public abstract int test();
07:44:50 }
07:44:50 
07:44:50     Response#2 extends AbstractResult declared in class SimpleDemo
07:44:50 1 warning
07:44:50 
07:44:50 ----------------------------------------
07:44:50 abstract class AbstractDemo<Request extends AbstractResult, Response extends AbstractResult> {
07:44:50 	protected abstract Response test(Request request);
07:44:50 }
07:44:50 
07:44:50 interface SimpleResult extends AbstractResult {};
07:44:50 
07:44:50 class Result1 implements SimpleResult {
07:44:50     public int test() { return 1; }
07:44:50 }
07:44:50 class OtherResult implements AbstractResult {
07:44:50     public int test() { return 2; }
07:44:50 }
07:44:50 
07:44:50 public class SimpleDemo<Request extends AbstractResult, Response extends AbstractResult> 
07:44:50 extends AbstractDemo<Request, Response> {
07:44:50 
07:44:50     @Override
07:44:50     protected SimpleResult test(AbstractResult request) {
07:44:50         return new Result1();
07:44:50     }
07:44:50     
07:44:50     public static void main(String... args) {
07:44:50         AbstractDemo<OtherResult,OtherResult> demo = new SimpleDemo<OtherResult,OtherResult>();
07:44:50         OtherResult result = demo.test(new OtherResult());
07:44:50     }
07:44:50 
07:44:50 }
07:44:50 
07:44:50 ]
07:44:50 
07:44:50 
07:44:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:51 --- javac err: ---
07:44:51 SimpleDemo.java:25: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo
07:44:51 	protected AbstractResult test(AbstractResult request) {
07:44:51 	                         ^
07:44:51   return type requires unchecked conversion from AbstractResult to Response#2
07:44:51   where Request,Response#1,Response#2 are type-variables:
07:44:51     Request extends AbstractResult declared in class AbstractDemo
07:44:51     Response#1 extends AbstractResult declared in class AbstractDemo
07:44:51     Response#2 extends AbstractResult declared in class SimpleDemo
07:44:51 1 warning
07:44:51 
07:44:51 ----------------------------------------
07:44:51 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#testBug536978_comment5 - 12
07:44:51 SimpleDemo.java [
07:44:51 
07:44:51 abstract interface AbstractResult {
07:44:51 	public abstract int test();
07:44:51 }
07:44:51 
07:44:51 abstract class AbstractDemo<Request extends AbstractResult, Response extends AbstractResult> {
07:44:51 	protected abstract Response test(Request request);
07:44:51 
07:44:51 }
07:44:51 
07:44:51 class Result1 implements AbstractResult {
07:44:51 	public int test() {
07:44:51 		return 1;
07:44:51 	}
07:44:51 }
07:44:51 
07:44:51 class OtherResult implements AbstractResult {
07:44:51 	public int test() {
07:44:51 		return 2;
07:44:51 	}
07:44:51 }
07:44:51 
07:44:51 public class SimpleDemo<Request extends AbstractResult, Response extends AbstractResult> extends AbstractDemo<Request, Response> {
07:44:51 	@Override @SuppressWarnings("unchecked")
07:44:51 	protected AbstractResult test(AbstractResult request) {
07:44:51 		return new Result1();
07:44:51 	}
07:44:51 
07:44:51 	public static void main(String... args) {
07:44:51 		AbstractDemo<OtherResult, OtherResult> demo = new SimpleDemo<OtherResult, OtherResult>();
07:44:51 		try {
07:44:51 			OtherResult result = demo.test(new OtherResult());
07:44:51 		} catch (ClassCastException e) {
07:44:51 			System.out.println(e.getMessage());
07:44:51 		}
07:44:51 	}
07:44:51 }
07:44:51 
07:44:51 ]
07:44:51 
07:44:51 
07:44:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:51 ***************************************************************************
07:44:51 * Comparison with Sun Javac compiler for class AnnotationTest (null tests)
07:44:51 ***************************************************************************
07:44:52 
07:44:52 
07:44:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:53 --- javac err: ---
07:44:53 X.java:1: error: annotation @Foo is missing a default value for the element 'value'
07:44:53 public @Foo class X {
07:44:53        ^
07:44:53 1 error
07:44:53 
07:44:53 
07:44:53 
07:44:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:54 --- javac err: ---
07:44:54 Foo.java:2: error: type of element Foo is cyclic
07:44:54 	Bar value();
07:44:54 	    ^
07:44:54 1 error
07:44:54 
07:44:55 --- javac err: ---
07:44:55 X.java:3: error: type of element Nested is cyclic
07:44:55 	N2 nest();
07:44:55 	   ^
07:44:55 1 error
07:44:55 
07:44:55 
07:44:55 
07:44:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:55 --- javac err: ---
07:44:55 Foo.java:2: error: type of element Foo is cyclic
07:44:55 	Foo value();
07:44:55 	    ^
07:44:55 1 error
07:44:55 
07:44:55 
07:44:55 
07:44:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:56 --- javac err: ---
07:44:56 Foo.java:1: error: interface expected here
07:44:56 public @interface Foo extends Object {
07:44:56                               ^
07:44:56 1 error
07:44:56 
07:44:56 
07:44:56 
07:44:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:57 --- javac err: ---
07:44:57 Foo.java:1: error: '{' expected
07:44:57 public @interface Foo implements Cloneable {
07:44:57                      ^
07:44:57 1 error
07:44:57 
07:44:57 
07:44:57 
07:44:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:58 --- javac err: ---
07:44:58 Foo.java:2: error: elements in annotation type declarations cannot declare formal parameters
07:44:58 	String value(int i);
07:44:58 	                 ^
07:44:58 1 error
07:44:58 
07:44:58 
07:44:58 
07:44:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:44:59 --- javac err: ---
07:44:59 Foo.java:2: error: elements in annotation type declarations cannot be generic methods
07:44:59 	<T> T value();
07:44:59 	 ^
07:44:59 Foo.java:2: error: invalid type for annotation type element
07:44:59 	<T> T value();
07:44:59 	    ^
07:44:59 2 errors
07:44:59 
07:44:59 
07:44:59 
07:44:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:00 --- javac err: ---
07:45:00 X.java:3: error: invalid type for annotation type element
07:45:00 	Runnable value();
07:45:00 	^
07:45:00 1 error
07:45:00 
07:45:00 
07:45:00 
07:45:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:00 --- javac err: ---
07:45:00 X.java:3: error: <identifier> expected
07:45:00 	value();
07:45:00 	     ^
07:45:00 1 error
07:45:00 
07:45:00 
07:45:00 
07:45:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:01 --- javac err: ---
07:45:01 X.java:1: error: incompatible types: Object cannot be converted to Annotation
07:45:01 @Object
07:45:01  ^
07:45:01 1 error
07:45:01 
07:45:01 
07:45:01 
07:45:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:02 --- javac err: ---
07:45:02 X.java:1: error: Foo is not a repeatable annotation type
07:45:02 @Foo @Foo
07:45:02      ^
07:45:02 1 error
07:45:02 
07:45:02 
07:45:02 
07:45:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:03 
07:45:03 
07:45:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:04 --- javac err: ---
07:45:04 X.java:1: error: annotation @Foo is missing a default value for the element 'foo'
07:45:04 @Foo("hello") public class X {
07:45:04 ^
07:45:04 1 error
07:45:04 
07:45:04 
07:45:04 
07:45:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:05 --- javac err: ---
07:45:05 X.java:1: error: annotation @Foo is missing a default value for the element 'foo'
07:45:05 @Foo(
07:45:05 ^
07:45:05 1 error
07:45:05 
07:45:05 
07:45:05 
07:45:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:06 
07:45:06 
07:45:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:06 --- javac err: ---
07:45:06 X.java:8: error: cannot find symbol
07:45:06 @Author(@Name(first="Joe",last="Hacker")) 
07:45:06         ^
07:45:06   symbol:   method value()
07:45:06   location: @interface Author
07:45:06 X.java:8: error: annotation @Author is missing a default value for the element 'name'
07:45:06 @Author(@Name(first="Joe",last="Hacker")) 
07:45:06 ^
07:45:06 2 errors
07:45:06 
07:45:06 
07:45:06 
07:45:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:07 --- javac err: ---
07:45:07 X.java:10: error: duplicate element 'last' in annotation @Name.
07:45:07 	@Author(name = @Name(first="Bill", last="Yboy", last="dup")) 
07:45:07 	                                                ^
07:45:07 1 error
07:45:07 
07:45:07 
07:45:07 
07:45:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:08 --- javac err: ---
07:45:08 X.java:6: error: duplicate element 'last' in annotation @Name.
07:45:08 	@Name(first="Bill", last="Yboy", last="dup")
07:45:08 	                                 ^
07:45:08 1 error
07:45:08 
07:45:08 
07:45:08 
07:45:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:09 --- javac err: ---
07:45:09 X.java:2: error: expression not allowed as annotation value
07:45:09 	Class value() default X.clazz();
07:45:09 	                             ^
07:45:09 X.java:6: error: expression not allowed as annotation value
07:45:09 	@Foo( clazz() )
07:45:09 	           ^
07:45:09 X.java:2: warning: [rawtypes] found raw type: Class
07:45:09 	Class value() default X.clazz();
07:45:09 	^
07:45:09   missing type arguments for generic class Class<T>
07:45:09   where T is a type-variable:
07:45:09     T extends Object declared in class Class
07:45:09 X.java:8: warning: [rawtypes] found raw type: Class
07:45:09 	static Class clazz() { return X.class; }
07:45:09 	       ^
07:45:09   missing type arguments for generic class Class<T>
07:45:09   where T is a type-variable:
07:45:09     T extends Object declared in class Class
07:45:09 2 errors
07:45:09 2 warnings
07:45:09 
07:45:09 
07:45:09 
07:45:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:10 --- javac err: ---
07:45:10 X.java:2: error: expression not allowed as annotation value
07:45:10 	int value() default X.val();
07:45:10 	                         ^
07:45:10 X.java:6: error: expression not allowed as annotation value
07:45:10 	@Foo( val() )
07:45:10 	         ^
07:45:10 2 errors
07:45:10 
07:45:10 
07:45:10 
07:45:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:11 --- javac err: ---
07:45:11 X.java:2: error: expression not allowed as annotation value
07:45:11 	String value() default X.val();
07:45:11 	                            ^
07:45:11 X.java:6: error: expression not allowed as annotation value
07:45:11 	@Foo( val() )
07:45:11 	         ^
07:45:11 2 errors
07:45:11 
07:45:11 
07:45:11 
07:45:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:12 --- javac err: ---
07:45:12 X.java:2: error: element value must be a constant expression
07:45:12 	String[] value() default null;
07:45:12 	                         ^
07:45:12 X.java:6: error: element value must be a constant expression
07:45:12 	@Foo( null )
07:45:12 	      ^
07:45:12 2 errors
07:45:12 
07:45:12 
07:45:12 
07:45:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:12 
07:45:12 
07:45:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:14 
07:45:14 
07:45:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:16 
07:45:16 
07:45:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:18 
07:45:18 
07:45:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:20 
07:45:20 
07:45:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:22 
07:45:22 
07:45:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:24 
07:45:24 
07:45:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:26 
07:45:26 
07:45:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:28 
07:45:28 
07:45:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:30 
07:45:30 
07:45:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:32 
07:45:32 
07:45:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:34 
07:45:34 
07:45:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:36 
07:45:36 
07:45:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:37 --- javac err: ---
07:45:37 Foo.java:2: warning: [rawtypes] found raw type: Class
07:45:37 	Class value() default Object.class;
07:45:37 	^
07:45:37   missing type arguments for generic class Class<T>
07:45:37   where T is a type-variable:
07:45:37     T extends Object declared in class Class
07:45:37 1 warning
07:45:37 
07:45:38 
07:45:38 
07:45:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:39 --- javac err: ---
07:45:39 Foo.java:3: warning: [rawtypes] found raw type: Class
07:45:39 	Class type();
07:45:39 	^
07:45:39   missing type arguments for generic class Class<T>
07:45:39   where T is a type-variable:
07:45:39     T extends Object declared in class Class
07:45:39 1 warning
07:45:39 
07:45:40 
07:45:40 
07:45:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:40 --- javac err: ---
07:45:40 Foo.java:3: warning: [rawtypes] found raw type: Class
07:45:40 	Class type();
07:45:40 	^
07:45:40   missing type arguments for generic class Class<T>
07:45:40   where T is a type-variable:
07:45:40     T extends Object declared in class Class
07:45:40 1 warning
07:45:40 
07:45:42 
07:45:42 
07:45:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:42 --- javac err: ---
07:45:42 X.java:2: error: modifier native not allowed here
07:45:42 	native int id() default 0;
07:45:42 	           ^
07:45:42 1 error
07:45:42 
07:45:42 
07:45:42 
07:45:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:43 --- javac err: ---
07:45:43 X.java:2: error: modifier strictfp not allowed here
07:45:43 	strictfp double val() default 0.1;
07:45:43 	                ^
07:45:43 X.java:3: error: modifier synchronized not allowed here
07:45:43 	synchronized String id() default "zero";
07:45:43 	                    ^
07:45:43 2 errors
07:45:43 
07:45:43 
07:45:43 
07:45:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:44 --- javac err: ---
07:45:44 X.java:2: error: = expected
07:45:44 	int[] tab;
07:45:44 	         ^
07:45:44 1 error
07:45:44 
07:45:44 
07:45:44 
07:45:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:45 --- javac err: ---
07:45:45 X.java:2: error: non-static method value() cannot be referenced from a static context
07:45:45 	int[] tab = value();
07:45:45 	            ^
07:45:45 1 error
07:45:45 
07:45:45 
07:45:45 
07:45:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:46 
07:45:46 
07:45:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:47 --- javac err: ---
07:45:47 X.java:2: error: = expected
07:45:47 	int value;
07:45:47 	         ^
07:45:47 1 error
07:45:47 
07:45:47 
07:45:47 
07:45:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:48 --- javac err: ---
07:45:48 X.java:2: error: modifier protected not allowed here
07:45:48 	protected int value = 0;
07:45:48 	              ^
07:45:48 1 error
07:45:48 
07:45:48 
07:45:48 
07:45:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:48 --- javac err: ---
07:45:48 X.java:2: error: incompatible types: possible lossy conversion from long to int
07:45:48     int id () default 10L; 
07:45:48                       ^
07:45:48 X.java:3: error: incompatible types: possible lossy conversion from long to int
07:45:48     int[] ids() default { 10L };
07:45:48                           ^
07:45:48 X.java:4: error: expression not allowed as annotation value
07:45:48     Class cls() default new Object();
07:45:48                         ^
07:45:48 X.java:4: warning: [rawtypes] found raw type: Class
07:45:48     Class cls() default new Object();
07:45:48     ^
07:45:48   missing type arguments for generic class Class<T>
07:45:48   where T is a type-variable:
07:45:48     T extends Object declared in class Class
07:45:48 3 errors
07:45:48 1 warning
07:45:48 
07:45:48 
07:45:48 
07:45:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:49 --- javac err: ---
07:45:49 X.java:10: error: expression not allowed as annotation value
07:45:49     @I(val = bar()) void foo() {
07:45:49                 ^
07:45:49 1 error
07:45:49 
07:45:49 
07:45:49 
07:45:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:50 
07:45:50 
07:45:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:51 --- javac err: ---
07:45:51 X.java:6: error: element value must be a constant expression
07:45:51      @I(value={false, X.class != null }) void foo() {
07:45:51                               ^
07:45:51 1 error
07:45:51 
07:45:51 
07:45:51 
07:45:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:52 --- javac err: ---
07:45:52 X.java:12: error: annotation type not applicable to this kind of declaration
07:45:52 	public @MyAnn void something() { }	
07:45:52 	       ^
07:45:52 1 error
07:45:52 
07:45:52 
07:45:52 
07:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:53 
07:45:53 
07:45:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:54 
07:45:54 
07:45:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:55 
07:45:55 
07:45:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:56 
07:45:56 
07:45:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:57 
07:45:57 
07:45:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:58 
07:45:58 
07:45:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:45:59 
07:45:59 
07:45:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:00 
07:46:00 
07:46:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:01 
07:46:01 
07:46:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:02 
07:46:02 
07:46:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:03 
07:46:03 
07:46:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:04 
07:46:04 
07:46:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:05 
07:46:05 
07:46:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:06 
07:46:06 
07:46:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:07 
07:46:07 
07:46:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:08 --- javac err: ---
07:46:08 X.java:2: warning: [rawtypes] found raw type: Class
07:46:08     Class[] classes();
07:46:08     ^
07:46:08   missing type arguments for generic class Class<T>
07:46:08   where T is a type-variable:
07:46:08     T extends Object declared in class Class
07:46:08 1 warning
07:46:08 
07:46:08 
07:46:08 
07:46:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:09 
07:46:09 
07:46:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:10 --- javac err: ---
07:46:10 X.java:2: error: incompatible types: possible lossy conversion from long to int
07:46:10     int value() default 0L;
07:46:10                         ^
07:46:10 1 error
07:46:10 
07:46:10 
07:46:10 
07:46:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:11 
07:46:11 
07:46:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:12 
07:46:12 
07:46:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:13 --- javac err: ---
07:46:13 X.java:8: error: annotation @I is missing a default value for the element 'obs'
07:46:13     @I(ids = {{1 , 2}, { 3 }}) public void foo(){
07:46:13     ^
07:46:13 X.java:2: error: invalid type for annotation type element
07:46:13     int[][] ids();
07:46:13        ^
07:46:13 X.java:3: error: invalid type for annotation type element
07:46:13     Object[][] obs();
07:46:13           ^
07:46:13 3 errors
07:46:13 
07:46:13 
07:46:13 
07:46:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:13 --- javac err: ---
07:46:13 X.java:7: error: annotation @I is missing a default value for the element 'clone'
07:46:13     @I(hashCode = 0) public void foo(){
07:46:13     ^
07:46:13 X.java:2: error: annotation type Annotation declares an element with the same name as method hashCode()
07:46:13 	int hashCode();
07:46:13 	    ^
07:46:13 X.java:3: error: invalid type for annotation type element
07:46:13 	Object clone();
07:46:13 	^
07:46:13 X.java:3: error: annotation type Object declares an element with the same name as method clone()
07:46:13 	Object clone();
07:46:13 	       ^
07:46:13 4 errors
07:46:13 
07:46:13 
07:46:13 
07:46:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:14 --- javac err: ---
07:46:14 X.java:5: error: no annotation member hashCode in I
07:46:14     @I(hashCode = 0) public void foo(){
07:46:14        ^
07:46:14 1 error
07:46:14 
07:46:14 
07:46:14 
07:46:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:15 --- javac err: ---
07:46:15 X.java:18: warning: [rawtypes] found raw type: Class
07:46:15     Class[] classes() default I.class;
07:46:15     ^
07:46:15   missing type arguments for generic class Class<T>
07:46:15   where T is a type-variable:
07:46:15     T extends Object declared in class Class
07:46:15 1 warning
07:46:15 
07:46:15 
07:46:15 
07:46:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:16 --- javac err: ---
07:46:16 X.java:18: warning: [rawtypes] found raw type: Class
07:46:16     Class _class() default I.class;
07:46:16     ^
07:46:16   missing type arguments for generic class Class<T>
07:46:16   where T is a type-variable:
07:46:16     T extends Object declared in class Class
07:46:16 1 warning
07:46:16 
07:46:17 
07:46:17 
07:46:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:18 --- javac err: ---
07:46:18 X.java:4: error: repeated annotation target
07:46:18 @Target ({FIELD, FIELD})
07:46:18                  ^
07:46:18 X.java:13: error: annotation type not applicable to this kind of declaration
07:46:18 @Tgt( foo = { E.BLEU, E.BLEU}, bar = { 0, 0} )
07:46:18 ^
07:46:18 2 errors
07:46:18 
07:46:18 
07:46:18 
07:46:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:18 --- javac err: ---
07:46:18 X.java:1: error: modifier private not allowed here
07:46:18 private @interface TestAnnot {
07:46:18          ^
07:46:18 1 error
07:46:18 
07:46:18 
07:46:18 
07:46:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:19 --- javac err: ---
07:46:19 X.java:13: error: method does not override or implement a method from a supertype
07:46:19 	@Override
07:46:19 	^
07:46:19 1 error
07:46:19 
07:46:19 
07:46:19 
07:46:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:20 --- javac err: ---
07:46:20 X.java:2: error: <identifier> expected
07:46:20 	X() {}
07:46:20 	 ^
07:46:20 1 error
07:46:20 
07:46:20 
07:46:20 
07:46:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:21 
07:46:21 
07:46:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:22 
07:46:22 
07:46:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:23 
07:46:23 
07:46:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:25 
07:46:25 
07:46:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:27 
07:46:27 
07:46:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:29 
07:46:29 
07:46:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:30 
07:46:30 
07:46:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:31 --- javac err: ---
07:46:31 X.java:4: error: annotation type not applicable to this kind of declaration
07:46:31 @I public class X {}
07:46:31 ^
07:46:31 1 error
07:46:31 
07:46:31 
07:46:31 
07:46:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:32 
07:46:32 
07:46:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:33 --- javac err: ---
07:46:33 X.java:9: error: annotation type not applicable to this kind of declaration
07:46:33 	void foo(@Annot int i) {
07:46:33 	         ^
07:46:33 1 error
07:46:33 
07:46:33 
07:46:33 
07:46:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:34 
07:46:34 
07:46:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:35 
07:46:35 
07:46:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:36 --- javac err: ---
07:46:36 X.java:8: error: annotation type not applicable to this kind of declaration
07:46:36     @Marker static int i = 123;
07:46:36     ^
07:46:36 1 error
07:46:36 
07:46:36 
07:46:36 
07:46:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:37 
07:46:37 
07:46:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:37 --- javac err: ---
07:46:37 X.java:4: error: annotation type not applicable to this kind of declaration
07:46:37 @Inherited
07:46:37 ^
07:46:37 X.java:8: warning: [deprecation] A in unnamed package has been deprecated
07:46:37 class B extends A {
07:46:37                 ^
07:46:37 1 error
07:46:37 1 warning
07:46:37 
07:46:37 
07:46:37 
07:46:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:39 --- javac err: ---
07:46:39 X.java:1: error: annotation type not applicable to this kind of declaration
07:46:39 @I public class X {}
07:46:39 ^
07:46:39 1 error
07:46:39 
07:46:39 
07:46:39 
07:46:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:40 
07:46:40 
07:46:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:41 --- javac err: ---
07:46:41 X.java:18: warning: [rawtypes] found raw type: Class
07:46:41 			Class c = X.class;
07:46:41 			^
07:46:41   missing type arguments for generic class Class<T>
07:46:41   where T is a type-variable:
07:46:41     T extends Object declared in class Class
07:46:41 X.java:21: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
07:46:41 			Method method = c.getMethod("foo", Integer.TYPE, Integer.TYPE, Integer.TYPE);
07:46:41 			                           ^
07:46:41 2 warnings
07:46:41 
07:46:41 
07:46:41 
07:46:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:42 --- javac err: ---
07:46:42 X.java:2: error: = expected
07:46:42 	int id default 0;
07:46:42 	       ^
07:46:42 1 error
07:46:42 
07:46:42 
07:46:42 
07:46:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:43 --- javac err: ---
07:46:43 X.java:2: error: = expected
07:46:43 	int id default 0;
07:46:43 	       ^
07:46:43 1 error
07:46:43 
07:46:43 
07:46:43 
07:46:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:44 --- javac err: ---
07:46:44 X.java:18: warning: [rawtypes] found raw type: Class
07:46:44         Class c();
07:46:44         ^
07:46:44   missing type arguments for generic class Class<T>
07:46:44   where T is a type-variable:
07:46:44     T extends Object declared in class Class
07:46:44 1 warning
07:46:44 
07:46:44 
07:46:44 
07:46:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:45 
07:46:45 
07:46:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:46 --- javac err: ---
07:46:46 X.java:3: error: cannot find symbol
07:46:46 @Target(Element)
07:46:46         ^
07:46:46   symbol: variable Element
07:46:46 1 error
07:46:46 
07:46:46 
07:46:46 
07:46:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:47 
07:46:47 
07:46:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:49 
07:46:49 
07:46:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:50 --- javac err: ---
07:46:50 X.java:13: warning: [rawtypes] found raw type: Class
07:46:50 	Class[] classArrayValue();
07:46:50 	^
07:46:50   missing type arguments for generic class Class<T>
07:46:50   where T is a type-variable:
07:46:50     T extends Object declared in class Class
07:46:50 X.java:25: warning: [rawtypes] found raw type: Class
07:46:50 	Class classValue();
07:46:50 	^
07:46:50   missing type arguments for generic class Class<T>
07:46:50   where T is a type-variable:
07:46:50     T extends Object declared in class Class
07:46:50 2 warnings
07:46:50 
07:46:50 
07:46:50 
07:46:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:51 
07:46:51 
07:46:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:52 --- javac err: ---
07:46:52 X.java:2: error: incompatible types: <null> cannot be converted to int
07:46:52     int[] bar() default null;
07:46:52                         ^
07:46:52 1 error
07:46:52 
07:46:52 
07:46:52 
07:46:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:53 --- javac err: ---
07:46:53 X.java:4: error: incompatible types: <null> cannot be converted to int
07:46:53 @Ann(bar=null) class X {}
07:46:53          ^
07:46:53 1 error
07:46:53 
07:46:53 
07:46:53 
07:46:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:53 --- javac err: ---
07:46:53 X.java:4: error: annotation value must be an annotation
07:46:53     Foo[] foo() default null;
07:46:53                         ^
07:46:53 X.java:7: error: annotation value must be an annotation
07:46:53 @Bar(foo=null)
07:46:53          ^
07:46:53 2 errors
07:46:53 
07:46:53 
07:46:53 
07:46:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:54 --- javac err: ---
07:46:54 X.java:4: error: annotation value must be an annotation
07:46:54     Foo[] foo() default "";
07:46:54                         ^
07:46:54 X.java:7: error: annotation value must be an annotation
07:46:54 @Bar(foo="")
07:46:54          ^
07:46:54 2 errors
07:46:54 
07:46:54 
07:46:54 
07:46:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:55 --- javac err: ---
07:46:55 X.java:21: warning: [rawtypes] found raw type: Class
07:46:55 		Class c = SubKlass.class;
07:46:55 		^
07:46:55   missing type arguments for generic class Class<T>
07:46:55   where T is a type-variable:
07:46:55     T extends Object declared in class Class
07:46:55 X.java:31: warning: [rawtypes] found raw type: Class
07:46:55 			Class[] i = c.getInterfaces();
07:46:55 			^
07:46:55   missing type arguments for generic class Class<T>
07:46:55   where T is a type-variable:
07:46:55     T extends Object declared in class Class
07:46:55 2 warnings
07:46:55 
07:46:55 
07:46:55 
07:46:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:55 
07:46:55 
07:46:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:56 --- javac err: ---
07:46:56 X.java:4: error: cannot find symbol
07:46:56 @Annot(foo1=zzz)
07:46:56             ^
07:46:56   symbol: variable zzz
07:46:56 1 error
07:46:56 
07:46:56 
07:46:56 
07:46:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:57 --- javac err: ---
07:46:57 X.java:4: error: expression not allowed as annotation value
07:46:57 @Annot( foo = new String(){} )
07:46:57               ^
07:46:57 1 error
07:46:57 
07:46:57 
07:46:57 
07:46:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:58 --- javac err: ---
07:46:58 X.java:4: error: cannot find symbol
07:46:58 @Annot( foo = M.class )
07:46:58               ^
07:46:58   symbol: class M
07:46:58 X.java:2: warning: [rawtypes] found raw type: Class
07:46:58 	Class foo();
07:46:58 	^
07:46:58   missing type arguments for generic class Class<T>
07:46:58   where T is a type-variable:
07:46:58     T extends Object declared in class Class
07:46:58 1 error
07:46:58 1 warning
07:46:58 
07:46:58 
07:46:58 
07:46:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:46:59 --- javac err: ---
07:46:59 X.java:5: error: cannot find symbol
07:46:59 @Annot(foo = M.class, bar = baz()+s)
07:46:59              ^
07:46:59   symbol: class M
07:46:59 X.java:5: error: expression not allowed as annotation value
07:46:59 @Annot(foo = M.class, bar = baz()+s)
07:46:59                                  ^
07:46:59 X.java:11: error: cannot select from a type variable
07:46:59 	@Annot(foo = T.class, bar = s)
07:46:59 	              ^
07:46:59 X.java:11: error: element value must be a constant expression
07:46:59 	@Annot(foo = T.class, bar = s)
07:46:59 	                            ^
07:46:59 X.java:2: warning: [rawtypes] found raw type: Class
07:46:59 	Class foo();
07:46:59 	^
07:46:59   missing type arguments for generic class Class<T>
07:46:59   where T is a type-variable:
07:46:59     T extends Object declared in class Class
07:46:59 4 errors
07:46:59 1 warning
07:46:59 
07:46:59 
07:46:59 
07:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:00 --- javac err: ---
07:47:00 Y.java:3: error: cannot find symbol
07:47:00 	Zork z;
07:47:00 	^
07:47:00   symbol:   class Zork
07:47:00   location: class Y
07:47:00 Y.java:2: warning: [deprecation] X in unnamed package has been deprecated
07:47:00 	X x;
07:47:00 	^
07:47:00 1 error
07:47:00 1 warning
07:47:00 
07:47:00 
07:47:00 
07:47:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:01 --- javac err: ---
07:47:01 Y.java:3: error: cannot find symbol
07:47:01 	Zork z;
07:47:01 	^
07:47:01   symbol:   class Zork
07:47:01   location: class Y
07:47:01 Y.java:2: warning: [deprecation] X in unnamed package has been deprecated
07:47:01 	X x;
07:47:01 	^
07:47:01 1 error
07:47:01 1 warning
07:47:01 
07:47:01 
07:47:01 
07:47:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:01 --- javac err: ---
07:47:01 Y.java:3: error: cannot find symbol
07:47:01 	Zork z;
07:47:01 	^
07:47:01   symbol:   class Zork
07:47:01   location: class Y
07:47:01 1 error
07:47:01 
07:47:01 
07:47:01 
07:47:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:02 --- javac err: ---
07:47:02 Y.java:3: error: cannot find symbol
07:47:02 	Zork z;
07:47:02 	^
07:47:02   symbol:   class Zork
07:47:02   location: class Y
07:47:02 Y.java:1: warning: [deprecation] X in unnamed package has been deprecated
07:47:02 public class Y extends X {
07:47:02                        ^
07:47:02 1 error
07:47:02 1 warning
07:47:02 
07:47:02 
07:47:02 
07:47:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:03 --- javac err: ---
07:47:03 Y.java:3: error: cannot find symbol
07:47:03 	Zork z;
07:47:03 	^
07:47:03   symbol:   class Zork
07:47:03   location: class Y
07:47:03 Y.java:1: warning: [deprecation] X in unnamed package has been deprecated
07:47:03 public class Y extends X {
07:47:03                        ^
07:47:03 1 error
07:47:03 1 warning
07:47:03 
07:47:03 
07:47:03 
07:47:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:04 --- javac err: ---
07:47:04 X.java:11: error: cannot find symbol
07:47:04   Zork z;
07:47:04   ^
07:47:04   symbol:   class Zork
07:47:04   location: class X
07:47:04 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
07:47:04 	public static class Y {
07:47:04 	              ^
07:47:04 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
07:47:04 	int i;
07:47:04 	    ^
07:47:04 X.java:9: warning: [dep-ann] deprecated item is not annotated with @Deprecated
07:47:04 	public void flag() {}
07:47:04 	            ^
07:47:04 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
07:47:04 public class X {
07:47:04        ^
07:47:04 1 error
07:47:04 4 warnings
07:47:04 
07:47:04 
07:47:04 
07:47:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:05 --- javac err: ---
07:47:05 X.java:20: warning: [rawtypes] found raw type: Class
07:47:05            Method method = X.class.getDeclaredMethod("aMethod", new Class[]{});
07:47:05                                                                     ^
07:47:05   missing type arguments for generic class Class<T>
07:47:05   where T is a type-variable:
07:47:05     T extends Object declared in class Class
07:47:05 1 warning
07:47:05 
07:47:05 
07:47:05 
07:47:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:06 --- javac err: ---
07:47:06 X.java:13: error: cannot find symbol
07:47:06   Zork z;
07:47:06   ^
07:47:06   symbol:   class Zork
07:47:06   location: class X
07:47:06 1 error
07:47:06 
07:47:06 
07:47:06 
07:47:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:07 --- javac err: ---
07:47:07 X.java:13: error: cannot find symbol
07:47:07   Zork z;
07:47:07   ^
07:47:07   symbol:   class Zork
07:47:07   location: class X
07:47:07 1 error
07:47:07 
07:47:07 
07:47:07 
07:47:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:08 
07:47:08 
07:47:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:08 --- javac err: ---
07:47:08 X.java:2: error: = expected
07:47:08    Zork z;
07:47:08          ^
07:47:08 1 error
07:47:08 
07:47:08 
07:47:08 
07:47:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:09 --- javac err: ---
07:47:09 Y.java:4: error: cannot find symbol
07:47:09    Zork z;
07:47:09    ^
07:47:09   symbol:   class Zork
07:47:09   location: class Y
07:47:09 Y.java:1: warning: [deprecation] X in unnamed package has been deprecated
07:47:09 public class Y extends X {
07:47:09                        ^
07:47:09 1 error
07:47:09 1 warning
07:47:09 
07:47:09 
07:47:09 
07:47:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:10 --- javac err: ---
07:47:10 X.java:11: error: cannot find symbol
07:47:10    Zork z;
07:47:10    ^
07:47:10   symbol:   class Zork
07:47:10   location: class X
07:47:10 X.java:4: warning: [rawtypes] found raw type: List
07:47:10     void foo(List list) {
07:47:10              ^
07:47:10   missing type arguments for generic class List<E>
07:47:10   where E is a type-variable:
07:47:10     E extends Object declared in interface List
07:47:10 X.java:5: warning: [unchecked] unchecked conversion
07:47:10         List<String> ls1 = list;
07:47:10                            ^
07:47:10   required: List<String>
07:47:10   found:    List
07:47:10 1 error
07:47:10 2 warnings
07:47:10 
07:47:10 
07:47:10 
07:47:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:11 --- javac err: ---
07:47:11 X.java:7: error: cannot find symbol
07:47:11    Zork z;
07:47:11    ^
07:47:11   symbol:   class Zork
07:47:11   location: class X
07:47:11 X.java:5: warning: [rawtypes] found raw type: HashMap
07:47:11 		Map<String, String>[] map = new HashMap[10];
07:47:11 		                                ^
07:47:11   missing type arguments for generic class HashMap<K,V>
07:47:11   where K,V are type-variables:
07:47:11     K extends Object declared in class HashMap
07:47:11     V extends Object declared in class HashMap
07:47:11 1 error
07:47:11 1 warning
07:47:11 
07:47:11 
07:47:11 
07:47:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:12 
07:47:12 
07:47:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:13 --- javac err: ---
07:47:13 X.java:4: error: cannot find symbol
07:47:13     Zork z;
07:47:13     ^
07:47:13   symbol:   class Zork
07:47:13   location: class X
07:47:13 1 error
07:47:13 
07:47:13 
07:47:13 
07:47:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:14 --- javac err: ---
07:47:14 X.java:7: warning: [deprecation] deprecated() in W has been deprecated
07:47:14 		W.deprecated();
07:47:14 		 ^
07:47:14 X.java:8: warning: [rawtypes] found raw type: Vector
07:47:14 		List<X> l = new Vector();
07:47:14 		                ^
07:47:14   missing type arguments for generic class Vector<E>
07:47:14   where E is a type-variable:
07:47:14     E extends Object declared in class Vector
07:47:14 X.java:8: warning: [unchecked] unchecked conversion
07:47:14 		List<X> l = new Vector();
07:47:14 		            ^
07:47:14   required: List<X>
07:47:14   found:    Vector
07:47:14 X.java:18: warning: [serial] serializable class X.S has no definition of serialVersionUID
07:47:14 	class S implements Serializable {
07:47:14 	^
07:47:14 X.java:14: warning: [finally] finally clause cannot complete normally
07:47:14 		}
07:47:14 		^
07:47:14 5 warnings
07:47:14 
07:47:14 
07:47:14 
07:47:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:15 --- javac err: ---
07:47:15 X.java:24: error: cannot find symbol
07:47:15 		Zork dummy;
07:47:15 		^
07:47:15   symbol:   class Zork
07:47:15   location: class X.S
07:47:15 1 error
07:47:15 
07:47:15 
07:47:15 
07:47:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:16 --- javac err: ---
07:47:16 X.java:29: error: cannot find symbol
07:47:16 		Zork dummy;
07:47:16 		^
07:47:16   symbol:   class Zork
07:47:16   location: class X.S
07:47:16 1 error
07:47:16 
07:47:16 
07:47:16 
07:47:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:17 --- javac err: ---
07:47:17 X.java:2: error: class, interface, or enum expected
07:47:17 import java.util.List;
07:47:17 ^
07:47:17 1 error
07:47:17 
07:47:17 
07:47:17 
07:47:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:18 --- javac err: ---
07:47:18 X.java:7: error: cannot find symbol
07:47:18 		Zork z;
07:47:18 		^
07:47:18   symbol:   class Zork
07:47:18   location: class X
07:47:18 1 error
07:47:18 
07:47:18 
07:47:18 
07:47:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:19 --- javac err: ---
07:47:19 X.java:8: warning: [deprecation] deprecated() in W has been deprecated
07:47:19 		W.deprecated();
07:47:19 		 ^
07:47:19 X.java:9: warning: [rawtypes] found raw type: Vector
07:47:19 		List<X> l = new Vector();
07:47:19 		                ^
07:47:19   missing type arguments for generic class Vector<E>
07:47:19   where E is a type-variable:
07:47:19     E extends Object declared in class Vector
07:47:19 X.java:9: warning: [unchecked] unchecked conversion
07:47:19 		List<X> l = new Vector();
07:47:19 		            ^
07:47:19   required: List<X>
07:47:19   found:    Vector
07:47:19 X.java:16: error: cannot find symbol
07:47:19 		Zork z;
07:47:19 		^
07:47:19   symbol:   class Zork
07:47:19   location: class X
07:47:19 X.java:19: warning: [serial] serializable class X.S has no definition of serialVersionUID
07:47:19 	class S implements Serializable {
07:47:19 	^
07:47:19 1 error
07:47:19 4 warnings
07:47:19 
07:47:19 
07:47:19 
07:47:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:20 --- javac err: ---
07:47:20 X.java:3: error: cannot find symbol
07:47:20 	Zork z;
07:47:20 	^
07:47:20   symbol:   class Zork
07:47:20   location: class X
07:47:20 1 error
07:47:20 
07:47:20 
07:47:20 
07:47:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:21 --- javac err: ---
07:47:21 X.java:3: error: cannot find symbol
07:47:21 	Zork z;
07:47:21 	^
07:47:21   symbol:   class Zork
07:47:21   location: class X
07:47:21 1 error
07:47:21 
07:47:21 
07:47:21 
07:47:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:22 --- javac err: ---
07:47:22 X.java:5: error: static methods cannot be annotated with @Override
07:47:22   @Override
07:47:22   ^
07:47:22 1 error
07:47:22 
07:47:22 
07:47:22 
07:47:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:22 --- javac err: ---
07:47:22 X.java:13: error: generic array creation
07:47:22 		Class<? extends Throwable>[] c1 = {};
07:47:22 		                                  ^
07:47:22 X.java:14: error: generic array creation
07:47:22 		Class<? super Throwable>[] c2 = {};
07:47:22 		                                ^
07:47:22 2 errors
07:47:22 
07:47:22 
07:47:22 
07:47:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:23 --- javac err: ---
07:47:23 p/OldStuff.java:6: error: cannot find symbol
07:47:23   Zork z;
07:47:23   ^
07:47:23   symbol:   class Zork
07:47:23   location: class OldStuff
07:47:23 1 error
07:47:23 
07:47:23 
07:47:23 
07:47:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:24 --- javac err: ---
07:47:24 p/OldStuff.java:6: error: cannot find symbol
07:47:24   Zork z;
07:47:24   ^
07:47:24   symbol:   class Zork
07:47:24   location: class OldStuff
07:47:24 1 error
07:47:24 
07:47:24 
07:47:24 
07:47:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:25 
07:47:25 
07:47:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:26 --- javac err: ---
07:47:26 p/OldStuff.java:6: error: cannot find symbol
07:47:26   Zork z;
07:47:26   ^
07:47:26   symbol:   class Zork
07:47:26   location: class OldStuff
07:47:26 X.java:1: warning: [deprecation] OldStuff in p has been deprecated
07:47:26 public class X extends p.OldStuff {
07:47:26                         ^
07:47:26 1 error
07:47:26 1 warning
07:47:26 
07:47:26 
07:47:26 
07:47:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:27 --- javac err: ---
07:47:27 X.java:3: error: cannot find symbol
07:47:27 	Zork z;
07:47:27 	^
07:47:27   symbol:   class Zork
07:47:27   location: class X
07:47:27 X.java:38: error: package junit.framework does not exist
07:47:27 	public static junit.framework.Test suite() {
07:47:27 	                             ^
07:47:27 X.java:34: warning: [unchecked] unchecked conversion
07:47:27 		List<Exception> problems= new TestIntrospector(EverythingWrong.class).validateTestMethods();
07:47:27 		                                                                                         ^
07:47:27   required: List<Exception>
07:47:27   found:    List
07:47:27 X.java:50: warning: [rawtypes] found raw type: Class
07:47:27 	TestIntrospector(Class c) {}
07:47:27 	                 ^
07:47:27   missing type arguments for generic class Class<T>
07:47:27   where T is a type-variable:
07:47:27     T extends Object declared in class Class
07:47:27 X.java:51: warning: [rawtypes] found raw type: List
07:47:27 	List validateTestMethods() { return null; }
07:47:27 	^
07:47:27   missing type arguments for generic class List<E>
07:47:27   where E is a type-variable:
07:47:27     E extends Object declared in interface List
07:47:27 2 errors
07:47:27 3 warnings
07:47:27 
07:47:27 
07:47:27 
07:47:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:28 --- javac err: ---
07:47:28 X.java:8: error: illegal forward reference
07:47:28   @Annot(foo=zzz, bar = yyy)
07:47:28              ^
07:47:28 1 error
07:47:28 
07:47:28 
07:47:28 
07:47:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:29 
07:47:29 
07:47:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:30 
07:47:30 
07:47:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:31 --- javac err: ---
07:47:31 X.java:3: error: annotation type declaration not allowed here
07:47:31 		 @interface Bar {
07:47:31 		  ^
07:47:31 1 error
07:47:31 
07:47:31 
07:47:31 
07:47:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:31 --- javac err: ---
07:47:31 X.java:6: error: element value must be a constant expression
07:47:31 		@Annot(foo = kkk)
07:47:31 		             ^
07:47:31 1 error
07:47:31 
07:47:31 
07:47:31 
07:47:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:32 
07:47:32 
07:47:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:33 
07:47:33 
07:47:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:34 
07:47:34 
07:47:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:35 
07:47:35 
07:47:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:36 
07:47:36 
07:47:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:37 
07:47:37 
07:47:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:38 
07:47:38 
07:47:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:38 
07:47:38 
07:47:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:39 --- javac err: ---
07:47:39 X.java:6: warning: unreachable catch clause
07:47:39 		} catch(AX e) {
07:47:39 		  ^
07:47:39   thrown type BX has already been caught
07:47:39 1 warning
07:47:39 
07:47:39 
07:47:39 
07:47:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:40 
07:47:40 
07:47:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:40 
07:47:40 
07:47:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:40 
07:47:40 
07:47:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:41 
07:47:41 
07:47:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:41 
07:47:41 
07:47:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:42 --- javac err: ---
07:47:42 Y.java:1: error: cannot find symbol
07:47:42 public class Y extends Zork {
07:47:42                        ^
07:47:42   symbol: class Zork
07:47:42 1 error
07:47:42 
07:47:42 
07:47:42 
07:47:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:43 
07:47:43 
07:47:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:43 
07:47:43 
07:47:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:44 --- javac err: ---
07:47:44 X.java:32: warning: [rawtypes] found raw type: Class
07:47:44 	Class classValue() default EnumClass.class;
07:47:44 	^
07:47:44   missing type arguments for generic class Class<T>
07:47:44   where T is a type-variable:
07:47:44     T extends Object declared in class Class
07:47:44 X.java:44: warning: [rawtypes] found raw type: Class
07:47:44 	Class[] classArrayValue() default {X.class, EnumClass.class};
07:47:44 	^
07:47:44   missing type arguments for generic class Class<T>
07:47:44   where T is a type-variable:
07:47:44     T extends Object declared in class Class
07:47:44 X.java:174: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:47:44 	public X(@ParameterAnnotation(value="ParameterAnnotation") @Deprecated() String param1, @ParameterAnnotation(value="ParameterAnnotation") String param2) {
07:47:44 	                                                                                ^
07:47:44 X.java:238: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:47:44 	public void method(@ParameterAnnotation(value="ParameterAnnotation") @Deprecated() String param1, @ParameterAnnotation(value="ParameterAnnotation") String param2){
07:47:44 	                                                                                          ^
07:47:44 4 warnings
07:47:44 
07:47:44 
07:47:44 
07:47:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:45 --- javac err: ---
07:47:45 X.java:2: error: invalid method declaration; return type required
07:47:45 	public foo(@Deprecated() String s) {
07:47:45 	       ^
07:47:45 1 error
07:47:45 
07:47:45 
07:47:45 
07:47:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:46 --- javac err: ---
07:47:46 X.java:2: error: method does not override or implement a method from a supertype
07:47:46 	@Override I clone();
07:47:46 	^
07:47:46 1 error
07:47:46 
07:47:46 
07:47:46 
07:47:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:47 
07:47:47 
07:47:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:48 --- javac err: ---
07:47:48 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
07:47:48 public class X extends Exception {
07:47:48        ^
07:47:48 1 warning
07:47:48 
07:47:48 
07:47:48 
07:47:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:48 
07:47:48 
07:47:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:49 
07:47:49 
07:47:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:49 
07:47:49 
07:47:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:50 
07:47:50 
07:47:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:51 
07:47:51 
07:47:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:52 
07:47:52 
07:47:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:53 --- javac err: ---
07:47:53 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
07:47:53   public static final Integer zzz = new Integer(0);
07:47:53                                     ^
07:47:53 1 warning
07:47:53 
07:47:53 
07:47:53 
07:47:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:54 
07:47:54 
07:47:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:55 
07:47:55 
07:47:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:56 --- javac err: ---
07:47:56 X.java:7: warning: [rawtypes] found raw type: Class
07:47:56     Class c = X.class;
07:47:56     ^
07:47:56   missing type arguments for generic class Class<T>
07:47:56   where T is a type-variable:
07:47:56     T extends Object declared in class Class
07:47:56 1 warning
07:47:56 
07:47:56 
07:47:56 
07:47:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:57 --- javac err: ---
07:47:57 X.java:7: warning: [rawtypes] found raw type: Class
07:47:57     Class c = X.class;
07:47:57     ^
07:47:57   missing type arguments for generic class Class<T>
07:47:57   where T is a type-variable:
07:47:57     T extends Object declared in class Class
07:47:57 1 warning
07:47:57 
07:47:57 
07:47:57 
07:47:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:58 --- javac err: ---
07:47:58 Y.java:6: error: cannot find symbol
07:47:58 	public void initialize(Zork z, String s) {
07:47:58 	                       ^
07:47:58   symbol:   class Zork
07:47:58   location: class Y
07:47:58 Y.java:9: error: cannot find symbol
07:47:58 	public void initialize(Zork z, String s, Thread t) {
07:47:58 	                       ^
07:47:58   symbol:   class Zork
07:47:58   location: class Y
07:47:58 Y.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
07:47:58 	public void initialize(Zork z, String s) {
07:47:58 	            ^
07:47:58 2 errors
07:47:58 1 warning
07:47:58 
07:47:58 
07:47:58 
07:47:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:58 --- javac err: ---
07:47:58 Y.java:6: error: cannot find symbol
07:47:58 	public Zork initialize;
07:47:58 	       ^
07:47:58   symbol:   class Zork
07:47:58   location: class Y
07:47:58 X.java:3: warning: [deprecation] initialize in Y has been deprecated
07:47:58 		int i = y.initialize;
07:47:58 		         ^
07:47:58 Y.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
07:47:58 	public Zork initialize;
07:47:58 	            ^
07:47:58 1 error
07:47:58 2 warnings
07:47:58 
07:47:58 
07:47:58 
07:47:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:47:59 --- javac err: ---
07:47:59 Y.java:6: error: cannot find symbol
07:47:59 	public class initialize extends Zork {
07:47:59 	                                ^
07:47:59   symbol:   class Zork
07:47:59   location: class Y
07:47:59 X.java:3: warning: [deprecation] Y.initialize in Y has been deprecated
07:47:59 		Y.initialize i;
07:47:59 		 ^
07:47:59 Y.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
07:47:59 	public class initialize extends Zork {
07:47:59 	       ^
07:47:59 1 error
07:47:59 2 warnings
07:47:59 
07:47:59 
07:47:59 
07:47:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:00 --- javac err: ---
07:48:00 X.java:4: warning: [deprecation] A in p has been deprecated
07:48:00 	void foo(A a) {
07:48:00 	         ^
07:48:00 X.java:5: error: cannot find symbol
07:48:00 		Zork z;
07:48:00 		^
07:48:00   symbol:   class Zork
07:48:00   location: class X
07:48:00 X.java:10: warning: [deprecation] A in p has been deprecated
07:48:00 	A a;
07:48:00 	^
07:48:00 1 error
07:48:00 2 warnings
07:48:00 
07:48:00 
07:48:00 
07:48:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:01 --- javac err: ---
07:48:01 p1/X.java:5: error: cannot find symbol
07:48:01 		Zork z;
07:48:01 		^
07:48:01   symbol:   class Zork
07:48:01   location: class X.Y
07:48:01 1 error
07:48:01 
07:48:01 
07:48:01 
07:48:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:02 --- javac err: ---
07:48:02 p1/X.java:5: error: cannot find symbol
07:48:02 	Zork z;
07:48:02 	^
07:48:02   symbol:   class Zork
07:48:02   location: class X
07:48:02 1 error
07:48:02 
07:48:02 
07:48:02 
07:48:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:03 --- javac err: ---
07:48:03 X.java:4: error: 'new' not allowed in an annotation
07:48:03 @A1(values = new int[] { 1, 2 })
07:48:03                  ^
07:48:03 1 error
07:48:03 
07:48:03 
07:48:03 
07:48:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:05 --- javac err: ---
07:48:05 ./A2.class: warning: Cannot find annotation method 'm2()' in type 'A1'
07:48:05 1 warning
07:48:05 
07:48:05 
07:48:05 
07:48:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:08 --- javac err: ---
07:48:08 /tmp/comptest/run.1584180334688/regression/bin2/X.class: warning: Cannot find annotation method 'value()' in type 'A': class file for A not found
07:48:08 1 warning
07:48:08 
07:48:08 
07:48:08 
07:48:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:11 --- javac err: ---
07:48:11 /tmp/comptest/run.1584180334688/regression/bin2/X.class: warning: Cannot find annotation method 'value()' in type 'A': class file for A not found
07:48:11 1 warning
07:48:11 
07:48:11 
07:48:11 
07:48:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:12 
07:48:12 
07:48:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:13 --- javac err: ---
07:48:13 A.java:2: error: type of element A is cyclic
07:48:13 	A circular1();
07:48:13 	  ^
07:48:13 1 error
07:48:13 
07:48:14 --- javac err: ---
07:48:14 A.java:2: error: type of element A is cyclic
07:48:14 	B circular2();
07:48:14 	  ^
07:48:14 A.java:3: error: type of element A is cyclic
07:48:14 	A circular1();
07:48:14 	  ^
07:48:14 2 errors
07:48:14 
07:48:15 --- javac err: ---
07:48:15 A.java:2: error: type of element A is cyclic
07:48:15 	A circular1();
07:48:15 	  ^
07:48:15 A.java:3: error: type of element A is cyclic
07:48:15 	B circular2();
07:48:15 	  ^
07:48:15 2 errors
07:48:15 
07:48:15 
07:48:15 
07:48:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:16 --- javac err: ---
07:48:16 X.java:5: error: annotation type not applicable to this kind of declaration
07:48:16 	@Override
07:48:16 	^
07:48:16 X.java:8: error: static methods cannot be annotated with @Override
07:48:16     @Override
07:48:16     ^
07:48:16 2 errors
07:48:16 
07:48:16 
07:48:16 
07:48:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:16 --- javac err: ---
07:48:16 X.java:9: error: cannot find symbol
07:48:16 	Zork z;
07:48:16 	^
07:48:16   symbol:   class Zork
07:48:16   location: class X
07:48:16 X.java:7: warning: [cast] redundant cast to String
07:48:16 		String s = (String) "hello";
07:48:16 		           ^
07:48:16 1 error
07:48:16 1 warning
07:48:16 
07:48:16 
07:48:16 
07:48:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:17 --- javac err: ---
07:48:17 X.java:5: error: an enum annotation value must be an enum constant
07:48:17     public MyEnum theValue() default null;
07:48:17                                      ^
07:48:17 1 error
07:48:17 
07:48:17 
07:48:17 
07:48:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:18 --- javac err: ---
07:48:18 p/X.java:3: error: method does not override or implement a method from a supertype
07:48:18 	@Override
07:48:18 	^
07:48:18 1 error
07:48:18 
07:48:18 
07:48:18 
07:48:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:19 --- javac err: ---
07:48:19 X.java:5: error: annotation value not of an allowable type
07:48:19 @Anno(b = {})
07:48:19           ^
07:48:19 X.java:7: error: incompatible types: int cannot be converted to String
07:48:19 	@Anno(c = { 0 })
07:48:19 	            ^
07:48:19 2 errors
07:48:19 
07:48:19 
07:48:19 
07:48:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:20 
07:48:20 
07:48:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:21 --- javac err: ---
07:48:21 X.java:2: error: annotation type Object declares an element with the same name as method clone()
07:48:21   int clone();
07:48:21       ^
07:48:21 X.java:3: error: annotation type Object declares an element with the same name as method finalize()
07:48:21   String finalize();
07:48:21          ^
07:48:21 X.java:4: error: getClass() in X cannot override getClass() in Object
07:48:21   boolean getClass();
07:48:21           ^
07:48:21   overridden method is final
07:48:21 X.java:5: error: notify() in X cannot override notify() in Object
07:48:21   long notify();
07:48:21        ^
07:48:21   overridden method is final
07:48:21 X.java:6: error: notifyAll() in X cannot override notifyAll() in Object
07:48:21   double notifyAll();
07:48:21          ^
07:48:21   overridden method is final
07:48:21 X.java:7: error: wait() in X cannot override wait() in Object
07:48:21   float wait();
07:48:21         ^
07:48:21   overridden method is final
07:48:21 6 errors
07:48:21 
07:48:21 
07:48:21 
07:48:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:22 --- javac err: ---
07:48:22 X.java:2: error: annotation type Annotation declares an element with the same name as method hashCode()
07:48:22   char hashCode();
07:48:22        ^
07:48:22 X.java:3: error: annotation type Annotation declares an element with the same name as method annotationType()
07:48:22   int annotationType();
07:48:22       ^
07:48:22 X.java:4: warning: [rawtypes] found raw type: Class
07:48:22   Class toString();
07:48:22   ^
07:48:22   missing type arguments for generic class Class<T>
07:48:22   where T is a type-variable:
07:48:22     T extends Object declared in class Class
07:48:22 X.java:4: error: annotation type Annotation declares an element with the same name as method toString()
07:48:22   Class toString();
07:48:22         ^
07:48:22 3 errors
07:48:22 1 warning
07:48:22 
07:48:22 
07:48:22 
07:48:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:23 --- javac err: ---
07:48:23 X.java:4: error: cannot find symbol
07:48:23  private NonExisting bar;
07:48:23          ^
07:48:23   symbol:   class NonExisting
07:48:23   location: class X
07:48:23 X.java:2: error: cannot find symbol
07:48:23  @Ann(m=Object)
07:48:23         ^
07:48:23   symbol:   variable Object
07:48:23   location: class X
07:48:23 2 errors
07:48:23 
07:48:23 
07:48:23 
07:48:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:24 --- javac err: ---
07:48:24 X.java:4: error: cannot find symbol
07:48:24 	private NonExisting bar(){}
07:48:24 	        ^
07:48:24   symbol:   class NonExisting
07:48:24   location: class X
07:48:24 X.java:2: error: expression not allowed as annotation value
07:48:24 	@Ann(m=Object())
07:48:24 	             ^
07:48:24 2 errors
07:48:24 
07:48:24 
07:48:24 
07:48:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:24 --- javac err: ---
07:48:24 X.java:4: error: cannot find symbol
07:48:24 	private NonExisting bar(NonExisting ne){}
07:48:24 	                        ^
07:48:24   symbol:   class NonExisting
07:48:24   location: class X
07:48:24 X.java:4: error: cannot find symbol
07:48:24 	private NonExisting bar(NonExisting ne){}
07:48:24 	        ^
07:48:24   symbol:   class NonExisting
07:48:24   location: class X
07:48:24 X.java:2: error: expression not allowed as annotation value
07:48:24 	@Ann(m=bar(null))
07:48:24 	          ^
07:48:24 3 errors
07:48:24 
07:48:24 
07:48:24 
07:48:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:25 --- javac err: ---
07:48:25 X.java:4: error: cannot find symbol
07:48:25 	private NonExisting bar(NonExisting ne){}
07:48:25 	                        ^
07:48:25   symbol:   class NonExisting
07:48:25   location: class X
07:48:25 X.java:4: error: cannot find symbol
07:48:25 	private NonExisting bar(NonExisting ne){}
07:48:25 	        ^
07:48:25   symbol:   class NonExisting
07:48:25   location: class X
07:48:25 X.java:2: error: expression not allowed as annotation value
07:48:25 	@Ann(m=foo())
07:48:25 	          ^
07:48:25 3 errors
07:48:25 
07:48:25 
07:48:25 
07:48:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:26 --- javac err: ---
07:48:26 X.java:4: error: cannot find symbol
07:48:26 	private NonExisting bar(){}
07:48:26 	        ^
07:48:26   symbol:   class NonExisting
07:48:26   location: class X
07:48:26 X.java:2: error: expression not allowed as annotation value
07:48:26 	@Ann(m=bar())
07:48:26 	          ^
07:48:26 2 errors
07:48:26 
07:48:26 
07:48:26 
07:48:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:27 --- javac err: ---
07:48:27 X.java:3: error: cannot find symbol
07:48:27  private NonExisting foo;
07:48:27          ^
07:48:27   symbol:   class NonExisting
07:48:27   location: class X
07:48:27 X.java:4: error: cannot find symbol
07:48:27  private NonExisting bar;
07:48:27          ^
07:48:27   symbol:   class NonExisting
07:48:27   location: class X
07:48:27 2 errors
07:48:27 
07:48:27 
07:48:27 
07:48:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:28 --- javac err: ---
07:48:28 X.java:9: error: an enum annotation value must be an enum constant
07:48:28 @MyAnnotation(X.FOO) class MyClass {
07:48:28                ^
07:48:28 1 error
07:48:28 
07:48:28 
07:48:28 
07:48:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:29 --- javac err: ---
07:48:29 X.java:9: error: an enum annotation value must be an enum constant
07:48:29 @MyAnnotation(value=X.FOO) class MyClass {
07:48:29                      ^
07:48:29 1 error
07:48:29 
07:48:29 
07:48:29 
07:48:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:30 --- javac err: ---
07:48:30 X.java:9: error: an enum annotation value must be an enum constant
07:48:30 @MyAnnotation(value= { X.FOO }) class MyClass {
07:48:30                         ^
07:48:30 1 error
07:48:30 
07:48:30 
07:48:30 
07:48:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:31 --- javac err: ---
07:48:31 X.java:9: error: an enum annotation value must be an enum constant
07:48:31 @MyAnnotation(value= { null }) class MyClass {
07:48:31                        ^
07:48:31 1 error
07:48:31 
07:48:31 
07:48:31 
07:48:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:32 --- javac err: ---
07:48:32 X.java:12: error: incompatible types: MyEnum[] cannot be converted to MyEnum
07:48:32        @MyAnnotation(values=myValues) 
07:48:32                             ^
07:48:32 X.java:16: warning: [rawtypes] found raw type: Class
07:48:32                 MyAnnotation sluck = X.class.getMethod("dothetrick", new Class[0]).getAnnotation(MyAnnotation.class);
07:48:32                                                                          ^
07:48:32   missing type arguments for generic class Class<T>
07:48:32   where T is a type-variable:
07:48:32     T extends Object declared in class Class
07:48:32 1 error
07:48:32 1 warning
07:48:32 
07:48:32 
07:48:32 
07:48:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:33 --- javac err: ---
07:48:33 X.java:9: error: incompatible types: int[] cannot be converted to int
07:48:33        @MyAnnotation(values=myValues) 
07:48:33                             ^
07:48:33 X.java:13: warning: [rawtypes] found raw type: Class
07:48:33                 MyAnnotation sluck = X.class.getMethod("dothetrick", new Class[0]).getAnnotation(MyAnnotation.class);
07:48:33                                                                          ^
07:48:33   missing type arguments for generic class Class<T>
07:48:33   where T is a type-variable:
07:48:33     T extends Object declared in class Class
07:48:33 1 error
07:48:33 1 warning
07:48:33 
07:48:33 
07:48:33 
07:48:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:33 
07:48:33 
07:48:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:34 
07:48:34 
07:48:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:35 --- javac err: ---
07:48:35 X.java:3: warning: [rawtypes] found raw type: MyConstructor
07:48:35   void bar(MyConstructor constructor, Class<Ann> ann) {
07:48:35            ^
07:48:35   missing type arguments for generic class MyConstructor<V>
07:48:35   where V is a type-variable:
07:48:35     V extends Object declared in class MyConstructor
07:48:35 X.java:4: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type MyConstructor
07:48:35     constructor.getAnnotation(ann).message();
07:48:35                              ^
07:48:35   where T is a type-variable:
07:48:35     T extends Annotation declared in method <T>getAnnotation(Class<T>)
07:48:35 X.java:4: error: cannot find symbol
07:48:35     constructor.getAnnotation(ann).message();
07:48:35                                   ^
07:48:35   symbol:   method message()
07:48:35   location: interface Annotation
07:48:35 1 error
07:48:35 2 warnings
07:48:35 
07:48:35 
07:48:35 
07:48:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:35 
07:48:35 
07:48:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:36 --- javac err: ---
07:48:36 X.java:4: warning: [rawtypes] found raw type: Constructor
07:48:36   void bar(Constructor constructor, Class<Ann> ann) {
07:48:36            ^
07:48:36   missing type arguments for generic class Constructor<T>
07:48:36   where T is a type-variable:
07:48:36     T extends Object declared in class Constructor
07:48:36 X.java:5: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
07:48:36     constructor.getAnnotation(ann).message();
07:48:36                              ^
07:48:36   where T is a type-variable:
07:48:36     T extends Annotation declared in method <T>getAnnotation(Class<T>)
07:48:36 X.java:5: error: cannot find symbol
07:48:36     constructor.getAnnotation(ann).message();
07:48:36                                   ^
07:48:36   symbol:   method message()
07:48:36   location: interface Annotation
07:48:36 1 error
07:48:36 2 warnings
07:48:36 
07:48:36 
07:48:36 
07:48:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:37 --- javac err: ---
07:48:37 X.java:2: error: annotation value must be an annotation
07:48:37         @MyB1(MyA2.XX)
07:48:37                   ^
07:48:37 1 error
07:48:37 
07:48:37 
07:48:37 
07:48:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:38 --- javac err: ---
07:48:38 X.java:2: error: annotation value must be an annotation
07:48:38         @MyB1({MyA2.XX})
07:48:38                    ^
07:48:38 1 error
07:48:38 
07:48:38 
07:48:38 
07:48:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:39 --- javac err: ---
07:48:39 X.java:2: error: annotation value must be an annotation
07:48:39         @MyB1(null)
07:48:39               ^
07:48:39 1 error
07:48:39 
07:48:39 
07:48:39 
07:48:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:40 --- javac err: ---
07:48:40 X.java:2: error: annotation value must be an annotation
07:48:40         @MyB1({null})
07:48:40                ^
07:48:40 1 error
07:48:40 
07:48:40 
07:48:40 
07:48:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:41 
07:48:41 
07:48:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:42 
07:48:42 
07:48:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:42 --- javac err: ---
07:48:42 X.java:4: error: illegal start of type
07:48:42   }
07:48:42   ^
07:48:42 1 error
07:48:42 
07:48:42 
07:48:42 
07:48:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:43 --- javac err: ---
07:48:43 X.java:6: error: cannot find symbol
07:48:43     @Annot(value={x}, classe={Zork.class,zork})
07:48:43                   ^
07:48:43   symbol:   variable x
07:48:43   location: class X
07:48:43 X.java:6: error: cannot find symbol
07:48:43     @Annot(value={x}, classe={Zork.class,zork})
07:48:43                               ^
07:48:43   symbol:   class Zork
07:48:43   location: class X
07:48:43 X.java:6: error: cannot find symbol
07:48:43     @Annot(value={x}, classe={Zork.class,zork})
07:48:43                                          ^
07:48:43   symbol:   variable zork
07:48:43   location: class X
07:48:43 3 errors
07:48:43 
07:48:43 
07:48:43 
07:48:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:44 --- javac err: ---
07:48:44 X.java:1: error: annotation type X cannot be generic
07:48:44 public @interface X<T> {}
07:48:44                     ^
07:48:44 1 error
07:48:44 
07:48:44 
07:48:44 
07:48:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:45 --- javac err: ---
07:48:45 Y.java:2: error: cannot find symbol
07:48:45 	Zork z;
07:48:45 	^
07:48:45   symbol:   class Zork
07:48:45   location: class Y
07:48:45 1 error
07:48:45 
07:48:45 
07:48:45 
07:48:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:46 --- javac err: ---
07:48:46 X.java:5: error: cannot find symbol
07:48:46 	Zork z;
07:48:46 	^
07:48:46   symbol:   class Zork
07:48:46   location: class X
07:48:46 1 error
07:48:46 
07:48:46 
07:48:46 
07:48:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:47 
07:48:47 
07:48:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:48 
07:48:48 
07:48:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:48 
07:48:48 
07:48:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:49 --- javac err: ---
07:48:49 X.java:5: error: cannot find symbol
07:48:49 		return Zork;
07:48:49 		       ^
07:48:49   symbol:   variable Zork
07:48:49   location: class X
07:48:49 1 error
07:48:49 
07:48:49 
07:48:49 
07:48:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:50 --- javac err: ---
07:48:50 X.java:4: error: cannot find symbol
07:48:50 		return Zork;
07:48:50 		       ^
07:48:50   symbol:   variable Zork
07:48:50   location: class X
07:48:50 1 error
07:48:50 
07:48:50 
07:48:50 
07:48:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:51 --- javac err: ---
07:48:51 X.java:4: error: cannot find symbol
07:48:51                 ArrayList al = null;
07:48:51                 ^
07:48:51   symbol:   class ArrayList
07:48:51   location: class X
07:48:51 1 error
07:48:51 
07:48:51 
07:48:51 
07:48:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:52 --- javac err: ---
07:48:52 X.java:7: error: cannot find symbol
07:48:52 	ArrayList bar() {
07:48:52 	^
07:48:52   symbol:   class ArrayList
07:48:52   location: class X
07:48:52 1 error
07:48:52 
07:48:52 
07:48:52 
07:48:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:53 --- javac err: ---
07:48:53 X.java:2: error: cannot find symbol
07:48:53 public class X<B extends ArrayList> {
07:48:53                          ^
07:48:53   symbol: class ArrayList
07:48:53 1 error
07:48:53 
07:48:53 
07:48:53 
07:48:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:54 
07:48:54 
07:48:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:55 --- javac err: ---
07:48:55 X.java:4: error: cannot find symbol
07:48:55 	Zork z;
07:48:55 	^
07:48:55   symbol:   class Zork
07:48:55   location: class Y
07:48:55 1 error
07:48:55 
07:48:55 
07:48:55 
07:48:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:55 --- javac err: ---
07:48:55 X.java:1: error: cannot find symbol
07:48:55 @Deprecated @Zork
07:48:55              ^
07:48:55   symbol: class Zork
07:48:55 1 error
07:48:55 
07:48:55 
07:48:55 
07:48:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:56 
07:48:56 
07:48:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:57 --- javac err: ---
07:48:57 X.java:3: error: cannot inherit from final String
07:48:57     class SMember extends String {}  
07:48:57                           ^
07:48:57 X.java:4: error: expression not allowed as annotation value
07:48:57     @Annot(value = new SMember())
07:48:57                    ^
07:48:57 X.java:7: error: expression not allowed as annotation value
07:48:57             new X(){
07:48:57             ^
07:48:57 X.java:3: warning: [serial] serializable class X.SMember has no definition of serialVersionUID
07:48:57     class SMember extends String {}  
07:48:57     ^
07:48:57 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
07:48:57 public final class X implements Serializable {
07:48:57              ^
07:48:57 3 errors
07:48:57 2 warnings
07:48:57 
07:48:57 
07:48:57 
07:48:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:58 
07:48:58 
07:48:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:48:59 
07:48:59 
07:48:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:00 
07:49:00 
07:49:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:01 
07:49:01 
07:49:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:02 
07:49:02 
07:49:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:03 
07:49:03 
07:49:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:04 --- javac err: ---
07:49:04 TestAnnotation.java:2: warning: [rawtypes] found raw type: Class
07:49:04 	Class targetItem() default void.class;
07:49:04 	^
07:49:04   missing type arguments for generic class Class<T>
07:49:04   where T is a type-variable:
07:49:04     T extends Object declared in class Class
07:49:04 1 warning
07:49:04 
07:49:05 
07:49:05 
07:49:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:06 --- javac err: ---
07:49:06 TestAnnotation.java:2: error: incompatible types: Class<Void> cannot be converted to String
07:49:06 	String targetItem() default void.class;
07:49:06 	                                ^
07:49:06 1 error
07:49:06 
07:49:06 
07:49:06 
07:49:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:06 --- javac err: ---
07:49:06 X.java:1: error: cannot find symbol
07:49:06 @Zork
07:49:06  ^
07:49:06   symbol: class Zork
07:49:06 1 error
07:49:06 
07:49:06 
07:49:06 
07:49:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:07 --- javac err: ---
07:49:07 X.java:2: error: cannot find symbol
07:49:07 @Zork
07:49:07  ^
07:49:07   symbol: class Zork
07:49:07 1 error
07:49:07 
07:49:07 
07:49:07 
07:49:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:08 --- javac err: ---
07:49:08 X.java:2: error: cannot find symbol
07:49:08 @Zork
07:49:08  ^
07:49:08   symbol: class Zork
07:49:08 1 error
07:49:08 
07:49:08 
07:49:08 
07:49:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:09 --- javac err: ---
07:49:09 X.java:2: error: cannot find symbol
07:49:09 	public void foo(@Deprecated @Zork @Annot(2) int i) {}
07:49:09 	                             ^
07:49:09   symbol:   class Zork
07:49:09   location: class X
07:49:09 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:49:09 	public void foo(@Deprecated @Zork @Annot(2) int i) {}
07:49:09 	                                                ^
07:49:09 1 error
07:49:09 1 warning
07:49:09 
07:49:09 
07:49:09 
07:49:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:10 --- javac err: ---
07:49:10 X.java:2: error: cannot find symbol
07:49:10 	public void foo(@Deprecated @Zork @Annot(2) int i) {}
07:49:10 	                             ^
07:49:10   symbol:   class Zork
07:49:10   location: class X
07:49:10 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:49:10 	public void foo(@Deprecated @Zork @Annot(2) int i) {}
07:49:10 	                                                ^
07:49:10 1 error
07:49:10 1 warning
07:49:10 
07:49:10 
07:49:10 
07:49:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:11 --- javac err: ---
07:49:11 X.java:2: error: cannot find symbol
07:49:11 	public void foo(@Deprecated int j, @Zork @Annot(3) int i) {}
07:49:11 	                                    ^
07:49:11   symbol:   class Zork
07:49:11   location: class X
07:49:11 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:49:11 	public void foo(@Deprecated int j, @Zork @Annot(3) int i) {}
07:49:11 	                                ^
07:49:11 1 error
07:49:11 1 warning
07:49:11 
07:49:11 
07:49:11 
07:49:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:12 --- javac err: ---
07:49:12 X.java:2: error: incompatible types: String cannot be converted to int
07:49:12 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
07:49:12 	                                          ^
07:49:12 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:49:12 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
07:49:12 	                                ^
07:49:12 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:49:12 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
07:49:12 	                                                              ^
07:49:12 1 error
07:49:12 2 warnings
07:49:12 
07:49:12 
07:49:12 
07:49:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:13 --- javac err: ---
07:49:13 X.java:2: error: incompatible types: String cannot be converted to int
07:49:13 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
07:49:13 	                                          ^
07:49:13 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:49:13 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
07:49:13 	                                ^
07:49:13 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:49:13 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
07:49:13 	                                                              ^
07:49:13 1 error
07:49:13 2 warnings
07:49:13 
07:49:13 
07:49:13 
07:49:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:14 
07:49:14 
07:49:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:14 --- javac err: ---
07:49:14 X.java:8: error: method does not override or implement a method from a supertype
07:49:14 	@Override
07:49:14 	^
07:49:14 1 error
07:49:14 
07:49:14 
07:49:14 
07:49:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:15 --- javac err: ---
07:49:15 Jpf.java:12: warning: [rawtypes] found raw type: Class
07:49:15 		Class type();
07:49:15 		^
07:49:15   missing type arguments for generic class Class<T>
07:49:15   where T is a type-variable:
07:49:15     T extends Object declared in class Class
07:49:15 1 warning
07:49:15 
07:49:15 
07:49:15 
07:49:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:16 
07:49:16 
07:49:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:17 --- javac err: ---
07:49:17 Annot.java:2: warning: [rawtypes] found raw type: Class
07:49:17 	Class value();
07:49:17 	^
07:49:17   missing type arguments for generic class Class<T>
07:49:17   where T is a type-variable:
07:49:17     T extends Object declared in class Class
07:49:17 1 warning
07:49:17 
07:49:18 
07:49:18 
07:49:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:20 
07:49:20 
07:49:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:22 
07:49:22 
07:49:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:23 
07:49:23 
07:49:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:23 ----------
07:49:23 1. ERROR in testpack\package-info.java (at line 1)
07:49:23 	@javax.xml.bind.annotation.XmlSchema(namespace = "test")
07:49:23 	 ^^^^^^^^^^^^^^
07:49:23 javax.xml.bind cannot be resolved to a type
07:49:23 ----------
07:49:23 
07:49:23 
07:49:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:24 --- javac err: ---
07:49:24 p/package-info.java:2: error: Deprecated is not a repeatable annotation type
07:49:24 @Deprecated
07:49:24 ^
07:49:24 1 error
07:49:24 
07:49:24 
07:49:24 
07:49:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:25 
07:49:25 
07:49:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:26 --- javac err: ---
07:49:26 X.java:8: error: an enum annotation value must be an enum constant
07:49:26 	@Anno1(true ? E.E1 : E.E2)
07:49:26 	            ^
07:49:26 X.java:9: error: expression not allowed as annotation value
07:49:26 	@Anno2(bar())
07:49:26 	          ^
07:49:26 2 errors
07:49:26 
07:49:26 
07:49:26 
07:49:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:27 
07:49:27 
07:49:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:28 --- javac err: ---
07:49:28 Test.java:3: error: type of element Anno is cyclic
07:49:28 		Anno value();
07:49:28 		     ^
07:49:28 1 error
07:49:28 
07:49:28 
07:49:28 
07:49:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:29 
07:49:29 
07:49:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:29 
07:49:29 
07:49:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:30 
07:49:30 
07:49:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:30 
07:49:30 
07:49:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:31 
07:49:31 
07:49:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:32 
07:49:32 
07:49:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:33 
07:49:33 
07:49:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:33 
07:49:33 
07:49:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:33 
07:49:33 
07:49:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:33 
07:49:33 
07:49:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:34 --- javac err: ---
07:49:34 A.java:4: error: cannot find symbol
07:49:34 	protected void paintComponent(Graphics g) {   }
07:49:34 	                              ^
07:49:34   symbol:   class Graphics
07:49:34   location: class A
07:49:34 A.java:2: warning: [serial] serializable class A has no definition of serialVersionUID
07:49:34 public class A extends JComponent {
07:49:34        ^
07:49:34 1 error
07:49:34 1 warning
07:49:34 
07:49:34 
07:49:34 
07:49:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:35 --- javac err: ---
07:49:35 A.java:6: error: cannot find symbol
07:49:35     public Zork test;
07:49:35            ^
07:49:35   symbol:   class Zork
07:49:35   location: class A
07:49:35 1 error
07:49:35 
07:49:35 
07:49:35 
07:49:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:36 
07:49:36 
07:49:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:37 
07:49:37 
07:49:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:38 
07:49:38 
07:49:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:38 
07:49:38 
07:49:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:38 
07:49:38 
07:49:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:38 
07:49:38 
07:49:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:39 
07:49:39 
07:49:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:40 
07:49:40 
07:49:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:41 
07:49:41 
07:49:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:42 --- javac err: ---
07:49:42 X.java:4: warning: [rawtypes] found raw type: ArrayList
07:49:42 	void foo(ArrayList arg) {
07:49:42 	         ^
07:49:42   missing type arguments for generic class ArrayList<E>
07:49:42   where E is a type-variable:
07:49:42     E extends Object declared in class ArrayList
07:49:42 X.java:9: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:49:42 			boolean a= arg.add(1), b= arg.add(1);
07:49:42 			        ^
07:49:42 X.java:9: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
07:49:42 			boolean a= arg.add(1), b= arg.add(1);
07:49:42 			                       ^
07:49:42 3 warnings
07:49:42 
07:49:42 
07:49:42 
07:49:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:43 
07:49:43 
07:49:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:44 
07:49:44 
07:49:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:45 
07:49:45 
07:49:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:46 --- javac err: ---
07:49:46 X.java:1: error: QUERY has private access in X
07:49:46 @A(name = X.QUERY_NAME, query = X.QUERY)
07:49:46                                  ^
07:49:46 1 error
07:49:46 
07:49:46 
07:49:46 
07:49:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:47 
07:49:47 
07:49:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:48 
07:49:48 
07:49:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:49 
07:49:49 
07:49:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:50 --- javac err: ---
07:49:50 A.java:10: warning: [unchecked] Possible heap pollution from parameterized vararg type Class<? super Object>
07:49:50 	public final Object build(Class<? super Object>... objects) {
07:49:50 	                                                   ^
07:49:50 1 warning
07:49:50 
07:49:50 
07:49:50 
07:49:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:51 --- javac err: ---
07:49:51 X.java:2: error: cannot find symbol
07:49:51 @Outer(nest= {@Nested()})
07:49:51                ^
07:49:51   symbol: class Nested
07:49:51 1 error
07:49:51 
07:49:51 
07:49:51 
07:49:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:52 --- javac err: ---
07:49:52 xy/X.java:1: error: class, interface, or enum expected
07:49:52 public final synchronized @Foo private package xy;
07:49:52                                        ^
07:49:52 1 error
07:49:52 
07:49:52 
07:49:52 
07:49:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:53 --- javac err: ---
07:49:53 xy/X.java:1: error: class, interface, or enum expected
07:49:53 public final synchronized private package xy;
07:49:53                                   ^
07:49:53 1 error
07:49:53 
07:49:53 
07:49:53 
07:49:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:53 
07:49:53 
07:49:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:53 
07:49:53 
07:49:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:54 --- javac err: ---
07:49:54 X.java:3: error: Illegal static declaration in inner class X.Y
07:49:54 		 @interface Bar {
07:49:54 		  ^
07:49:54   modifier 'static' is only allowed in constant variable declarations
07:49:54 1 error
07:49:54 
07:49:54 
07:49:54 
07:49:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:55 --- javac err: ---
07:49:55 X.java:3: error: Illegal static declaration in inner class X.Y
07:49:55 		interface Bar {
07:49:55 		^
07:49:55   modifier 'static' is only allowed in constant variable declarations
07:49:55 1 error
07:49:55 
07:49:55 
07:49:55 
07:49:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:56 --- javac err: ---
07:49:56 X.java:8: error: package XXThread does not exist
07:49:56 @Annot1(value = XXThread.State.BLOCKED, value2 = 42)
07:49:56                         ^
07:49:56 X.java:8: error: an enum annotation value must be an enum constant
07:49:56 @Annot1(value = XXThread.State.BLOCKED, value2 = 42)
07:49:56                               ^
07:49:56 X.java:9: error: package XYThread does not exist
07:49:56 @Annot2(value = XYThread.State.BLOCKED)
07:49:56                         ^
07:49:56 X.java:9: error: an enum annotation value must be an enum constant
07:49:56 @Annot2(value = XYThread.State.BLOCKED)
07:49:56                               ^
07:49:56 4 errors
07:49:56 
07:49:56 
07:49:56 
07:49:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:57 --- javac err: ---
07:49:57 p/package-info.java:1: error: annotation type not applicable to this kind of declaration
07:49:57 @PackageAnnot("p123456")
07:49:57 ^
07:49:57 1 error
07:49:57 
07:49:57 
07:49:57 
07:49:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:58 --- javac err: ---
07:49:58 A.java:8: error: cannot find symbol
07:49:58   @C(b={},i=42)
07:49:58      ^
07:49:58   symbol:   method b()
07:49:58   location: @interface C
07:49:58 1 error
07:49:58 
07:49:58 
07:49:58 
07:49:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:59 --- javac err: ---
07:49:59 X.java:18: error: annotation type not applicable to this kind of declaration
07:49:59 	@LV E4,
07:49:59 	^
07:49:59 X.java:24: error: annotation type not applicable to this kind of declaration
07:49:59 	@LV Y y14;
07:49:59 	^
07:49:59 2 errors
07:49:59 
07:49:59 
07:49:59 
07:49:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:49:59 --- javac err: ---
07:49:59 p/package-info.java:1: error: annotation type not applicable to this kind of declaration
07:49:59 @X(name="HELLO")
07:49:59 ^
07:49:59 1 error
07:49:59 
07:49:59 
07:49:59 
07:49:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:00 --- javac err: ---
07:50:00 p/package-info.java:1: error: annotation type not applicable to this kind of declaration
07:50:00 @X(name="HELLO")
07:50:00 ^
07:50:00 1 error
07:50:00 
07:50:00 
07:50:00 
07:50:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:01 
07:50:01 
07:50:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:02 --- javac err: ---
07:50:02 X.java:1: error: cannot find symbol
07:50:02 @Bar(String)
07:50:02      ^
07:50:02   symbol: variable String
07:50:02 1 error
07:50:02 
07:50:02 
07:50:02 
07:50:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:03 
07:50:03 
07:50:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:04 
07:50:04 
07:50:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:04 
07:50:04 
07:50:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:05 --- javac err: ---
07:50:05 p/A.java:13: warning: [varargs] Redundant SafeVarargs annotation. Varargs element type Object is reifiable.
07:50:05 	@SafeVarargs	private final void foo3(Object... o){}}
07:50:05 	            	                   ^
07:50:05 1 warning
07:50:05 
07:50:05 
07:50:05 
07:50:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:06 
07:50:06 
07:50:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:07 
07:50:07 
07:50:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:08 
07:50:08 
07:50:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:09 --- javac err: ---
07:50:09 snippet/Bug366003.java:13: error: class, interface, or enum expected
07:50:09 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:09 ^
07:50:09 snippet/Bug366003.java:13: error: class, interface, or enum expected
07:50:09 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:09                                ^
07:50:09 snippet/Bug366003.java:13: error: class, interface, or enum expected
07:50:09 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:09                                                                ^
07:50:09 3 errors
07:50:09 
07:50:09 
07:50:09 
07:50:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:10 --- javac err: ---
07:50:10 snippet/Bug366003.java:5: error: ';' expected
07:50:10 @Blah Object bar(@BlahBlah String s1) {         foo(null); // cannot pass
07:50:10                 ^
07:50:10 snippet/Bug366003.java:5: error: ';' expected
07:50:10 @Blah Object bar(@BlahBlah String s1) {         foo(null); // cannot pass
07:50:10                                     ^
07:50:10 snippet/Bug366003.java:6: error: not a statement
07:50:10 null argument         @Blah String s= null; // cannot assign null value     
07:50:10 ^
07:50:10 snippet/Bug366003.java:6: error: ';' expected
07:50:10 null argument         @Blah String s= null; // cannot assign null value     
07:50:10     ^
07:50:10 snippet/Bug366003.java:6: error: illegal start of expression
07:50:10 null argument         @Blah String s= null; // cannot assign null value     
07:50:10                       ^
07:50:10 snippet/Bug366003.java:6: error: ';' expected
07:50:10 null argument         @Blah String s= null; // cannot assign null value     
07:50:10                                   ^
07:50:10 snippet/Bug366003.java:11: error: illegal start of expression
07:50:10 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:10                       ^
07:50:10 snippet/Bug366003.java:11: error: ')' expected
07:50:10 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:10                                      ^
07:50:10 snippet/Bug366003.java:11: error: not a statement
07:50:10 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:10                                       ^
07:50:10 snippet/Bug366003.java:11: error: ';' expected
07:50:10 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:10                                           ^
07:50:10 snippet/Bug366003.java:11: error: <identifier> expected
07:50:10 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:10                                                     ^
07:50:10 snippet/Bug366003.java:11: error: illegal start of type
07:50:10 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:10                                                      ^
07:50:10 snippet/Bug366003.java:11: error: ';' expected
07:50:10 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:10                                                               ^
07:50:10 snippet/Bug366003.java:11: error: ';' expected
07:50:10 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:10                                                                            ^
07:50:10 snippet/Bug366003.java:11: error: reached end of file while parsing
07:50:10 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
07:50:10                                                                             ^
07:50:10 15 errors
07:50:10 
07:50:10 
07:50:10 
07:50:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:10 --- javac err: ---
07:50:10 snippet/Bug366003.java:5: error: <identifier> expected
07:50:10 org.User(@Bla String a)
07:50:10         ^
07:50:10 snippet/Bug366003.java:5: error: reached end of file while parsing
07:50:10 org.User(@Bla String a)
07:50:10                        ^
07:50:10 2 errors
07:50:10 
07:50:10 
07:50:10 
07:50:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:11 --- javac err: ---
07:50:11 snippet/Bug366003.java:7: error: not a statement
07:50:11 			e } catch (@Blah Exception eSecond) {
07:50:11 			^
07:50:11 snippet/Bug366003.java:7: error: ';' expected
07:50:11 			e } catch (@Blah Exception eSecond) {
07:50:11 			 ^
07:50:11 snippet/Bug366003.java:8: error: not a statement
07:50:11 			e }
07:50:11 			^
07:50:11 snippet/Bug366003.java:8: error: ';' expected
07:50:11 			e }
07:50:11 			 ^
07:50:11 4 errors
07:50:11 
07:50:11 
07:50:11 
07:50:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:12 --- javac err: ---
07:50:12 snippet/Bug366003.java:4: error: <identifier> expected
07:50:12         @Blah org.User(@Bla String str){}
07:50:12                       ^
07:50:12 1 error
07:50:12 
07:50:12 
07:50:12 
07:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:13 
07:50:13 
07:50:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:14 --- javac err: ---
07:50:14 Try.java:3: error: <identifier> expected
07:50:14 	@Try t();
07:50:14 	      ^
07:50:14 Try.java:4: error: <identifier> expected
07:50:14 	@Try u();
07:50:14 	      ^
07:50:14 2 errors
07:50:14 
07:50:14 
07:50:14 
07:50:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:15 --- javac err: ---
07:50:15 Try.java:2: error: <identifier> expected
07:50:15 	@Try t();
07:50:15 	      ^
07:50:15 1 error
07:50:15 
07:50:15 
07:50:15 
07:50:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:15 
07:50:15 
07:50:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:16 
07:50:16 
07:50:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:17 
07:50:17 
07:50:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:18 
07:50:18 
07:50:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:18 
07:50:18 
07:50:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:19 
07:50:19 
07:50:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:19 
07:50:19 
07:50:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:20 --- javac err: ---
07:50:20 CCETest.java:3: error: annotation value not of an allowable type
07:50:20 @Retention({RetentionPolicy.CLASS, RetentionPolicy.RUNTIME})
07:50:20            ^
07:50:20 1 error
07:50:20 
07:50:20 
07:50:20 
07:50:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:21 --- javac err: ---
07:50:21 A.java:9: error: ';' expected
07:50:21 	}
07:50:21 	 ^
07:50:21 A.java:11: error: class, interface, or enum expected
07:50:21 }
07:50:21 ^
07:50:21 2 errors
07:50:21 
07:50:21 
07:50:21 
07:50:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:22 
07:50:22 
07:50:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:23 
07:50:23 
07:50:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:24 
07:50:24 
07:50:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:25 
07:50:25 
07:50:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:26 
07:50:26 
07:50:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:27 
07:50:27 
07:50:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:27 
07:50:27 
07:50:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:29 
07:50:29 
07:50:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:30 
07:50:30 
07:50:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:31 
07:50:31 
07:50:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:32 
07:50:32 
07:50:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:33 
07:50:33 
07:50:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:34 
07:50:34 
07:50:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:35 --- javac err: ---
07:50:35 ExampleTest.java:6: error: incompatible types: Class<Object> cannot be converted to String
07:50:35 	 @MethodSource(Object.class)
07:50:35 	                     ^
07:50:35 1 error
07:50:35 
07:50:35 
07:50:35 
07:50:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:36 
07:50:36 
07:50:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:36 ***************************************************************************
07:50:36 * Comparison with Sun Javac compiler for class EnclosingMethodAttributeTest (null tests)
07:50:36 ***************************************************************************
07:50:37 
07:50:37 
07:50:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:38 
07:50:38 
07:50:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:39 --- javac err: ---
07:50:39 X.java:9: warning: [rawtypes] found raw type: Class
07:50:39                 Class cc = localClass.getClass();
07:50:39                 ^
07:50:39   missing type arguments for generic class Class<T>
07:50:39   where T is a type-variable:
07:50:39     T extends Object declared in class Class
07:50:39 1 warning
07:50:39 
07:50:39 
07:50:39 
07:50:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:40 
07:50:40 
07:50:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:40 ***************************************************************************
07:50:40 * Comparison with Sun Javac compiler for class ClassFileReaderTest_1_5 (null tests)
07:50:40 ***************************************************************************
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:41 
07:50:41 
07:50:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:42 
07:50:42 
07:50:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:42 
07:50:42 
07:50:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:42 
07:50:42 
07:50:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:42 ***************************************************************************
07:50:42 * Comparison with Sun Javac compiler for class GenericTypeSignatureTest (null tests)
07:50:42 ***************************************************************************
07:50:43 test001: Not possible to launch Sun javac compilation!
07:50:43 
07:50:43 
07:50:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:44 test002: Not possible to launch Sun javac compilation!
07:50:44 
07:50:44 
07:50:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:45 test003: Not possible to launch Sun javac compilation!
07:50:45 
07:50:45 
07:50:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:45 --- javac err: ---
07:50:45 X.java:1: warning: [rawtypes] found raw type: B
07:50:45 public class X <T extends Object & p.B> extends p.A<T> {
07:50:45                                     ^
07:50:45   missing type arguments for generic class B<T>
07:50:45   where T is a type-variable:
07:50:45     T extends Object declared in interface B
07:50:45 1 warning
07:50:45 
07:50:45 test004: Not possible to launch Sun javac compilation!
07:50:45 
07:50:45 
07:50:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:46 --- javac err: ---
07:50:46 X.java:1: warning: [rawtypes] found raw type: B
07:50:46 public class X <T extends Object & p.B & p.C> extends p.A<T> {
07:50:46                                     ^
07:50:46   missing type arguments for generic class B<T>
07:50:46   where T is a type-variable:
07:50:46     T extends Object declared in interface B
07:50:46 X.java:1: warning: [rawtypes] found raw type: C
07:50:46 public class X <T extends Object & p.B & p.C> extends p.A<T> {
07:50:46                                           ^
07:50:46   missing type arguments for generic class C<T>
07:50:46   where T is a type-variable:
07:50:46     T extends Object declared in interface C
07:50:46 2 warnings
07:50:46 
07:50:46 test005: Not possible to launch Sun javac compilation!
07:50:46 
07:50:46 
07:50:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:47 
07:50:47 
07:50:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:48 
07:50:48 
07:50:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:49 
07:50:49 
07:50:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:50 
07:50:50 
07:50:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:51 --- javac err: ---
07:50:51 X.java:8: warning: [rawtypes] found raw type: X.MX
07:50:51 void foo(X.MX mx) {
07:50:51           ^
07:50:51   missing type arguments for generic class X<T>.MX<U>
07:50:51   where U,T are type-variables:
07:50:51     U extends Object declared in class X.MX
07:50:51     T extends Object declared in class X
07:50:51 1 warning
07:50:51 
07:50:51 
07:50:51 
07:50:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:52 
07:50:52 
07:50:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:53 --- javac err: ---
07:50:53 X.java:8: warning: [rawtypes] found raw type: X.MX
07:50:53   void foo(X.MX mx) {			// no signature
07:50:53             ^
07:50:53   missing type arguments for generic class X<T>.MX<U>
07:50:53   where U,T are type-variables:
07:50:53     U extends Object declared in class X.MX
07:50:53     T extends Object declared in class X
07:50:53 1 warning
07:50:53 
07:50:53 
07:50:53 
07:50:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:55 
07:50:55 
07:50:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:56 
07:50:56 
07:50:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:57 
07:50:57 
07:50:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:58 
07:50:58 
07:50:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:50:59 
07:50:59 
07:50:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:00 --- javac err: ---
07:51:00 X.java:8: warning: [rawtypes] found raw type: X.Holder
07:51:00     void bar(X.Holder h) {} // n/a
07:51:00               ^
07:51:00   missing type arguments for generic class X<K>.Holder
07:51:00   where K is a type-variable:
07:51:00     K extends Key declared in class X
07:51:00 1 warning
07:51:00 
07:51:00 
07:51:00 
07:51:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:01 --- javac err: ---
07:51:01 X.java:15: warning: [rawtypes] found raw type: Local
07:51:01     		Local foo3() { return null; }
07:51:01     		^
07:51:01   missing type arguments for generic class Local<U>
07:51:01   where U is a type-variable:
07:51:01     U extends Object declared in class Local
07:51:01 1 warning
07:51:01 
07:51:01 
07:51:01 
07:51:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:02 
07:51:02 
07:51:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:03 
07:51:03 
07:51:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:03 ***************************************************************************
07:51:03 * Comparison with Sun Javac compiler for class InternalHexFloatTest (null tests)
07:51:03 ***************************************************************************
07:51:03 
07:51:03 
07:51:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:03 
07:51:03 
07:51:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:04 
07:51:04 
07:51:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:05 
07:51:05 
07:51:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:06 
07:51:06 
07:51:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:07 --- javac err: ---
07:51:07 X.java:3: error: floating point number too small
07:51:07         System.out.println(0X000.eP-5000F);
07:51:07                            ^
07:51:07 1 error
07:51:07 
07:51:07 
07:51:07 
07:51:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:07 --- javac err: ---
07:51:07 X.java:3: error: floating point number too large
07:51:07         System.out.println(0X000.eP5000F);
07:51:07                            ^
07:51:07 1 error
07:51:07 
07:51:07 
07:51:07 
07:51:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:51:07 ***************************************************************************
07:51:07 * Comparison with Sun Javac compiler for class JavadocTest_1_5 (null tests)
07:51:07 ***************************************************************************
07:51:24 --- javac err: ---
07:51:24 X.java:7: error: <identifier> expected
07:51:24  public class X<T, , V> {}
07:51:24                   ^
07:51:24 1 error
07:51:24 
07:51:24 --- javac err: ---
07:51:24 X.java:7: error: > expected
07:51:24  public class X<T, U, V extend Exception> {}
07:51:24                        ^
07:51:24 1 error
07:51:24 
07:51:36 --- javac err: ---
07:51:36 X.java:10: error: <identifier> expected
07:51:36 	public <T, , V> void foo(int val, Object obj) {}
07:51:36 	          ^
07:51:36 1 error
07:51:36 
07:51:37 --- javac err: ---
07:51:37 X.java:10: error: cannot find symbol
07:51:37 	public <T, U, V extends Exceptions> void foo(int val, Object obj) {}
07:51:37 	                        ^
07:51:37   symbol:   class Exceptions
07:51:37   location: class X
07:51:37 1 error
07:51:37 
07:51:48 --- javac err: ---
07:51:48 DefaultInformationControl.java:17: warning: [dep-ann] deprecated item is not annotated with @Deprecated
07:51:48 		String updatePresentation(String hoverInfo, int maxWidth, int maxHeight);
07:51:48 		       ^
07:51:48 1 warning
07:51:48 
07:52:14 ----------------------------------------
07:52:14 org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug247037a - 12
07:52:14 pack/package-info.java [
07:52:14 /**
07:52:14  * {@inheritDoc}
07:52:14  * @since {@inheritDoc}
07:52:14  * @blah {@inheritDoc}
07:52:14  */
07:52:14 package pack;
07:52:14 
07:52:14 ]
07:52:15 ----------------------------------------
07:52:15 org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug247037b - 12
07:52:15 pack/package-info.java [
07:52:15 /**
07:52:15  * @return {@inheritDoc}
07:52:15  * @param blah {@inheritDoc}
07:52:15  */
07:52:15 package pack;
07:52:15 
07:52:15 ]
07:52:16 ----------------------------------------
07:52:16 org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug284333 - 12
07:52:16 goo/bar/package-info.java [
07:52:16 /**
07:52:16 */
07:52:16 package goo.bar;
07:52:16 
07:52:16 ]
07:52:16 foo/bar/ClassInSamePackage.java [
07:52:16 package foo.bar;
07:52:16 public class ClassInSamePackage {
07:52:16 	public static int SOME_FIELD; 
07:52:16 }
07:52:16 
07:52:16 ]
07:52:16 foo/bar/goo/ClassInSubPackage.java [
07:52:16 package foo.bar.goo;
07:52:16 public class ClassInSubPackage {
07:52:16 	public static void foo() { 
07:52:16    }
07:52:16 }
07:52:16 
07:52:16 ]
07:52:16 foo/ClassInEnclosingPackage.java [
07:52:16 package foo;
07:52:16 public class ClassInEnclosingPackage {
07:52:16 	public static int SOME_FIELD; 
07:52:16 }
07:52:16 
07:52:16 ]
07:52:16 foo/bar/package-info.java [
07:52:16 /**
07:52:16  * @see ClassInSamePackage#SOME_FIELD
07:52:16  * @see foo.bar.ClassInSamePackage#SOME_FIELD
07:52:16  * @see ClassInSamePackage#SOME_FIELD
07:52:16  * @see ClassInSubPackage#foo
07:52:16  * @see foo.bar.goo.ClassInSubPackage#foo
07:52:16  * @see ClassInSubPackage#foo
07:52:16  * @see ClassInEnclosingPackage
07:52:16  * @see foo.ClassInEnclosingPackage
07:52:16  * @see ClassInEnclosingPackage
07:52:16  * @see foo.bar
07:52:16  * @see goo.bar
07:52:16  * @see foo.bar.goo
07:52:16  */
07:52:16 package foo.bar;
07:52:16 
07:52:16 ]
07:52:17 ----------------------------------------
07:52:17 org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug284333a - 12
07:52:17 goo/bar/package-info.java [
07:52:17 /**
07:52:17 */
07:52:17 package goo.bar;
07:52:17 
07:52:17 ]
07:52:17 foo/bar/ClassInSamePackage.java [
07:52:17 package foo.bar;
07:52:17 public class ClassInSamePackage {
07:52:17 	public static int SOME_FIELD; 
07:52:17 }
07:52:17 
07:52:17 ]
07:52:17 foo/bar/goo/ClassInSubPackage.java [
07:52:17 package foo.bar.goo;
07:52:17 public class ClassInSubPackage {
07:52:17 	public static void foo() { 
07:52:17    }
07:52:17 }
07:52:17 
07:52:17 ]
07:52:17 foo/ClassInEnclosingPackage.java [
07:52:17 package foo;
07:52:17 public class ClassInEnclosingPackage {
07:52:17 	public static int SOME_FIELD; 
07:52:17 }
07:52:17 
07:52:17 ]
07:52:17 foo/bar/NotAPackageInfo.java [
07:52:17 package foo.bar;
07:52:17 /**
07:52:17  * @see ClassInSamePackage#SOME_FIELD
07:52:17  * @see foo.bar.ClassInSamePackage#SOME_FIELD
07:52:17  * @see ClassInSamePackage#SOME_FIELD
07:52:17  */
07:52:17  public class NotAPackageInfo {
07:52:17 /**
07:52:17  * @see ClassInSubPackage#foo
07:52:17  * @see foo.bar.goo.ClassInSubPackage#foo
07:52:17  * @see ClassInSubPackage#foo
07:52:17  */
07:52:17 	public static int SOME_FIELD = 0;
07:52:17 /**
07:52:17  * @see ClassInEnclosingPackage
07:52:17  * @see foo.ClassInEnclosingPackage
07:52:17  * @see ClassInEnclosingPackage
07:52:17  */
07:52:17  	public static void foo() {
07:52:17 	}
07:52:17 	 }
07:52:17 
07:52:17 ]
07:52:55 ***************************************************************************
07:52:55 * Comparison with Sun Javac compiler for class BatchCompilerTest (null tests)
07:52:55 ***************************************************************************
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:55 
07:52:55 
07:52:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:56 
07:52:56 
07:52:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:58 
07:52:58 
07:52:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:58 
07:52:58 
07:52:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:52:59 --- javac err: ---
07:52:59 /tmp/comptest/run.1584180334688/regression/Y.java:3: error: cannot find symbol
07:52:59     System.out.println(X.CONST);
07:52:59                         ^
07:52:59   symbol:   variable CONST
07:52:59   location: class X
07:52:59 1 error
07:52:59 
07:53:00 
07:53:00 
07:53:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:01 --- javac err: ---
07:53:01 /tmp/comptest/run.1584180334688/regression/src3/Z.java:2: error: cannot find symbol
07:53:01   X x;
07:53:01   ^
07:53:01   symbol:   class X
07:53:01   location: class Z
07:53:01 1 error
07:53:01 
07:53:01 
07:53:01 
07:53:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:03 --- javac err: ---
07:53:03 /tmp/comptest/run.1584180334688/regression/src3/W.java:2: error: cannot find symbol
07:53:03   X x;
07:53:03   ^
07:53:03   symbol:   class X
07:53:03   location: class W
07:53:03 1 error
07:53:03 
07:53:03 
07:53:03 
07:53:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:04 --- javac err: ---
07:53:04 /tmp/comptest/run.1584180334688/regression/src3/Z.java:3: error: cannot find symbol
07:53:04   Y y;
07:53:04   ^
07:53:04   symbol:   class Y
07:53:04   location: class Z
07:53:04 1 error
07:53:04 
07:53:04 
07:53:04 
07:53:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:05 
07:53:05 
07:53:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:06 
07:53:06 
07:53:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:07 
07:53:07 
07:53:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:08 
07:53:08 
07:53:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:09 
07:53:09 
07:53:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:10 
07:53:10 
07:53:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 ***************************************************************************
07:53:11 * Comparison with Sun Javac compiler for class NullAnnotationBatchCompilerTest (null tests)
07:53:11 ***************************************************************************
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 
07:53:11 
07:53:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:11 ***************************************************************************
07:53:11 * Comparison with Sun Javac compiler for class ConcurrentBatchCompilerTest (null tests)
07:53:11 ***************************************************************************
07:53:12 
07:53:12 
07:53:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:12 ***************************************************************************
07:53:12 * Comparison with Sun Javac compiler for class ExternalizeStringLiterals15Test (null tests)
07:53:12 ***************************************************************************
07:53:14 
07:53:14 
07:53:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:15 
07:53:15 
07:53:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:15 
07:53:15 
07:53:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:16 
07:53:16 
07:53:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:17 
07:53:17 
07:53:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:18 
07:53:18 
07:53:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:19 ----------------------------------------
07:53:19 org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test#test007 - 12
07:53:19 X.java [
07:53:19 public class X {
07:53:19 	@Annot({
07:53:19 		@A(name = "name", //$NON-NLS-1$
07:53:19  		value = "Test") //$NON-NLS-1$
07:53:19 	})
07:53:19 	@X2("") //$NON-NLS-1$
07:53:19 	void foo() {
07:53:19 	}
07:53:19 }
07:53:19 @interface Annot {
07:53:19 	A[] value();
07:53:19 }
07:53:19 @interface A {
07:53:19 	String name();
07:53:19 	String value();
07:53:19 }
07:53:19 @interface X2 {
07:53:19 	String value();
07:53:19 }
07:53:19 ]
07:53:19 
07:53:19 
07:53:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:19 ***************************************************************************
07:53:19 * Comparison with Sun Javac compiler for class Deprecated15Test (null tests)
07:53:19 ***************************************************************************
07:53:20 --- javac err: ---
07:53:20 Y.java:3: error: cannot find symbol
07:53:20   Zork z;
07:53:20   ^
07:53:20   symbol:   class Zork
07:53:20   location: class Y
07:53:20 p/X.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
07:53:20 public class X<T> {
07:53:20        ^
07:53:20 Y.java:5: warning: [rawtypes] found raw type: X
07:53:20     X x;
07:53:20     ^
07:53:20   missing type arguments for generic class X<T>
07:53:20   where T is a type-variable:
07:53:20     T extends Object declared in class X
07:53:20 Y.java:5: warning: [deprecation] X in p has been deprecated
07:53:20     X x;
07:53:20     ^
07:53:20 Y.java:6: warning: [rawtypes] found raw type: X
07:53:20     X[] xs = { x };
07:53:20     ^
07:53:20   missing type arguments for generic class X<T>
07:53:20   where T is a type-variable:
07:53:20     T extends Object declared in class X
07:53:20 Y.java:6: warning: [deprecation] X in p has been deprecated
07:53:20     X[] xs = { x };
07:53:20     ^
07:53:20 Y.java:9: warning: [rawtypes] found raw type: X
07:53:20     p.X x;
07:53:20      ^
07:53:20   missing type arguments for generic class X<T>
07:53:20   where T is a type-variable:
07:53:20     T extends Object declared in class X
07:53:20 Y.java:9: warning: [deprecation] X in p has been deprecated
07:53:20     p.X x;
07:53:20      ^
07:53:20 Y.java:10: warning: [rawtypes] found raw type: X
07:53:20     p.X[] xs = { x };
07:53:20      ^
07:53:20   missing type arguments for generic class X<T>
07:53:20   where T is a type-variable:
07:53:20     T extends Object declared in class X
07:53:20 Y.java:10: warning: [deprecation] X in p has been deprecated
07:53:20     p.X[] xs = { x };
07:53:20      ^
07:53:20 1 error
07:53:20 9 warnings
07:53:20 
07:53:20 
07:53:20 
07:53:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:21 --- javac err: ---
07:53:21 p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated
07:53:21     a.N1.N2.N3 m = null;
07:53:21         ^
07:53:21 1 warning
07:53:21 
07:53:21 
07:53:21 
07:53:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:22 
07:53:22 
07:53:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:23 --- javac err: ---
07:53:23 test1/E02.java:4: warning: [deprecation] x in E01 has been deprecated
07:53:23 		System.out.println(E01.x);
07:53:23 		                      ^
07:53:23 test1/E02.java:5: warning: [deprecation] y in E01 has been deprecated
07:53:23 		System.out.println(E01.y);
07:53:23 		                      ^
07:53:23 2 warnings
07:53:23 
07:53:23 
07:53:23 
07:53:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:24 --- javac err: ---
07:53:24 p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
07:53:24 package p1;
07:53:24         ^
07:53:24 1 warning
07:53:24 
07:53:24 
07:53:24 
07:53:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:25 --- javac err: ---
07:53:25 test1/E02.java:3: warning: [deprecation] E01 in test1 has been deprecated
07:53:25 	public void foo(E01 arg) {
07:53:25 	                ^
07:53:25 1 warning
07:53:25 
07:53:25 
07:53:25 
07:53:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:25 ***************************************************************************
07:53:25 * Comparison with Sun Javac compiler for class InnerEmulationTest_1_5 (null tests)
07:53:25 ***************************************************************************
07:53:26 --- javac err: ---
07:53:26 X.java:4: warning: [rawtypes] found raw type: Entry
07:53:26 	public void foo(Collection<? extends Map.Entry> args) { /* dummy */ }
07:53:26 	                                        ^
07:53:26   missing type arguments for generic class Entry<K,V>
07:53:26   where K,V are type-variables:
07:53:26     K extends Object declared in interface Entry
07:53:26     V extends Object declared in interface Entry
07:53:26 1 warning
07:53:26 
07:53:26 
07:53:26 
07:53:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:27 --- javac err: ---
07:53:27 p/X.java:11: warning: [rawtypes] found raw type: D
07:53:27 	<E extends Object & A.B<E, Map.Entry<E, C.D>>> void foo(E e) {}
07:53:27 	                                         ^
07:53:27   missing type arguments for generic class D<U,T>
07:53:27   where U,T are type-variables:
07:53:27     U extends Object declared in class D
07:53:27     T extends Object declared in class D
07:53:27 1 warning
07:53:27 
07:53:27 
07:53:27 
07:53:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:28 
07:53:28 
07:53:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:29 --- javac err: ---
07:53:29 p/X.java:5: warning: [rawtypes] found raw type: Entry
07:53:29 	Collection<Map.Entry> field;
07:53:29 	              ^
07:53:29   missing type arguments for generic class Entry<K,V>
07:53:29   where K,V are type-variables:
07:53:29     K extends Object declared in interface Entry
07:53:29     V extends Object declared in interface Entry
07:53:29 1 warning
07:53:29 
07:53:29 
07:53:29 
07:53:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:30 --- javac err: ---
07:53:30 p/X.java:10: warning: [rawtypes] found raw type: D
07:53:30 public class X extends C.D implements A.B {
07:53:30                         ^
07:53:30   missing type arguments for generic class D<U,T>
07:53:30   where U,T are type-variables:
07:53:30     U extends Object declared in class D
07:53:30     T extends Object declared in class D
07:53:30 p/X.java:10: warning: [rawtypes] found raw type: B
07:53:30 public class X extends C.D implements A.B {
07:53:30                                        ^
07:53:30   missing type arguments for generic class B<U,T>
07:53:30   where U,T are type-variables:
07:53:30     U extends Object declared in interface B
07:53:30     T extends Object declared in interface B
07:53:30 2 warnings
07:53:30 
07:53:30 
07:53:30 
07:53:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:31 
07:53:31 
07:53:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:32 --- javac err: ---
07:53:32 p/X.java:5: warning: [rawtypes] found raw type: Entry
07:53:32 	public void foo(Map.Entry args) { /* dummy */ }
07:53:32 	                   ^
07:53:32   missing type arguments for generic class Entry<K,V>
07:53:32   where K,V are type-variables:
07:53:32     K extends Object declared in interface Entry
07:53:32     V extends Object declared in interface Entry
07:53:32 1 warning
07:53:32 
07:53:32 
07:53:32 
07:53:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:33 --- javac err: ---
07:53:33 X.java:4: warning: [rawtypes] found raw type: Entry
07:53:33 	<U extends List<?>, T extends Map.Entry> X(List<U> lu, T t) {
07:53:33 	                                 ^
07:53:33   missing type arguments for generic class Entry<K,V>
07:53:33   where K,V are type-variables:
07:53:33     K extends Object declared in interface Entry
07:53:33     V extends Object declared in interface Entry
07:53:33 1 warning
07:53:33 
07:53:33 
07:53:33 
07:53:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:34 --- javac err: ---
07:53:34 X.java:3: warning: [rawtypes] found raw type: Entry
07:53:34 public class X<T extends Object & Comparable<? super Map.Entry>> {}
07:53:34                                                         ^
07:53:34   missing type arguments for generic class Entry<K,V>
07:53:34   where K,V are type-variables:
07:53:34     K extends Object declared in interface Entry
07:53:34     V extends Object declared in interface Entry
07:53:34 1 warning
07:53:34 
07:53:34 
07:53:34 
07:53:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:35 
07:53:35 
07:53:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:36 
07:53:36 
07:53:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:37 
07:53:37 
07:53:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:38 
07:53:38 
07:53:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:39 
07:53:39 
07:53:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:40 
07:53:40 
07:53:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:40 ***************************************************************************
07:53:40 * Comparison with Sun Javac compiler for class AssignmentTest_1_5 (null tests)
07:53:40 ***************************************************************************
07:53:41 --- javac err: ---
07:53:41 X.java:5: error: incompatible types: double cannot be converted to Integer
07:53:41 		value += test;
07:53:41 		         ^
07:53:41 1 error
07:53:41 
07:53:41 
07:53:41 
07:53:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:42 --- javac err: ---
07:53:42 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
07:53:42 		Byte b = new Byte((byte)1);
07:53:42 		         ^
07:53:42 1 warning
07:53:42 
07:53:42 
07:53:42 
07:53:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:43 --- javac err: ---
07:53:43 X.java:3: warning: [deprecation] Long(long) in Long has been deprecated
07:53:43 		Long _long = new Long(44);
07:53:43 		             ^
07:53:43 1 warning
07:53:43 
07:53:43 
07:53:43 
07:53:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:44 --- javac err: ---
07:53:44 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
07:53:44 		Byte b = new Byte((byte)1);
07:53:44 		         ^
07:53:44 1 warning
07:53:44 
07:53:44 
07:53:44 
07:53:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:45 --- javac err: ---
07:53:45 X.java:5: error: incompatible types: long cannot be converted to Integer
07:53:45 		value &= test;
07:53:45 		         ^
07:53:45 1 error
07:53:45 
07:53:45 
07:53:45 
07:53:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:46 --- javac err: ---
07:53:46 X.java:5: error: incompatible types: long cannot be converted to Integer
07:53:46 		value |= test;
07:53:46 		         ^
07:53:46 1 error
07:53:46 
07:53:46 
07:53:46 
07:53:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:47 
07:53:47 
07:53:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:47 --- javac err: ---
07:53:47 X.java:5: error: incompatible types: float cannot be converted to Integer
07:53:47 		value += test;
07:53:47 		         ^
07:53:47 1 error
07:53:47 
07:53:47 
07:53:47 
07:53:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:49 
07:53:49 
07:53:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:50 
07:53:50 
07:53:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:50 --- javac err: ---
07:53:50 X.java:5: error: incompatible types: long cannot be converted to Integer
07:53:50 		value += test;
07:53:50 		         ^
07:53:50 1 error
07:53:50 
07:53:50 
07:53:50 
07:53:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:51 --- javac err: ---
07:53:51 X.java:5: error: bad operand types for binary operator '+'
07:53:51 		value += test;
07:53:51 		      ^
07:53:51   first type:  Integer
07:53:51   second type: boolean
07:53:51 1 error
07:53:51 
07:53:51 
07:53:51 
07:53:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:52 
07:53:52 
07:53:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:53 
07:53:53 
07:53:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:54 
07:53:54 
07:53:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:54 ***************************************************************************
07:53:54 * Comparison with Sun Javac compiler for class InnerClass15Test (null tests)
07:53:54 ***************************************************************************
07:53:55 --- javac err: ---
07:53:55 X.java:3: error: class X is already defined in package unnamed package
07:53:55 		class X {}
07:53:55 		^
07:53:55 1 error
07:53:55 
07:53:55 
07:53:55 
07:53:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:56 --- javac err: ---
07:53:56 p1/BrownBox.java:4: error: cannot find symbol
07:53:56     public static class BlackCat extends Cat {}
07:53:56                                          ^
07:53:56   symbol:   class Cat
07:53:56   location: interface BrownBox
07:53:56 1 error
07:53:56 
07:53:56 
07:53:56 
07:53:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:57 --- javac err: ---
07:53:57 p1/BrownBox.java:4: error: cyclic inheritance involving BlackCat
07:53:57     public static class BlackCat extends Cat {}
07:53:57                   ^
07:53:57 1 error
07:53:57 
07:53:57 
07:53:57 
07:53:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:58 --- javac err: ---
07:53:58 p1/BrownBox.java:4: error: cyclic inheritance involving BlackCat
07:53:58     public static class BlackCat extends GreenBox.Cat {}
07:53:58                   ^
07:53:58 1 error
07:53:58 
07:53:58 
07:53:58 
07:53:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:59 --- javac err: ---
07:53:59 cycle/X.java:2: error: cyclic inheritance involving X
07:53:59 class X extends Y {}
07:53:59 ^
07:53:59 1 error
07:53:59 
07:53:59 
07:53:59 
07:53:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:53:59 --- javac err: ---
07:53:59 cycle/X.java:2: error: cyclic inheritance involving X
07:53:59 class X extends Y {}
07:53:59 ^
07:53:59 1 error
07:53:59 
07:53:59 
07:53:59 
07:53:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:00 --- javac err: ---
07:54:00 X.java:3: error: class X is already defined in package unnamed package
07:54:00 		class X {}
07:54:00 		^
07:54:00 1 error
07:54:00 
07:54:00 
07:54:00 
07:54:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:01 ----------------------------------------
07:54:01 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test003 - 12
07:54:01 Y.java [
07:54:01 class Y {
07:54:01 class X {}
07:54:01 	<X> void foo() {
07:54:01 		class X {}
07:54:01 	}
07:54:01 }
07:54:01 ]
07:54:01 
07:54:01 
07:54:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:02 ----------------------------------------
07:54:02 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test004 - 12
07:54:02 Y.java [
07:54:02 class Y {
07:54:02 class X {}
07:54:02    void foo() {
07:54:02 		class X {}
07:54:02 	}
07:54:02 }
07:54:02 ]
07:54:02 
07:54:02 
07:54:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:03 ----------------------------------------
07:54:03 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test005 - 12
07:54:03 p1/GreenBox.java [
07:54:03 package p1;
07:54:03 import static p1.BrownBox.*;
07:54:03 public interface GreenBox {
07:54:03     public static class Cat extends Object {}
07:54:03 }
07:54:03 
07:54:03 ]
07:54:03 p1/BrownBox.java [
07:54:03 package p1;
07:54:03 import static p1.GreenBox.*;
07:54:03 public interface BrownBox {
07:54:03     public static class BlackCat extends Cat {}
07:54:03 }
07:54:03 
07:54:03 ]
07:54:03 
07:54:03 
07:54:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:04 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test006 - 12
07:54:04 p1/BrownBox.java [
07:54:04 package p1;
07:54:04 ----------------------------------------
07:54:04 import static p1.GreenBox.*;
07:54:04 public interface BrownBox {
07:54:04     public static class BlackCat extends Cat {}
07:54:04 }
07:54:04 
07:54:04 ]
07:54:04 p1/GreenBox.java [
07:54:04 package p1;
07:54:04 import static p1.BrownBox.*;
07:54:04 public interface GreenBox {
07:54:04     public static class Cat extends Object {}
07:54:04 }
07:54:04 
07:54:04 ]
07:54:04 
07:54:04 
07:54:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:05 ----------------------------------------
07:54:05 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test007 - 12
07:54:05 p1/BrownBox.java [
07:54:05 package p1;
07:54:05 import static p1.GreenBox.*;
07:54:05 public interface BrownBox {
07:54:05     public static class BlackCat extends Cat {}
07:54:05 }
07:54:05 
07:54:05 ]
07:54:05 p1/GreenBox.java [
07:54:05 package p1;
07:54:05 import static p1.BrownBox.*;
07:54:05 public interface GreenBox {
07:54:05     public static class Cat extends java.lang.Object {}
07:54:05 }
07:54:05 
07:54:05 ]
07:54:05 
07:54:05 
07:54:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:05 --- javac err: ---
07:54:05 p1/GreenBox.java:4: error: cyclic inheritance involving Cat
07:54:05     public static class Cat extends BlackCat {}
07:54:05                   ^
07:54:05 1 error
07:54:05 
07:54:05 
07:54:05 
07:54:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:06 --- javac err: ---
07:54:06 p1/BrownBox.java:4: error: cyclic inheritance involving BlackCat
07:54:06     public static class BlackCat extends Cat {}
07:54:06                   ^
07:54:06 1 error
07:54:06 
07:54:06 
07:54:06 
07:54:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:07 --- javac err: ---
07:54:07 cycle/A.java:2: error: cyclic inheritance involving A
07:54:07 class A extends C {
07:54:07 ^
07:54:07 1 error
07:54:07 
07:54:07 
07:54:07 
07:54:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:08 --- javac err: ---
07:54:08 cycle/X.java:3: error: cyclic inheritance involving C
07:54:08 class C extends B {}
07:54:08 ^
07:54:08 1 error
07:54:08 
07:54:08 
07:54:08 
07:54:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:09 --- javac err: ---
07:54:09 cycle/A.java:2: error: cyclic inheritance involving A
07:54:09 class A extends C {
07:54:09 ^
07:54:09 1 error
07:54:09 
07:54:09 
07:54:09 
07:54:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:10 --- javac err: ---
07:54:10 cycle/X.java:3: error: cyclic inheritance involving C
07:54:10 class C implements B {}
07:54:10 ^
07:54:10 1 error
07:54:10 
07:54:10 
07:54:10 
07:54:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:11 --- javac err: ---
07:54:11 cycle/A.java:2: error: no interface expected here
07:54:11 class A extends C {
07:54:11                 ^
07:54:11 cycle/A.java:2: error: cyclic inheritance involving A
07:54:11 class A extends C {
07:54:11 ^
07:54:11 2 errors
07:54:11 
07:54:11 
07:54:11 
07:54:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:12 --- javac err: ---
07:54:12 cycle/A.java:2: error: no interface expected here
07:54:12 class A extends C {
07:54:12                 ^
07:54:12 cycle/X.java:3: error: cyclic inheritance involving C
07:54:12 interface C extends B {}
07:54:12 ^
07:54:12 2 errors
07:54:12 
07:54:12 
07:54:12 
07:54:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:13 --- javac err: ---
07:54:13 cycle/A.java:2: error: cyclic inheritance involving A
07:54:13 interface A extends C {
07:54:13 ^
07:54:13 1 error
07:54:13 
07:54:13 
07:54:13 
07:54:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:14 --- javac err: ---
07:54:14 cycle/X.java:3: error: cyclic inheritance involving C
07:54:14 interface C extends B {}
07:54:14 ^
07:54:14 1 error
07:54:14 
07:54:14 
07:54:14 
07:54:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:14 --- javac err: ---
07:54:14 cycle/X.java:3: error: cyclic inheritance involving C
07:54:14 interface C extends A {}
07:54:14 ^
07:54:14 1 error
07:54:14 
07:54:14 
07:54:14 
07:54:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:15 --- javac err: ---
07:54:15 p/A.java:3: error: cyclic inheritance involving A
07:54:15 public class A extends B {
07:54:15        ^
07:54:15 1 error
07:54:15 
07:54:15 
07:54:15 
07:54:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:16 --- javac err: ---
07:54:16 OuterClass.java:3: warning: [serial] serializable class OuterClass has no definition of serialVersionUID
07:54:16 public class OuterClass<T> extends ArrayList<OuterClass.InnerTypedClass<T>> {
07:54:16        ^
07:54:16 1 warning
07:54:16 
07:54:16 
07:54:16 
07:54:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:16 ***************************************************************************
07:54:16 * Comparison with Sun Javac compiler for class NullAnnotationTest (null tests)
07:54:16 ***************************************************************************
07:54:17 
07:54:17 
07:54:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:18 
07:54:18 
07:54:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:19 
07:54:19 
07:54:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:20 
07:54:20 
07:54:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:21 
07:54:21 
07:54:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:22 
07:54:22 
07:54:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:23 
07:54:23 
07:54:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:24 
07:54:24 
07:54:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:26 
07:54:26 
07:54:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:27 
07:54:27 
07:54:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:28 
07:54:28 
07:54:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:29 
07:54:29 
07:54:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:30 
07:54:30 
07:54:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:31 
07:54:31 
07:54:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:32 
07:54:32 
07:54:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:33 
07:54:33 
07:54:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:34 
07:54:34 
07:54:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:35 
07:54:35 
07:54:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:37 
07:54:37 
07:54:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:37 
07:54:37 
07:54:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:38 
07:54:38 
07:54:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:39 
07:54:39 
07:54:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:41 
07:54:41 
07:54:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:42 
07:54:42 
07:54:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:43 
07:54:43 
07:54:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:44 
07:54:44 
07:54:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:45 
07:54:45 
07:54:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:46 
07:54:46 
07:54:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:47 
07:54:47 
07:54:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:48 
07:54:48 
07:54:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:49 
07:54:49 
07:54:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:50 
07:54:50 
07:54:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:51 
07:54:51 
07:54:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:53 
07:54:53 
07:54:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:54 
07:54:54 
07:54:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:56 
07:54:56 
07:54:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:58 
07:54:58 
07:54:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:54:59 
07:54:59 
07:54:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:00 
07:55:00 
07:55:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:01 
07:55:01 
07:55:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:02 
07:55:02 
07:55:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:03 --- javac err: ---
07:55:03 X1.java:2: error: cannot find symbol
07:55:03 	public X1(Zork z) {}
07:55:03 	          ^
07:55:03   symbol:   class Zork
07:55:03   location: class X1
07:55:03 1 error
07:55:03 
07:55:03 
07:55:03 
07:55:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:05 
07:55:05 
07:55:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:06 --- javac err: ---
07:55:06 X.java:3: error: cannot find symbol
07:55:06 		Missing m = new Missing() { };
07:55:06 		^
07:55:06   symbol:   class Missing
07:55:06   location: class X
07:55:06 X.java:3: error: cannot find symbol
07:55:06 		Missing m = new Missing() { };
07:55:06 		                ^
07:55:06   symbol:   class Missing
07:55:06   location: class X
07:55:06 2 errors
07:55:06 
07:55:06 
07:55:06 
07:55:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:07 
07:55:07 
07:55:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:09 
07:55:09 
07:55:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:10 
07:55:10 
07:55:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:11 
07:55:11 
07:55:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:12 
07:55:12 
07:55:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:14 --- javac err: ---
07:55:14 TestEnum.java:2: error: constructor TestEnum in enum TestEnum cannot be applied to given types;
07:55:14 	TestEntry(1){};
07:55:14 	         ^
07:55:14   required: no arguments
07:55:14   found: int
07:55:14   reason: actual and formal argument lists differ in length
07:55:14 1 error
07:55:14 
07:55:14 
07:55:14 
07:55:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:14 
07:55:14 
07:55:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:16 
07:55:16 
07:55:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:17 
07:55:17 
07:55:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:18 
07:55:18 
07:55:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:20 
07:55:20 
07:55:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:22 
07:55:22 
07:55:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:23 
07:55:23 
07:55:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:24 --- javac err: ---
07:55:24 X.java:3: error: invalid method declaration; return type required
07:55:24 public class X {	Y() {} }
07:55:24                 	^
07:55:24 1 error
07:55:24 
07:55:24 
07:55:24 
07:55:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:25 
07:55:25 
07:55:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:27 
07:55:27 
07:55:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:28 
07:55:28 
07:55:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:29 
07:55:29 
07:55:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:30 
07:55:30 
07:55:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:31 
07:55:31 
07:55:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:33 
07:55:33 
07:55:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:34 
07:55:34 
07:55:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:35 
07:55:35 
07:55:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:36 
07:55:36 
07:55:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:37 
07:55:37 
07:55:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:38 
07:55:38 
07:55:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:39 --- javac err: ---
07:55:39 Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts
07:55:39 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug452780 - 12
07:55:39 		List<@NonNull T> res = Arrays.asList(ts);
07:55:39 Tools2.java [
07:55:39 import java.util.Arrays;
07:55:39 		                                     ^
07:55:39 1 warning
07:55:39 import java.util.List;
07:55:39 
07:55:39 import java.util.Set;
07:55:39 ----------------------------------------
07:55:39 import java.util.stream.Collector;
07:55:39 import java.util.stream.Collectors;
07:55:39 import org.eclipse.jdt.annotation.NonNull;
07:55:39 public class Tools2 {
07:55:39 	@SafeVarargs
07:55:39 	public static <T> List<@NonNull T> asList(T... ts) {
07:55:39 		@SuppressWarnings("null")
07:55:39 		@NonNull
07:55:39 		List<@NonNull T> res = Arrays.asList(ts);
07:55:39 		return res;
07:55:39 	}
07:55:39 	@SuppressWarnings("null")
07:55:39 	public static <T> Collector<@NonNull T, @NonNull ?, @NonNull Set<@NonNull T>> toSet() {
07:55:39 		@NonNull
07:55:39 		Collector<@NonNull T, ?, @NonNull Set<@NonNull T>> res = Collectors
07:55:39 				.toSet();
07:55:39 		return res;
07:55:39 	}
07:55:39 }
07:55:39 ]
07:55:39 
07:55:39 
07:55:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:40 
07:55:40 
07:55:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:41 
07:55:41 
07:55:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:42 
07:55:42 
07:55:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:43 
07:55:43 
07:55:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:44 
07:55:44 
07:55:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:45 
07:55:45 
07:55:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:48 
07:55:48 
07:55:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:49 
07:55:49 
07:55:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:52 
07:55:52 
07:55:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:53 
07:55:53 
07:55:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:54 --- javac err: ---
07:55:54 EclipseBug.java:10: warning: [deprecation] newInstance() in Class has been deprecated
07:55:54 			return commandType.newInstance();
07:55:54 			                  ^
07:55:54   where T is a type-variable:
07:55:54     T extends Object declared in class Class
07:55:54 1 warning
07:55:54 
07:55:54 
07:55:54 
07:55:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:55 
07:55:55 
07:55:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:56 
07:55:56 
07:55:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:55:58 
07:55:58 
07:55:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:00 
07:56:00 
07:56:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:01 
07:56:01 
07:56:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:02 
07:56:02 
07:56:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:03 
07:56:03 
07:56:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:04 --- javac err: ---
07:56:04 test/package-info.java:1: error: incompatible types: Class<DurationAdapter> cannot be converted to Class<? extends SoftReference<?>>
07:56:04 @TheAnnotation(value = DurationAdapter.class)
07:56:04                                       ^
07:56:04 1 error
07:56:04 
07:56:04 
07:56:04 
07:56:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:05 
07:56:05 
07:56:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:06 
07:56:06 
07:56:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:07 --- javac err: ---
07:56:07 test/X.java:3: warning: [overrides] Class X overrides equals, but neither it nor any superclass overrides hashCode method
07:56:07 public class X implements I {
07:56:07        ^
07:56:07 1 warning
07:56:07 
07:56:07 
07:56:07 
07:56:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:08 
07:56:08 
07:56:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:10 
07:56:10 
07:56:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:12 --- javac err: ---
07:56:12 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated
07:56:12 	Number field = new Long(13);
07:56:12 	               ^
07:56:12 1 warning
07:56:12 
07:56:12 ----------------------------------------
07:56:12 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug530970_default_bin - 12
07:56:12 X.java [
07:56:12 import annotation.*;
07:56:12 @NonNullByDefault
07:56:12 public class X {
07:56:12 	Number field = new Long(13);
07:56:12 	void test1(Number[] ns) {
07:56:12 		ns[0] = null; // OK since not affected by default
07:56:12 	}
07:56:12 }
07:56:12 
07:56:12 ]
07:56:12 
07:56:12 
07:56:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:14 
07:56:14 
07:56:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:17 --- javac err: ---
07:56:17 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated
07:56:17 	Number field = new Double(1.1);
07:56:17 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug530970_field_bin - 12
07:56:17 	               ^
07:56:17 1 warning
07:56:17 X.java [
07:56:17 
07:56:17 import annotation.*;
07:56:17 ----------------------------------------
07:56:17 @NonNullByDefault(DefaultLocation.FIELD)
07:56:17 public class X {
07:56:17 	Number field = new Double(1.1);
07:56:17 }
07:56:17 
07:56:17 ]
07:56:17 
07:56:17 
07:56:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:19 
07:56:19 
07:56:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:22 
07:56:22 
07:56:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:25 
07:56:25 
07:56:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:28 
07:56:28 
07:56:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:30 
07:56:30 
07:56:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:32 --- javac err: ---
07:56:32 X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated
07:56:32 		return new Integer(13);
07:56:32 		       ^
07:56:32 1 warning
07:56:32 
07:56:32 ----------------------------------------
07:56:32 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug530970_return_bin - 12
07:56:32 X.java [
07:56:32 import annotation.*;
07:56:32 public class X {
07:56:32 	@NonNullByDefault(DefaultLocation.RETURN_TYPE)
07:56:32 	Number test(Number in) {
07:56:32 		return new Integer(13);
07:56:32 	}
07:56:32 }
07:56:32 
07:56:32 ]
07:56:32 
07:56:32 
07:56:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:33 --- javac err: ---
07:56:33 X.java:10: error: switch expressions are a preview feature and are disabled by default.
07:56:33 		x  = switch (i) { 
07:56:33 		     ^
07:56:33   (use --enable-preview to enable switch expressions)
07:56:33 X.java:11: error: switch rules are a preview feature and are disabled by default.
07:56:33 		case 1  ->   {
07:56:33 		        ^
07:56:33   (use --enable-preview to enable switch rules)
07:56:33 2 errors
07:56:33 
07:56:33 
07:56:33 
07:56:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:34 --- javac err: ---
07:56:34 X.java:5: error: switch expressions are a preview feature and are disabled by default.
07:56:34 			m1(switch(i) {
07:56:34 			   ^
07:56:34   (use --enable-preview to enable switch expressions)
07:56:34 1 error
07:56:34 
07:56:34 
07:56:34 
07:56:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:35 --- javac err: ---
07:56:35 X.java:5: error: switch expressions are a preview feature and are disabled by default.
07:56:35 		@NonNull String s = switch (i) {
07:56:35 		                    ^
07:56:35   (use --enable-preview to enable switch expressions)
07:56:35 X.java:6: error: switch rules are a preview feature and are disabled by default.
07:56:35 			case 1 -> "";
07:56:35 			       ^
07:56:35   (use --enable-preview to enable switch rules)
07:56:35 2 errors
07:56:35 
07:56:35 
07:56:35 
07:56:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:36 --- javac err: ---
07:56:36 X.java:5: error: switch expressions are a preview feature and are disabled by default.
07:56:36 		return switch(day) {
07:56:36 		       ^
07:56:36   (use --enable-preview to enable switch expressions)
07:56:36 X.java:6: error: switch rules are a preview feature and are disabled by default.
07:56:36 		case Mon -> 1;
07:56:36 		         ^
07:56:36   (use --enable-preview to enable switch rules)
07:56:36 2 errors
07:56:36 
07:56:36 
07:56:36 
07:56:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:37 --- javac err: ---
07:56:37 X.java:5: error: switch expressions are a preview feature and are disabled by default.
07:56:37 		return switch(day) {
07:56:37 		       ^
07:56:37   (use --enable-preview to enable switch expressions)
07:56:37 X.java:6: error: switch rules are a preview feature and are disabled by default.
07:56:37 		case Mon -> 1;
07:56:37 		         ^
07:56:37   (use --enable-preview to enable switch rules)
07:56:37 2 errors
07:56:37 
07:56:37 
07:56:37 
07:56:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:37 
07:56:37 
07:56:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:37 
07:56:37 
07:56:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:37 
07:56:37 
07:56:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:37 
07:56:37 
07:56:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:37 
07:56:37 
07:56:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:38 
07:56:38 
07:56:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:41 
07:56:41 
07:56:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:42 --- javac err: ---
07:56:42 X.java:3: error: scoping construct cannot be annotated with type-use annotation: @org.eclipse.jdt.annotation.NonNull
07:56:42 	public @NonNull java.lang.String test(@NonNull java.lang.String arg) {
07:56:42 	                         ^
07:56:42 X.java:3: error: scoping construct cannot be annotated with type-use annotation: @org.eclipse.jdt.annotation.NonNull
07:56:42 	public @NonNull java.lang.String test(@NonNull java.lang.String arg) {
07:56:42 	                                                        ^
07:56:42 X.java:4: error: scoping construct cannot be annotated with type-use annotation: @org.eclipse.jdt.annotation.NonNull
07:56:42 		@NonNull java.lang.String local = arg;
07:56:42 		                  ^
07:56:42 3 errors
07:56:42 
07:56:42 
07:56:42 
07:56:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:44 
07:56:44 
07:56:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:45 
07:56:45 
07:56:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:46 
07:56:46 
07:56:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:47 --- javac err: ---
07:56:47 X.java:2: error: cannot find symbol
07:56:47     @MustNotBeNull Object getObject(@MustNotBeNull Lib l) {
07:56:47                                      ^
07:56:47   symbol:   class MustNotBeNull
07:56:47   location: class X
07:56:47 X.java:2: error: cannot find symbol
07:56:47     @MustNotBeNull Object getObject(@MustNotBeNull Lib l) {
07:56:47      ^
07:56:47   symbol:   class MustNotBeNull
07:56:47   location: class X
07:56:47 2 errors
07:56:47 
07:56:47 
07:56:47 
07:56:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:48 
07:56:48 
07:56:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:49 
07:56:49 
07:56:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:50 
07:56:50 
07:56:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:51 
07:56:51 
07:56:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:52 
07:56:52 
07:56:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:53 
07:56:53 
07:56:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:54 
07:56:54 
07:56:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:55 ----------------------------------------
07:56:55 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#test_default_nullness_002_custom - 12
07:56:55 org/foo/Nullable.java [
07:56:55 package org.foo;
07:56:55 import static java.lang.annotation.ElementType.*;
07:56:55 import java.lang.annotation.*;
07:56:55 @Retention(RetentionPolicy.CLASS)
07:56:55 @Target({METHOD,PARAMETER,LOCAL_VARIABLE})
07:56:55 public @interface Nullable {
07:56:55 }
07:56:55 
07:56:55 ]
07:56:55 org/foo/NonNullByDefault.java [
07:56:55 package org.foo;
07:56:55 import java.lang.annotation.*;
07:56:55 import static java.lang.annotation.ElementType.*;
07:56:55 @Retention(RetentionPolicy.CLASS)
07:56:55 @Target({PACKAGE, TYPE, METHOD, CONSTRUCTOR })
07:56:55 public @interface NonNullByDefault {
07:56:55 }
07:56:55 
07:56:55 ]
07:56:55 X.java [
07:56:55 import org.foo.*;
07:56:55 @NonNullByDefault
07:56:55 public class X {
07:56:55     Object getObject(@Nullable Object o) {
07:56:55         return new Object();
07:56:55     }
07:56:55 }
07:56:55 
07:56:55 ]
07:56:55 Y.java [
07:56:55 import org.foo.*;
07:56:55 @NonNullByDefault
07:56:55 public class Y extends X {
07:56:55     @Override
07:56:55     @Nullable Object getObject(Object o) {
07:56:55         return o;
07:56:55     }
07:56:55 }
07:56:55 
07:56:55 ]
07:56:55 
07:56:55 
07:56:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:56 
07:56:56 
07:56:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:56:58 
07:56:58 
07:56:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:00 
07:57:00 
07:57:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:02 
07:57:02 
07:57:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:03 
07:57:03 
07:57:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:04 
07:57:04 
07:57:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:05 
07:57:05 
07:57:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:06 
07:57:06 
07:57:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:07 
07:57:07 
07:57:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:08 
07:57:08 
07:57:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:09 
07:57:09 
07:57:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:10 
07:57:10 
07:57:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:11 
07:57:11 
07:57:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:12 
07:57:12 
07:57:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:13 
07:57:13 
07:57:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:14 
07:57:14 
07:57:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:15 
07:57:15 
07:57:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:16 
07:57:16 
07:57:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:17 
07:57:17 
07:57:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:18 
07:57:18 
07:57:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:19 --- javac err: ---
07:57:19 X.java:3: error: annotation type not applicable to this kind of declaration
07:57:19 	@NonNull void foo() {}
07:57:19 	^
07:57:19 1 error
07:57:19 
07:57:19 
07:57:19 
07:57:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:20 
07:57:20 
07:57:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:21 
07:57:21 
07:57:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:22 
07:57:22 
07:57:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:23 --- javac err: ---
07:57:23 p/Test.java:2: error: package nullAnn does not exist
07:57:23 import nullAnn.*;  // 1 
07:57:23 ^
07:57:23 p/Test.java:6: error: package nullAnn does not exist
07:57:23         void foo(@nullAnn.Nullable  Object o) {   // 2
07:57:23                          ^
07:57:23 2 errors
07:57:23 
07:57:23 
07:57:23 
07:57:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:23 --- javac err: ---
07:57:23 p/Test.java:9: error: cannot find symbol
07:57:23         	@org public Object foo() {
07:57:23         	 ^
07:57:23   symbol: class org
07:57:23 1 error
07:57:23 
07:57:23 
07:57:23 
07:57:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:24 
07:57:24 
07:57:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:25 
07:57:25 
07:57:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:26 
07:57:26 
07:57:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:27 
07:57:27 
07:57:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:28 
07:57:28 
07:57:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:29 
07:57:29 
07:57:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:30 
07:57:30 
07:57:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:31 
07:57:31 
07:57:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:32 
07:57:32 
07:57:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:33 
07:57:33 
07:57:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:34 
07:57:34 
07:57:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:35 
07:57:35 
07:57:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:36 
07:57:36 
07:57:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:38 
07:57:38 
07:57:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:40 
07:57:40 
07:57:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:41 
07:57:41 
07:57:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:42 
07:57:42 
07:57:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:43 
07:57:43 
07:57:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:44 
07:57:44 
07:57:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:45 
07:57:45 
07:57:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:46 
07:57:46 
07:57:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:47 
07:57:47 
07:57:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:48 
07:57:48 
07:57:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:49 
07:57:49 
07:57:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:50 
07:57:50 
07:57:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:51 
07:57:51 
07:57:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:52 
07:57:52 
07:57:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:53 
07:57:53 
07:57:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:54 
07:57:54 
07:57:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:55 
07:57:55 
07:57:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:56 
07:57:56 
07:57:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:57 
07:57:57 
07:57:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:58 
07:57:58 
07:57:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:57:59 
07:57:59 
07:57:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:00 
07:58:00 
07:58:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:01 
07:58:01 
07:58:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:03 
07:58:03 
07:58:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:05 
07:58:05 
07:58:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:06 
07:58:06 
07:58:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:07 
07:58:07 
07:58:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:08 
07:58:08 
07:58:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:09 
07:58:09 
07:58:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:10 
07:58:10 
07:58:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:12 
07:58:12 
07:58:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:14 
07:58:14 
07:58:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:15 
07:58:15 
07:58:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:16 
07:58:16 
07:58:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:17 --- javac err: ---
07:58:17 X.java:18: warning: non-varargs call of varargs method with inexact argument type for last parameter;
07:58:17         foo2(2, null);
07:58:17                 ^
07:58:17   cast to Object for a varargs call
07:58:17   cast to Object @org.eclipse.jdt.annotation.NonNull [] for a non-varargs call and to suppress this warning
07:58:17 1 warning
07:58:17 
07:58:17 
07:58:17 
07:58:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:18 
07:58:18 
07:58:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:20 
07:58:20 
07:58:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:21 
07:58:21 
07:58:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:22 
07:58:22 
07:58:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:23 
07:58:23 
07:58:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:24 
07:58:24 
07:58:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:25 
07:58:25 
07:58:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:26 
07:58:26 
07:58:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:26 
07:58:26 
07:58:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:28 
07:58:28 
07:58:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:28 
07:58:28 
07:58:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:29 
07:58:29 
07:58:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:30 
07:58:30 
07:58:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:31 
07:58:31 
07:58:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:32 
07:58:32 
07:58:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:33 
07:58:33 
07:58:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:34 
07:58:34 
07:58:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:35 
07:58:35 
07:58:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:36 
07:58:36 
07:58:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:37 
07:58:37 
07:58:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:39 
07:58:39 
07:58:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:40 
07:58:40 
07:58:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:41 
07:58:41 
07:58:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:42 
07:58:42 
07:58:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:43 
07:58:43 
07:58:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:44 
07:58:44 
07:58:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:45 
07:58:45 
07:58:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:46 
07:58:46 
07:58:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:47 --- javac err: ---
07:58:47 X.java:10: warning: [empty] empty statement after if
07:58:47          if (o3 != null) /*nop*/;
07:58:47                                 ^
07:58:47 1 warning
07:58:47 
07:58:47 
07:58:47 
07:58:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:48 
07:58:48 
07:58:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:49 
07:58:49 
07:58:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:50 
07:58:50 
07:58:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:51 
07:58:51 
07:58:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:52 
07:58:52 
07:58:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:53 ----------------------------------------
07:58:53 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#test_nullable_field_17 - 12
07:58:53 X.java [
07:58:53 import org.eclipse.jdt.annotation.*;
07:58:53 public class X {
07:58:53     @Nullable Object o = new Object();
07:58:53     public String oString() {
07:58:53          return this.o.toString();
07:58:53     }
07:58:53 }
07:58:53 
07:58:53 ]
07:58:53 
07:58:53 
07:58:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:54 
07:58:54 
07:58:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:55 
07:58:55 
07:58:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:56 
07:58:56 
07:58:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:57 
07:58:57 
07:58:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:58 
07:58:58 
07:58:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:58:59 
07:58:59 
07:58:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:00 
07:59:00 
07:59:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:01 
07:59:01 
07:59:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:02 
07:59:02 
07:59:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:03 
07:59:03 
07:59:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:04 
07:59:04 
07:59:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:05 
07:59:05 
07:59:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:07 
07:59:07 
07:59:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:08 
07:59:08 
07:59:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:09 
07:59:09 
07:59:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:11 
07:59:11 
07:59:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:12 
07:59:12 
07:59:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:13 
07:59:13 
07:59:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:15 
07:59:15 
07:59:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:17 
07:59:17 
07:59:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:18 
07:59:18 
07:59:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:20 
07:59:20 
07:59:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:22 
07:59:22 
07:59:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:24 
07:59:24 
07:59:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:26 
07:59:26 
07:59:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:28 
07:59:28 
07:59:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:30 
07:59:30 
07:59:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:31 
07:59:31 
07:59:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:32 
07:59:32 
07:59:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:33 
07:59:33 
07:59:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:34 
07:59:34 
07:59:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:35 
07:59:35 
07:59:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:36 
07:59:36 
07:59:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:37 
07:59:37 
07:59:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:38 
07:59:38 
07:59:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:39 
07:59:39 
07:59:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:40 
07:59:40 
07:59:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:41 
07:59:41 
07:59:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:42 
07:59:42 
07:59:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:43 
07:59:43 
07:59:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:45 
07:59:45 
07:59:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:46 
07:59:46 
07:59:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:46 ***************************************************************************
07:59:46 * Comparison with Sun Javac compiler for class XLargeTest2 (null tests)
07:59:46 ***************************************************************************
07:59:48 --- javac err: ---
07:59:48 X.java:3: error: code too large
07:59:48 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, A7
07:59:48 
07:59:48 86, A787, A788, A789, A790, A791, A792, A793, A794, A795, A796, A797, A798, A799, A800, A801, A802, A803, A804, A805, A806, A807Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:48 , 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, A850, A851, A852, A853, A854, A855, A856, A857, A858, A859, A860, A861, A862, A863, A864, A865, A866, A867, A868, A869, A870, A871, 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,     }
07:59:48 ^
07:59:48 1 error
07:59:48 
07:59:48 
07:59:48 
07:59:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:50 
07:59:50 
07:59:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:51 --- javac err: ---
07:59:51 p001/bip.java:200: error: cannot find symbol
07:59:51 class bop implements missing,
07:59:51                      ^
07:59:51   symbol: class missing
07:59:51 1 error
07:59:51 
07:59:51 
07:59:51 
07:59:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:51 ***************************************************************************
07:59:51 * Comparison with Sun Javac compiler for class StackMapAttributeTest (null tests)
07:59:51 ***************************************************************************
07:59:52 
07:59:52 
07:59:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:53 
07:59:53 
07:59:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:54 
07:59:54 
07:59:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:55 
07:59:55 
07:59:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:56 
07:59:56 
07:59:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:57 
07:59:57 
07:59:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:58 
07:59:58 
07:59:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
07:59:59 
07:59:59 
07:59:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:00 
08:00:00 
08:00:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:01 
08:00:01 
08:00:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:02 
08:00:02 
08:00:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:03 
08:00:03 
08:00:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:04 
08:00:04 
08:00:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:05 
08:00:05 
08:00:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:06 
08:00:06 
08:00:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:08 
08:00:08 
08:00:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:09 
08:00:09 
08:00:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:10 
08:00:10 
08:00:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:11 
08:00:11 
08:00:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:12 --- javac err: ---
08:00:12 X.java:3: warning: [rawtypes] found raw type: Map
08:00:12     public static Map make(boolean sorted) {
08:00:12                   ^
08:00:12   missing type arguments for generic class Map<K,V>
08:00:12   where K,V are type-variables:
08:00:12     K extends Object declared in interface Map
08:00:12     V extends Object declared in interface Map
08:00:12 X.java:4: warning: [rawtypes] found raw type: TreeMap
08:00:12         return (sorted) ? new TreeMap() : new HashMap();
08:00:12                               ^
08:00:12   missing type arguments for generic class TreeMap<K,V>
08:00:12   where K,V are type-variables:
08:00:12     K extends Object declared in class TreeMap
08:00:12     V extends Object declared in class TreeMap
08:00:12 X.java:4: warning: [rawtypes] found raw type: HashMap
08:00:12         return (sorted) ? new TreeMap() : new HashMap();
08:00:12                                               ^
08:00:12   missing type arguments for generic class HashMap<K,V>
08:00:12   where K,V are type-variables:
08:00:12     K extends Object declared in class HashMap
08:00:12     V extends Object declared in class HashMap
08:00:12 3 warnings
08:00:12 
08:00:12 
08:00:12 
08:00:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:13 
08:00:13 
08:00:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:14 
08:00:14 
08:00:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:15 
08:00:15 
08:00:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:16 
08:00:16 
08:00:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:17 
08:00:17 
08:00:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:18 
08:00:18 
08:00:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:19 --- javac err: ---
08:00:19 X.java:12: warning: [cast] redundant cast to int
08:00:19 		int length = (int) getSize();
08:00:19 		             ^
08:00:19 1 warning
08:00:19 
08:00:19 
08:00:19 
08:00:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:20 
08:00:20 
08:00:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:21 
08:00:21 
08:00:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:22 --- javac err: ---
08:00:22 X.java:9: warning: [rawtypes] found raw type: List
08:00:22 	public List computeCompletionProposals(ContentAssistInvocationContext context, IProgressMonitor monitor) {
08:00:22 	       ^
08:00:22   missing type arguments for generic class List<E>
08:00:22   where E is a type-variable:
08:00:22     E extends Object declared in interface List
08:00:22 X.java:21: warning: [rawtypes] found raw type: List
08:00:22 				List proposals= computer.computeCompletionProposals(context, monitor);
08:00:22 				^
08:00:22   missing type arguments for generic class List<E>
08:00:22   where E is a type-variable:
08:00:22     E extends Object declared in interface List
08:00:22 IJavaCompletionProposalComputer.java:3: warning: [rawtypes] found raw type: List
08:00:22 	List computeCompletionProposals(ContentAssistInvocationContext context, IProgressMonitor monitor);
08:00:22 	^
08:00:22   missing type arguments for generic class List<E>
08:00:22   where E is a type-variable:
08:00:22     E extends Object declared in interface List
08:00:22 3 warnings
08:00:22 
08:00:22 
08:00:22 
08:00:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:23 
08:00:23 
08:00:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:24 
08:00:24 
08:00:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:26 
08:00:26 
08:00:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:27 
08:00:27 
08:00:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:28 
08:00:28 
08:00:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:29 --- javac err: ---
08:00:29 X.java:10: warning: [rawtypes] found raw type: Map
08:00:29 		Map map = null;
08:00:29 		^
08:00:29   missing type arguments for generic class Map<K,V>
08:00:29   where K,V are type-variables:
08:00:29     K extends Object declared in interface Map
08:00:29     V extends Object declared in interface Map
08:00:29 X.java:11: warning: [rawtypes] found raw type: Set
08:00:29 		Set set  = null;
08:00:29 		^
08:00:29   missing type arguments for generic class Set<E>
08:00:29   where E is a type-variable:
08:00:29     E extends Object declared in interface Set
08:00:29 2 warnings
08:00:29 
08:00:29 
08:00:29 
08:00:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:31 
08:00:31 
08:00:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:32 
08:00:32 
08:00:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:33 
08:00:33 
08:00:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:34 
08:00:34 
08:00:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:35 
08:00:35 
08:00:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:36 
08:00:36 
08:00:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:37 
08:00:37 
08:00:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:38 
08:00:38 
08:00:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:39 
08:00:39 
08:00:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:40 --- javac err: ---
08:00:40 X.java:9: error: non-static variable this cannot be referenced from a static context
08:00:40 					throw new E1();
08:00:40 					      ^
08:00:40 1 error
08:00:40 
08:00:40 
08:00:40 
08:00:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:41 --- javac err: ---
08:00:41 X.java:7: error: non-static variable this cannot be referenced from a static context
08:00:41 				synchronized (X.this) {
08:00:41 				               ^
08:00:41 1 error
08:00:41 
08:00:41 
08:00:41 
08:00:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:42 
08:00:42 
08:00:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:43 
08:00:43 
08:00:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:44 
08:00:44 
08:00:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:45 
08:00:45 
08:00:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:46 
08:00:46 
08:00:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:47 --- javac err: ---
08:00:47 X.java:4: error: non-static variable this cannot be referenced from a static context
08:00:47 			A a = new A();
08:00:47 			      ^
08:00:47 1 error
08:00:47 
08:00:47 
08:00:47 
08:00:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:48 --- javac err: ---
08:00:48 X.java:14: warning: [static] static method should be qualified by type name, X, instead of by an expression
08:00:48        new X().foo();
08:00:48               ^
08:00:48 1 warning
08:00:48 
08:00:48 
08:00:48 
08:00:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:49 
08:00:49 
08:00:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:50 
08:00:50 
08:00:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:51 --- javac err: ---
08:00:51 X.java:18: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:00:51 		try (C c = new C();) {
08:00:51 		       ^
08:00:51 1 warning
08:00:51 
08:00:51 
08:00:51 
08:00:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:52 
08:00:52 
08:00:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:53 
08:00:53 
08:00:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:54 --- javac err: ---
08:00:54 X.java:5: error: unreachable statement
08:00:54             for (;false;) {
08:00:54                           ^
08:00:54 X.java:10: error: variable s might not have been initialized
08:00:54         } while (s != null);
08:00:54                  ^
08:00:54 2 errors
08:00:54 
08:00:54 
08:00:54 
08:00:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:55 
08:00:55 
08:00:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:56 --- javac err: ---
08:00:56 X.java:11: error: variable s might not have been initialized
08:00:56         } while (s != null);
08:00:56                  ^
08:00:56 1 error
08:00:56 
08:00:56 
08:00:56 
08:00:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:57 
08:00:57 
08:00:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:58 --- javac err: ---
08:00:58 X.java:6: error: unreachable statement
08:00:58             for (; five > ten;) {
08:00:58                                 ^
08:00:58 X.java:11: error: variable s might not have been initialized
08:00:58         } while (s != null);
08:00:58                  ^
08:00:58 2 errors
08:00:58 
08:00:58 
08:00:58 
08:00:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:00:59 
08:00:59 
08:00:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:00 --- javac err: ---
08:01:00 X.java:5: error: unreachable statement
08:01:00             while (false) {
08:01:00                           ^
08:01:00 X.java:10: error: variable s might not have been initialized
08:01:00         } while (s != null);
08:01:00                  ^
08:01:00 2 errors
08:01:00 
08:01:00 
08:01:00 
08:01:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:01 
08:01:01 
08:01:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:02 --- javac err: ---
08:01:02 X.java:11: error: variable s might not have been initialized
08:01:02         } while (s != null);
08:01:02                  ^
08:01:02 1 error
08:01:02 
08:01:02 
08:01:02 
08:01:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:03 
08:01:03 
08:01:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:04 --- javac err: ---
08:01:04 X.java:6: error: unreachable statement
08:01:04             while (five > ten) {
08:01:04                                ^
08:01:04 X.java:11: error: variable s might not have been initialized
08:01:04         } while (s != null);
08:01:04                  ^
08:01:04 2 errors
08:01:04 
08:01:04 
08:01:04 
08:01:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:05 --- javac err: ---
08:01:05 X.java:37: warning: [rawtypes] found raw type: Iterator
08:01:05 					for (Iterator i = (new ArrayList(1)).iterator(); i
08:01:05 					     ^
08:01:05   missing type arguments for generic class Iterator<E>
08:01:05   where E is a type-variable:
08:01:05     E extends Object declared in interface Iterator
08:01:05 X.java:37: warning: [rawtypes] found raw type: ArrayList
08:01:05 					for (Iterator i = (new ArrayList(1)).iterator(); i
08:01:05 					                       ^
08:01:05   missing type arguments for generic class ArrayList<E>
08:01:05   where E is a type-variable:
08:01:05     E extends Object declared in class ArrayList
08:01:05 X.java:38: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
08:01:05 							.hasNext(); members.add(equals(node))) {
08:01:05 							                       ^
08:01:05   where E is a type-variable:
08:01:05     E extends Object declared in interface List
08:01:05 X.java:46: warning: [rawtypes] found raw type: Iterator
08:01:05 				Iterator i = (new ArrayList(1)).iterator();
08:01:05 				^
08:01:05   missing type arguments for generic class Iterator<E>
08:01:05   where E is a type-variable:
08:01:05     E extends Object declared in interface Iterator
08:01:05 X.java:46: warning: [rawtypes] found raw type: ArrayList
08:01:05 				Iterator i = (new ArrayList(1)).iterator();
08:01:05 				                  ^
08:01:05   missing type arguments for generic class ArrayList<E>
08:01:05   where E is a type-variable:
08:01:05     E extends Object declared in class ArrayList
08:01:05 X.java:64: warning: [rawtypes] found raw type: List
08:01:05 		private List members;
08:01:05 		        ^
08:01:05   missing type arguments for generic class List<E>
08:01:05   where E is a type-variable:
08:01:05     E extends Object declared in interface List
08:01:05 X.java:71: warning: [rawtypes] found raw type: ArrayList
08:01:05 			members = new ArrayList();
08:01:05 			              ^
08:01:05   missing type arguments for generic class ArrayList<E>
08:01:05   where E is a type-variable:
08:01:05     E extends Object declared in class ArrayList
08:01:05 7 warnings
08:01:05 
08:01:05 
08:01:05 
08:01:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:06 
08:01:06 
08:01:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:07 
08:01:07 
08:01:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:08 
08:01:08 
08:01:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:09 
08:01:09 
08:01:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:10 
08:01:10 
08:01:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:11 
08:01:11 
08:01:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:12 
08:01:12 
08:01:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:13 
08:01:13 
08:01:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:14 --- javac err: ---
08:01:14 X.java:12: warning: [rawtypes] found raw type: Iterator
08:01:14 			for (Iterator i = strings.iterator(); i.hasNext();){
08:01:14 			     ^
08:01:14   missing type arguments for generic class Iterator<E>
08:01:14   where E is a type-variable:
08:01:14     E extends Object declared in interface Iterator
08:01:14 1 warning
08:01:14 
08:01:14 
08:01:14 
08:01:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:15 
08:01:15 
08:01:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:16 --- javac err: ---
08:01:16 X.java:7: warning: [try] auto-closeable resource fis is never referenced in body of corresponding try statement
08:01:16             try (FileInputStream fis = new FileInputStream("")) {
08:01:16                                  ^
08:01:16 1 warning
08:01:16 
08:01:16 
08:01:16 
08:01:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:17 
08:01:17 
08:01:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:17 
08:01:17 
08:01:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:17 
08:01:17 
08:01:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:17 
08:01:17 
08:01:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:19 
08:01:19 
08:01:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:19 ***************************************************************************
08:01:19 * Comparison with Sun Javac compiler for class Compliance_1_6 (null tests)
08:01:19 ***************************************************************************
08:01:20 
08:01:20 
08:01:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:20 ***************************************************************************
08:01:20 * Comparison with Sun Javac compiler for class AssignmentTest_1_7 (null tests)
08:01:20 ***************************************************************************
08:01:21 
08:01:21 
08:01:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:21 ***************************************************************************
08:01:21 * Comparison with Sun Javac compiler for class BinaryLiteralTest (null tests)
08:01:21 ***************************************************************************
08:01:22 
08:01:22 
08:01:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:22 --- javac err: ---
08:01:22 X.java:3: error: binary numbers must contain at least one binary digit
08:01:22 		System.out.println(0b);
08:01:22 		                   ^
08:01:22 1 error
08:01:22 
08:01:22 
08:01:22 
08:01:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:23 --- javac err: ---
08:01:23 X.java:3: error: binary numbers must contain at least one binary digit
08:01:23 		System.out.println(0b2);
08:01:23 		                   ^
08:01:23 1 error
08:01:23 
08:01:23 
08:01:23 
08:01:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:24 ----------------------------------------
08:01:24 org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest#test004 - 12
08:01:24 X.java [
08:01:24 public class X {	
08:01:24 	public static void main(String[] args) {
08:01:24 		System.out.println(0b1110000);
08:01:24 	}
08:01:24 }
08:01:24 ]
08:01:24 
08:01:24 
08:01:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:25 ----------------------------------------
08:01:25 org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest#test005 - 12
08:01:25 X.java [
08:01:25 public class X {	
08:01:25 	public static void main(String[] args) {
08:01:25 		System.out.println(-0b1110000);
08:01:25 	}
08:01:25 }
08:01:25 ]
08:01:25 
08:01:25 
08:01:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:26 --- javac err: ---
08:01:26 X.java:3: error: ')' expected
08:01:26 		System.out.println(0b1113000);
08:01:26 		                        ^
08:01:26 1 error
08:01:26 
08:01:26 
08:01:26 
08:01:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:26 ***************************************************************************
08:01:26 * Comparison with Sun Javac compiler for class UnderscoresInLiteralsTest (null tests)
08:01:26 ***************************************************************************
08:01:27 --- javac err: ---
08:01:27 X.java:3: error: illegal underscore
08:01:27 		System.out.println(0b_001);
08:01:27 		                     ^
08:01:27 1 error
08:01:27 
08:01:27 
08:01:27 
08:01:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:27 --- javac err: ---
08:01:27 X.java:3: error: illegal underscore
08:01:27 		System.out.println(0_b001);
08:01:27 		                    ^
08:01:27 X.java:3: error: ')' expected
08:01:27 		System.out.println(0_b001);
08:01:27 		                     ^
08:01:27 X.java:3: error: ';' expected
08:01:27 		System.out.println(0_b001);
08:01:27 		                         ^
08:01:27 3 errors
08:01:27 
08:01:27 
08:01:27 
08:01:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:28 --- javac err: ---
08:01:28 X.java:3: error: illegal underscore
08:01:28 		System.out.println(0b001_);
08:01:28 		                        ^
08:01:28 1 error
08:01:28 
08:01:28 
08:01:28 
08:01:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:29 --- javac err: ---
08:01:29 X.java:3: error: illegal underscore
08:01:29 		System.out.println(0x_11.0p33f);
08:01:29 		                     ^
08:01:29 1 error
08:01:29 
08:01:29 
08:01:29 
08:01:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:30 --- javac err: ---
08:01:30 X.java:3: error: illegal underscore
08:01:30 		System.out.println(0x11_.0p33f);
08:01:30 		                       ^
08:01:30 1 error
08:01:30 
08:01:30 
08:01:30 
08:01:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:30 --- javac err: ---
08:01:30 X.java:3: error: illegal underscore
08:01:30 		System.out.println(0x11._0p33f);
08:01:30 		                        ^
08:01:30 1 error
08:01:30 
08:01:30 
08:01:30 
08:01:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:31 --- javac err: ---
08:01:31 X.java:3: error: illegal underscore
08:01:31 		System.out.println(0x11.0_p33f);
08:01:31 		                         ^
08:01:31 1 error
08:01:31 
08:01:31 
08:01:31 
08:01:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:32 --- javac err: ---
08:01:32 X.java:3: error: illegal underscore
08:01:32 		System.out.println(0x11.0p_33f);
08:01:32 		                          ^
08:01:32 1 error
08:01:32 
08:01:32 
08:01:32 
08:01:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:33 --- javac err: ---
08:01:33 X.java:3: error: illegal underscore
08:01:33 		System.out.println(0x11.0p33_f);
08:01:33 		                            ^
08:01:33 1 error
08:01:33 
08:01:33 
08:01:33 
08:01:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:34 --- javac err: ---
08:01:34 X.java:3: error: illegal underscore
08:01:34 		System.out.println(0x_0001AEFBBA);
08:01:34 		                     ^
08:01:34 1 error
08:01:34 
08:01:34 
08:01:34 
08:01:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:34 --- javac err: ---
08:01:34 X.java:3: error: illegal underscore
08:01:34 		System.out.println(0_x0001AEFBBA);
08:01:34 		                    ^
08:01:34 X.java:3: error: ')' expected
08:01:34 		System.out.println(0_x0001AEFBBA);
08:01:34 		                     ^
08:01:34 X.java:3: error: ';' expected
08:01:34 		System.out.println(0_x0001AEFBBA);
08:01:34 		                                ^
08:01:34 3 errors
08:01:34 
08:01:34 
08:01:34 
08:01:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:35 --- javac err: ---
08:01:35 X.java:3: error: illegal underscore
08:01:35 		System.out.println(0x0001AEFBBA_);
08:01:35 		                               ^
08:01:35 1 error
08:01:35 
08:01:35 
08:01:35 
08:01:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:36 --- javac err: ---
08:01:36 X.java:3: error: cannot find symbol
08:01:36 		System.out.println(_01234567);
08:01:36 		                   ^
08:01:36   symbol:   variable _01234567
08:01:36   location: class X
08:01:36 1 error
08:01:36 
08:01:36 
08:01:36 
08:01:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:37 --- javac err: ---
08:01:37 X.java:3: error: illegal underscore
08:01:37 		System.out.println(01234567_);
08:01:37 		                           ^
08:01:37 1 error
08:01:37 
08:01:37 
08:01:37 
08:01:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:38 --- javac err: ---
08:01:38 X.java:3: error: illegal underscore
08:01:38 		System.out.println(1_.236589954f);
08:01:38 		                    ^
08:01:38 1 error
08:01:38 
08:01:38 
08:01:38 
08:01:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:38 --- javac err: ---
08:01:38 X.java:3: error: illegal underscore
08:01:38 		System.out.println(1._236589954f);
08:01:38 		                     ^
08:01:38 1 error
08:01:38 
08:01:38 
08:01:38 
08:01:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:39 --- javac err: ---
08:01:39 X.java:3: error: illegal underscore
08:01:39 		System.out.println(1_e2);
08:01:39 		                    ^
08:01:39 1 error
08:01:39 
08:01:39 
08:01:39 
08:01:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:40 --- javac err: ---
08:01:40 X.java:3: error: illegal underscore
08:01:40 		System.out.println(1e_2);
08:01:40 		                     ^
08:01:40 1 error
08:01:40 
08:01:40 
08:01:40 
08:01:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:41 --- javac err: ---
08:01:41 X.java:3: error: illegal underscore
08:01:41 		System.out.println(1e2_);
08:01:41 		                      ^
08:01:41 1 error
08:01:41 
08:01:41 
08:01:41 
08:01:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:42 --- javac err: ---
08:01:42 X.java:3: error: illegal underscore
08:01:42 		System.out.println(01e2_);
08:01:42 		                       ^
08:01:42 1 error
08:01:42 
08:01:42 
08:01:42 
08:01:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:42 --- javac err: ---
08:01:42 X.java:3: error: illegal underscore
08:01:42 		System.out.println(01_e2_);
08:01:42 		                     ^
08:01:42 X.java:3: error: illegal underscore
08:01:42 		System.out.println(01_e2_);
08:01:42 		                        ^
08:01:42 2 errors
08:01:42 
08:01:42 
08:01:42 
08:01:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:43 --- javac err: ---
08:01:43 X.java:3: error: illegal underscore
08:01:43 		System.out.println(0b1110000_);
08:01:43 		                            ^
08:01:43 1 error
08:01:43 
08:01:43 
08:01:43 
08:01:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:44 
08:01:44 
08:01:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:45 
08:01:45 
08:01:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:45 ***************************************************************************
08:01:45 * Comparison with Sun Javac compiler for class TryStatement17Test (null tests)
08:01:45 ***************************************************************************
08:01:46 --- javac err: ---
08:01:46 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:01:46 		} catch(IOException | FileNotFoundException e) {
08:01:46 		                      ^
08:01:46   Alternative FileNotFoundException is a subclass of alternative IOException
08:01:46 1 error
08:01:46 
08:01:46 
08:01:46 
08:01:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:47 --- javac err: ---
08:01:47 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:01:47 		} catch(FileNotFoundException | FileNotFoundException | IOException e) {
08:01:47 		                                ^
08:01:47   Alternative FileNotFoundException is a subclass of alternative FileNotFoundException
08:01:47 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:01:47 		} catch(FileNotFoundException | FileNotFoundException | IOException e) {
08:01:47 		                                                        ^
08:01:47   Alternative FileNotFoundException is a subclass of alternative IOException
08:01:47 2 errors
08:01:47 
08:01:47 
08:01:47 
08:01:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:48 --- javac err: ---
08:01:48 X.java:10: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:01:48 		} catch(FileNotFoundException | IOException e) {
08:01:48 		                                ^
08:01:48   Alternative FileNotFoundException is a subclass of alternative IOException
08:01:48 1 error
08:01:48 
08:01:48 
08:01:48 
08:01:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:49 --- javac err: ---
08:01:49 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:01:49 		} catch(RuntimeException | Exception e) {			e.printStackTrace();
08:01:49 		                           ^
08:01:49   Alternative RuntimeException is a subclass of alternative Exception
08:01:49 X.java:10: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:01:49 		} catch(FileNotFoundException | IOException e) {
08:01:49 		                                ^
08:01:49   Alternative FileNotFoundException is a subclass of alternative IOException
08:01:49 2 errors
08:01:49 
08:01:49 
08:01:49 
08:01:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:50 --- javac err: ---
08:01:50 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:01:50 		} catch(NumberFormatException | RuntimeException e) {
08:01:50 		                                ^
08:01:50   Alternative NumberFormatException is a subclass of alternative RuntimeException
08:01:50 X.java:11: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:01:50 		} catch(FileNotFoundException | IOException e) {
08:01:50 		                                ^
08:01:50   Alternative FileNotFoundException is a subclass of alternative IOException
08:01:50 2 errors
08:01:50 
08:01:50 
08:01:50 
08:01:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:50 --- javac err: ---
08:01:50 X.java:4: error: unreported exception Foo; must be caught or declared to be thrown
08:01:50 			throw new Foo();
08:01:50 			^
08:01:50 X.java:10: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:01:50 class Foo extends Exception {}
08:01:50 ^
08:01:50 X.java:11: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:01:50 class SonOfFoo extends Foo {}
08:01:50 ^
08:01:50 X.java:12: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:01:50 class DaughterOfFoo extends Foo {}
08:01:50 ^
08:01:50 1 error
08:01:50 3 warnings
08:01:50 
08:01:50 
08:01:50 
08:01:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:51 --- javac err: ---
08:01:51 X.java:12: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:01:51 class Foo extends Exception {}
08:01:51 ^
08:01:51 X.java:13: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:01:51 class SonOfFoo extends Foo {}
08:01:51 ^
08:01:51 X.java:14: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:01:51 class DaughterOfFoo extends Foo {}
08:01:51 ^
08:01:51 3 warnings
08:01:51 
08:01:51 
08:01:51 
08:01:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:52 --- javac err: ---
08:01:52 X.java:13: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:01:52 class Foo extends Exception {}
08:01:52 ^
08:01:52 X.java:14: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:01:52 class SonOfFoo extends Foo {}
08:01:52 ^
08:01:52 X.java:15: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:01:52 class DaughterOfFoo extends Foo {}
08:01:52 ^
08:01:52 3 warnings
08:01:52 
08:01:52 
08:01:52 
08:01:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:53 --- javac err: ---
08:01:53 X.java:8: error: multi-catch parameter e may not be assigned
08:01:53 			e = new IOException();
08:01:53 			^
08:01:53 1 error
08:01:53 
08:01:53 
08:01:53 
08:01:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:54 --- javac err: ---
08:01:54 X.java:5: error: exception SonOfFoo is never thrown in body of corresponding try statement
08:01:54 		} catch(SonOfFoo | DaughterOfFoo e) {
08:01:54 		  ^
08:01:54 X.java:10: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:01:54 class Foo extends Exception {}
08:01:54 ^
08:01:54 X.java:11: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:01:54 class SonOfFoo extends Foo {}
08:01:54 ^
08:01:54 X.java:12: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:01:54 class DaughterOfFoo extends Foo {}
08:01:54 ^
08:01:54 1 error
08:01:54 3 warnings
08:01:54 
08:01:54 
08:01:54 
08:01:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:55 --- javac err: ---
08:01:55 X.java:8: error: exception SonOfFoo is never thrown in body of corresponding try statement
08:01:55 			} catch (SonOfFoo e1) {
08:01:55 			  ^
08:01:55 X.java:14: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:01:55 class Foo extends Exception {}
08:01:55 ^
08:01:55 X.java:15: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:01:55 class SonOfFoo extends Foo {}
08:01:55 ^
08:01:55 X.java:16: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:01:55 class DaughterOfFoo extends Foo {}
08:01:55 ^
08:01:55 1 error
08:01:55 3 warnings
08:01:55 
08:01:55 
08:01:55 
08:01:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:56 --- javac err: ---
08:01:56 X.java:8: error: exception SonOfFoo is never thrown in body of corresponding try statement
08:01:56 			} catch (SonOfFoo e1) {
08:01:56 			  ^
08:01:56 X.java:15: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:01:56 class Foo extends Exception {}
08:01:56 ^
08:01:56 X.java:16: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:01:56 class SonOfFoo extends Foo {}
08:01:56 ^
08:01:56 X.java:17: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:01:56 class DaughterOfFoo extends Foo {}
08:01:56 ^
08:01:56 1 error
08:01:56 3 warnings
08:01:56 
08:01:56 
08:01:56 
08:01:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:57 --- javac err: ---
08:01:57 X.java:15: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:01:57 class Foo extends Exception {}
08:01:57 ^
08:01:57 X.java:16: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:01:57 class SonOfFoo extends Foo {}
08:01:57 ^
08:01:57 X.java:17: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:01:57 class DaughterOfFoo extends Foo {}
08:01:57 ^
08:01:57 3 warnings
08:01:57 
08:01:57 
08:01:57 
08:01:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:58 --- javac err: ---
08:01:58 X.java:18: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:01:58 class Foo extends Exception {}
08:01:58 ^
08:01:58 X.java:19: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:01:58 class SonOfFoo extends Foo {}
08:01:58 ^
08:01:58 X.java:20: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:01:58 class DaughterOfFoo extends Foo {}
08:01:58 ^
08:01:58 3 warnings
08:01:58 
08:01:58 
08:01:58 
08:01:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:01:59 --- javac err: ---
08:01:59 X.java:11: error: exception SonOfFoo is never thrown in body of corresponding try statement
08:01:59 				} catch (SonOfFoo e2) {
08:01:59 				  ^
08:01:59 X.java:18: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:01:59 class Foo extends Exception {}
08:01:59 ^
08:01:59 X.java:19: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:01:59 class SonOfFoo extends Foo {}
08:01:59 ^
08:01:59 X.java:20: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:01:59 class DaughterOfFoo extends Foo {}
08:01:59 ^
08:01:59 1 error
08:01:59 3 warnings
08:01:59 
08:01:59 
08:01:59 
08:01:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:00 --- javac err: ---
08:02:00 X.java:12: error: incompatible types: Foo cannot be converted to SonOfFoo
08:02:00         	SonOfFoo s = e;
08:02:00         	             ^
08:02:00 X.java:14: error: cannot find symbol
08:02:00         	e.callableOnlyOnMales();
08:02:00         	 ^
08:02:00   symbol:   method callableOnlyOnMales()
08:02:00   location: variable e of type Foo
08:02:00 X.java:15: error: cannot find symbol
08:02:00         	e.callableOnlyOnFemales();
08:02:00         	 ^
08:02:00   symbol:   method callableOnlyOnFemales()
08:02:00   location: variable e of type Foo
08:02:00 X.java:19: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:02:00 class Foo extends Exception {
08:02:00 ^
08:02:00 X.java:23: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:02:00 class SonOfFoo extends Foo {
08:02:00 ^
08:02:00 X.java:27: warning: [serial] serializable class GrandSonOfFoo has no definition of serialVersionUID
08:02:00 class GrandSonOfFoo extends SonOfFoo {}
08:02:00 ^
08:02:00 X.java:28: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:02:00 class DaughterOfFoo extends Foo {
08:02:00 ^
08:02:00 X.java:32: warning: [serial] serializable class GrandDaughterOfFoo has no definition of serialVersionUID
08:02:00 class GrandDaughterOfFoo extends DaughterOfFoo {}
08:02:00 ^
08:02:00 3 errors
08:02:00 5 warnings
08:02:00 
08:02:00 
08:02:00 
08:02:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:01 --- javac err: ---
08:02:01 X.java:18: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:02:01 class Foo extends Exception {}
08:02:01 ^
08:02:01 X.java:19: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:02:01 class SonOfFoo extends Foo {}
08:02:01 ^
08:02:01 X.java:20: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:02:01 class DaughterOfFoo extends Foo {}
08:02:01 ^
08:02:01 3 warnings
08:02:01 
08:02:01 
08:02:01 
08:02:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:01 --- javac err: ---
08:02:01 X.java:8: error: illegal start of type
08:02:01 		} catch (final SonOfFoo | final DaughterOfFoo e){
08:02:01 		                          ^
08:02:01 X.java:8: error: ';' expected
08:02:01 		} catch (final SonOfFoo | final DaughterOfFoo e){
08:02:01 		                                               ^
08:02:01 X.java:12: error: illegal start of expression
08:02:01 	public static void main(String[] args) {
08:02:01 	^
08:02:01 3 errors
08:02:01 
08:02:01 
08:02:01 
08:02:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:02 
08:02:02 
08:02:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:03 
08:02:03 
08:02:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:04 --- javac err: ---
08:02:04 X.java:8: error: unexpected type
08:02:04 	} catch (T | NullPointerException e) {}
08:02:04 	         ^
08:02:04   required: class
08:02:04   found:    type parameter T
08:02:04   where T is a type-variable:
08:02:04     T extends Exception declared in class X
08:02:04 1 error
08:02:04 
08:02:04 
08:02:04 
08:02:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:05 --- javac err: ---
08:02:05 X.java:1: error: a generic class may not extend java.lang.Throwable
08:02:05 public class X<T> extends Exception {
08:02:05                           ^
08:02:05 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
08:02:05 public class X<T> extends Exception {
08:02:05        ^
08:02:05 1 error
08:02:05 1 warning
08:02:05 
08:02:05 
08:02:05 
08:02:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:06 --- javac err: ---
08:02:06 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:02:06         } catch(IOException | FileNotFoundException e) {
08:02:06                               ^
08:02:06   Alternative FileNotFoundException is a subclass of alternative IOException
08:02:06 1 error
08:02:06 
08:02:06 
08:02:06 
08:02:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:07 --- javac err: ---
08:02:07 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
08:02:07         } catch(FileNotFoundException | IOException e) {
08:02:07                                         ^
08:02:07   Alternative FileNotFoundException is a subclass of alternative IOException
08:02:07 1 error
08:02:07 
08:02:07 
08:02:07 
08:02:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:08 --- javac err: ---
08:02:08 X.java:9: error: exception S has already been caught
08:02:08             } catch (RuntimeException | S f) {
08:02:08               ^
08:02:08 X.java:14: warning: [serial] serializable class F has no definition of serialVersionUID
08:02:08 class F extends Exception {}
08:02:08 ^
08:02:08 X.java:15: warning: [serial] serializable class S has no definition of serialVersionUID
08:02:08 class S extends F {}
08:02:08 ^
08:02:08 X.java:16: warning: [serial] serializable class D has no definition of serialVersionUID
08:02:08 class D extends F {}
08:02:08 ^
08:02:08 1 error
08:02:08 3 warnings
08:02:08 
08:02:08 
08:02:08 
08:02:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:08 
08:02:08 
08:02:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:09 --- javac err: ---
08:02:09 X.java:11: error: unreported exception Exception; must be caught or declared to be thrown
08:02:09             throw ec;
08:02:09             ^
08:02:09 1 error
08:02:09 
08:02:09 
08:02:09 
08:02:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:10 
08:02:10 
08:02:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:11 
08:02:11 
08:02:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:12 --- javac err: ---
08:02:12 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:12         try (X x = new X();) {
08:02:12                ^
08:02:12 1 warning
08:02:12 
08:02:12 
08:02:12 
08:02:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:13 --- javac err: ---
08:02:13 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:13         try (X x = new X();) {
08:02:13                ^
08:02:13 1 warning
08:02:13 
08:02:13 
08:02:13 
08:02:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:14 --- javac err: ---
08:02:14 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:14         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:14                ^
08:02:14 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
08:02:14         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:14                               ^
08:02:14 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
08:02:14         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:14                                              ^
08:02:14 X.java:35: warning: [serial] serializable class XXException has no definition of serialVersionUID
08:02:14 class XXException extends Exception {}
08:02:14 ^
08:02:14 X.java:37: warning: [serial] serializable class YYException has no definition of serialVersionUID
08:02:14 class YYException extends Exception {}
08:02:14 ^
08:02:14 X.java:39: warning: [serial] serializable class ZZException has no definition of serialVersionUID
08:02:14 class ZZException extends Exception {}
08:02:14 ^
08:02:14 X.java:34: warning: [serial] serializable class XException has no definition of serialVersionUID
08:02:14 class XException extends Exception {}
08:02:14 ^
08:02:14 X.java:36: warning: [serial] serializable class YException has no definition of serialVersionUID
08:02:14 class YException extends Exception {}
08:02:14 ^
08:02:14 X.java:38: warning: [serial] serializable class ZException has no definition of serialVersionUID
08:02:14 class ZException extends Exception {}
08:02:14 ^
08:02:14 9 warnings
08:02:14 
08:02:14 
08:02:14 
08:02:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:15 --- javac err: ---
08:02:15 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:15         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:15                ^
08:02:15 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
08:02:15         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:15                               ^
08:02:15 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
08:02:15         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:15                                              ^
08:02:15 X.java:34: warning: [serial] serializable class XXException has no definition of serialVersionUID
08:02:15 class XXException extends Exception {}
08:02:15 ^
08:02:15 X.java:36: warning: [serial] serializable class YYException has no definition of serialVersionUID
08:02:15 class YYException extends Exception {}
08:02:15 ^
08:02:15 X.java:38: warning: [serial] serializable class ZZException has no definition of serialVersionUID
08:02:15 class ZZException extends Exception {}
08:02:15 ^
08:02:15 X.java:33: warning: [serial] serializable class XException has no definition of serialVersionUID
08:02:15 class XException extends Exception {}
08:02:15 ^
08:02:15 X.java:35: warning: [serial] serializable class YException has no definition of serialVersionUID
08:02:15 class YException extends Exception {}
08:02:15 ^
08:02:15 X.java:37: warning: [serial] serializable class ZException has no definition of serialVersionUID
08:02:15 class ZException extends Exception {}
08:02:15 ^
08:02:15 9 warnings
08:02:15 
08:02:16 
08:02:16 
08:02:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:16 --- javac err: ---
08:02:16 X.java:4: error: unexpected type
08:02:16 		} catch (NullPointerException  | ArrayIndexOutOfBoundsException  e []) {
08:02:16 		                                                                   ^
08:02:16   required: class
08:02:16   found:    RuntimeException[]
08:02:16 X.java:5: error: unexpected type
08:02:16 		} catch (ClassCastException [] c) {
08:02:16 		                            ^
08:02:16   required: class
08:02:16   found:    ClassCastException[]
08:02:16 X.java:6: error: unexpected type
08:02:16 		} catch (ArrayStoreException a[]) {
08:02:16 		                              ^
08:02:16   required: class
08:02:16   found:    ArrayStoreException[]
08:02:16 X.java:7: error: unexpected type
08:02:16 		} catch (ArithmeticException | NegativeArraySizeException b[][] ) {
08:02:16 		                                                           ^
08:02:16   required: class
08:02:16   found:    RuntimeException[][]
08:02:16 X.java:8: error: unexpected type
08:02:16 		} catch (ClassCastException[][] | ClassNotFoundException[] g) {
08:02:16 		                           ^
08:02:16   required: class
08:02:16   found:    ClassCastException[][]
08:02:16 X.java:8: error: unexpected type
08:02:16 		} catch (ClassCastException[][] | ClassNotFoundException[] g) {
08:02:16 		                                                        ^
08:02:16   required: class
08:02:16   found:    ClassNotFoundException[]
08:02:16 X.java:8: error: unexpected type
08:02:16 		} catch (ClassCastException[][] | ClassNotFoundException[] g) {
08:02:16 		         ^
08:02:16   required: class
08:02:16   found:    <null>
08:02:16 7 errors
08:02:16 
08:02:16 
08:02:16 
08:02:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:17 
08:02:17 
08:02:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:18 --- javac err: ---
08:02:18 X.java:4: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:18         try (Y y1 = new Y(); z1;) {
08:02:18                ^
08:02:18 X.java:4: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
08:02:18         try (Y y1 = new Y(); z1;) {
08:02:18                ^
08:02:18 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:18 class Y implements AutoCloseable {
08:02:18 ^
08:02:18 X.java:13: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:18 class Z implements AutoCloseable {
08:02:18 ^
08:02:18 4 warnings
08:02:18 
08:02:18 
08:02:18 
08:02:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:18 ***************************************************************************
08:02:18 * Comparison with Sun Javac compiler for class TryWithResourcesStatementTest (null tests)
08:02:18 ***************************************************************************
08:02:19 --- javac err: ---
08:02:19 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:02:19 		try (int i = 0) {
08:02:19 		         ^
08:02:19     (int cannot be converted to AutoCloseable)
08:02:19 1 error
08:02:19 
08:02:19 
08:02:19 
08:02:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:20 --- javac err: ---
08:02:20 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:02:20 		try (int[] tab = {}) {
08:02:20 		           ^
08:02:20     (int[] cannot be converted to AutoCloseable)
08:02:20 1 error
08:02:20 
08:02:20 
08:02:20 
08:02:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:21 --- javac err: ---
08:02:21 X.java:1: error: X is not abstract and does not override abstract method close() in AutoCloseable
08:02:21 public class X implements AutoCloseable{
08:02:21        ^
08:02:21 1 error
08:02:21 
08:02:21 
08:02:21 
08:02:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:22 --- javac err: ---
08:02:22 X.java:3: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:22 		try (Y y = new Y()) { 
08:02:22 		       ^
08:02:22 X.java:7: error: cannot find symbol
08:02:22            Zork z;
08:02:22            ^
08:02:22   symbol:   class Zork
08:02:22   location: class X
08:02:22 X.java:11: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:22 class Y implements Managed {
08:02:22 ^
08:02:22 X.java:15: warning: [try] auto-closeable resource Managed has a member method close() that could throw InterruptedException
08:02:22 interface Managed extends AutoCloseable {}
08:02:22 ^
08:02:22 1 error
08:02:22 3 warnings
08:02:22 
08:02:22 
08:02:22 
08:02:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:23 --- javac err: ---
08:02:23 X.java:7: error: variable i is already defined in method main(String[])
08:02:23 			int i = 0;
08:02:23 			    ^
08:02:23 1 error
08:02:23 
08:02:23 
08:02:23 
08:02:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:24 --- javac err: ---
08:02:24 X.java:6: error: variable r is already defined in method main(String[])
08:02:24 			int r = 0;
08:02:24 			    ^
08:02:24 X.java:7: error: int cannot be dereferenced
08:02:24 			while ((s = r.readLine()) != null) {
08:02:24 			             ^
08:02:24 2 errors
08:02:24 
08:02:24 
08:02:24 
08:02:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:25 --- javac err: ---
08:02:25 X.java:5: error: auto-closeable resource r may not be assigned
08:02:25 			r = new FileReader(args[0]);
08:02:25 			^
08:02:25 1 error
08:02:25 
08:02:25 
08:02:25 
08:02:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:26 --- javac err: ---
08:02:26 X.java:5: error: cannot find symbol
08:02:26 		} catch(Zork z) {       }
08:02:26 		        ^
08:02:26   symbol:   class Zork
08:02:26   location: class X
08:02:26 1 error
08:02:26 
08:02:26 
08:02:26 
08:02:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:26 --- javac err: ---
08:02:26 X.java:5: error: auto-closeable resource r may not be assigned
08:02:26 			r = new FileReader(args[0]);
08:02:26 			^
08:02:26 1 error
08:02:26 
08:02:26 
08:02:26 
08:02:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:27 --- javac err: ---
08:02:27 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:02:27 		try (Y [] i = null) {
08:02:27 		          ^
08:02:27     (Y[] cannot be converted to AutoCloseable)
08:02:27 1 error
08:02:27 
08:02:27 
08:02:27 
08:02:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:28 --- javac err: ---
08:02:28 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:02:28 		try (Y i [] = null) {
08:02:28 		       ^
08:02:28     (Y[] cannot be converted to AutoCloseable)
08:02:28 1 error
08:02:28 
08:02:28 
08:02:28 
08:02:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:29 --- javac err: ---
08:02:29 X.java:4: error: variable i is already defined in method method1(int)
08:02:29 		try (Y i = new Y(); Y i = new Y(); Y p = new Y(); Y k = new Y();) {
08:02:29 		                      ^
08:02:29 X.java:4: error: variable p is already defined in method method1(int)
08:02:29 		try (Y i = new Y(); Y i = new Y(); Y p = new Y(); Y k = new Y();) {
08:02:29 		                                     ^
08:02:29 X.java:4: error: variable k is already defined in method method1(int)
08:02:29 		try (Y i = new Y(); Y i = new Y(); Y p = new Y(); Y k = new Y();) {
08:02:29 		                                                    ^
08:02:29 3 errors
08:02:29 
08:02:29 
08:02:29 
08:02:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:30 --- javac err: ---
08:02:30 X.java:7: error: cannot find symbol
08:02:30            System.out.println(i);
08:02:30                               ^
08:02:30   symbol:   variable i
08:02:30   location: class X
08:02:30 X.java:10: error: cannot find symbol
08:02:30            System.out.println(p);
08:02:30                               ^
08:02:30   symbol:   variable p
08:02:30   location: class X
08:02:30 2 errors
08:02:30 
08:02:30 
08:02:30 
08:02:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:31 --- javac err: ---
08:02:31 X.java:6: error: variable i is already defined in method method1()
08:02:31            } catch (Exception i) {
08:02:31                               ^
08:02:31 X.java:10: error: cannot find symbol
08:02:31            System.out.println(i);
08:02:31                               ^
08:02:31   symbol:   variable i
08:02:31   location: class X
08:02:31 X.java:13: error: cannot find symbol
08:02:31            System.out.println(p);
08:02:31                               ^
08:02:31   symbol:   variable p
08:02:31   location: class X
08:02:31 3 errors
08:02:31 
08:02:31 
08:02:31 
08:02:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:32 --- javac err: ---
08:02:32 X.java:13: error: cannot find symbol
08:02:32             System.out.println(y);
08:02:32                                ^
08:02:32   symbol:   variable y
08:02:32   location: class X
08:02:32 1 error
08:02:32 
08:02:32 
08:02:32 
08:02:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:33 --- javac err: ---
08:02:33 X.java:3: error: unreported exception WeirdException; must be caught or declared to be thrown
08:02:33 		try (Y y = new Y();) {
08:02:33 		           ^
08:02:33 X.java:5: error: unreported exception WeirdException; must be caught or declared to be thrown
08:02:33            Y why = new Y();
08:02:33                    ^
08:02:33 X.java:22: warning: [serial] serializable class WeirdException has no definition of serialVersionUID
08:02:33 class WeirdException extends Throwable {}
08:02:33 ^
08:02:33 2 errors
08:02:33 1 warning
08:02:33 
08:02:33 
08:02:33 
08:02:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:34 
08:02:34 
08:02:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:35 --- javac err: ---
08:02:35 X.java:3: error: unreported exception WeirdException; must be caught or declared to be thrown
08:02:35 		try (Y y = new Y();) {
08:02:35 		           ^
08:02:35 X.java:5: error: unreported exception WeirdException; must be caught or declared to be thrown
08:02:35            Y why = new Y();
08:02:35                    ^
08:02:35 X.java:20: warning: [serial] serializable class WeirdException has no definition of serialVersionUID
08:02:35 class WeirdException extends Throwable {}
08:02:35 ^
08:02:35 2 errors
08:02:35 1 warning
08:02:35 
08:02:35 
08:02:35 
08:02:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:35 
08:02:35 
08:02:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:36 --- javac err: ---
08:02:36 X.java:3: error: illegal start of expression
08:02:36 		try () {
08:02:36 		     ^
08:02:36 1 error
08:02:36 
08:02:36 
08:02:36 
08:02:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:37 --- javac err: ---
08:02:37 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:37             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:37                    ^
08:02:37 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
08:02:37             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:37                                   ^
08:02:37 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
08:02:37             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:37                                                  ^
08:02:37 X.java:3: error: unreported exception XXException; must be caught or declared to be thrown
08:02:37             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:37                    ^
08:02:37   exception thrown from implicit call to close() on resource variable 'x'
08:02:37 X.java:3: error: unreported exception YYException; must be caught or declared to be thrown
08:02:37             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:37                                   ^
08:02:37   exception thrown from implicit call to close() on resource variable 'y'
08:02:37 X.java:3: error: unreported exception ZZException; must be caught or declared to be thrown
08:02:37             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:37                                                  ^
08:02:37   exception thrown from implicit call to close() on resource variable 'z'
08:02:37 X.java:4: error: unreported exception XXException; must be caught or declared to be thrown
08:02:37             throw new XXException();
08:02:37             ^
08:02:37 X.java:34: warning: [serial] serializable class XException has no definition of serialVersionUID
08:02:37 class XException extends Exception {}
08:02:37 ^
08:02:37 X.java:35: warning: [serial] serializable class XXException has no definition of serialVersionUID
08:02:37 class XXException extends Exception {}
08:02:37 ^
08:02:37 X.java:36: warning: [serial] serializable class YException has no definition of serialVersionUID
08:02:37 class YException extends Exception {}
08:02:37 ^
08:02:37 X.java:37: warning: [serial] serializable class YYException has no definition of serialVersionUID
08:02:37 class YYException extends Exception {}
08:02:37 ^
08:02:37 X.java:38: warning: [serial] serializable class ZException has no definition of serialVersionUID
08:02:37 class ZException extends Exception {}
08:02:37 ^
08:02:37 X.java:39: warning: [serial] serializable class ZZException has no definition of serialVersionUID
08:02:37 class ZZException extends Exception {}
08:02:37 ^
08:02:37 4 errors
08:02:37 9 warnings
08:02:37 
08:02:37 
08:02:37 
08:02:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:38 --- javac err: ---
08:02:38 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:02:38 		try (Y i = null) {
08:02:38 		       ^
08:02:38     (Y cannot be converted to AutoCloseable)
08:02:38 1 error
08:02:38 
08:02:38 
08:02:38 
08:02:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:39 --- javac err: ---
08:02:39 X.java:3: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
08:02:39 		try (Y i = null) {
08:02:39 		       ^
08:02:39 X.java:8: error: Y is not abstract and does not override abstract method close() in AutoCloseable
08:02:39 class Y implements AutoCloseable {
08:02:39 ^
08:02:39 X.java:9: error: close() in Y cannot implement close() in AutoCloseable
08:02:39     public int close () { return 0; }
08:02:39                ^
08:02:39   return type int is not compatible with void
08:02:39 2 errors
08:02:39 1 warning
08:02:39 
08:02:39 
08:02:39 
08:02:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:40 --- javac err: ---
08:02:40 X.java:3: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
08:02:40 		try (Y i = null) {
08:02:40 		       ^
08:02:40 X.java:3: error: unreported exception Blah; must be caught or declared to be thrown
08:02:40 		try (Y i = null) {
08:02:40 		       ^
08:02:40   exception thrown from implicit call to close() on resource variable 'i'
08:02:40 X.java:9: error: close() in Y cannot implement close() in AutoCloseable
08:02:40     public void close () throws Blah {}
08:02:40                 ^
08:02:40   overridden method does not throw Blah
08:02:40 X.java:11: warning: [serial] serializable class Blah has no definition of serialVersionUID
08:02:40 class Blah extends Throwable {}
08:02:40 ^
08:02:40 2 errors
08:02:40 2 warnings
08:02:40 
08:02:40 
08:02:40 
08:02:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:41 --- javac err: ---
08:02:41 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:41             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:41                    ^
08:02:41 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
08:02:41             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:41                                   ^
08:02:41 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
08:02:41             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:41                                                  ^
08:02:41 X.java:37: warning: [serial] serializable class XException has no definition of serialVersionUID
08:02:41 class XException extends Exception {}
08:02:41 ^
08:02:41 X.java:38: warning: [serial] serializable class XXException has no definition of serialVersionUID
08:02:41 class XXException extends Exception {}
08:02:41 ^
08:02:41 X.java:39: warning: [serial] serializable class YException has no definition of serialVersionUID
08:02:41 class YException extends Exception {}
08:02:41 ^
08:02:41 X.java:40: warning: [serial] serializable class YYException has no definition of serialVersionUID
08:02:41 class YYException extends Exception {}
08:02:41 ^
08:02:41 X.java:41: warning: [serial] serializable class ZException has no definition of serialVersionUID
08:02:41 class ZException extends Exception {}
08:02:41 ^
08:02:41 X.java:42: warning: [serial] serializable class ZZException has no definition of serialVersionUID
08:02:41 class ZZException extends Exception {}
08:02:41 ^
08:02:41 9 warnings
08:02:41 
08:02:41 
08:02:41 
08:02:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:42 --- javac err: ---
08:02:42 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:42             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:42                    ^
08:02:42 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
08:02:42             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:42                                   ^
08:02:42 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
08:02:42             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:42                                                  ^
08:02:42 X.java:3: error: unreported exception XXException; must be caught or declared to be thrown
08:02:42             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:42                    ^
08:02:42   exception thrown from implicit call to close() on resource variable 'x'
08:02:42 X.java:3: error: unreported exception YYException; must be caught or declared to be thrown
08:02:42             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:42                                   ^
08:02:42   exception thrown from implicit call to close() on resource variable 'y'
08:02:42 X.java:3: error: unreported exception ZZException; must be caught or declared to be thrown
08:02:42             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:42                                                  ^
08:02:42   exception thrown from implicit call to close() on resource variable 'z'
08:02:42 X.java:4: error: unreported exception XXException; must be caught or declared to be thrown
08:02:42             throw new XXException();
08:02:42             ^
08:02:42 X.java:34: warning: [serial] serializable class XException has no definition of serialVersionUID
08:02:42 class XException extends Exception {}
08:02:42 ^
08:02:42 X.java:35: warning: [serial] serializable class XXException has no definition of serialVersionUID
08:02:42 class XXException extends Exception {}
08:02:42 ^
08:02:42 X.java:36: warning: [serial] serializable class YException has no definition of serialVersionUID
08:02:42 class YException extends Exception {}
08:02:42 ^
08:02:42 X.java:37: warning: [serial] serializable class YYException has no definition of serialVersionUID
08:02:42 class YYException extends Exception {}
08:02:42 ^
08:02:42 X.java:38: warning: [serial] serializable class ZException has no definition of serialVersionUID
08:02:42 class ZException extends Exception {}
08:02:42 ^
08:02:42 X.java:39: warning: [serial] serializable class ZZException has no definition of serialVersionUID
08:02:42 class ZZException extends Exception {}
08:02:42 ^
08:02:42 4 errors
08:02:42 9 warnings
08:02:42 
08:02:42 
08:02:42 
08:02:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:43 --- javac err: ---
08:02:43 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:43             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:43                    ^
08:02:43 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
08:02:43             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:43                                   ^
08:02:43 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
08:02:43             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
08:02:43                                                  ^
08:02:43 X.java:37: warning: [serial] serializable class XException has no definition of serialVersionUID
08:02:43 class XException extends Exception {}
08:02:43 ^
08:02:43 X.java:38: warning: [serial] serializable class XXException has no definition of serialVersionUID
08:02:43 class XXException extends Exception {}
08:02:43 ^
08:02:43 X.java:39: warning: [serial] serializable class YException has no definition of serialVersionUID
08:02:43 class YException extends Exception {}
08:02:43 ^
08:02:43 X.java:40: warning: [serial] serializable class YYException has no definition of serialVersionUID
08:02:43 class YYException extends Exception {}
08:02:43 ^
08:02:43 X.java:41: warning: [serial] serializable class ZException has no definition of serialVersionUID
08:02:43 class ZException extends Exception {}
08:02:43 ^
08:02:43 X.java:42: warning: [serial] serializable class ZZException has no definition of serialVersionUID
08:02:43 class ZZException extends Exception {}
08:02:43 ^
08:02:43 9 warnings
08:02:43 
08:02:43 
08:02:43 
08:02:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:44 --- javac err: ---
08:02:44 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:44 public class X implements AutoCloseable {
08:02:44        ^
08:02:44 X.java:3: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:44         try (X x = new X(); Y y = new Y()) {
08:02:44                ^
08:02:44 X.java:3: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:44         try (X x = new X(); Y y = new Y()) {
08:02:44                               ^
08:02:44 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:44         try (X x = new X(); Y y = new Y()) {
08:02:44                ^
08:02:44 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
08:02:44         try (X x = new X(); Y y = new Y()) {
08:02:44                               ^
08:02:44 X.java:25: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:44 class Y implements AutoCloseable {
08:02:44 ^
08:02:44 6 warnings
08:02:44 
08:02:44 
08:02:44 
08:02:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:45 --- javac err: ---
08:02:45 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:02:45         try (X x = new X(); Y y = new Y()) {
08:02:45                ^
08:02:45 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
08:02:45         try (X x = new X(); Y y = new Y()) {
08:02:45                               ^
08:02:45 2 warnings
08:02:45 
08:02:45 
08:02:45 
08:02:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:46 
08:02:46 
08:02:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:47 --- javac err: ---
08:02:47 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:47 public class X implements AutoCloseable {
08:02:47        ^
08:02:47 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:47     	try (X x1 = new X(); X x2 = new X()) {
08:02:47     	       ^
08:02:47 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:47     	try (X x1 = new X(); X x2 = new X()) {
08:02:47     	                       ^
08:02:47 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:47             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:47             	       ^
08:02:47 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:47             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:47             	                       ^
08:02:47 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:47             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:47             		       ^
08:02:47 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:47             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:47             		                       ^
08:02:47 X.java:10: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
08:02:47             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:47             		       ^
08:02:47 X.java:10: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
08:02:47             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:47             		                       ^
08:02:47 X.java:8: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
08:02:47             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:47             	       ^
08:02:47 X.java:8: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
08:02:47             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:47             	                       ^
08:02:47 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
08:02:47     	try (X x1 = new X(); X x2 = new X()) {
08:02:47     	       ^
08:02:47 X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
08:02:47     	try (X x1 = new X(); X x2 = new X()) {
08:02:47     	                       ^
08:02:47 X.java:29: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:47 class Y implements AutoCloseable {
08:02:47 ^
08:02:47 X.java:37: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:47 class Z implements AutoCloseable {
08:02:47 ^
08:02:47 15 warnings
08:02:47 
08:02:47 
08:02:47 
08:02:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:48 --- javac err: ---
08:02:48 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:48 public class X implements AutoCloseable {
08:02:48        ^
08:02:48 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:48     	try (X x1 = new X(); X x2 = new X()) {
08:02:48     	       ^
08:02:48 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:48     	try (X x1 = new X(); X x2 = new X()) {
08:02:48     	                       ^
08:02:48 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:48             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:48             	       ^
08:02:48 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:48             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:48             	                       ^
08:02:48 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:48             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:48             		       ^
08:02:48 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:48             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:48             		                       ^
08:02:48 X.java:10: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
08:02:48             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:48             		       ^
08:02:48 X.java:10: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
08:02:48             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:48             		                       ^
08:02:48 X.java:8: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
08:02:48             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:48             	       ^
08:02:48 X.java:8: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
08:02:48             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:48             	                       ^
08:02:48 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
08:02:48     	try (X x1 = new X(); X x2 = new X()) {
08:02:48     	       ^
08:02:48 X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
08:02:48     	try (X x1 = new X(); X x2 = new X()) {
08:02:48     	                       ^
08:02:48 X.java:36: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:48 class Y implements AutoCloseable {
08:02:48 ^
08:02:48 X.java:45: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:48 class Z implements AutoCloseable {
08:02:48 ^
08:02:48 15 warnings
08:02:48 
08:02:48 
08:02:48 
08:02:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:49 --- javac err: ---
08:02:49 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:49 public class X implements AutoCloseable {
08:02:49        ^
08:02:49 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:49     	try (X x1 = new X(); X x2 = new X()) {
08:02:49     	       ^
08:02:49 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:49     	try (X x1 = new X(); X x2 = new X()) {
08:02:49     	                       ^
08:02:49 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:49             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:49             	       ^
08:02:49 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:49             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:49             	                       ^
08:02:49 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:49             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:49             		       ^
08:02:49 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:49             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:49             		                       ^
08:02:49 X.java:10: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
08:02:49             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:49             		       ^
08:02:49 X.java:10: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
08:02:49             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:49             		                       ^
08:02:49 X.java:8: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
08:02:49             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:49             	       ^
08:02:49 X.java:8: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
08:02:49             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:49             	                       ^
08:02:49 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
08:02:49     	try (X x1 = new X(); X x2 = new X()) {
08:02:49     	       ^
08:02:49 X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
08:02:49     	try (X x1 = new X(); X x2 = new X()) {
08:02:49     	                       ^
08:02:49 X.java:29: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:49 class Y implements AutoCloseable {
08:02:49 ^
08:02:49 X.java:37: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:49 class Z implements AutoCloseable {
08:02:49 ^
08:02:49 15 warnings
08:02:49 
08:02:49 
08:02:49 
08:02:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:50 --- javac err: ---
08:02:50 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:50 public class X implements AutoCloseable {
08:02:50        ^
08:02:50 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:50     	try (X x1 = new X(); X x2 = new X()) {
08:02:50     	       ^
08:02:50 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:50     	try (X x1 = new X(); X x2 = new X()) {
08:02:50     	                       ^
08:02:50 X.java:9: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:50             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:50             	       ^
08:02:50 X.java:9: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:50             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:50             	                       ^
08:02:50 X.java:11: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:50             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:50             		       ^
08:02:50 X.java:11: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:50             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:50             		                       ^
08:02:50 X.java:11: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
08:02:50             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:50             		       ^
08:02:50 X.java:11: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
08:02:50             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:02:50             		                       ^
08:02:50 X.java:9: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
08:02:50             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:50             	       ^
08:02:50 X.java:9: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
08:02:50             	try (Y y1 = new Y(); Y y2 = new Y()) {
08:02:50             	                       ^
08:02:50 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
08:02:50     	try (X x1 = new X(); X x2 = new X()) {
08:02:50     	       ^
08:02:50 X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
08:02:50     	try (X x1 = new X(); X x2 = new X()) {
08:02:50     	                       ^
08:02:50 X.java:34: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:50 class Y implements AutoCloseable {
08:02:50 ^
08:02:50 X.java:42: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:50 class Z implements AutoCloseable {
08:02:50 ^
08:02:50 15 warnings
08:02:50 
08:02:50 
08:02:50 
08:02:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:51 --- javac err: ---
08:02:51 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:51 public class X implements AutoCloseable {
08:02:51        ^
08:02:51 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:02:51     	try (X x1 = null; Y y = new Y(); Z z = null) {
08:02:51     	       ^
08:02:51 X.java:5: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:51     	try (X x1 = null; Y y = new Y(); Z z = null) {
08:02:51     	                    ^
08:02:51 X.java:5: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:51     	try (X x1 = null; Y y = new Y(); Z z = null) {
08:02:51     	                                   ^
08:02:51 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
08:02:51     	try (X x1 = null; Y y = new Y(); Z z = null) {
08:02:51     	       ^
08:02:51 X.java:5: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
08:02:51     	try (X x1 = null; Y y = new Y(); Z z = null) {
08:02:51     	                    ^
08:02:51 X.java:5: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
08:02:51     	try (X x1 = null; Y y = new Y(); Z z = null) {
08:02:51     	                                   ^
08:02:51 X.java:18: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:02:51 class Y implements AutoCloseable {
08:02:51 ^
08:02:51 X.java:26: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:02:51 class Z implements AutoCloseable {
08:02:51 ^
08:02:51 9 warnings
08:02:51 
08:02:51 
08:02:51 
08:02:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:52 --- javac err: ---
08:02:52 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:52 		try (A a = new A(); B b = new B()) {
08:02:52 		       ^
08:02:52 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:52 		try (A a = new A(); B b = new B()) {
08:02:52 		                      ^
08:02:52 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:52 			try (C c = new C(); D d = new D();) {
08:02:52 			       ^
08:02:52 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:52 			try (C c = new C(); D d = new D();) {
08:02:52 			                      ^
08:02:52 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:52 				try (E e = new E(); F f = new F()) {
08:02:52 				       ^
08:02:52 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:52 				try (E e = new E(); F f = new F()) {
08:02:52 				                      ^
08:02:52 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:02:52 				try (E e = new E(); F f = new F()) {
08:02:52 				       ^
08:02:52 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:02:52 				try (E e = new E(); F f = new F()) {
08:02:52 				                      ^
08:02:52 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:02:52 			try (C c = new C(); D d = new D();) {
08:02:52 			       ^
08:02:52 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:02:52 			try (C c = new C(); D d = new D();) {
08:02:52 			                      ^
08:02:52 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:02:52 		try (A a = new A(); B b = new B()) {
08:02:52 		       ^
08:02:52 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:02:52 		try (A a = new A(); B b = new B()) {
08:02:52 		                      ^
08:02:52 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:52 class A implements AutoCloseable {
08:02:52 ^
08:02:52 X.java:34: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:52 class B implements AutoCloseable {
08:02:52 ^
08:02:52 X.java:44: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:52 class C implements AutoCloseable {
08:02:52 ^
08:02:52 X.java:54: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:52 class D implements AutoCloseable {
08:02:52 ^
08:02:52 X.java:64: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:52 class E implements AutoCloseable {
08:02:52 ^
08:02:52 X.java:74: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:52 class F implements AutoCloseable {
08:02:52 ^
08:02:52 X.java:84: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:02:52 class G implements AutoCloseable {
08:02:52 ^
08:02:52 19 warnings
08:02:52 
08:02:53 
08:02:53 
08:02:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:54 --- javac err: ---
08:02:54 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:54 		try (A a = new A(); B b = new B()) {
08:02:54 		       ^
08:02:54 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:54 		try (A a = new A(); B b = new B()) {
08:02:54 		                      ^
08:02:54 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:54 			try (C c = new C(); D d = new D();) {
08:02:54 			       ^
08:02:54 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:54 			try (C c = new C(); D d = new D();) {
08:02:54 			                      ^
08:02:54 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:54 				try (E e = new E(); F f = new F()) {
08:02:54 				       ^
08:02:54 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:54 				try (E e = new E(); F f = new F()) {
08:02:54 				                      ^
08:02:54 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:02:54 				try (E e = new E(); F f = new F()) {
08:02:54 				       ^
08:02:54 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:02:54 				try (E e = new E(); F f = new F()) {
08:02:54 				                      ^
08:02:54 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:02:54 			try (C c = new C(); D d = new D();) {
08:02:54 			       ^
08:02:54 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:02:54 			try (C c = new C(); D d = new D();) {
08:02:54 			                      ^
08:02:54 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:02:54 		try (A a = new A(); B b = new B()) {
08:02:54 		       ^
08:02:54 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:02:54 		try (A a = new A(); B b = new B()) {
08:02:54 		                      ^
08:02:54 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:54 class A implements AutoCloseable {
08:02:54 ^
08:02:54 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:54 class B implements AutoCloseable {
08:02:54 ^
08:02:54 X.java:43: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:54 class C implements AutoCloseable {
08:02:54 ^
08:02:54 X.java:53: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:54 class D implements AutoCloseable {
08:02:54 ^
08:02:54 X.java:63: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:54 class E implements AutoCloseable {
08:02:54 ^
08:02:54 X.java:73: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:54 class F implements AutoCloseable {
08:02:54 ^
08:02:54 X.java:83: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:02:54 class G implements AutoCloseable {
08:02:54 ^
08:02:54 19 warnings
08:02:54 
08:02:54 
08:02:54 
08:02:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:55 --- javac err: ---
08:02:55 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:55 		try (A a = new A(); B b = new B()) {
08:02:55 		       ^
08:02:55 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:55 		try (A a = new A(); B b = new B()) {
08:02:55 		                      ^
08:02:55 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:55 			try (C c = new C(); D d = new D();) {
08:02:55 			       ^
08:02:55 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:55 			try (C c = new C(); D d = new D();) {
08:02:55 			                      ^
08:02:55 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:55 				try (E e = new E(); F f = new F()) {
08:02:55 				       ^
08:02:55 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:55 				try (E e = new E(); F f = new F()) {
08:02:55 				                      ^
08:02:55 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:02:55 				try (E e = new E(); F f = new F()) {
08:02:55 				       ^
08:02:55 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:02:55 				try (E e = new E(); F f = new F()) {
08:02:55 				                      ^
08:02:55 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:02:55 			try (C c = new C(); D d = new D();) {
08:02:55 			       ^
08:02:55 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:02:55 			try (C c = new C(); D d = new D();) {
08:02:55 			                      ^
08:02:55 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:02:55 		try (A a = new A(); B b = new B()) {
08:02:55 		       ^
08:02:55 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:02:55 		try (A a = new A(); B b = new B()) {
08:02:55 		                      ^
08:02:55 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:55 class A implements AutoCloseable {
08:02:55 ^
08:02:55 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:55 class B implements AutoCloseable {
08:02:55 ^
08:02:55 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:55 class C implements AutoCloseable {
08:02:55 ^
08:02:55 X.java:52: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:55 class D implements AutoCloseable {
08:02:55 ^
08:02:55 X.java:62: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:55 class E implements AutoCloseable {
08:02:55 ^
08:02:55 X.java:72: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:55 class F implements AutoCloseable {
08:02:55 ^
08:02:55 X.java:82: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:02:55 class G implements AutoCloseable {
08:02:55 ^
08:02:55 19 warnings
08:02:55 
08:02:55 
08:02:55 
08:02:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:56 --- javac err: ---
08:02:56 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:56 		try (A a = new A(); B b = new B()) {
08:02:56 		       ^
08:02:56 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:56 		try (A a = new A(); B b = new B()) {
08:02:56 		                      ^
08:02:56 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:56 			try (C c = new C(); D d = new D();) {
08:02:56 			       ^
08:02:56 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:56 			try (C c = new C(); D d = new D();) {
08:02:56 			                      ^
08:02:56 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:56 				try (E e = new E(); F f = new F()) {
08:02:56 				       ^
08:02:56 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:56 				try (E e = new E(); F f = new F()) {
08:02:56 				                      ^
08:02:56 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:02:56 				try (E e = new E(); F f = new F()) {
08:02:56 				       ^
08:02:56 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:02:56 				try (E e = new E(); F f = new F()) {
08:02:56 				                      ^
08:02:56 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:02:56 			try (C c = new C(); D d = new D();) {
08:02:56 			       ^
08:02:56 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:02:56 			try (C c = new C(); D d = new D();) {
08:02:56 			                      ^
08:02:56 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:02:56 		try (A a = new A(); B b = new B()) {
08:02:56 		       ^
08:02:56 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:02:56 		try (A a = new A(); B b = new B()) {
08:02:56 		                      ^
08:02:56 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:56 class A implements AutoCloseable {
08:02:56 ^
08:02:56 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:56 class B implements AutoCloseable {
08:02:56 ^
08:02:56 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:56 class C implements AutoCloseable {
08:02:56 ^
08:02:56 X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:56 class D implements AutoCloseable {
08:02:56 ^
08:02:56 X.java:61: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:56 class E implements AutoCloseable {
08:02:56 ^
08:02:56 X.java:71: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:56 class F implements AutoCloseable {
08:02:56 ^
08:02:56 X.java:81: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:02:56 class G implements AutoCloseable {
08:02:56 ^
08:02:56 19 warnings
08:02:56 
08:02:56 
08:02:56 
08:02:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:58 --- javac err: ---
08:02:58 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:58 		try (A a = new A(); B b = new B()) {
08:02:58 		       ^
08:02:58 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:58 		try (A a = new A(); B b = new B()) {
08:02:58 		                      ^
08:02:58 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:58 			try (C c = new C(); D d = new D();) {
08:02:58 			       ^
08:02:58 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:58 			try (C c = new C(); D d = new D();) {
08:02:58 			                      ^
08:02:58 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:58 				try (E e = new E(); F f = new F()) {
08:02:58 				       ^
08:02:58 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:58 				try (E e = new E(); F f = new F()) {
08:02:58 				                      ^
08:02:58 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:02:58 				try (E e = new E(); F f = new F()) {
08:02:58 				       ^
08:02:58 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:02:58 				try (E e = new E(); F f = new F()) {
08:02:58 				                      ^
08:02:58 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:02:58 			try (C c = new C(); D d = new D();) {
08:02:58 			       ^
08:02:58 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:02:58 			try (C c = new C(); D d = new D();) {
08:02:58 			                      ^
08:02:58 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:02:58 		try (A a = new A(); B b = new B()) {
08:02:58 		       ^
08:02:58 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:02:58 		try (A a = new A(); B b = new B()) {
08:02:58 		                      ^
08:02:58 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:58 class A implements AutoCloseable {
08:02:58 ^
08:02:58 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:58 class B implements AutoCloseable {
08:02:58 ^
08:02:58 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:58 class C implements AutoCloseable {
08:02:58 ^
08:02:58 X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:58 class D implements AutoCloseable {
08:02:58 ^
08:02:58 X.java:60: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:58 class E implements AutoCloseable {
08:02:58 ^
08:02:58 X.java:70: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:58 class F implements AutoCloseable {
08:02:58 ^
08:02:58 X.java:80: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:02:58 class G implements AutoCloseable {
08:02:58 ^
08:02:58 19 warnings
08:02:58 
08:02:58 
08:02:58 
08:02:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:02:59 --- javac err: ---
08:02:59 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:59 		try (A a = new A(); B b = new B()) {
08:02:59 		       ^
08:02:59 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:59 		try (A a = new A(); B b = new B()) {
08:02:59 		                      ^
08:02:59 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:59 			try (C c = new C(); D d = new D();) {
08:02:59 			       ^
08:02:59 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:59 			try (C c = new C(); D d = new D();) {
08:02:59 			                      ^
08:02:59 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:59 				try (E e = new E(); F f = new F()) {
08:02:59 				       ^
08:02:59 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:59 				try (E e = new E(); F f = new F()) {
08:02:59 				                      ^
08:02:59 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:02:59 				try (E e = new E(); F f = new F()) {
08:02:59 				       ^
08:02:59 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:02:59 				try (E e = new E(); F f = new F()) {
08:02:59 				                      ^
08:02:59 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:02:59 			try (C c = new C(); D d = new D();) {
08:02:59 			       ^
08:02:59 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:02:59 			try (C c = new C(); D d = new D();) {
08:02:59 			                      ^
08:02:59 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:02:59 		try (A a = new A(); B b = new B()) {
08:02:59 		       ^
08:02:59 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:02:59 		try (A a = new A(); B b = new B()) {
08:02:59 		                      ^
08:02:59 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:02:59 class A implements AutoCloseable {
08:02:59 ^
08:02:59 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:02:59 class B implements AutoCloseable {
08:02:59 ^
08:02:59 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:02:59 class C implements AutoCloseable {
08:02:59 ^
08:02:59 X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:02:59 class D implements AutoCloseable {
08:02:59 ^
08:02:59 X.java:60: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:02:59 class E implements AutoCloseable {
08:02:59 ^
08:02:59 X.java:69: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:02:59 class F implements AutoCloseable {
08:02:59 ^
08:02:59 X.java:79: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:02:59 class G implements AutoCloseable {
08:02:59 ^
08:02:59 19 warnings
08:02:59 
08:02:59 
08:02:59 
08:02:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:00 --- javac err: ---
08:03:00 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:00 		try (A a = new A(); B b = new B()) {
08:03:00 		       ^
08:03:00 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:00 		try (A a = new A(); B b = new B()) {
08:03:00 		                      ^
08:03:00 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:00 			try (C c = new C(); D d = new D();) {
08:03:00 			       ^
08:03:00 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:00 			try (C c = new C(); D d = new D();) {
08:03:00 			                      ^
08:03:00 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:00 				try (E e = new E(); F f = new F()) {
08:03:00 				       ^
08:03:00 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:00 				try (E e = new E(); F f = new F()) {
08:03:00 				                      ^
08:03:00 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:03:00 				try (E e = new E(); F f = new F()) {
08:03:00 				       ^
08:03:00 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:03:00 				try (E e = new E(); F f = new F()) {
08:03:00 				                      ^
08:03:00 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:00 			try (C c = new C(); D d = new D();) {
08:03:00 			       ^
08:03:00 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:03:00 			try (C c = new C(); D d = new D();) {
08:03:00 			                      ^
08:03:00 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:00 		try (A a = new A(); B b = new B()) {
08:03:00 		       ^
08:03:00 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:00 		try (A a = new A(); B b = new B()) {
08:03:00 		                      ^
08:03:00 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:00 class A implements AutoCloseable {
08:03:00 ^
08:03:00 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:00 class B implements AutoCloseable {
08:03:00 ^
08:03:00 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:00 class C implements AutoCloseable {
08:03:00 ^
08:03:00 X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:00 class D implements AutoCloseable {
08:03:00 ^
08:03:00 X.java:60: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:00 class E implements AutoCloseable {
08:03:00 ^
08:03:00 X.java:69: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:00 class F implements AutoCloseable {
08:03:00 ^
08:03:00 X.java:78: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:03:00 class G implements AutoCloseable {
08:03:00 ^
08:03:00 19 warnings
08:03:00 
08:03:00 
08:03:00 
08:03:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:01 --- javac err: ---
08:03:01 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:01 		try (A a = new A(); B b = new B()) {
08:03:01 		       ^
08:03:01 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:01 		try (A a = new A(); B b = new B()) {
08:03:01 		                      ^
08:03:01 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:01 			try (C c = new C(); D d = new D();) {
08:03:01 			       ^
08:03:01 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:01 			try (C c = new C(); D d = new D();) {
08:03:01 			                      ^
08:03:01 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:01 				try (E e = new E(); F f = new F()) {
08:03:01 				       ^
08:03:01 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:01 				try (E e = new E(); F f = new F()) {
08:03:01 				                      ^
08:03:01 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:03:01 				try (E e = new E(); F f = new F()) {
08:03:01 				       ^
08:03:01 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:03:01 				try (E e = new E(); F f = new F()) {
08:03:01 				                      ^
08:03:01 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:01 			try (C c = new C(); D d = new D();) {
08:03:01 			       ^
08:03:01 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:03:01 			try (C c = new C(); D d = new D();) {
08:03:01 			                      ^
08:03:01 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:01 		try (A a = new A(); B b = new B()) {
08:03:01 		       ^
08:03:01 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:01 		try (A a = new A(); B b = new B()) {
08:03:01 		                      ^
08:03:01 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:01 class A implements AutoCloseable {
08:03:01 ^
08:03:01 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:01 class B implements AutoCloseable {
08:03:01 ^
08:03:01 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:01 class C implements AutoCloseable {
08:03:01 ^
08:03:01 X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:01 class D implements AutoCloseable {
08:03:01 ^
08:03:01 X.java:59: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:01 class E implements AutoCloseable {
08:03:01 ^
08:03:01 X.java:68: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:01 class F implements AutoCloseable {
08:03:01 ^
08:03:01 X.java:77: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:03:01 class G implements AutoCloseable {
08:03:01 ^
08:03:01 19 warnings
08:03:01 
08:03:01 
08:03:01 
08:03:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:03 --- javac err: ---
08:03:03 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:03 		try (A a = new A(); B b = new B()) {
08:03:03 		       ^
08:03:03 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:03 		try (A a = new A(); B b = new B()) {
08:03:03 		                      ^
08:03:03 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:03 			try (C c = new C(); D d = new D();) {
08:03:03 			       ^
08:03:03 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:03 			try (C c = new C(); D d = new D();) {
08:03:03 			                      ^
08:03:03 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:03 				try (E e = new E(); F f = new F()) {
08:03:03 				       ^
08:03:03 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:03 				try (E e = new E(); F f = new F()) {
08:03:03 				                      ^
08:03:03 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:03:03 				try (E e = new E(); F f = new F()) {
08:03:03 				       ^
08:03:03 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:03:03 				try (E e = new E(); F f = new F()) {
08:03:03 				                      ^
08:03:03 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:03 			try (C c = new C(); D d = new D();) {
08:03:03 			       ^
08:03:03 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:03:03 			try (C c = new C(); D d = new D();) {
08:03:03 			                      ^
08:03:03 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:03 		try (A a = new A(); B b = new B()) {
08:03:03 		       ^
08:03:03 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:03 		try (A a = new A(); B b = new B()) {
08:03:03 		                      ^
08:03:03 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:03 class A implements AutoCloseable {
08:03:03 ^
08:03:03 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:03 class B implements AutoCloseable {
08:03:03 ^
08:03:03 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:03 class C implements AutoCloseable {
08:03:03 ^
08:03:03 X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:03 class D implements AutoCloseable {
08:03:03 ^
08:03:03 X.java:59: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:03 class E implements AutoCloseable {
08:03:03 ^
08:03:03 X.java:68: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:03 class F implements AutoCloseable {
08:03:03 ^
08:03:03 X.java:76: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:03:03 class G implements AutoCloseable {
08:03:03 ^
08:03:03 19 warnings
08:03:03 
08:03:03 
08:03:03 
08:03:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:04 --- javac err: ---
08:03:04 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:04 		try (A a = new A(); B b = new B()) {
08:03:04 		       ^
08:03:04 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:04 		try (A a = new A(); B b = new B()) {
08:03:04 		                      ^
08:03:04 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:04 			try (C c = new C(); D d = new D();) {
08:03:04 			       ^
08:03:04 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:04 			try (C c = new C(); D d = new D();) {
08:03:04 			                      ^
08:03:04 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:04 				try (E e = new E(); F f = new F()) {
08:03:04 				       ^
08:03:04 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:04 				try (E e = new E(); F f = new F()) {
08:03:04 				                      ^
08:03:04 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:03:04 				try (E e = new E(); F f = new F()) {
08:03:04 				       ^
08:03:04 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:03:04 				try (E e = new E(); F f = new F()) {
08:03:04 				                      ^
08:03:04 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:04 			try (C c = new C(); D d = new D();) {
08:03:04 			       ^
08:03:04 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:03:04 			try (C c = new C(); D d = new D();) {
08:03:04 			                      ^
08:03:04 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:04 		try (A a = new A(); B b = new B()) {
08:03:04 		       ^
08:03:04 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:04 		try (A a = new A(); B b = new B()) {
08:03:04 		                      ^
08:03:04 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:04 class A implements AutoCloseable {
08:03:04 ^
08:03:04 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:04 class B implements AutoCloseable {
08:03:04 ^
08:03:04 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:04 class C implements AutoCloseable {
08:03:04 ^
08:03:04 X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:04 class D implements AutoCloseable {
08:03:04 ^
08:03:04 X.java:59: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:04 class E implements AutoCloseable {
08:03:04 ^
08:03:04 X.java:67: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:04 class F implements AutoCloseable {
08:03:04 ^
08:03:04 X.java:75: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:03:04 class G implements AutoCloseable {
08:03:04 ^
08:03:04 19 warnings
08:03:04 
08:03:04 
08:03:04 
08:03:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:05 --- javac err: ---
08:03:05 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:05 		try (A a = new A(); B b = new B()) {
08:03:05 		       ^
08:03:05 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:05 		try (A a = new A(); B b = new B()) {
08:03:05 		                      ^
08:03:05 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:05 			try (C c = new C(); D d = new D();) {
08:03:05 			       ^
08:03:05 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:05 			try (C c = new C(); D d = new D();) {
08:03:05 			                      ^
08:03:05 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:05 				try (E e = new E(); F f = new F()) {
08:03:05 				       ^
08:03:05 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:05 				try (E e = new E(); F f = new F()) {
08:03:05 				                      ^
08:03:05 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:03:05 				try (E e = new E(); F f = new F()) {
08:03:05 				       ^
08:03:05 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:03:05 				try (E e = new E(); F f = new F()) {
08:03:05 				                      ^
08:03:05 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:05 			try (C c = new C(); D d = new D();) {
08:03:05 			       ^
08:03:05 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:03:05 			try (C c = new C(); D d = new D();) {
08:03:05 			                      ^
08:03:05 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:05 		try (A a = new A(); B b = new B()) {
08:03:05 		       ^
08:03:05 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:05 		try (A a = new A(); B b = new B()) {
08:03:05 		                      ^
08:03:05 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:05 class A implements AutoCloseable {
08:03:05 ^
08:03:05 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:05 class B implements AutoCloseable {
08:03:05 ^
08:03:05 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:05 class C implements AutoCloseable {
08:03:05 ^
08:03:05 X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:05 class D implements AutoCloseable {
08:03:05 ^
08:03:05 X.java:58: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:05 class E implements AutoCloseable {
08:03:05 ^
08:03:05 X.java:66: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:05 class F implements AutoCloseable {
08:03:05 ^
08:03:05 X.java:74: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:03:05 class G implements AutoCloseable {
08:03:05 ^
08:03:05 19 warnings
08:03:05 
08:03:05 
08:03:05 
08:03:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:06 --- javac err: ---
08:03:06 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:06 		try (A a = new A(); B b = new B()) {
08:03:06 		       ^
08:03:06 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:06 		try (A a = new A(); B b = new B()) {
08:03:06 		                      ^
08:03:06 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:06 			try (C c = new C(); D d = new D();) {
08:03:06 			       ^
08:03:06 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:06 			try (C c = new C(); D d = new D();) {
08:03:06 			                      ^
08:03:06 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:06 				try (E e = new E(); F f = new F()) {
08:03:06 				       ^
08:03:06 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:06 				try (E e = new E(); F f = new F()) {
08:03:06 				                      ^
08:03:06 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:03:06 				try (E e = new E(); F f = new F()) {
08:03:06 				       ^
08:03:06 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:03:06 				try (E e = new E(); F f = new F()) {
08:03:06 				                      ^
08:03:06 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:06 			try (C c = new C(); D d = new D();) {
08:03:06 			       ^
08:03:06 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:03:06 			try (C c = new C(); D d = new D();) {
08:03:06 			                      ^
08:03:06 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:06 		try (A a = new A(); B b = new B()) {
08:03:06 		       ^
08:03:06 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:06 		try (A a = new A(); B b = new B()) {
08:03:06 		                      ^
08:03:06 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:06 class A implements AutoCloseable {
08:03:06 ^
08:03:06 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:06 class B implements AutoCloseable {
08:03:06 ^
08:03:06 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:06 class C implements AutoCloseable {
08:03:06 ^
08:03:06 X.java:49: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:06 class D implements AutoCloseable {
08:03:06 ^
08:03:06 X.java:57: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:06 class E implements AutoCloseable {
08:03:06 ^
08:03:06 X.java:65: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:06 class F implements AutoCloseable {
08:03:06 ^
08:03:06 X.java:73: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:03:06 class G implements AutoCloseable {
08:03:06 ^
08:03:06 19 warnings
08:03:06 
08:03:06 
08:03:06 
08:03:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:07 --- javac err: ---
08:03:07 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:07 		try (A a = new A(); B b = new B()) {
08:03:07 		       ^
08:03:07 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:07 		try (A a = new A(); B b = new B()) {
08:03:07 		                      ^
08:03:07 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:07 			try (C c = new C(); D d = new D();) {
08:03:07 			       ^
08:03:07 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:07 			try (C c = new C(); D d = new D();) {
08:03:07 			                      ^
08:03:07 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:07 				try (E e = new E(); F f = new F()) {
08:03:07 				       ^
08:03:07 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:07 				try (E e = new E(); F f = new F()) {
08:03:07 				                      ^
08:03:07 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:03:07 				try (E e = new E(); F f = new F()) {
08:03:07 				       ^
08:03:07 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:03:07 				try (E e = new E(); F f = new F()) {
08:03:07 				                      ^
08:03:07 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:07 			try (C c = new C(); D d = new D();) {
08:03:07 			       ^
08:03:07 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:03:07 			try (C c = new C(); D d = new D();) {
08:03:07 			                      ^
08:03:07 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:07 		try (A a = new A(); B b = new B()) {
08:03:07 		       ^
08:03:07 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:07 		try (A a = new A(); B b = new B()) {
08:03:07 		                      ^
08:03:07 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:07 class A implements AutoCloseable {
08:03:07 ^
08:03:07 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:07 class B implements AutoCloseable {
08:03:07 ^
08:03:07 X.java:40: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:07 class C implements AutoCloseable {
08:03:07 ^
08:03:07 X.java:48: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:07 class D implements AutoCloseable {
08:03:07 ^
08:03:07 X.java:56: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:07 class E implements AutoCloseable {
08:03:07 ^
08:03:07 X.java:64: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:07 class F implements AutoCloseable {
08:03:07 ^
08:03:07 X.java:72: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:03:07 class G implements AutoCloseable {
08:03:07 ^
08:03:07 19 warnings
08:03:07 
08:03:07 
08:03:07 
08:03:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:09 --- javac err: ---
08:03:09 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:09 		try (A a = new A(); B b = new B()) {
08:03:09 		       ^
08:03:09 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:09 		try (A a = new A(); B b = new B()) {
08:03:09 		                      ^
08:03:09 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:09 			try (C c = new C(); D d = new D();) {
08:03:09 			       ^
08:03:09 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:09 			try (C c = new C(); D d = new D();) {
08:03:09 			                      ^
08:03:09 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:09 				try (E e = new E(); F f = new F()) {
08:03:09 				       ^
08:03:09 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:09 				try (E e = new E(); F f = new F()) {
08:03:09 				                      ^
08:03:09 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:03:09 				try (E e = new E(); F f = new F()) {
08:03:09 				       ^
08:03:09 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
08:03:09 				try (E e = new E(); F f = new F()) {
08:03:09 				                      ^
08:03:09 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:09 			try (C c = new C(); D d = new D();) {
08:03:09 			       ^
08:03:09 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
08:03:09 			try (C c = new C(); D d = new D();) {
08:03:09 			                      ^
08:03:09 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:09 		try (A a = new A(); B b = new B()) {
08:03:09 		       ^
08:03:09 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:09 		try (A a = new A(); B b = new B()) {
08:03:09 		                      ^
08:03:09 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:09 class A implements AutoCloseable {
08:03:09 ^
08:03:09 X.java:31: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:09 class B implements AutoCloseable {
08:03:09 ^
08:03:09 X.java:39: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:09 class C implements AutoCloseable {
08:03:09 ^
08:03:09 X.java:47: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
08:03:09 class D implements AutoCloseable {
08:03:09 ^
08:03:09 X.java:55: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:09 class E implements AutoCloseable {
08:03:09 ^
08:03:09 X.java:63: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
08:03:09 class F implements AutoCloseable {
08:03:09 ^
08:03:09 X.java:71: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
08:03:09 class G implements AutoCloseable {
08:03:09 ^
08:03:09 19 warnings
08:03:09 
08:03:09 
08:03:09 
08:03:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:10 --- javac err: ---
08:03:10 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:10 		try (A a = new A()) {
08:03:10 		       ^
08:03:10 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:10 		try (A a = new A()) {
08:03:10 		       ^
08:03:10 X.java:19: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
08:03:10 class A implements AutoCloseable {
08:03:10 ^
08:03:10 X.java:25: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:10 		try (B b = new B()) {
08:03:10 		       ^
08:03:10 X.java:25: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:10 		try (B b = new B()) {
08:03:10 		       ^
08:03:10 X.java:39: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
08:03:10 class B implements AutoCloseable {
08:03:10 ^
08:03:10 X.java:45: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:10 		try (C c = new C()) {
08:03:10 		       ^
08:03:10 X.java:45: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:10 		try (C c = new C()) {
08:03:10 		       ^
08:03:10 X.java:58: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
08:03:10 class C implements AutoCloseable {
08:03:10 ^
08:03:10 9 warnings
08:03:10 
08:03:10 
08:03:10 
08:03:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:10 --- javac err: ---
08:03:10 error: invalid flag: -release
08:03:10 Usage: javac <options> <source files>
08:03:10 use --help for a list of possible options
08:03:10 
08:03:10 
08:03:10 
08:03:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:12 --- javac err: ---
08:03:12 X.java:4: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:12 		try (E e = E.CONST) {
08:03:12 		       ^
08:03:12 X.java:4: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
08:03:12 		try (E e = E.CONST) {
08:03:12 		       ^
08:03:12 E.java:1: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
08:03:12 public enum E implements AutoCloseable {
08:03:12        ^
08:03:12 3 warnings
08:03:12 
08:03:12 
08:03:12 
08:03:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:13 --- javac err: ---
08:03:13 X.java:3: warning: [try] auto-closeable resource Test has a member method close() that could throw InterruptedException
08:03:13         try (Test t = new Test()) {
08:03:13                   ^
08:03:13 X.java:3: warning: [try] auto-closeable resource t is never referenced in body of corresponding try statement
08:03:13         try (Test t = new Test()) {
08:03:13                   ^
08:03:13 X.java:18: warning: [try] auto-closeable resource Test has a member method close() that could throw InterruptedException
08:03:13 class Test implements AutoCloseable {
08:03:13 ^
08:03:13 3 warnings
08:03:13 
08:03:14 
08:03:14 
08:03:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:14 --- javac err: ---
08:03:14 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:03:14         try (Test t = new Test()) {
08:03:14                   ^
08:03:14     (Test cannot be converted to AutoCloseable)
08:03:14 1 error
08:03:14 
08:03:14 
08:03:14 
08:03:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:15 --- javac err: ---
08:03:15 X.java:4: warning: [try] explicit call to close() on an auto-closeable resource
08:03:15 			y.close();
08:03:15 			 ^
08:03:15 X.java:3: error: unreported exception CloneNotSupportedException; must be caught or declared to be thrown
08:03:15 		try (Y y = new Y()) { 
08:03:15 		           ^
08:03:15 X.java:3: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
08:03:15 		try (Y y = new Y()) { 
08:03:15 		       ^
08:03:15   exception thrown from implicit call to close() on resource variable 'y'
08:03:15 X.java:4: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
08:03:15 			y.close();
08:03:15 			       ^
08:03:15 X.java:15: warning: [try] auto-closeable resource Managed has a member method close() that could throw InterruptedException
08:03:15 interface Managed extends AutoCloseable {}
08:03:15 ^
08:03:15 3 errors
08:03:15 2 warnings
08:03:15 
08:03:15 
08:03:15 
08:03:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:16 --- javac err: ---
08:03:16 X.java:4: warning: [try] explicit call to close() on an auto-closeable resource
08:03:16 			y.close();
08:03:16 			 ^
08:03:16 X.java:3: error: unreported exception CloneNotSupportedException; must be caught or declared to be thrown
08:03:16 		try (Y y = new Y()) { 
08:03:16 		           ^
08:03:16 X.java:3: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
08:03:16 		try (Y y = new Y()) { 
08:03:16 		       ^
08:03:16   exception thrown from implicit call to close() on resource variable 'y'
08:03:16 X.java:4: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
08:03:16 			y.close();
08:03:16 			       ^
08:03:16 X.java:17: warning: [try] auto-closeable resource Managed has a member method close() that could throw InterruptedException
08:03:16 interface Managed extends AutoCloseable {}
08:03:16 ^
08:03:16 3 errors
08:03:16 2 warnings
08:03:16 
08:03:16 
08:03:16 
08:03:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:17 --- javac err: ---
08:03:17 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
08:03:17         try (Object | Integer res = null) {
08:03:17                     ^
08:03:17 X.java:3: error: ')' expected
08:03:17         try (Object | Integer res = null) {
08:03:17                              ^
08:03:17 X.java:3: error: ';' expected
08:03:17         try (Object | Integer res = null) {
08:03:17                                         ^
08:03:17 X.java:4: error: 'catch' without 'try'
08:03:17         } catch (Exception e) {
08:03:17           ^
08:03:17 X.java:7: error: reached end of file while parsing
08:03:17 }
08:03:17  ^
08:03:17 5 errors
08:03:17 
08:03:17 
08:03:17 
08:03:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:18 --- javac err: ---
08:03:18 X.java:3: error: cannot find symbol
08:03:18         try (Object.Integer res = null) {
08:03:18                    ^
08:03:18   symbol:   class Integer
08:03:18   location: class Object
08:03:18 1 error
08:03:18 
08:03:18 
08:03:18 
08:03:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:19 
08:03:19 
08:03:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:20 --- javac err: ---
08:03:20 X.java:5: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:20             try (A b = null) {
08:03:20                    ^
08:03:20 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:20         try (A a = null) {
08:03:20                ^
08:03:20 2 warnings
08:03:20 
08:03:20 
08:03:20 
08:03:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:21 --- javac err: ---
08:03:21 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:03:21 public class X implements AutoCloseable {
08:03:21        ^
08:03:21 X.java:8: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:03:21 		try (X a = new X(); X b = new X()) {
08:03:21 		       ^
08:03:21 X.java:8: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:03:21 		try (X a = new X(); X b = new X()) {
08:03:21 		                      ^
08:03:21 X.java:8: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
08:03:21 		try (X a = new X(); X b = new X()) {
08:03:21 		       ^
08:03:21 X.java:8: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:21 		try (X a = new X(); X b = new X()) {
08:03:21 		                      ^
08:03:21 5 warnings
08:03:21 
08:03:21 
08:03:21 
08:03:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:22 --- javac err: ---
08:03:22 X.java:10: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement
08:03:22          final FileOutputStream out = new FileOutputStream("test.dat")) {
08:03:22                                 ^
08:03:22 1 warning
08:03:22 
08:03:22 
08:03:22 
08:03:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:23 
08:03:23 
08:03:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:24 --- javac err: ---
08:03:24 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:03:24 public class X implements AutoCloseable {
08:03:24        ^
08:03:24 X.java:11: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:03:24     	try (X x1 = new X(); X x2 = new X()) {
08:03:24     	       ^
08:03:24 X.java:11: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
08:03:24     	try (X x1 = new X(); X x2 = new X()) {
08:03:24     	                       ^
08:03:24 X.java:17: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:03:24             	try (Y y1 = new Y(); Y y2 = new Y()) { 
08:03:24             	       ^
08:03:24 X.java:17: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:03:24             	try (Y y1 = new Y(); Y y2 = new Y()) { 
08:03:24             	                       ^
08:03:24 X.java:22: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:03:24             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:03:24             		       ^
08:03:24 X.java:22: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:03:24             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:03:24             		                       ^
08:03:24 X.java:22: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
08:03:24             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:03:24             		       ^
08:03:24 X.java:22: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
08:03:24             		try (Z z1 = new Z(); Z z2 = new Z()) {
08:03:24             		                       ^
08:03:24 X.java:17: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
08:03:24             	try (Y y1 = new Y(); Y y2 = new Y()) { 
08:03:24             	       ^
08:03:24 X.java:17: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
08:03:24             	try (Y y1 = new Y(); Y y2 = new Y()) { 
08:03:24             	                       ^
08:03:24 X.java:11: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
08:03:24     	try (X x1 = new X(); X x2 = new X()) {
08:03:24     	       ^
08:03:24 X.java:11: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
08:03:24     	try (X x1 = new X(); X x2 = new X()) {
08:03:24     	                       ^
08:03:24 X.java:43: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
08:03:24 class Y implements AutoCloseable {
08:03:24 ^
08:03:24 X.java:52: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
08:03:24 class Z implements AutoCloseable {
08:03:24 ^
08:03:24 15 warnings
08:03:24 
08:03:24 
08:03:24 
08:03:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:25 --- javac err: ---
08:03:25 X.java:12: warning: [try] auto-closeable resource is is never referenced in body of corresponding try statement
08:03:25         try (InputStream is = url.openStream()) {
08:03:25                          ^
08:03:25 1 warning
08:03:25 
08:03:25 
08:03:25 
08:03:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:26 
08:03:26 
08:03:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:27 
08:03:27 
08:03:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:28 --- javac err: ---
08:03:28 X.java:11: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:03:28         try (X x = new X()) {
08:03:28                ^
08:03:28 1 warning
08:03:28 
08:03:28 
08:03:28 
08:03:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:29 --- javac err: ---
08:03:29 X.java:19: warning: [finally] finally clause cannot complete normally
08:03:29         }
08:03:29         ^
08:03:29 X.java:11: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
08:03:29         try (X x = new X()) {
08:03:29                ^
08:03:29 2 warnings
08:03:29 
08:03:29 
08:03:29 
08:03:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:30 --- javac err: ---
08:03:30 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:30 		try(AutoCloseable b=(a=new HasAutoCloseable()).a) {
08:03:30 		                  ^
08:03:30 1 warning
08:03:30 
08:03:30 
08:03:30 
08:03:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:31 --- javac err: ---
08:03:31 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:31         try(AutoCloseable b=(new HasAutoCloseable()).a){
08:03:31                           ^
08:03:31 X.java:9: error: variable aLocal might not have been initialized
08:03:31        System.out.println(aLocal.toString());       
08:03:31                           ^
08:03:31 1 error
08:03:31 1 warning
08:03:31 
08:03:31 
08:03:31 
08:03:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:32 --- javac err: ---
08:03:32 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:32         try(AutoCloseable b=(aLocal = new HasAutoCloseable()).a){
08:03:32                           ^
08:03:32 X.java:9: error: variable aLocal might not have been initialized
08:03:32        System.out.println(aLocal.toString());       
08:03:32                           ^
08:03:32 1 error
08:03:32 1 warning
08:03:32 
08:03:32 
08:03:32 
08:03:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:33 --- javac err: ---
08:03:33 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:33 		try(AutoCloseable b=(a=new HasAutoCloseable()).a) {
08:03:33 		                  ^
08:03:33 1 warning
08:03:33 
08:03:33 
08:03:33 
08:03:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:34 --- javac err: ---
08:03:34 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:34         try(AutoCloseable b=(new HasAutoCloseable()).a){
08:03:34                           ^
08:03:34 X.java:11: error: variable aLocal might not have been initialized
08:03:34        System.out.println(aLocal.toString());       
08:03:34                           ^
08:03:34 1 error
08:03:34 1 warning
08:03:34 
08:03:34 
08:03:34 
08:03:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:35 --- javac err: ---
08:03:35 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:35         try(AutoCloseable b=(aLocal = new HasAutoCloseable()).a){
08:03:35                           ^
08:03:35 X.java:11: error: variable aLocal might not have been initialized
08:03:35        System.out.println(aLocal.toString());       
08:03:35                           ^
08:03:35 1 error
08:03:35 1 warning
08:03:35 
08:03:35 
08:03:35 
08:03:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:36 --- javac err: ---
08:03:36 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:36         try(AutoCloseable b=(a=new HasAutoCloseable()).a){
08:03:36                           ^
08:03:36 X.java:6: error: variable a might not have been initialized
08:03:36         	System.out.println(a);
08:03:36         	                   ^
08:03:36 1 error
08:03:36 1 warning
08:03:36 
08:03:36 
08:03:36 
08:03:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:37 --- javac err: ---
08:03:37 X.java:1: warning: [serial] serializable class CheckedException has no definition of serialVersionUID
08:03:37 class CheckedException extends Throwable {}
08:03:37 ^
08:03:37 X.java:5: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
08:03:37         try(AutoCloseable b=(a=new HasAutoCloseable()).a){
08:03:37                           ^
08:03:37 X.java:8: error: variable a might not have been initialized
08:03:37             System.out.println(a);
08:03:37                                ^
08:03:37 X.java:10: error: variable a might not have been initialized
08:03:37         	System.out.println(a);
08:03:37         	                   ^
08:03:37 2 errors
08:03:37 2 warnings
08:03:37 
08:03:37 
08:03:37 
08:03:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:38 --- javac err: ---
08:03:38 X.java:5: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
08:03:38         try (I i = getX()) {
08:03:38                ^
08:03:38 1 warning
08:03:38 
08:03:38 
08:03:38 
08:03:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:39 --- javac err: ---
08:03:39 X.java:5: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
08:03:39         try (I i = getX()) {
08:03:39                ^
08:03:39 1 warning
08:03:39 
08:03:39 
08:03:39 
08:03:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:40 --- javac err: ---
08:03:40 X.java:6: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
08:03:40         try (I i = getX()) {
08:03:40                ^
08:03:40 1 warning
08:03:40 
08:03:40 
08:03:40 
08:03:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:41 --- javac err: ---
08:03:41 X.java:6: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
08:03:41         try (I i = getX()) {
08:03:41                ^
08:03:41 1 warning
08:03:41 
08:03:41 
08:03:41 
08:03:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:42 --- javac err: ---
08:03:42 X.java:5: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
08:03:42         try (I i = getX()) {
08:03:42                ^
08:03:42 1 warning
08:03:42 
08:03:42 
08:03:42 
08:03:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:43 
08:03:43 
08:03:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:44 --- javac err: ---
08:03:44 Test.java:9: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
08:03:44 		try (C c = new C()) {
08:03:44 		       ^
08:03:44 1 warning
08:03:44 
08:03:44 
08:03:44 
08:03:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:45 --- javac err: ---
08:03:45 Stuck.java:8: warning: [try] auto-closeable resource scope is never referenced in body of corresponding try statement
08:03:45                 try (AutoCloseable scope = null) { 
08:03:45                                    ^
08:03:45 1 warning
08:03:45 
08:03:45 
08:03:45 
08:03:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:46 --- javac err: ---
08:03:46 X.java:4: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement
08:03:46 		try(InputStream in = getClass().getResourceAsStream("file")) {
08:03:46 		                ^
08:03:46 1 warning
08:03:46 
08:03:46 
08:03:46 
08:03:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:46 ***************************************************************************
08:03:46 * Comparison with Sun Javac compiler for class GenericsRegressionTest_1_7 (null tests)
08:03:46 ***************************************************************************
08:03:47 
08:03:47 
08:03:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:48 
08:03:48 
08:03:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:49 --- javac err: ---
08:03:49 X.java:4: error: incompatible types: int cannot be converted to String
08:03:49 		x.testFunction(123, "SUCCESS");
08:03:49 		               ^
08:03:49 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:03:49 1 error
08:03:49 
08:03:49 
08:03:49 
08:03:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:50 
08:03:50 
08:03:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:51 --- javac err: ---
08:03:51 X.java:9: error: cannot infer type arguments for X<T>
08:03:51 		X<String> x = new <String>X<>();
08:03:51 		                           ^
08:03:51   reason: cannot use '<>' with explicit type parameters for constructor
08:03:51   where T is a type-variable:
08:03:51     T extends Object declared in class X
08:03:51 X.java:10: error: cannot infer type arguments for X<T>
08:03:51 		X<String> x2 = new <String, Integer>X<>(1);
08:03:51 		                                     ^
08:03:51   reason: cannot use '<>' with explicit type parameters for constructor
08:03:51   where T is a type-variable:
08:03:51     T extends Object declared in class X
08:03:51 2 errors
08:03:51 
08:03:51 
08:03:51 
08:03:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:52 
08:03:52 
08:03:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:53 --- javac err: ---
08:03:53 X.java:11: error: cannot infer type arguments for X<T>
08:03:53 		X<Integer> test = new <String>X<>();
08:03:53 		                               ^
08:03:53   reason: cannot use '<>' with explicit type parameters for constructor
08:03:53   where T is a type-variable:
08:03:53     T extends Object declared in class X
08:03:53 X.java:12: error: cannot infer type arguments for X<T>
08:03:53 		test.x = new <String>X<>();
08:03:53 		                      ^
08:03:53   reason: cannot use '<>' with explicit type parameters for constructor
08:03:53   where T is a type-variable:
08:03:53     T extends Object declared in class X
08:03:53 X.java:13: error: cannot infer type arguments for X<T>
08:03:53 		test.x2 = new <String, Integer>X<>(1);
08:03:53 		                                ^
08:03:53   reason: cannot use '<>' with explicit type parameters for constructor
08:03:53   where T is a type-variable:
08:03:53     T extends Object declared in class X
08:03:53 3 errors
08:03:53 
08:03:53 
08:03:53 
08:03:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:54 
08:03:54 
08:03:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:55 --- javac err: ---
08:03:55 X.java:10: error: cannot infer type arguments for X<T>
08:03:55 		X<String> x2 = new <String, Integer>X<>(1);
08:03:55 		                                     ^
08:03:55   reason: cannot use '<>' with explicit type parameters for constructor
08:03:55   where T is a type-variable:
08:03:55     T extends Object declared in class X
08:03:55 X.java:12: error: cannot infer type arguments for X<T>
08:03:55 		X<String> x3 = new <String, Integer>X<>(i);
08:03:55 		                                     ^
08:03:55   reason: cannot use '<>' with explicit type parameters for constructor
08:03:55   where T is a type-variable:
08:03:55     T extends Object declared in class X
08:03:55 2 errors
08:03:55 
08:03:55 
08:03:55 
08:03:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:56 
08:03:56 
08:03:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:57 --- javac err: ---
08:03:57 X.java:9: warning: [rawtypes] found raw type: X
08:03:57 		X x = new X<>("");
08:03:57 		^
08:03:57   missing type arguments for generic class X<T>
08:03:57   where T is a type-variable:
08:03:57     T extends Object declared in class X
08:03:57 X.java:10: warning: [rawtypes] found raw type: X
08:03:57 		X x2 = new X<>("",1);
08:03:57 		^
08:03:57   missing type arguments for generic class X<T>
08:03:57   where T is a type-variable:
08:03:57     T extends Object declared in class X
08:03:57 2 warnings
08:03:57 
08:03:57 
08:03:57 
08:03:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:58 --- javac err: ---
08:03:58 X.java:2: warning: [rawtypes] found raw type: X
08:03:58 	X f1;
08:03:58 	^
08:03:58   missing type arguments for generic class X<T>
08:03:58   where T is a type-variable:
08:03:58     T extends Object declared in class X
08:03:58 X.java:3: warning: [rawtypes] found raw type: X
08:03:58 	X f2;
08:03:58 	^
08:03:58   missing type arguments for generic class X<T>
08:03:58   where T is a type-variable:
08:03:58     T extends Object declared in class X
08:03:58 X.java:11: warning: [rawtypes] found raw type: X
08:03:58 		X x = new X<>("");
08:03:58 		^
08:03:58   missing type arguments for generic class X<T>
08:03:58   where T is a type-variable:
08:03:58     T extends Object declared in class X
08:03:58 3 warnings
08:03:58 
08:03:58 
08:03:58 
08:03:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:03:59 --- javac err: ---
08:03:59 X.java:2: error: cannot infer type arguments for String
08:03:59    String s = new String<>("junk");
08:03:59                         ^
08:03:59   reason: cannot use '<>' with non-generic class String
08:03:59 1 error
08:03:59 
08:03:59 
08:03:59 
08:03:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:00 --- javac err: ---
08:04:00 X.java:4: error: incompatible types: int cannot be converted to String
08:04:00 		x.testFunction(1);
08:04:00 		               ^
08:04:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:04:00 1 error
08:04:00 
08:04:00 
08:04:00 
08:04:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:01 
08:04:01 
08:04:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:02 
08:04:02 
08:04:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:03 --- javac err: ---
08:04:03 X.java:4: error: incompatible types: int cannot be converted to String
08:04:03 		x.add(1);
08:04:03 		      ^
08:04:03 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:04:03 1 error
08:04:03 
08:04:03 
08:04:03 
08:04:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:04 --- javac err: ---
08:04:04 X.java:4: error: incompatible types: int cannot be converted to String
08:04:04 		X.x.add(1);
08:04:04 		        ^
08:04:04 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:04:04 1 error
08:04:04 
08:04:04 
08:04:04 
08:04:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:05 
08:04:05 
08:04:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:06 
08:04:06 
08:04:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:07 --- javac err: ---
08:04:07 X.java:8: error: incompatible types: cannot infer type arguments for X.X2<>
08:04:07 		X<String>.X2<String> x = new X<>().new X2<>();
08:04:07 		                                         ^
08:04:07     reason: no instance(s) of type variable(s) T exist so that X<Object>.X2<T> conforms to X<String>.X2<String>
08:04:07   where T is a type-variable:
08:04:07     T extends Object declared in class X.X2
08:04:07 1 error
08:04:07 
08:04:07 
08:04:07 
08:04:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:08 --- javac err: ---
08:04:08 X.java:9: warning: [rawtypes] found raw type: X
08:04:08 		X test = new X();
08:04:08 		^
08:04:08   missing type arguments for generic class X<T>
08:04:08   where T is a type-variable:
08:04:08     T extends Object declared in class X
08:04:08 X.java:9: warning: [rawtypes] found raw type: X
08:04:08 		X test = new X();
08:04:08 		             ^
08:04:08   missing type arguments for generic class X<T>
08:04:08   where T is a type-variable:
08:04:08     T extends Object declared in class X
08:04:08 X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X
08:04:08 		test.x = new X<>().new X2<>();
08:04:08 		    ^
08:04:08 X.java:11: warning: [unchecked] unchecked call to methodx(T) as a member of the raw type X.X2
08:04:08 		test.x.methodx("SUCCESS");
08:04:08 		              ^
08:04:08   where T is a type-variable:
08:04:08     T extends Object declared in class X.X2
08:04:08 4 warnings
08:04:08 
08:04:08 
08:04:08 
08:04:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:09 --- javac err: ---
08:04:09 X.java:9: error: incompatible types: cannot infer type arguments for X.X2<>
08:04:09 		X<String>.X2<Integer> x = new X<>().new X2<>();
08:04:09 		                                          ^
08:04:09     reason: no instance(s) of type variable(s) K exist so that X<Object>.X2<K> conforms to X<String>.X2<Integer>
08:04:09   where K is a type-variable:
08:04:09     K extends Object declared in class X.X2
08:04:09 1 error
08:04:09 
08:04:09 
08:04:09 
08:04:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:10 --- javac err: ---
08:04:10 X.java:10: warning: [rawtypes] found raw type: X
08:04:10 		X test = new X();		test.x = new X<>().new X2<>();
08:04:10 		^
08:04:10   missing type arguments for generic class X<T>
08:04:10   where T is a type-variable:
08:04:10     T extends Object declared in class X
08:04:10 X.java:10: warning: [rawtypes] found raw type: X
08:04:10 		X test = new X();		test.x = new X<>().new X2<>();
08:04:10 		             ^
08:04:10   missing type arguments for generic class X<T>
08:04:10   where T is a type-variable:
08:04:10     T extends Object declared in class X
08:04:10 X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X
08:04:10 		X test = new X();		test.x = new X<>().new X2<>();
08:04:10 		                 		    ^
08:04:10 X.java:11: warning: [unchecked] unchecked call to methodx(T,K) as a member of the raw type X.X2
08:04:10 		test.x.methodx("SUCCESS",1);
08:04:10 		              ^
08:04:10   where T,K are type-variables:
08:04:10     T extends Object declared in class X
08:04:10     K extends Object declared in class X.X2
08:04:10 4 warnings
08:04:10 
08:04:10 
08:04:10 
08:04:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:11 --- javac err: ---
08:04:11 X.java:8: error: incompatible types: cannot infer type arguments for X.X2<>
08:04:11 		X<String>.X2<String> x = new X<>().new X2<>();
08:04:11 		                                         ^
08:04:11     reason: no instance(s) of type variable(s) T exist so that X<Object>.X2<T> conforms to X<String>.X2<String>
08:04:11   where T is a type-variable:
08:04:11     T extends Object declared in class X.X2
08:04:11 X.java:9: error: incompatible types: int cannot be converted to String
08:04:11 		x.methodx(1);
08:04:11 		          ^
08:04:11 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:04:11 2 errors
08:04:11 
08:04:11 
08:04:11 
08:04:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:12 --- javac err: ---
08:04:12 X.java:9: warning: [rawtypes] found raw type: X
08:04:12 		X test = new X();
08:04:12 		^
08:04:12   missing type arguments for generic class X<T>
08:04:12   where T is a type-variable:
08:04:12     T extends Object declared in class X
08:04:12 X.java:9: warning: [rawtypes] found raw type: X
08:04:12 		X test = new X();
08:04:12 		             ^
08:04:12   missing type arguments for generic class X<T>
08:04:12   where T is a type-variable:
08:04:12     T extends Object declared in class X
08:04:12 X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X
08:04:12 		test.x = new X<>().new X2<>();
08:04:12 		    ^
08:04:12 X.java:11: warning: [unchecked] unchecked call to methodx(T) as a member of the raw type X.X2
08:04:12 		test.x.methodx(1);
08:04:12 		              ^
08:04:12   where T is a type-variable:
08:04:12     T extends Object declared in class X.X2
08:04:12 4 warnings
08:04:12 
08:04:12 
08:04:12 
08:04:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:13 --- javac err: ---
08:04:13 X.java:9: warning: [rawtypes] found raw type: X
08:04:13 		X test = new X();
08:04:13 		^
08:04:13   missing type arguments for generic class X<T>
08:04:13   where T is a type-variable:
08:04:13     T extends Object declared in class X
08:04:13 X.java:9: warning: [rawtypes] found raw type: X
08:04:13 		X test = new X();
08:04:13 		             ^
08:04:13   missing type arguments for generic class X<T>
08:04:13   where T is a type-variable:
08:04:13     T extends Object declared in class X
08:04:13 X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X
08:04:13 		test.x = new X<>().new X2<>();
08:04:13 		    ^
08:04:13 X.java:11: warning: [unchecked] unchecked call to methodx(T) as a member of the raw type X.X2
08:04:13 		test.x.methodx(1);
08:04:13 		              ^
08:04:13   where T is a type-variable:
08:04:13     T extends Object declared in class X.X2
08:04:13 4 warnings
08:04:13 
08:04:13 
08:04:13 
08:04:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:14 --- javac err: ---
08:04:14 X.java:10: error: incompatible types: cannot infer type arguments for X.X2.X22<>
08:04:14 		X<String> test = new X<>();		X<String>.X2<Integer>.X22<X<String>> x = new X<>().new X2<>().new X22<>();
08:04:14 		                           		                                                                     ^
08:04:14     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>>
08:04:14   where I is a type-variable:
08:04:14     I extends Object declared in class X.X2.X22
08:04:14 1 error
08:04:14 
08:04:14 
08:04:14 
08:04:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:15 --- javac err: ---
08:04:15 X.java:3: warning: [rawtypes] found raw type: X
08:04:15 		X x = new X<>();
08:04:15 		^
08:04:15   missing type arguments for generic class X<T>
08:04:15   where T is a type-variable:
08:04:15     T extends Object declared in class X
08:04:15 X.java:4: warning: [unchecked] unchecked call to testFunction(T) as a member of the raw type X
08:04:15 		x.testFunction("SUCCESS");
08:04:15 		              ^
08:04:15   where T is a type-variable:
08:04:15     T extends Object declared in class X
08:04:15 2 warnings
08:04:15 
08:04:15 
08:04:15 
08:04:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:16 --- javac err: ---
08:04:16 X.java:2: error: cannot find symbol
08:04:16     Zork z;
08:04:16     ^
08:04:16   symbol:   class Zork
08:04:16   location: class X<T>
08:04:16   where T is a type-variable:
08:04:16     T extends Object declared in class X
08:04:16 1 error
08:04:16 
08:04:16 
08:04:16 
08:04:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:17 
08:04:17 
08:04:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:18 --- javac err: ---
08:04:18 X.java:4: warning: [serial] serializable class StringKeyHashMap has no definition of serialVersionUID
08:04:18 class StringKeyHashMap<V> extends HashMap<String, V>  {  
08:04:18 ^
08:04:18 X.java:7: warning: [serial] serializable class IntegerValueHashMap has no definition of serialVersionUID
08:04:18 class IntegerValueHashMap<K> extends HashMap<K, Integer>  {  
08:04:18 ^
08:04:18 2 warnings
08:04:18 
08:04:18 
08:04:18 
08:04:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:20 --- javac err: ---
08:04:20 X.java:4: warning: [serial] serializable class StringKeyHashMap has no definition of serialVersionUID
08:04:20 class StringKeyHashMap<V> extends HashMap<String, V>  {  
08:04:20 ^
08:04:20 X.java:7: warning: [serial] serializable class IntegerValueHashMap has no definition of serialVersionUID
08:04:20 class IntegerValueHashMap<K> extends HashMap<K, Integer>  {  
08:04:20 ^
08:04:20 X.java:11: error: cannot infer type arguments for StringKeyHashMap<>
08:04:20     Map<String, Integer> m1 = new StringKeyHashMap<>(10);
08:04:20                               ^
08:04:20   reason: cannot infer type-variable(s) V
08:04:20     (actual and formal argument lists differ in length)
08:04:20   where V is a type-variable:
08:04:20     V extends Object declared in class StringKeyHashMap
08:04:20 1 error
08:04:20 2 warnings
08:04:20 
08:04:20 
08:04:20 
08:04:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:21 ----------------------------------------
08:04:21 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0024 - 12
08:04:21 X.java [
08:04:21 import java.util.List;
08:04:21 import java.util.ArrayList;
08:04:21 class X<T> {
08:04:21   public X() {}
08:04:21   X<String> f(List<String> p) {return new X<>();}
08:04:21 }
08:04:21 
08:04:21 ]
08:04:21 
08:04:21 
08:04:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:22 --- javac err: ---
08:04:22 X.java:5: error: incompatible types: X<Object> cannot be converted to X<String>
08:04:22   void f(List<String> p) { Object o = (X<String>) new X<>();}
08:04:22                                                   ^
08:04:22 1 error
08:04:22 
08:04:22 
08:04:22 
08:04:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:23 --- javac err: ---
08:04:23 X.java:12: error: incompatible types: X<Integer> cannot be converted to X<Object>
08:04:23    X<Object> x4 = new X<>(1).idem();
08:04:23                                  ^
08:04:23 1 error
08:04:23 
08:04:23 
08:04:23 
08:04:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:24 --- javac err: ---
08:04:24 X.java:11: error: cannot infer type arguments for X<T>
08:04:24 		X<String> x = new <String, Integer> X<>(1);
08:04:24 		                                     ^
08:04:24   reason: cannot use '<>' with explicit type parameters for constructor
08:04:24   where T is a type-variable:
08:04:24     T extends Object declared in class X
08:04:24 X.java:12: error: cannot infer type arguments for X<String>.Y<U>
08:04:24 		X<String> x2 = x.new <String, Integer> Y<>(1);
08:04:24 		                                        ^
08:04:24   reason: cannot use '<>' with explicit type parameters for constructor
08:04:24   where U is a type-variable:
08:04:24     U extends Object declared in class X.Y
08:04:24 2 errors
08:04:24 
08:04:24 
08:04:24 
08:04:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:25 
08:04:25 
08:04:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:25 --- javac err: ---
08:04:25 X.java:3: error: cannot find symbol
08:04:25     X<String> f2 = new X<>(new Y()); 
08:04:25                                ^
08:04:25   symbol:   class Y
08:04:25   location: class X<T>
08:04:25   where T is a type-variable:
08:04:25     T extends Object declared in class X
08:04:25 1 error
08:04:25 
08:04:25 
08:04:25 
08:04:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:26 --- javac err: ---
08:04:26 X.java:5: error: cannot find symbol
08:04:26     X.I<String> f = new X().new I<>(new Y()); 
08:04:26                                         ^
08:04:26   symbol:   class Y
08:04:26   location: class X
08:04:26 1 error
08:04:26 
08:04:26 
08:04:26 
08:04:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:27 
08:04:27 
08:04:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:28 --- javac err: ---
08:04:28 X.java:5: warning: [rawtypes] found raw type: X
08:04:28     X f = new X<>();
08:04:28     ^
08:04:28   missing type arguments for generic class X<T>
08:04:28   where T is a type-variable:
08:04:28     T extends C,I declared in class X
08:04:28 1 warning
08:04:28 
08:04:28 
08:04:28 
08:04:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:29 
08:04:29 
08:04:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:30 
08:04:30 
08:04:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:31 --- javac err: ---
08:04:31 X.java:7: warning: [rawtypes] found raw type: X
08:04:31     X f2 = getX();
08:04:31     ^
08:04:31   missing type arguments for generic class X<T>
08:04:31   where T is a type-variable:
08:04:31     T extends C,I declared in class X
08:04:31 1 warning
08:04:31 
08:04:31 
08:04:31 
08:04:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:32 --- javac err: ---
08:04:32 X.java:11: error: cannot infer type arguments for X<>
08:04:32 		X<Integer> x1 = new X<>(1,1);
08:04:32 		                ^
08:04:32 X.java:14: error: cannot infer type arguments for X<>
08:04:32 		X<Integer>.Y<String> y1 = new X<>(1,1).new Y<>();
08:04:32 		                          ^
08:04:32 X.java:15: error: cannot infer type arguments for X<>
08:04:32 		X<Integer>.Y<String> y2 = new X<>(1,1).new Y<>(1);
08:04:32 		                          ^
08:04:32 X.java:16: error: cannot infer type arguments for X.Y<>
08:04:32 		X<Integer>.Y<String> y3 = new X<>(1).new Y<>(1);
08:04:32 		                                     ^
08:04:32   reason: cannot infer type-variable(s) K
08:04:32     (actual and formal argument lists differ in length)
08:04:32   where K is a type-variable:
08:04:32     K extends Object declared in class X.Y
08:04:32 X.java:17: error: incompatible types: String cannot be converted to Integer
08:04:32 		X<Integer>.Y<String> y4 = new X<>(1).new Y<>("","");
08:04:32 		                                             ^
08:04:32 X.java:19: error: incompatible types: cannot infer type arguments for X.Y<>
08:04:32 		X<Integer>.Y<String> y6 = new X<>().new Y<>(1,"");
08:04:32 		                                         ^
08:04:32     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
08:04:32   where K is a type-variable:
08:04:32     K extends Object declared in class X.Y
08:04:32 X.java:20: error: incompatible types: cannot infer type arguments for X.Y<>
08:04:32 		X<Integer>.Y<String> y7 = new X<>().new Y<>(1,1);
08:04:32 		                                         ^
08:04:32     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
08:04:32   where K is a type-variable:
08:04:32     K extends Object declared in class X.Y
08:04:32 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:04:32 7 errors
08:04:32 
08:04:32 
08:04:32 
08:04:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:33 --- javac err: ---
08:04:33 X.java:8: error: cannot infer type arguments for X<>
08:04:33 		X<Integer> x1 = new X<>(1,1);
08:04:33 		                ^
08:04:33 1 error
08:04:33 
08:04:33 
08:04:33 
08:04:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:34 --- javac err: ---
08:04:34 X.java:14: error: cannot infer type arguments for X.Y<>
08:04:34 		X<Integer>.Y<String> y4 = new X<>(1).new Y<>("","");
08:04:34 		                                     ^
08:04:34 1 error
08:04:34 
08:04:34 
08:04:34 
08:04:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:35 --- javac err: ---
08:04:35 X.java:14: error: cannot infer type arguments for X<>
08:04:35 		X<Integer> x1 = new X<>(1,1);
08:04:35 		                ^
08:04:35 X.java:18: error: incompatible types: cannot infer type arguments for X<>
08:04:35 		X<Integer> x5 = new X<>("","","");
08:04:35 		                     ^
08:04:35     reason: inference variable T has incompatible bounds
08:04:35       equality constraints: Integer
08:04:35       lower bounds: String
08:04:35   where T is a type-variable:
08:04:35     T extends Object declared in class X
08:04:35 X.java:20: error: cannot infer type arguments for X<>
08:04:35 		X<Integer>.Y<String> y1 = new X<>(1,1).new Y<>();
08:04:35 		                          ^
08:04:35 X.java:21: error: cannot infer type arguments for X<>
08:04:35 		X<Integer>.Y<String> y2 = new X<>("",1).new Y<>("");
08:04:35 		                          ^
08:04:35 X.java:22: error: cannot infer type arguments for X.Y<>
08:04:35 		X<Integer>.Y<String> y3 = new X<>(1).new Y<>(1);
08:04:35 		                                     ^
08:04:35   reason: cannot infer type-variable(s) K
08:04:35     (actual and formal argument lists differ in length)
08:04:35   where K is a type-variable:
08:04:35     K extends Object declared in class X.Y
08:04:35 X.java:25: error: incompatible types: cannot infer type arguments for X.Y<>
08:04:35 		X<Integer>.Y<String> y6 = new X<>().new Y<>(1,"",1);
08:04:35 		                                         ^
08:04:35     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
08:04:35   where K is a type-variable:
08:04:35     K extends Object declared in class X.Y
08:04:35 X.java:26: error: incompatible types: cannot infer type arguments for X.Y<>
08:04:35 		X<Integer>.Y<String> y7 = new X<>().new Y<>("","",1);
08:04:35 		                                         ^
08:04:35     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
08:04:35   where K is a type-variable:
08:04:35     K extends Object declared in class X.Y
08:04:35 7 errors
08:04:35 
08:04:35 
08:04:35 
08:04:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:36 --- javac err: ---
08:04:36 X.java:10: error: cannot infer type arguments for X<>
08:04:36 		X<Integer> x1 = new X<>(1,1);
08:04:36 		                ^
08:04:36 X.java:14: error: incompatible types: cannot infer type arguments for X<>
08:04:36 		X<Integer> x5 = new X<>("","","");
08:04:36 		                     ^
08:04:36     reason: inference variable T has incompatible bounds
08:04:36       equality constraints: Integer
08:04:36       lower bounds: String
08:04:36   where T is a type-variable:
08:04:36     T extends Object declared in class X
08:04:36 2 errors
08:04:36 
08:04:36 
08:04:36 
08:04:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:38 --- javac err: ---
08:04:38 X.java:13: error: cannot infer type arguments for X<>
08:04:38 	X<Integer> x1 = new X<>(1,1);
08:04:38 	                ^
08:04:38 X.java:17: error: incompatible types: cannot infer type arguments for X<>
08:04:38 	X<Integer> x5 = new X<>("","","");
08:04:38 	                     ^
08:04:38     reason: inference variable T has incompatible bounds
08:04:38       equality constraints: Integer
08:04:38       lower bounds: String
08:04:38   where T is a type-variable:
08:04:38     T extends Object declared in class X
08:04:38 X.java:19: error: cannot infer type arguments for X<>
08:04:38 	X<Integer>.Y<String> y1 = new X<>(1,1).new Y<>();
08:04:38 	                          ^
08:04:38 X.java:20: error: cannot infer type arguments for X<>
08:04:38 	X<Integer>.Y<String> y2 = new X<>("",1).new Y<>("");
08:04:38 	                          ^
08:04:38 X.java:21: error: cannot infer type arguments for X.Y<>
08:04:38 	X<Integer>.Y<String> y3 = new X<>(1).new Y<>(1);
08:04:38 	                                     ^
08:04:38   reason: cannot infer type-variable(s) K
08:04:38     (actual and formal argument lists differ in length)
08:04:38   where K is a type-variable:
08:04:38     K extends Object declared in class X.Y
08:04:38 X.java:24: error: incompatible types: cannot infer type arguments for X.Y<>
08:04:38 	X<Integer>.Y<String> y6 = new X<>().new Y<>(1,"",1);
08:04:38 	                                         ^
08:04:38     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
08:04:38   where K is a type-variable:
08:04:38     K extends Object declared in class X.Y
08:04:38 X.java:25: error: incompatible types: cannot infer type arguments for X.Y<>
08:04:38 	X<Integer>.Y<String> y7 = new X<>().new Y<>("","",1);
08:04:38 	                                         ^
08:04:38     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
08:04:38   where K is a type-variable:
08:04:38     K extends Object declared in class X.Y
08:04:38 7 errors
08:04:38 
08:04:38 
08:04:38 
08:04:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:39 --- javac err: ---
08:04:39 X.java:9: error: cannot infer type arguments for X<>
08:04:39 	X<Integer> x1 = new X<>(1,1);
08:04:39 	                ^
08:04:39 X.java:13: error: incompatible types: cannot infer type arguments for X<>
08:04:39 	X<Integer> x5 = new X<>("","","");
08:04:39 	                     ^
08:04:39     reason: inference variable T has incompatible bounds
08:04:39       equality constraints: Integer
08:04:39       lower bounds: String
08:04:39   where T is a type-variable:
08:04:39     T extends Object declared in class X
08:04:39 2 errors
08:04:39 
08:04:39 
08:04:39 
08:04:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:40 --- javac err: ---
08:04:40 X.java:14: error: cannot infer type arguments for X.Y<>
08:04:40 		X<Integer>.Y<String> y1 = new X<>().new Y<>(1);
08:04:40 		                                    ^
08:04:40   reason: cannot infer type-variable(s) K
08:04:40     (actual and formal argument lists differ in length)
08:04:40   where K is a type-variable:
08:04:40     K extends Object declared in class X.Y
08:04:40 X.java:15: error: cannot infer type arguments for X.Y<>
08:04:40 		X<Integer>.Y<String> y2 = new X<>(1).new Y<>(1);
08:04:40 		                                     ^
08:04:40   reason: cannot infer type-variable(s) K
08:04:40     (actual and formal argument lists differ in length)
08:04:40   where K is a type-variable:
08:04:40     K extends Object declared in class X.Y
08:04:40 X.java:16: error: cannot infer type arguments for X.Y<>
08:04:40 		X<Integer>.Y<String> y3 = new X<>("","",1).new Y<>(1);
08:04:40 		                                           ^
08:04:40   reason: cannot infer type-variable(s) K
08:04:40     (actual and formal argument lists differ in length)
08:04:40   where K is a type-variable:
08:04:40     K extends Object declared in class X.Y
08:04:40 X.java:17: error: cannot infer type arguments for X<>
08:04:40 		X<Integer>.Y<String> y4 = new X<>(1,"").new Y<>(1,"");
08:04:40 		                          ^
08:04:40 4 errors
08:04:40 
08:04:40 
08:04:40 
08:04:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:41 
08:04:41 
08:04:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:42 
08:04:42 
08:04:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:42 
08:04:42 
08:04:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:44 
08:04:44 
08:04:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:44 --- javac err: ---
08:04:44 X.java:7: error: incompatible types: cannot infer type arguments for X.Y<>
08:04:44         X<String>.Y<String> x = new X<>().new Y<>("","");
08:04:44                                                ^
08:04:44     reason: no instance(s) of type variable(s) Z exist so that X<Object>.Y<Z> conforms to X<String>.Y<String>
08:04:44   where Z is a type-variable:
08:04:44     Z extends Object declared in class X.Y
08:04:44 1 error
08:04:44 
08:04:44 
08:04:44 
08:04:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:46 
08:04:46 
08:04:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:47 
08:04:47 
08:04:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:48 
08:04:48 
08:04:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:48 --- javac err: ---
08:04:48 X.java:5: error: cannot find symbol
08:04:48     Zork z;
08:04:48     ^
08:04:48   symbol:   class Zork
08:04:48   location: class X<T>
08:04:48   where T is a type-variable:
08:04:48     T extends Object declared in class X
08:04:48 1 error
08:04:48 
08:04:49 
08:04:49 
08:04:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:50 
08:04:50 
08:04:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:50 --- javac err: ---
08:04:50 X.java:6: error: method does not override or implement a method from a supertype
08:04:50 			void newMethod(){
08:04:50 			     ^
08:04:50   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
08:04:50 1 error
08:04:50 
08:04:50 
08:04:50 
08:04:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:52 
08:04:52 
08:04:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:53 
08:04:53 
08:04:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:54 
08:04:54 
08:04:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:55 --- javac err: ---
08:04:55 X.java:8: warning: [rawtypes] found raw type: AX
08:04:55         X<AX> x4 = new X<AX>(new AX());
08:04:55           ^
08:04:55   missing type arguments for generic class AX<T>
08:04:55   where T is a type-variable:
08:04:55     T extends Object declared in class AX
08:04:55 X.java:8: warning: [rawtypes] found raw type: AX
08:04:55         X<AX> x4 = new X<AX>(new AX());
08:04:55                          ^
08:04:55   missing type arguments for generic class AX<T>
08:04:55   where T is a type-variable:
08:04:55     T extends Object declared in class AX
08:04:55 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052 - 12
08:04:55 X.java [
08:04:55 X.java:8: warning: [rawtypes] found raw type: AX
08:04:55 public class X<E> {
08:04:55         X<AX> x4 = new X<AX>(new AX());
08:04:55     X(E e) {}
08:04:55     X() {}
08:04:55                                  ^
08:04:55     public static void main(String[] args) {
08:04:55   missing type arguments for generic class AX<T>
08:04:55         X<Number> x = new X<Number>(1);
08:04:55   where T is a type-variable:
08:04:55         X<String> x2 = new X<String>("SUCCESS");
08:04:55     T extends Object declared in class AX
08:04:55         X<Integer> x3 = new X<Integer>(1);
08:04:55 X.java:9: warning: [rawtypes] found raw type: AX
08:04:55         X<AX> x4 = new X<AX>(new AX());
08:04:55 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());
08:04:55 		             ^
08:04:55 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());
08:04:55   missing type arguments for generic class AX<T>
08:04:55 		 X<?> x6 = new X<AX<String>>(new AX<String>());
08:04:55   where T is a type-variable:
08:04:55 		 X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();
08:04:55     T extends Object declared in class AX
08:04:55 	}
08:04:55 4 warnings
08:04:55 }
08:04:55 
08:04:55 class AX<T>{}
08:04:55 
08:04:55 ----------------------------------------
08:04:55 ]
08:04:55 
08:04:55 
08:04:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:56 ----------------------------------------
08:04:56 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052b - 12
08:04:56 X.java [
08:04:56 public class X<E> {
08:04:56 	 E eField;
08:04:56 	 E get() { return this.eField; }
08:04:56     X(E e) {}
08:04:56     X(int e, String e2) {}
08:04:56     public static void main(String[] args) {
08:04:56         X<Number> x = new X<Number>(1);
08:04:56         X<String> x2 = new X<String>("SUCCESS");
08:04:56         X<String> x22 = new X<String>(1,"SUCCESS");
08:04:56         X<Integer> x3 = new X<Integer>(1);
08:04:56         String s = foo(new X<String>("aaa"));
08:04:56         String s2 = foo(new X<String>(1,"aaa"));
08:04:56 	}
08:04:56     static String foo(X<String> x) {
08:04:56 		return x.get();
08:04:56     }
08:04:56 }
08:04:56 
08:04:56 ]
08:04:56 
08:04:56 
08:04:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:57 ----------------------------------------
08:04:57 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052c - 12
08:04:57 X.java [
08:04:57 public class X<E> {
08:04:57 	X(String abc, String def) {}
08:04:57 	void foo() {
08:04:57 		X<Integer> x = new X<Integer>("","");
08:04:57 		foo3(new X<Integer>("",""));
08:04:57 	}
08:04:57 	X<Integer> foo2() {
08:04:57 		return new X<Integer>("","");
08:04:57 	}
08:04:57 	void foo3(X<Integer> x) {}
08:04:57 }
08:04:57 ]
08:04:57 
08:04:57 
08:04:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:57 ----------------------------------------
08:04:57 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052d - 12
08:04:57 X.java [
08:04:57 public class X<E> {
08:04:57     X(E e) {}
08:04:57     X() {}
08:04:57     public static void main(String[] args) {
08:04:57         X<Number> x = new X<Number>(1);
08:04:57 	}
08:04:57 }
08:04:57 class AX<T>{}
08:04:57 
08:04:57 ]
08:04:57 
08:04:57 
08:04:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:58 ----------------------------------------
08:04:58 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0053 - 12
08:04:58 Z.java [
08:04:58 public class Z <T extends ZB> { 
08:04:58     public static void main(String[] args) {
08:04:58         foo(new Z<ZB>());
08:04:58     }
08:04:58     static void foo(Z<ZB> z) {
08:04:58     }
08:04:58 }
08:04:58 class ZB {
08:04:58 }
08:04:58 ]
08:04:58 
08:04:58 
08:04:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:04:59 ----------------------------------------
08:04:59 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0054 - 12
08:04:59 Y.java [
08:04:59 public class Y<V> {
08:04:59   public static <W extends ABC> Y<W> make(Class<W> clazz) {
08:04:59     return new Y<W>();
08:04:59   }
08:04:59 }
08:04:59 class ABC{}
08:04:59 
08:04:59 ]
08:04:59 
08:04:59 
08:04:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:00 ----------------------------------------
08:05:00 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0055 - 12
08:05:00 X.java [
08:05:00 public class X<A> {
08:05:00   class Inner<B> { }
08:05:00   static class Inner2<C> { }
08:05:00 
08:05:00   void method() {
08:05:00     X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();
08:05:00     X<String>.Inner<Integer> a1= new X<String>().new Inner<>();
08:05:00     Inner<Integer> b= new X<A>().new Inner<Integer>();
08:05:00     Inner<Integer> c= new Inner<Integer>();
08:05:00     X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();
08:05:00     X<A>.Inner<Integer> f= new Inner<Integer>();
08:05:00     X.Inner2<Integer> d3 = new X.Inner2<Integer>();
08:05:00   }
08:05:00 }
08:05:00 
08:05:00 ]
08:05:00 
08:05:00 
08:05:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:01 --- javac err: ---
08:05:01 X.java:3: error: incompatible types: X<Exception>.Item<Thread> cannot be converted to X<String>.Item<Thread>
08:05:01 		X<String>.Item<Thread> i = new X<Exception>().new Item<Thread>();
08:05:01 		                                              ^
08:05:01 1 error
08:05:01 
08:05:01 
08:05:01 
08:05:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:02 ----------------------------------------
08:05:02 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0056b - 12
08:05:02 X.java [
08:05:02 public class X <T> {
08:05:02 	static class X1<Z> {
08:05:02 		X1(Z z){}
08:05:02 	}
08:05:02 	X1<Integer> x1 = new X.X1<Integer>(1);
08:05:02 	X1<Number> x2 = new X.X1<Number>(1);
08:05:02 }
08:05:02 
08:05:02 ]
08:05:02 
08:05:02 
08:05:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:03 ----------------------------------------
08:05:03 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0056c - 12
08:05:03 X.java [
08:05:03 public class X <T> {
08:05:03 	X(T t){}
08:05:03 	class X1<Z> {
08:05:03 		X1(Z z){}
08:05:03 	}
08:05:03 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);
08:05:03 }
08:05:03 
08:05:03 ]
08:05:03 
08:05:03 
08:05:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:04 ----------------------------------------
08:05:04 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0057 - 12
08:05:04 X.java [
08:05:04 public class X {
08:05:04 	void test() {
08:05:04 		Pair<Double, Integer> p = new InvertedPair<Integer, Double>();
08:05:04 	}
08:05:04 }
08:05:04 class Pair<A, B> {
08:05:04 }
08:05:04 class InvertedPair<A, B> extends Pair<B, A> {
08:05:04 }
08:05:04 
08:05:04 ]
08:05:04 
08:05:04 
08:05:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:05 ----------------------------------------
08:05:05 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0058 - 12
08:05:05 X.java [
08:05:05 import java.util.ArrayList;
08:05:05 
08:05:05 public class X {
08:05:05     public void test(boolean param) {
08:05:05         ArrayList<?> ls = (param) 
08:05:05         		? new ArrayList<String>()
08:05:05         		: new ArrayList<Object>();
08:05:05         		
08:05:05     }
08:05:05 }
08:05:05 
08:05:05 ]
08:05:05 
08:05:05 
08:05:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:06 
08:05:06 
08:05:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:07 
08:05:07 
08:05:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:08 ----------------------------------------
08:05:08 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0060 - 12
08:05:08 X.java [
08:05:08 import java.util.ArrayList;
08:05:08 import java.util.List;
08:05:08 
08:05:08 public class X {
08:05:08 	 public void foo() {
08:05:08     	new ArrayList<>();
08:05:08 	 }
08:05:08 }
08:05:08 
08:05:08 ]
08:05:08 
08:05:08 
08:05:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:09 ----------------------------------------
08:05:09 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0060a - 12
08:05:09 X.java [
08:05:09 
08:05:09 public class X {
08:05:09 	 public void foo() {
08:05:09     	new java.util.ArrayList<>();
08:05:09 	 }
08:05:09 }
08:05:09 
08:05:09 ]
08:05:09 
08:05:09 
08:05:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:10 --- javac err: ---
08:05:10 X.java:5: error: unreported exception IOException; must be caught or declared to be thrown
08:05:10 		FileSystems.<String, Object>newFileSystem(uri, Collections.emptyMap());
08:05:10 		                                         ^
08:05:10 1 error
08:05:10 
08:05:10 
08:05:10 
08:05:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:11 --- javac err: ---
08:05:11 X.java:7: warning: [rawtypes] found raw type: X
08:05:11 		X.testFunction(new X("hello").getField());
08:05:11 		                   ^
08:05:11   missing type arguments for generic class X<T>
08:05:11   where T is a type-variable:
08:05:11     T extends Object declared in class X
08:05:11 X.java:7: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
08:05:11 		X.testFunction(new X("hello").getField());
08:05:11 		               ^
08:05:11   where T is a type-variable:
08:05:11     T extends Object declared in class X
08:05:11 2 warnings
08:05:11 
08:05:11 
08:05:11 
08:05:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:12 --- javac err: ---
08:05:12 X.java:12: warning: [rawtypes] found raw type: X
08:05:12 		X.testFunction(new X("hello"));
08:05:12 		                   ^
08:05:12   missing type arguments for generic class X<T>
08:05:12   where T is a type-variable:
08:05:12     T extends Object declared in class X
08:05:12 X.java:12: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
08:05:12 		X.testFunction(new X("hello"));
08:05:12 		               ^
08:05:12   where T is a type-variable:
08:05:12     T extends Object declared in class X
08:05:12 X.java:12: warning: [unchecked] unchecked method invocation: method testFunction in class X is applied to given types
08:05:12 		X.testFunction(new X("hello"));
08:05:12 		              ^
08:05:12   required: X<String>
08:05:12   found: X
08:05:12 X.java:12: warning: [unchecked] unchecked conversion
08:05:12 		X.testFunction(new X("hello"));
08:05:12 		               ^
08:05:12   required: X<String>
08:05:12   found:    X
08:05:12 4 warnings
08:05:12 
08:05:12 
08:05:12 
08:05:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:13 --- javac err: ---
08:05:13 X.java:7: warning: [rawtypes] found raw type: X
08:05:13 		X<?> x1 = new X(1).get("");
08:05:13 		              ^
08:05:13   missing type arguments for generic class X<T>
08:05:13   where T is a type-variable:
08:05:13     T extends Object declared in class X
08:05:13 X.java:7: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
08:05:13 		X<?> x1 = new X(1).get("");
08:05:13 		          ^
08:05:13   where T is a type-variable:
08:05:13     T extends Object declared in class X
08:05:13 X.java:7: warning: [unchecked] unchecked call to get(T) as a member of the raw type X
08:05:13 		X<?> x1 = new X(1).get("");
08:05:13 		                      ^
08:05:13   where T is a type-variable:
08:05:13     T extends Object declared in class X
08:05:13 X.java:8: error: incompatible types: String cannot be converted to Integer
08:05:13 		X<?> x2 = new X<>(1).get("");
08:05:13 		                         ^
08:05:13 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:05:13 1 error
08:05:13 3 warnings
08:05:13 
08:05:13 
08:05:13 
08:05:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:14 --- javac err: ---
08:05:14 X.java:2: warning: [rawtypes] found raw type: C
08:05:14     B<C, ? extends C<C>, ? extends C<C>> b = new B<>();
08:05:14       ^
08:05:14   missing type arguments for generic class C<T>
08:05:14   where T is a type-variable:
08:05:14     T extends Object declared in class C
08:05:14 X.java:2: warning: [rawtypes] found raw type: C
08:05:14     B<C, ? extends C<C>, ? extends C<C>> b = new B<>();
08:05:14                      ^
08:05:14   missing type arguments for generic class C<T>
08:05:14   where T is a type-variable:
08:05:14     T extends Object declared in class C
08:05:14 X.java:2: warning: [rawtypes] found raw type: C
08:05:14     B<C, ? extends C<C>, ? extends C<C>> b = new B<>();
08:05:14                                      ^
08:05:14   missing type arguments for generic class C<T>
08:05:14   where T is a type-variable:
08:05:14     T extends Object declared in class C
08:05:14 3 warnings
08:05:14 
08:05:14 
08:05:14 
08:05:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:15 
08:05:15 
08:05:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:16 --- javac err: ---
08:05:16 X.java:1: error: class HashMap is public, should be declared in a file named HashMap.java
08:05:16 public class HashMap<K, V> {
08:05:16        ^
08:05:16 1 error
08:05:16 
08:05:16 
08:05:16 
08:05:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:17 --- javac err: ---
08:05:17 X.java:1: error: class HashMap is public, should be declared in a file named HashMap.java
08:05:17 public class HashMap<K, V> {
08:05:17        ^
08:05:17 1 error
08:05:17 
08:05:17 
08:05:17 
08:05:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:18 
08:05:18 
08:05:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:19 
08:05:19 
08:05:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:20 --- javac err: ---
08:05:20 X.java:20: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter elements
08:05:20 		return elements;
08:05:20 		       ^
08:05:20 1 warning
08:05:20 
08:05:20 
08:05:20 
08:05:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:21 ----------------------------------------
08:05:21 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test448028 - 12
08:05:21 X.java [
08:05:21 public class X {
08:05:21 
08:05:21   public static interface I {/*empty*/}
08:05:21 
08:05:21   public static class C
08:05:21     implements I {/*empty*/}
08:05:21 
08:05:21   public static class W<T extends I>
08:05:21     implements I {
08:05:21 
08:05:21     // --- problem is triggered only, when there is a vararg-parameter
08:05:21     public W(final T t, final Object... o) {
08:05:21       super();
08:05:21     }
08:05:21   }
08:05:21 
08:05:21   // --- needed to trigger problem
08:05:21   public static final <T> T inspect(final T t) {
08:05:21     return t;
08:05:21   }
08:05:21 
08:05:21   // --- this compiles ok when having JDK Compilance set to 1.7 !
08:05:21   public static final W<C> err1() {
08:05:21     final C c = new C();
08:05:21     final Object o = new Object();
08:05:21     return inspect(new W<>(c, o)); // - ERROR: Cannot infer type arguments for W<> F.java
08:05:21   }
08:05:21 
08:05:21   public static final W<C> wrn1() {
08:05:21     final C c = new C();
08:05:21     final Object o = new Object();
08:05:21     // --- giving the type-parameter yields a warning
08:05:21     // --- comparing that to the error of method err1() it does not make much sense
08:05:21     return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java
08:05:21   }
08:05:21 
08:05:21   public static final W<C> ok1() {
08:05:21     final C c = new C();
08:05:21     // --- no extra vararg-paramaeter
08:05:21     return inspect(new W<>(c)); // - OK
08:05:21   }
08:05:21 
08:05:21   public static final W<C> ok2() {
08:05:21     final C c = new C();
08:05:21     final Object o = new Object();
08:05:21     // --- no check-method
08:05:21     return new W<>(c, o); // - OK
08:05:21   }
08:05:21 
08:05:21   public static final W<C> ok3() {
08:05:21     final C c = new C();
08:05:21     // --- no check-method
08:05:21     return new W<>(c); // - OK
08:05:21   }
08:05:21 
08:05:21   public static final W<C> ok4() {
08:05:21     final C c = new C();
08:05:21     final Object o = new Object();
08:05:21     // --- this also compiles (my solution for now)
08:05:21     final W<C> w = new W<>(c, o);
08:05:21     return inspect(w);
08:05:21   }
08:05:21 }
08:05:21 
08:05:21 ]
08:05:21 
08:05:21 
08:05:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:22 
08:05:22 
08:05:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:23 --- javac err: ---
08:05:23 QueryAtom.java:2: warning: auxiliary class SingularAttribute in Test.java should not be accessed from outside its own source file
08:05:23 	public QueryAtom(SingularAttribute<? super T, P> path) {
08:05:23 	                 ^
08:05:23 SubqueryIn.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type QueryAtom<S,P>
08:05:23 	public SubqueryIn(QueryAtom<S, P>... subqueryAtoms) {
08:05:23 	                                     ^
08:05:23   where S,P are type-variables:
08:05:23     S extends Object declared in class SubqueryIn
08:05:23     P extends Object declared in class SubqueryIn
08:05:23 Test.java:9: warning: [unchecked] unchecked generic array creation for varargs parameter of type QueryAtom<PGroepAccount,PAccount>[]
08:05:23 		recordFilter(new SubqueryIn<>(new QueryAtom<>(account)));
08:05:23 		             ^
08:05:23 3 warnings
08:05:23 
08:05:23 
08:05:23 
08:05:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:24 
08:05:24 
08:05:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:25 --- javac err: ---
08:05:25 Code.java:11: error: incompatible types: Iterator<CAP#1> cannot be converted to Iterator<String>
08:05:25       Iterator<String> reverseServices = ImmutableList.copyOf(services).reverse().iterator();
08:05:25                                                                                           ^
08:05:25   where CAP#1 is a fresh type-variable:
08:05:25     CAP#1 extends String from capture of ? extends String
08:05:25 1 error
08:05:25 
08:05:25 
08:05:25 
08:05:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:26 --- javac err: ---
08:05:26 Test.java:3: warning: [unchecked] unchecked method invocation: method m in class Test is applied to given types
08:05:26 	X x = m((Class)String.class);
08:05:26 	       ^
08:05:26   required: Class<X>
08:05:26   found: Class
08:05:26   where X is a type-variable:
08:05:26     X extends Object declared in class Test
08:05:26 Test.java:3: warning: [unchecked] unchecked conversion
08:05:26 	X x = m((Class)String.class);
08:05:26 	        ^
08:05:26   required: Class<X>
08:05:26   found:    Class
08:05:26   where X is a type-variable:
08:05:26     X extends Object declared in class Test
08:05:26 Test.java:3: error: incompatible types: Object cannot be converted to X
08:05:26 	X x = m((Class)String.class);
08:05:26 	       ^
08:05:26   where X is a type-variable:
08:05:26     X extends Object declared in class Test
08:05:26 1 error
08:05:26 2 warnings
08:05:26 
08:05:26 
08:05:26 
08:05:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:26 ***************************************************************************
08:05:26 * Comparison with Sun Javac compiler for class PolymorphicSignatureTest (null tests)
08:05:26 ***************************************************************************
08:05:27 
08:05:27 
08:05:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:28 
08:05:28 
08:05:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:29 
08:05:29 
08:05:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:30 
08:05:30 
08:05:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:30 ***************************************************************************
08:05:30 * Comparison with Sun Javac compiler for class Compliance_1_7 (null tests)
08:05:30 ***************************************************************************
08:05:31 
08:05:31 
08:05:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:32 
08:05:32 
08:05:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:33 --- javac err: ---
08:05:33 MyComp.java:2: warning: [rawtypes] found raw type: Comparator
08:05:33 public class MyComp implements Comparator {
08:05:33                                ^
08:05:33   missing type arguments for generic class Comparator<T>
08:05:33   where T is a type-variable:
08:05:33     T extends Object declared in interface Comparator
08:05:33 1 warning
08:05:33 
08:05:33 
08:05:33 
08:05:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:35 
08:05:35 
08:05:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:37 
08:05:37 
08:05:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:38 ----------------------------------------
08:05:38 org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7#testBug490988 - 12
08:05:38 Thing.java [
08:05:38 import java.util.Comparator;
08:05:38 import java.util.Iterator;
08:05:38 public class Thing implements Iterator<Object> {
08:05:38     void breaking() {
08:05:38         Iterator.super.remove(); // not 1.7-compliant (must be an error)
08:05:38         Comparator.naturalOrder(); // not 1.7-compliant (bad error message)
08:05:38     }
08:05:38     @Override
08:05:38     public boolean hasNext() {
08:05:38         return false;
08:05:38     }
08:05:38     @Override
08:05:38     public Object next() {
08:05:38         return null;
08:05:38     }
08:05:38     public static void main(String[] args) {
08:05:38         new Thing().breaking();
08:05:38     }
08:05:38 }
08:05:38 ]
08:05:38 
08:05:38 
08:05:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:38 ***************************************************************************
08:05:38 * Comparison with Sun Javac compiler for class MethodHandleTest (null tests)
08:05:38 ***************************************************************************
08:05:39 
08:05:39 
08:05:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:40 
08:05:40 
08:05:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:41 
08:05:41 
08:05:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:42 
08:05:42 
08:05:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:43 
08:05:43 
08:05:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:44 
08:05:44 
08:05:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:45 
08:05:45 
08:05:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:46 --- javac err: ---
08:05:46 X.java:11: error: cannot find symbol
08:05:46     Zork z;
08:05:46     ^
08:05:46   symbol:   class Zork
08:05:46   location: class X
08:05:46 1 error
08:05:46 
08:05:46 
08:05:46 
08:05:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:47 --- javac err: ---
08:05:47 X.java:11: error: cannot find symbol
08:05:47     Zork z;
08:05:47     ^
08:05:47   symbol:   class Zork
08:05:47   location: class X
08:05:47 1 error
08:05:47 
08:05:47 
08:05:47 
08:05:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:48 
08:05:48 
08:05:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:48 ***************************************************************************
08:05:48 * Comparison with Sun Javac compiler for class NegativeTypeAnnotationTest (null tests)
08:05:48 ***************************************************************************
08:05:49 --- javac err: ---
08:05:49 X.java:1: error: cannot find symbol
08:05:49 public class X extends @Marker2 Object {}
08:05:49                         ^
08:05:49   symbol: class Marker2
08:05:49 1 error
08:05:49 
08:05:49 
08:05:49 
08:05:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:50 --- javac err: ---
08:05:50 X.java:2: error: cannot find symbol
08:05:50 public class X implements @Marker2 Serializable {
08:05:50                            ^
08:05:50   symbol: class Marker2
08:05:50 1 error
08:05:50 
08:05:50 
08:05:50 
08:05:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:51 --- javac err: ---
08:05:51 X.java:1: error: cannot find symbol
08:05:51 public class X extends @Marker Object {}
08:05:51                         ^
08:05:51   symbol: class Marker
08:05:51 1 error
08:05:51 
08:05:51 
08:05:51 
08:05:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:52 --- javac err: ---
08:05:52 X.java:1: error: cannot find symbol
08:05:52 public class X<@Marker T> {}
08:05:52                 ^
08:05:52   symbol: class Marker
08:05:52 1 error
08:05:52 
08:05:52 
08:05:52 
08:05:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:52 --- javac err: ---
08:05:52 X.java:1: error: cannot find symbol
08:05:52 public class X<@Marker T> {}
08:05:52                 ^
08:05:52   symbol: class Marker
08:05:52 1 error
08:05:52 
08:05:52 
08:05:52 
08:05:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:53 --- javac err: ---
08:05:53 X.java:1: error: cannot find symbol
08:05:53 public class X extends @A(id="Hello, World!") @B @C('(') Y {
08:05:53                         ^
08:05:53   symbol: class A
08:05:53 X.java:1: error: cannot find symbol
08:05:53 public class X extends @A(id="Hello, World!") @B @C('(') Y {
08:05:53                                                ^
08:05:53   symbol: class B
08:05:53 X.java:1: error: cannot find symbol
08:05:53 public class X extends @A(id="Hello, World!") @B @C('(') Y {
08:05:53                                                   ^
08:05:53   symbol: class C
08:05:53 3 errors
08:05:53 
08:05:53 
08:05:53 
08:05:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:54 --- javac err: ---
08:05:54 X.java:1: error: cannot find symbol
08:05:54 public class X implements @A(id="Hello, World!") I, @B @C('(') J {}
08:05:54                            ^
08:05:54   symbol: class A
08:05:54 X.java:1: error: cannot find symbol
08:05:54 public class X implements @A(id="Hello, World!") I, @B @C('(') J {}
08:05:54                                                      ^
08:05:54   symbol: class B
08:05:54 X.java:1: error: cannot find symbol
08:05:54 public class X implements @A(id="Hello, World!") I, @B @C('(') J {}
08:05:54                                                         ^
08:05:54   symbol: class C
08:05:54 3 errors
08:05:54 
08:05:54 
08:05:54 
08:05:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:55 --- javac err: ---
08:05:55 X.java:1: error: cannot find symbol
08:05:55 public class X extends @A("Hello, World!") Y<@B @C('(') String> {
08:05:55                         ^
08:05:55   symbol: class A
08:05:55 X.java:1: error: cannot find symbol
08:05:55 public class X extends @A("Hello, World!") Y<@B @C('(') String> {
08:05:55                                               ^
08:05:55   symbol: class B
08:05:55 X.java:1: error: cannot find symbol
08:05:55 public class X extends @A("Hello, World!") Y<@B @C('(') String> {
08:05:55                                                  ^
08:05:55   symbol: class C
08:05:55 3 errors
08:05:55 
08:05:55 
08:05:55 
08:05:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:56 --- javac err: ---
08:05:56 X.java:1: error: cannot find symbol
08:05:56 public class X implements I<@A("Hello, World!") String>,  @B J<@C('(') Integer> {}
08:05:56                                                            ^
08:05:56   symbol: class B
08:05:56 X.java:1: error: cannot find symbol
08:05:56 public class X implements I<@A("Hello, World!") String>,  @B J<@C('(') Integer> {}
08:05:56                              ^
08:05:56   symbol: class A
08:05:56 X.java:1: error: cannot find symbol
08:05:56 public class X implements I<@A("Hello, World!") String>,  @B J<@C('(') Integer> {}
08:05:56                                                                 ^
08:05:56   symbol: class C
08:05:56 3 errors
08:05:56 
08:05:56 
08:05:56 
08:05:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:57 --- javac err: ---
08:05:57 X.java:2: error: cannot find symbol
08:05:57 	void foo() throws @A("Hello, World!") E, E1, @B @C('(') E2 {}
08:05:57 	                   ^
08:05:57   symbol:   class A
08:05:57   location: class X
08:05:57 X.java:2: error: cannot find symbol
08:05:57 	void foo() throws @A("Hello, World!") E, E1, @B @C('(') E2 {}
08:05:57 	                                              ^
08:05:57   symbol:   class B
08:05:57   location: class X
08:05:57 X.java:2: error: cannot find symbol
08:05:57 	void foo() throws @A("Hello, World!") E, E1, @B @C('(') E2 {}
08:05:57 	                                                 ^
08:05:57   symbol:   class C
08:05:57   location: class X
08:05:57 3 errors
08:05:57 
08:05:57 
08:05:57 
08:05:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:58 --- javac err: ---
08:05:58 X.java:2: error: cannot find symbol
08:05:58 	void foo(@B(3) X this) {}
08:05:58 	          ^
08:05:58   symbol:   class B
08:05:58   location: class X
08:05:58 1 error
08:05:58 
08:05:58 
08:05:58 
08:05:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:59 --- javac err: ---
08:05:59 X.java:2: error: cannot find symbol
08:05:59 	@B(3) int foo() {
08:05:59 	 ^
08:05:59   symbol:   class B
08:05:59   location: class X
08:05:59 1 error
08:05:59 
08:05:59 
08:05:59 
08:05:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:05:59 --- javac err: ---
08:05:59 X.java:2: error: cannot find symbol
08:05:59 	@B(3) int field;
08:05:59 	 ^
08:05:59   symbol:   class B
08:05:59   location: class X
08:05:59 1 error
08:05:59 
08:06:00 
08:06:00 
08:06:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:00 --- javac err: ---
08:06:00 X.java:2: error: cannot find symbol
08:06:00 	int foo(@B(3) String s) {
08:06:00 	         ^
08:06:00   symbol:   class B
08:06:00   location: class X
08:06:00 1 error
08:06:00 
08:06:00 
08:06:00 
08:06:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:01 --- javac err: ---
08:06:01 X.java:2: error: cannot find symbol
08:06:01 	int foo(String @B(3) [] s) {
08:06:01 	                ^
08:06:01   symbol:   class B
08:06:01   location: class X
08:06:01 1 error
08:06:01 
08:06:01 
08:06:01 
08:06:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:02 --- javac err: ---
08:06:02 X.java:2: error: cannot find symbol
08:06:02 	int @B(3) [] field;
08:06:02 	     ^
08:06:02   symbol:   class B
08:06:02   location: class X
08:06:02 1 error
08:06:02 
08:06:02 
08:06:02 
08:06:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:03 --- javac err: ---
08:06:03 X.java:1: error: cannot find symbol
08:06:03 public class X<@A @B(3) T> {}
08:06:03                 ^
08:06:03   symbol: class A
08:06:03 X.java:1: error: cannot find symbol
08:06:03 public class X<@A @B(3) T> {}
08:06:03                    ^
08:06:03   symbol: class B
08:06:03 2 errors
08:06:03 
08:06:03 
08:06:03 
08:06:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:04 --- javac err: ---
08:06:04 X.java:2: error: cannot find symbol
08:06:04 	<@A @B(3) T> void foo(T t) {}
08:06:04 	  ^
08:06:04   symbol:   class A
08:06:04   location: class X
08:06:04 X.java:2: error: cannot find symbol
08:06:04 	<@A @B(3) T> void foo(T t) {}
08:06:04 	     ^
08:06:04   symbol:   class B
08:06:04   location: class X
08:06:04 2 errors
08:06:04 
08:06:04 
08:06:04 
08:06:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:05 --- javac err: ---
08:06:05 X.java:1: error: cannot find symbol
08:06:05 public class X<T extends @A Z & @B(3) Cloneable> {}
08:06:05                           ^
08:06:05   symbol: class A
08:06:05 X.java:1: error: cannot find symbol
08:06:05 public class X<T extends @A Z & @B(3) Cloneable> {}
08:06:05                                  ^
08:06:05   symbol: class B
08:06:05 2 errors
08:06:05 
08:06:05 
08:06:05 
08:06:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:06 --- javac err: ---
08:06:06 X.java:1: error: cannot find symbol
08:06:06 public class X<T extends Y<@A String @C[][]@B[]> & @B(3) Cloneable> {}
08:06:06                                       ^
08:06:06   symbol: class C
08:06:06 X.java:1: error: cannot find symbol
08:06:06 public class X<T extends Y<@A String @C[][]@B[]> & @B(3) Cloneable> {}
08:06:06                                             ^
08:06:06   symbol: class B
08:06:06 X.java:1: error: cannot find symbol
08:06:06 public class X<T extends Y<@A String @C[][]@B[]> & @B(3) Cloneable> {}
08:06:06                             ^
08:06:06   symbol: class A
08:06:06 X.java:1: error: cannot find symbol
08:06:06 public class X<T extends Y<@A String @C[][]@B[]> & @B(3) Cloneable> {}
08:06:06                                                     ^
08:06:06   symbol: class B
08:06:06 4 errors
08:06:06 
08:06:06 
08:06:06 
08:06:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:06 --- javac err: ---
08:06:06 X.java:2: error: cannot find symbol
08:06:06 	<T extends @A Z & @B(3) Cloneable> void foo(T t) {}
08:06:06 	            ^
08:06:06   symbol:   class A
08:06:06   location: class X
08:06:06 X.java:2: error: cannot find symbol
08:06:06 	<T extends @A Z & @B(3) Cloneable> void foo(T t) {}
08:06:06 	                   ^
08:06:06   symbol:   class B
08:06:06   location: class X
08:06:06 2 errors
08:06:06 
08:06:06 
08:06:06 
08:06:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:07 --- javac err: ---
08:06:07 X.java:2: error: cannot find symbol
08:06:07 	<T extends Y<@A Z @C[][]@B[]> & @B(3) Cloneable> void foo(T t) {}
08:06:07 	                   ^
08:06:07   symbol:   class C
08:06:07   location: class X
08:06:07 X.java:2: error: cannot find symbol
08:06:07 	<T extends Y<@A Z @C[][]@B[]> & @B(3) Cloneable> void foo(T t) {}
08:06:07 	                         ^
08:06:07   symbol:   class B
08:06:07   location: class X
08:06:07 X.java:2: error: cannot find symbol
08:06:07 	<T extends Y<@A Z @C[][]@B[]> & @B(3) Cloneable> void foo(T t) {}
08:06:07 	              ^
08:06:07   symbol:   class A
08:06:07   location: class X
08:06:07 X.java:2: error: cannot find symbol
08:06:07 	<T extends Y<@A Z @C[][]@B[]> & @B(3) Cloneable> void foo(T t) {}
08:06:07 	                                 ^
08:06:07   symbol:   class B
08:06:07   location: class X
08:06:07 4 errors
08:06:07 
08:06:07 
08:06:07 
08:06:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:08 --- javac err: ---
08:06:08 X.java:3: error: cannot find symbol
08:06:08 		@C int i;
08:06:08 		 ^
08:06:08   symbol:   class C
08:06:08   location: class X
08:06:08 X.java:4: error: cannot find symbol
08:06:08 		@A String [] @B(3)[] tab = new String[][] {};
08:06:08 		              ^
08:06:08   symbol:   class B
08:06:08   location: class X
08:06:08 X.java:4: error: cannot find symbol
08:06:08 		@A String [] @B(3)[] tab = new String[][] {};
08:06:08 		 ^
08:06:08   symbol:   class A
08:06:08   location: class X
08:06:08 3 errors
08:06:08 
08:06:08 
08:06:08 
08:06:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:09 --- javac err: ---
08:06:09 X.java:5: error: cannot find symbol
08:06:09 		X x = new <@A @B(1) String>X(null);
08:06:09 		            ^
08:06:09   symbol:   class A
08:06:09   location: class X
08:06:09 X.java:5: error: cannot find symbol
08:06:09 		X x = new <@A @B(1) String>X(null);
08:06:09 		               ^
08:06:09   symbol:   class B
08:06:09   location: class X
08:06:09 2 errors
08:06:09 
08:06:09 
08:06:09 
08:06:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:10 --- javac err: ---
08:06:10 X.java:5: error: cannot find symbol
08:06:10 		X x = new <@A @B(1) String>X(null);
08:06:10 		            ^
08:06:10   symbol:   class A
08:06:10   location: class X
08:06:10 X.java:5: error: cannot find symbol
08:06:10 		X x = new <@A @B(1) String>X(null);
08:06:10 		               ^
08:06:10   symbol:   class B
08:06:10   location: class X
08:06:10 2 errors
08:06:10 
08:06:10 
08:06:10 
08:06:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:11 --- javac err: ---
08:06:11 X.java:7: error: cannot find symbol
08:06:11 		System.out.println(X.<@A @B(1) String[], @C('-') X>foo(new String[]{"SUCCESS"}, null)[0]);
08:06:11 		                       ^
08:06:11   symbol:   class A
08:06:11   location: class X
08:06:11 X.java:7: error: cannot find symbol
08:06:11 		System.out.println(X.<@A @B(1) String[], @C('-') X>foo(new String[]{"SUCCESS"}, null)[0]);
08:06:11 		                          ^
08:06:11   symbol:   class B
08:06:11   location: class X
08:06:11 X.java:7: error: cannot find symbol
08:06:11 		System.out.println(X.<@A @B(1) String[], @C('-') X>foo(new String[]{"SUCCESS"}, null)[0]);
08:06:11 		                                          ^
08:06:11   symbol:   class C
08:06:11   location: class X
08:06:11 3 errors
08:06:11 
08:06:11 
08:06:11 
08:06:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:12 --- javac err: ---
08:06:12 X.java:1: error: cannot find symbol
08:06:12 public class X extends @Marker2 Object {}
08:06:12                         ^
08:06:12   symbol: class Marker2
08:06:12 1 error
08:06:12 
08:06:12 
08:06:12 
08:06:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:13 --- javac err: ---
08:06:13 X.java:2: error: cannot find symbol
08:06:13 public class X implements @Marker2 Serializable {
08:06:13                            ^
08:06:13   symbol: class Marker2
08:06:13 1 error
08:06:13 
08:06:13 
08:06:13 
08:06:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:14 --- javac err: ---
08:06:14 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:06:14 package java.lang.annotation;
08:06:14 ^
08:06:14 X.java:1: error: annotation @Marker not applicable in this type context
08:06:14 public class X<@Marker T> {}
08:06:14                ^
08:06:14 2 errors
08:06:14 
08:06:14 
08:06:14 
08:06:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:15 --- javac err: ---
08:06:15 X.java:1: error: annotation @Marker not applicable in this type context
08:06:15 public class X<@Marker T> {}
08:06:15                ^
08:06:15 1 error
08:06:15 
08:06:15 
08:06:15 
08:06:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:15 --- javac err: ---
08:06:15 X.java:1: error: annotation @Marker not applicable in this type context
08:06:15 public class X extends @Marker Y {}
08:06:15                        ^
08:06:15 1 error
08:06:15 
08:06:15 
08:06:15 
08:06:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:16 --- javac err: ---
08:06:16 X.java:4: error: cannot find symbol
08:06:16 	@H String @E[] @F[] @G[] field;
08:06:16 	           ^
08:06:16   symbol:   class E
08:06:16   location: class X
08:06:16 X.java:4: error: cannot find symbol
08:06:16 	@H String @E[] @F[] @G[] field;
08:06:16 	                ^
08:06:16   symbol:   class F
08:06:16   location: class X
08:06:16 X.java:4: error: cannot find symbol
08:06:16 	@H String @E[] @F[] @G[] field;
08:06:16 	                     ^
08:06:16   symbol:   class G
08:06:16   location: class X
08:06:16 X.java:5: error: cannot find symbol
08:06:16 	@A Map<@B String, @C List<@D Object>> field2;
08:06:16 	        ^
08:06:16   symbol:   class B
08:06:16   location: class X
08:06:16 X.java:5: error: cannot find symbol
08:06:16 	@A Map<@B String, @C List<@D Object>> field2;
08:06:16 	                   ^
08:06:16   symbol:   class C
08:06:16   location: class X
08:06:16 X.java:5: error: cannot find symbol
08:06:16 	@A Map<@B String, @C List<@D Object>> field2;
08:06:16 	                           ^
08:06:16   symbol:   class D
08:06:16   location: class X
08:06:16 X.java:6: error: cannot find symbol
08:06:16 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
08:06:16 	        ^
08:06:16   symbol:   class B
08:06:16   location: class X
08:06:16 X.java:6: error: cannot find symbol
08:06:16 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
08:06:16 	                             ^
08:06:16   symbol:   class E
08:06:16   location: class X
08:06:16 X.java:6: error: cannot find symbol
08:06:16 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
08:06:16 	                                  ^
08:06:16   symbol:   class F
08:06:16   location: class X
08:06:16 X.java:6: error: cannot find symbol
08:06:16 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
08:06:16 	                                       ^
08:06:16   symbol:   class G
08:06:16   location: class X
08:06:16 X.java:6: error: cannot find symbol
08:06:16 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
08:06:16 	                   ^
08:06:16   symbol:   class H
08:06:16   location: class X
08:06:16 X.java:4: error: cannot find symbol
08:06:16 	@H String @E[] @F[] @G[] field;
08:06:16 	 ^
08:06:16   symbol:   class H
08:06:16   location: class X
08:06:16 X.java:5: error: cannot find symbol
08:06:16 	@A Map<@B String, @C List<@D Object>> field2;
08:06:16 	 ^
08:06:16   symbol:   class A
08:06:16   location: class X
08:06:16 X.java:6: error: cannot find symbol
08:06:16 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
08:06:16 	 ^
08:06:16   symbol:   class A
08:06:16   location: class X
08:06:16 14 errors
08:06:16 
08:06:16 
08:06:16 
08:06:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:17 --- javac err: ---
08:06:17 X.java:4: error: cannot find symbol
08:06:17 	@H java.lang.String @E[] @F[] @G[] field;
08:06:17 	                     ^
08:06:17   symbol:   class E
08:06:17   location: class X
08:06:17 X.java:4: error: cannot find symbol
08:06:17 	@H java.lang.String @E[] @F[] @G[] field;
08:06:17 	                          ^
08:06:17   symbol:   class F
08:06:17   location: class X
08:06:17 X.java:4: error: cannot find symbol
08:06:17 	@H java.lang.String @E[] @F[] @G[] field;
08:06:17 	                               ^
08:06:17   symbol:   class G
08:06:17   location: class X
08:06:17 X.java:4: error: cannot find symbol
08:06:17 	@H java.lang.String @E[] @F[] @G[] field;
08:06:17 	 ^
08:06:17   symbol:   class H
08:06:17   location: class X
08:06:17 4 errors
08:06:17 
08:06:17 
08:06:17 
08:06:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:18 --- javac err: ---
08:06:18 X.java:3: error: no annotations are allowed in the type of a class literal
08:06:18     System.out.println(int @NonEmpty [] [] @NonEmpty @Empty [] [] @NonEmpty[].class); // illegal!
08:06:18                                                                                    ^
08:06:18 X.java:4: error: no annotations are allowed in the type of a class literal
08:06:18     System.out.println(X @NonEmpty [] [] @NonEmpty @Empty [] [] @NonEmpty[].class); // illegal!
08:06:18                                                                                  ^
08:06:18 2 errors
08:06:18 
08:06:18 
08:06:18 
08:06:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:19 --- javac err: ---
08:06:19 X.java:3: error: annotation @Marker not applicable in this type context
08:06:19 public class X<@Marker T>  extends @Marker Object{		// 3: Complain 
08:06:19                ^
08:06:19 X.java:3: error: annotation @Marker not applicable in this type context
08:06:19 public class X<@Marker T>  extends @Marker Object{		// 3: Complain 
08:06:19                                    ^
08:06:19 2 errors
08:06:19 
08:06:19 
08:06:19 
08:06:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:20 --- javac err: ---
08:06:20 X.java:5: error: annotation @Marker not applicable in this type context
08:06:20 public class X<@Marker T>  extends @Marker Object{		// 3: Complain 
08:06:20                ^
08:06:20 X.java:5: error: annotation @Marker not applicable in this type context
08:06:20 public class X<@Marker T>  extends @Marker Object{		// 3: Complain 
08:06:20                                    ^
08:06:20 2 errors
08:06:20 
08:06:20 
08:06:20 
08:06:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:21 --- javac err: ---
08:06:21 X.java:3: error: method foo() is already defined in class X
08:06:21    void foo() {}
08:06:21         ^
08:06:21 1 error
08:06:21 
08:06:21 
08:06:21 
08:06:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:22 --- javac err: ---
08:06:22 X.java:2: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only
08:06:22 	public void foo(Object obj, X this) {}
08:06:22 	                              ^
08:06:22   which has to be the first parameter, and cannot be a lambda parameter
08:06:22 X.java:3: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only
08:06:22 	public void foo(Object obj1, X this, Object obj2) {}
08:06:22 	                               ^
08:06:22   which has to be the first parameter, and cannot be a lambda parameter
08:06:22 X.java:4: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only
08:06:22 	public void foo(Object obj, Object obj2, Object obj3, X this) {}
08:06:22 	                                                        ^
08:06:22   which has to be the first parameter, and cannot be a lambda parameter
08:06:22 X.java:6: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only
08:06:22 		Y(Object obj, Y Y.this){}
08:06:22 		                  ^
08:06:22   which has to be the first parameter, and cannot be a lambda parameter
08:06:22 4 errors
08:06:22 
08:06:22 
08:06:22 
08:06:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:22 --- javac err: ---
08:06:22 Outer.java:2: error: receiver parameter not applicable for constructor of top-level class
08:06:22     Outer(Outer Outer.this) {}
08:06:22                 ^
08:06:22 Outer.java:3: error: receiver parameter not applicable for constructor of top-level class
08:06:22     Outer(Outer this, int i) {}
08:06:22                 ^
08:06:22 Outer.java:6: error: the receiver type does not match the enclosing outer class type
08:06:22             InnerMost(Outer.Inner this) {}
08:06:22                            ^
08:06:22   required: Outer.Inner<K,V>
08:06:22   found: Outer.Inner
08:06:22   where K,V are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22 Outer.java:6: error: the receiver name does not match the enclosing outer class type
08:06:22             InnerMost(Outer.Inner this) {}
08:06:22                                   ^
08:06:22   required: Outer.Inner<K,V>
08:06:22   found: Outer.Inner<K,V>.InnerMost<T>
08:06:22   where K,V,T are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22     T extends Object declared in class Outer.Inner.InnerMost
08:06:22 Outer.java:7: error: the receiver type does not match the enclosing outer class type
08:06:22             InnerMost(Outer.Inner Outer.Inner.this, int i, float f) {}
08:06:22                            ^
08:06:22   required: Outer.Inner<K,V>
08:06:22   found: Outer.Inner
08:06:22   where K,V are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22 Outer.java:8: error: the receiver type does not match the enclosing outer class type
08:06:22             InnerMost(Outer Outer.this, float f) {}
08:06:22                       ^
08:06:22   required: Outer.Inner<K,V>
08:06:22   found: Outer
08:06:22   where K,V are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22 Outer.java:8: error: the receiver name does not match the enclosing outer class type
08:06:22             InnerMost(Outer Outer.this, float f) {}
08:06:22                                  ^
08:06:22   required: Outer.Inner<K,V>
08:06:22   found: Outer
08:06:22   where K,V are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22 Outer.java:9: error: the receiver type does not match the enclosing outer class type
08:06:22             InnerMost(Outer.Inner<K,V>.InnerMost<T> Outer.Inner.InnerMost.this, Object obj) {}
08:06:22                                                 ^
08:06:22   required: Outer.Inner<K,V>
08:06:22   found: Outer.Inner<K,V>.InnerMost<T>
08:06:22   where K,V,T are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22     T extends Object declared in class Outer.Inner.InnerMost
08:06:22 
08:06:22 Outer.java:9: error: the receiver name does not match the enclosing outer class type
08:06:22 
08:06:22             InnerMost(Outer.Inner<K,V>.InnerMost<T> Outer.Inner.InnerMost.this, Object obj) {}
08:06:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:22                                                                          ^
08:06:22   required: Outer.Inner<K,V>
08:06:22   found: Outer.Inner<K,V>.InnerMost<T>
08:06:22   where K,V,T are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22     T extends Object declared in class Outer.Inner.InnerMost
08:06:22 Outer.java:10: error: the receiver name does not match the enclosing outer class type
08:06:22             InnerMost(Inner<K,V> Outer.Inner.InnerMost.this, int i) {}
08:06:22                                                       ^
08:06:22   required: Outer.Inner<K,V>
08:06:22   found: Outer.Inner<K,V>.InnerMost<T>
08:06:22   where K,V,T are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22     T extends Object declared in class Outer.Inner.InnerMost
08:06:22 Outer.java:11: error: the receiver name does not match the enclosing outer class type
08:06:22             InnerMost(Outer.Inner<K, V> this, float f, int i) {}
08:06:22                                         ^
08:06:22   required: Outer.Inner<K,V>
08:06:22   found: Outer.Inner<K,V>.InnerMost<T>
08:06:22   where K,V,T are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22     T extends Object declared in class Outer.Inner.InnerMost
08:06:22 Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner
08:06:22             InnerMost(Outer.Inner this) {}
08:06:22                            ^
08:06:22   missing type arguments for generic class Outer.Inner<K,V>
08:06:22   where K,V are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22 Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner
08:06:22             InnerMost(Outer.Inner this) {}
08:06:22                                   ^
08:06:22   missing type arguments for generic class Outer.Inner<K,V>
08:06:22   where K,V are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22 Outer.java:7: warning: [rawtypes] found raw type: Outer.Inner
08:06:22             InnerMost(Outer.Inner Outer.Inner.this, int i, float f) {}
08:06:22                            ^
08:06:22   missing type arguments for generic class Outer.Inner<K,V>
08:06:22   where K,V are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22 Outer.java:7: warning: [rawtypes] found raw type: Outer.Inner
08:06:22             InnerMost(Outer.Inner Outer.Inner.this, int i, float f) {}
08:06:22                                   ^
08:06:22   missing type arguments for generic class Outer.Inner<K,V>
08:06:22   where K,V are type-variables:
08:06:22     K extends Object declared in class Outer.Inner
08:06:22     V extends Object declared in class Outer.Inner
08:06:22 11 errors
08:06:22 4 warnings
08:06:22 
08:06:23 --- javac err: ---
08:06:23 Outer.java:4: error: the receiver type does not match the enclosing class type
08:06:23             public void foo(Outer Outer.this) {}
08:06:23                             ^
08:06:23   required: Outer.Inner<K,V>.InnerMost<T>
08:06:23   found: Outer
08:06:23   where T,K,V are type-variables:
08:06:23     T extends Object declared in class Outer.Inner.InnerMost
08:06:23     K extends Object declared in class Outer.Inner
08:06:23     V extends Object declared in class Outer.Inner
08:06:23 Outer.java:4: error: the receiver name does not match the enclosing class type
08:06:23             public void foo(Outer Outer.this) {}
08:06:23                                        ^
08:06:23   required: Outer.Inner<K,V>.InnerMost<T>
08:06:23   found: Outer
08:06:23   where T,K,V are type-variables:
08:06:23     T extends Object declared in class Outer.Inner.InnerMost
08:06:23     K extends Object declared in class Outer.Inner
08:06:23     V extends Object declared in class Outer.Inner
08:06:23 Outer.java:5: error: the receiver type does not match the enclosing class type
08:06:23             public void foo(Inner<K,V> Inner.this, int i) {}
08:06:23                                  ^
08:06:23   required: Outer.Inner<K,V>.InnerMost<T>
08:06:23   found: Outer.Inner<K,V>
08:06:23   where T,K,V are type-variables:
08:06:23     T extends Object declared in class Outer.Inner.InnerMost
08:06:23     K extends Object declared in class Outer.Inner
08:06:23     V extends Object declared in class Outer.Inner
08:06:23 Outer.java:5: error: the receiver name does not match the enclosing class type
08:06:23             public void foo(Inner<K,V> Inner.this, int i) {}
08:06:23                                             ^
08:06:23   required: Outer.Inner<K,V>.InnerMost<T>
08:06:23   found: Outer.Inner<K,V>
08:06:23   where T,K,V are type-variables:
08:06:23     T extends Object declared in class Outer.Inner.InnerMost
08:06:23     K extends Object declared in class Outer.Inner
08:06:23     V extends Object declared in class Outer.Inner
08:06:23 Outer.java:6: error: the receiver type does not match the enclosing class type
08:06:23             public void foo(InnerMost this, int i, int j) {}
08:06:23                             ^
08:06:23   required: Outer.Inner<K,V>.InnerMost<T>
08:06:23   found: Outer.Inner.InnerMost
08:06:23   where T,K,V are type-variables:
08:06:23     T extends Object declared in class Outer.Inner.InnerMost
08:06:23     K extends Object declared in class Outer.Inner
08:06:23     V extends Object declared in class Outer.Inner
08:06:23 Outer.java:7: error: the receiver type does not match the enclosing class type
08:06:23             public void foo(Inner.InnerMost<T> this, Object obj) {}
08:06:23                                            ^
08:06:23   required: Outer.Inner<K,V>.InnerMost<T>
08:06:23   found: Outer.Inner.InnerMost<T>
08:06:23   where T,K,V are type-variables:
08:06:23     T extends Object declared in class Outer.Inner.InnerMost
08:06:23     K extends Object declared in class Outer.Inner
08:06:23     V extends Object declared in class Outer.Inner
08:06:23 Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner.InnerMost
08:06:23             public void foo(InnerMost this, int i, int j) {}
08:06:23                             ^
08:06:23   missing type arguments for generic class Outer.Inner<K,V>.InnerMost<T>
08:06:23   where T,K,V are type-variables:
08:06:23     T extends Object declared in class Outer.Inner.InnerMost
08:06:23     K extends Object declared in class Outer.Inner
08:06:23     V extends Object declared in class Outer.Inner
08:06:23 
08:06:23 
08:06:23 Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner.InnerMost
08:06:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:23             public void foo(InnerMost this, int i, int j) {}
08:06:23                                       ^
08:06:23   missing type arguments for generic class Outer.Inner<K,V>.InnerMost<T>
08:06:23   where T,K,V are type-variables:
08:06:23     T extends Object declared in class Outer.Inner.InnerMost
08:06:23     K extends Object declared in class Outer.Inner
08:06:23     V extends Object declared in class Outer.Inner
08:06:23 6 errors
08:06:23 2 warnings
08:06:23 
08:06:24 --- javac err: ---
08:06:24 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:06:24 package java.lang.annotation;
08:06:24 ^
08:06:24 Outer.java:23: error: non-static variable this cannot be referenced from a static context
08:06:24     public static void foo(@Marker Outer this) {}
08:06:24                                          ^
08:06:24 Outer.java:21: error: the receiver type does not match the enclosing outer class type
08:06:24         public StaticNested(@Marker Outer.StaticNested Outer.StaticNested.this) {}
08:06:24                                          ^
08:06:24   required: Outer
08:06:24   found: StaticNested
08:06:24 Outer.java:21: error: the receiver name does not match the enclosing outer class type
08:06:24         public StaticNested(@Marker Outer.StaticNested Outer.StaticNested.this) {}
08:06:24                                                                          ^
08:06:24   required: Outer
08:06:24   found: StaticNested
08:06:24 Outer.java:24: error: cannot find symbol
08:06:24     public void foo(@Missing Outer this, int i) {}
08:06:24                      ^
08:06:24   symbol:   class Missing
08:06:24   location: class Outer
08:06:24 Outer.java:5: error: cannot find symbol
08:06:24 		public Inner(@Missing Outer Outer.this) {}
08:06:24 		              ^
08:06:24   symbol:   class Missing
08:06:24   location: class Outer.Inner<K,V>
08:06:24   where K,V are type-variables:
08:06:24     K extends Object declared in class Outer.Inner
08:06:24     V extends Object declared in class Outer.Inner
08:06:24 Outer.java:9: error: the receiver type does not match the enclosing class type
08:06:24                     public void foobar(AnonymousInner this) {}
08:06:24                                        ^
08:06:24   required: <anonymous AnonymousInner>
08:06:24   found: AnonymousInner
08:06:24   where T,K,V are type-variables:
08:06:24     T extends Object declared in class Outer.Inner.InnerMost
08:06:24     K extends Object declared in class Outer.Inner
08:06:24     V extends Object declared in class Outer.Inner
08:06:24 Outer.java:15: error: cannot find symbol
08:06:24                     public int hashCode(Outer.Local this) { return 0; }
08:06:24                                              ^
08:06:24   symbol:   class Local
08:06:24   location: class Outer
08:06:24 8 errors
08:06:24 
08:06:24 
08:06:24 
08:06:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:25 --- javac err: ---
08:06:25 X.java:5: error: cannot find symbol
08:06:25         List<String> l = new @MissingTypeNotIgnored ArrayList<String>();
08:06:25                               ^
08:06:25   symbol:   class MissingTypeNotIgnored
08:06:25   location: class X
08:06:25 X.java:6: error: cannot find symbol
08:06:25         List<String> l1 = new @MissingTypeIgnored ArrayList<>();
08:06:25                                ^
08:06:25   symbol:   class MissingTypeIgnored
08:06:25   location: class X
08:06:25 2 errors
08:06:25 
08:06:25 
08:06:25 
08:06:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:26 --- javac err: ---
08:06:26 X.java:3: error: cannot find symbol
08:06:26         try (@Annot X x = null; @Annot X x2 = null) {
08:06:26               ^
08:06:26   symbol:   class Annot
08:06:26   location: class X
08:06:26 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:06:26         try (@Annot X x = null; @Annot X x2 = null) {
08:06:26                       ^
08:06:26     (X cannot be converted to AutoCloseable)
08:06:26 X.java:3: error: cannot find symbol
08:06:26         try (@Annot X x = null; @Annot X x2 = null) {
08:06:26                                  ^
08:06:26   symbol:   class Annot
08:06:26   location: class X
08:06:26 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:06:26         try (@Annot X x = null; @Annot X x2 = null) {
08:06:26                                          ^
08:06:26     (X cannot be converted to AutoCloseable)
08:06:26 X.java:4: error: cannot find symbol
08:06:26         } catch (@Annot NullPointerException | @Annot UnsupportedOperationException e) {
08:06:26                                                 ^
08:06:26   symbol:   class Annot
08:06:26   location: class X
08:06:26 X.java:4: error: cannot find symbol
08:06:26         } catch (@Annot NullPointerException | @Annot UnsupportedOperationException e) {
08:06:26                   ^
08:06:26   symbol:   class Annot
08:06:26   location: class X
08:06:26 6 errors
08:06:26 
08:06:26 
08:06:26 
08:06:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:27 --- javac err: ---
08:06:27 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:06:27 package java.lang.annotation;
08:06:27 ^
08:06:27 A.java:7: error: cannot find symbol
08:06:27 		Object o2 = (@Marker p.@Marker A.@Marker B.@Marker C) null;
08:06:27 		                     ^
08:06:27   symbol:   class p
08:06:27   location: class A<T>
08:06:27   where T is a type-variable:
08:06:27     T extends Object declared in class A
08:06:27 A.java:6: error: scoping construct cannot be annotated with type-use annotation: @p.Marker
08:06:27 		Object o = (@Marker @Annot A.@Marker B.@Marker C) null;
08:06:27 		                            ^
08:06:27 A.java:7: error: scoping construct cannot be annotated with type-use annotation: @p.Marker
08:06:27 		Object o2 = (@Marker p.@Marker A.@Marker B.@Marker C) null;
08:06:27 		                                ^
08:06:27 4 errors
08:06:27 
08:06:27 
08:06:27 
08:06:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:28 --- javac err: ---
08:06:28 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:06:28 package java.lang.annotation;
08:06:28 ^
08:06:28 A.java:6: error: cannot find symbol
08:06:28 		Object o1 = (@Marker p.@Marker A.@Marker B.@Marker C[]) null;
08:06:28 		                     ^
08:06:28   symbol:   class p
08:06:28   location: class A
08:06:28 A.java:6: error: scoping construct cannot be annotated with type-use annotation: @p.Marker
08:06:28 		Object o1 = (@Marker p.@Marker A.@Marker B.@Marker C[]) null;
08:06:28 		                                ^
08:06:28 A.java:7: error: scoping construct cannot be annotated with type-use annotation: @p.Annot
08:06:28 		Object o2 = (@Marker @Annot A.@Annot B.C<Integer, String>) null;
08:06:28 		                             ^
08:06:28 A.java:8: error: scoping construct cannot be annotated with type-use annotations: @p.Marker,@p.Annot
08:06:28 		Object o5 = (@Marker @Annot A.B<String>[]) null;
08:06:28 		                            ^
08:06:28 5 errors
08:06:28 
08:06:28 
08:06:28 
08:06:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:29 --- javac err: ---
08:06:29 X.java:3: error: cannot find symbol
08:06:29 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:29 		           ^
08:06:29   symbol:   class Marker
08:06:29   location: class X
08:06:29 X.java:3: error: cannot find symbol
08:06:29 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:29 		                                 ^
08:06:29   symbol:   class Marker
08:06:29   location: class X
08:06:29 X.java:3: error: cannot find symbol
08:06:29 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:29 		                                                                      ^
08:06:29   symbol:   class Marker
08:06:29   location: class X
08:06:29 X.java:3: error: cannot find symbol
08:06:29 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:29 		                                                                                              ^
08:06:29   symbol:   class Marker
08:06:29   location: class X
08:06:29 X.java:3: error: cannot assign a value to final variable one
08:06:29 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:29 		                                                                                                                                     		^
08:06:29 5 errors
08:06:29 
08:06:29 
08:06:29 
08:06:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:30 --- javac err: ---
08:06:30 X.java:5: error: cannot assign a value to final variable one
08:06:30 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:30 		                                                                                                                                     		^
08:06:30 X.java:5: error: annotation @Marker not applicable in this type context
08:06:30 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:30 		          ^
08:06:30 X.java:5: error: annotation @Marker not applicable in this type context
08:06:30 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:30 		                                ^
08:06:30 X.java:5: error: annotation @Marker not applicable in this type context
08:06:30 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:30 		                                                                     ^
08:06:30 X.java:5: error: annotation @Marker not applicable in this type context
08:06:30 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
08:06:30 		                                                                                             ^
08:06:30 5 errors
08:06:30 
08:06:30 
08:06:30 
08:06:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:31 --- javac err: ---
08:06:31 X.java:1: error: <identifier> expected
08:06:31 import @Marker java.lang.String; // Compilation error 
08:06:31       ^
08:06:31 X.java:1: error: class, interface, or enum expected
08:06:31 import @Marker java.lang.String; // Compilation error 
08:06:31                ^
08:06:31 2 errors
08:06:31 
08:06:31 
08:06:31 
08:06:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:32 --- javac err: ---
08:06:32 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:06:32 package java.lang.annotation;
08:06:32 ^
08:06:32 X.java:7: error: cannot find symbol
08:06:32 	public void foo(java. @Marker lang.Integer arg) {}
08:06:32 	                    ^
08:06:32   symbol:   class lang
08:06:32   location: package java
08:06:32 X.java:9: error: scoping construct cannot be annotated with type-use annotation: @Marker
08:06:32 	public void foobar(@Marker java.lang.Integer arg) {}
08:06:32 	                                    ^
08:06:32 X.java:4: error: cannot find symbol
08:06:32  	Object o1 = (@Marker java.lang.Integer) null;   // 1. Right.
08:06:32  	                     ^
08:06:32   symbol:   class java
08:06:32   location: class X
08:06:32 X.java:5: error: cannot find symbol
08:06:32 	Object o2 = (java. @Marker lang.Integer) null;  // 2. Wrong.
08:06:32 	                 ^
08:06:32   symbol:   class lang
08:06:32   location: package java
08:06:32 5 errors
08:06:32 
08:06:32 
08:06:32 
08:06:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:33 --- javac err: ---
08:06:33 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:06:33 package java.lang.annotation;
08:06:33 ^
08:06:33 X.java:4: error: cannot find symbol
08:06:33  	Object o1 = (java. @Marker @Annot lang.Integer) null;  // 1. Wrong.
08:06:33  	                 ^
08:06:33   symbol:   class lang
08:06:33   location: package java
08:06:33 X.java:6: error: cannot find symbol
08:06:33 	Object o3 = (java.@lang lang) null;  // 3. Wrong.
08:06:33 	                   ^
08:06:33   symbol:   class lang
08:06:33   location: class X
08:06:33 X.java:6: error: cannot find symbol
08:06:33 	Object o3 = (java.@lang lang) null;  // 3. Wrong.
08:06:33 	                 ^
08:06:33   symbol:   class lang
08:06:33   location: package java
08:06:33 4 errors
08:06:33 
08:06:33 
08:06:33 
08:06:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:34 --- javac err: ---
08:06:34 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:06:34 package java.lang.annotation;
08:06:34 ^
08:06:34 X.java:4: error: cannot find symbol
08:06:34  	Object o1 = (@Marker @Annot java.util.List<String>) null; 	// 1. Wrong.
08:06:34  	                            ^
08:06:34   symbol:   class java
08:06:34   location: class X
08:06:34 X.java:5: error: cannot find symbol
08:06:34 	Object o2 = (java. @Marker @Annot lang.Integer[]) null;		// 2. Wrong.
08:06:34 	                 ^
08:06:34   symbol:   class lang
08:06:34   location: package java
08:06:34 X.java:6: error: cannot find symbol
08:06:34 	Object o3 = (@Marker @Annot java.util.List<String>[]) null; // 3. Wrong.
08:06:34 	                            ^
08:06:34   symbol:   class java
08:06:34   location: class X
08:06:34 4 errors
08:06:34 
08:06:34 
08:06:34 
08:06:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:34 --- javac err: ---
08:06:34 X.java:1: error: <identifier> expected
08:06:34 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:34          ^
08:06:34 X.java:1: error: class, interface, or enum expected
08:06:34 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:34                   ^
08:06:34 X.java:1: error: class, interface, or enum expected
08:06:34 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:34                                        ^
08:06:34 X.java:1: error: class, interface, or enum expected
08:06:34 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:34                                                                   ^
08:06:34 4 errors
08:06:34 
08:06:34 
08:06:34 
08:06:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:35 --- javac err: ---
08:06:35 X.java:3: error: illegal start of type
08:06:35 		String myString = (@NonNull) myObject;	}
08:06:35 		                           ^
08:06:35 1 error
08:06:35 
08:06:35 
08:06:35 
08:06:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:36 --- javac err: ---
08:06:36 X.java:1: error: <identifier> expected
08:06:36 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2;
08:06:36                 ^
08:06:36 X.java:1: error: class, interface, or enum expected
08:06:36 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2;
08:06:36                          ^
08:06:36 X.java:1: error: class, interface, or enum expected
08:06:36 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2;
08:06:36                                               ^
08:06:36 X.java:1: error: class, interface, or enum expected
08:06:36 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2;
08:06:36                                                                          ^
08:06:36 4 errors
08:06:36 
08:06:36 
08:06:36 
08:06:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:37 --- javac err: ---
08:06:37 X.java:1: error: <identifier> expected
08:06:37 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
08:06:37                 ^
08:06:37 X.java:1: error: class, interface, or enum expected
08:06:37 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
08:06:37                          ^
08:06:37 X.java:1: error: class, interface, or enum expected
08:06:37 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
08:06:37                                               ^
08:06:37 X.java:1: error: class, interface, or enum expected
08:06:37 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
08:06:37                                                                          ^
08:06:37 4 errors
08:06:37 
08:06:37 
08:06:37 
08:06:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:38 --- javac err: ---
08:06:38 X.java:4: error: cannot find symbol
08:06:38            Z(X. @Marker Y  Y.this) {
08:06:38                  ^
08:06:38   symbol:   class Marker
08:06:38   location: class X.Y.Z
08:06:38 1 error
08:06:38 
08:06:38 
08:06:38 
08:06:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:38 --- javac err: ---
08:06:38 X.java:7: error: cannot find symbol
08:06:38 			X.@Marker x. @Marker @Marker @Marker x.super();
08:06:38 			              ^
08:06:38   symbol:   class Marker
08:06:38   location: class X.SubInnerBar
08:06:38 X.java:7: error: cannot find symbol
08:06:38 			X.@Marker x. @Marker @Marker @Marker x.super();
08:06:38 			                      ^
08:06:38   symbol:   class Marker
08:06:38   location: class X.SubInnerBar
08:06:38 X.java:7: error: cannot find symbol
08:06:38 			X.@Marker x. @Marker @Marker @Marker x.super();
08:06:38 			                              ^
08:06:38   symbol:   class Marker
08:06:38   location: class X.SubInnerBar
08:06:38 X.java:7: error: cannot find symbol
08:06:38 			X.@Marker x. @Marker @Marker @Marker x.super();
08:06:38 			   ^
08:06:38   symbol:   class Marker
08:06:38   location: class X.SubInnerBar
08:06:38 X.java:7: error: cannot find symbol
08:06:38 			X.@Marker x. @Marker @Marker @Marker x.super();
08:06:38 			 ^
08:06:38   symbol:   class x
08:06:38   location: class X
08:06:38 5 errors
08:06:38 
08:06:38 
08:06:38 
08:06:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:39 --- javac err: ---
08:06:39 X.java:7: error: cannot find symbol
08:06:39 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
08:06:39 			              ^
08:06:39   symbol:   class Marker
08:06:39   location: class X.SubInnerBar
08:06:39 X.java:7: error: cannot find symbol
08:06:39 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
08:06:39 			                      ^
08:06:39   symbol:   class Marker
08:06:39   location: class X.SubInnerBar
08:06:39 X.java:7: error: cannot find symbol
08:06:39 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
08:06:39 			                              ^
08:06:39   symbol:   class Marker
08:06:39   location: class X.SubInnerBar
08:06:39 X.java:7: error: cannot find symbol
08:06:39 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
08:06:39 			   ^
08:06:39   symbol:   class Marker
08:06:39   location: class X.SubInnerBar
08:06:39 X.java:7: error: cannot find symbol
08:06:39 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
08:06:39 			 ^
08:06:39   symbol:   class x
08:06:39   location: class X
08:06:39 5 errors
08:06:39 
08:06:39 
08:06:39 
08:06:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:40 --- javac err: ---
08:06:40 X.java:11: error: not a statement
08:06:40 				X. @Marker bar.this();
08:06:40 				              ^
08:06:40 X.java:11: error: ';' expected
08:06:40 				X. @Marker bar.this();
08:06:40 				                   ^
08:06:40 2 errors
08:06:40 
08:06:40 
08:06:40 
08:06:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:41 --- javac err: ---
08:06:41 X.java:11: error: illegal start of expression
08:06:41 				X.@Marker bar.<String>this();
08:06:41 				                      ^
08:06:41 1 error
08:06:41 
08:06:41 
08:06:41 
08:06:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:42 --- javac err: ---
08:06:42 X.java:4: error: <identifier> expected
08:06:42 		System.out.println((x. @Marker bar));
08:06:42 		                      ^
08:06:42 X.java:4: error: illegal start of expression
08:06:42 		System.out.println((x. @Marker bar));
08:06:42 		                       ^
08:06:42 X.java:4: error: ')' expected
08:06:42 		System.out.println((x. @Marker bar));
08:06:42 		                              ^
08:06:42 X.java:4: error: not a statement
08:06:42 		System.out.println((x. @Marker bar));
08:06:42 		                               ^
08:06:42 X.java:4: error: ';' expected
08:06:42 		System.out.println((x. @Marker bar));
08:06:42 		                                  ^
08:06:42 5 errors
08:06:42 
08:06:42 
08:06:42 
08:06:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:42 --- javac err: ---
08:06:42 X.java:5: error: <identifier> expected
08:06:42 				Object o = X.@Marker Y.this; 
08:06:42 				             ^
08:06:42 X.java:5: error: ';' expected
08:06:42 				Object o = X.@Marker Y.this; 
08:06:42 				                    ^
08:06:42 X.java:5: error: not a statement
08:06:42 				Object o = X.@Marker Y.this; 
08:06:42 				                      ^
08:06:42 3 errors
08:06:42 
08:06:42 
08:06:42 
08:06:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:43 --- javac err: ---
08:06:43 X.java:4: error: cannot find symbol
08:06:43 			X. @Marker Y.super.hashCode();
08:06:43 			    ^
08:06:43   symbol:   class Marker
08:06:43   location: class X.Y
08:06:43 1 error
08:06:43 
08:06:43 
08:06:43 
08:06:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:44 --- javac err: ---
08:06:44 X.java:4: error: <identifier> expected
08:06:44 			Class<?> c = X. @Marker @Illegal Y.class;
08:06:44 			               ^
08:06:44 X.java:4: error: illegal start of expression
08:06:44 			Class<?> c = X. @Marker @Illegal Y.class;
08:06:44 			                ^
08:06:44 X.java:4: error: ';' expected
08:06:44 			Class<?> c = X. @Marker @Illegal Y.class;
08:06:44 			                                ^
08:06:44 X.java:4: error: not a statement
08:06:44 			Class<?> c = X. @Marker @Illegal Y.class;
08:06:44 			                                  ^
08:06:44 4 errors
08:06:44 
08:06:44 
08:06:44 
08:06:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:45 --- javac err: ---
08:06:45 X.java:4: error: <identifier> expected
08:06:45 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
08:06:45 			               ^
08:06:45 X.java:4: error: illegal start of expression
08:06:45 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
08:06:45 			                ^
08:06:45 X.java:4: error: ';' expected
08:06:45 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
08:06:45 			                                ^
08:06:45 X.java:4: error: no annotations are allowed in the type of a class literal
08:06:45 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
08:06:45 			                                                    ^
08:06:45 X.java:4: error: not a statement
08:06:45 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
08:06:45 			                                              ^
08:06:45 5 errors
08:06:45 
08:06:45 
08:06:45 
08:06:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:45 --- javac err: ---
08:06:45 X.java:5: error: <identifier> expected
08:06:45 		x = (X.@Marker x * 10);
08:06:45 		       ^
08:06:45 X.java:5: error: ')' expected
08:06:45 		x = (X.@Marker x * 10);
08:06:45 		              ^
08:06:45 X.java:5: error: not a statement
08:06:45 		x = (X.@Marker x * 10);
08:06:45 		                 ^
08:06:45 X.java:5: error: ';' expected
08:06:45 		x = (X.@Marker x * 10);
08:06:45 		                     ^
08:06:45 X.java:6: error: <identifier> expected
08:06:45 		x = (X.@Marker x / 10);
08:06:45 		       ^
08:06:45 X.java:6: error: ')' expected
08:06:45 		x = (X.@Marker x / 10);
08:06:45 		              ^
08:06:45 X.java:6: error: not a statement
08:06:45 		x = (X.@Marker x / 10);
08:06:45 		                 ^
08:06:45 X.java:6: error: ';' expected
08:06:45 		x = (X.@Marker x / 10);
08:06:45 		                     ^
08:06:45 X.java:7: error: <identifier> expected
08:06:45 		x = (X.@Marker x % 10);
08:06:45 		       ^
08:06:45 X.java:7: error: ')' expected
08:06:45 		x = (X.@Marker x % 10);
08:06:45 		              ^
08:06:45 X.java:7: error: not a statement
08:06:45 		x = (X.@Marker x % 10);
08:06:45 		                 ^
08:06:45 X.java:7: error: ';' expected
08:06:45 		x = (X.@Marker x % 10);
08:06:45 		                     ^
08:06:45 X.java:8: error: <identifier> expected
08:06:45 		x = (X.@Marker x + 10);
08:06:45 		       ^
08:06:45 X.java:8: error: ')' expected
08:06:45 		x = (X.@Marker x + 10);
08:06:45 		              ^
08:06:45 X.java:8: error: not a statement
08:06:45 		x = (X.@Marker x + 10);
08:06:45 		                 ^
08:06:45 X.java:8: error: ';' expected
08:06:45 		x = (X.@Marker x + 10);
08:06:45 		                     ^
08:06:45 X.java:9: error: <identifier> expected
08:06:45 		x = (X.@Marker x - 10);
08:06:45 		       ^
08:06:45 X.java:9: error: ')' expected
08:06:45 		x = (X.@Marker x - 10);
08:06:45 		              ^
08:06:45 X.java:9: error: not a statement
08:06:45 		x = (X.@Marker x - 10);
08:06:45 		                 ^
08:06:45 X.java:9: error: ';' expected
08:06:45 		x = (X.@Marker x - 10);
08:06:45 		                     ^
08:06:45 X.java:10: error: <identifier> expected
08:06:45 		x = (X.@Marker x << 10);
08:06:45 		       ^
08:06:45 X.java:10: error: ')' expected
08:06:45 		x = (X.@Marker x << 10);
08:06:45 		              ^
08:06:45 X.java:10: error: not a statement
08:06:45 		x = (X.@Marker x << 10);
08:06:45 		                 ^
08:06:45 X.java:10: error: ';' expected
08:06:45 		x = (X.@Marker x << 10);
08:06:45 		                      ^
08:06:45 X.java:11: error: <identifier> expected
08:06:45 		x = (X.@Marker x >> 10);
08:06:45 		       ^
08:06:45 X.java:11: error: ')' expected
08:06:45 		x = (X.@Marker x >> 10);
08:06:45 		              ^
08:06:45 X.java:11: error: not a statement
08:06:45 		x = (X.@Marker x >> 10);
08:06:45 		                 ^
08:06:45 X.java:11: error: ';' expected
08:06:45 		x = (X.@Marker x >> 10);
08:06:45 		                      ^
08:06:45 X.java:12: error: <identifier> expected
08:06:45 		x = (X.@Marker x >>> 10);
08:06:45 		       ^
08:06:45 X.java:12: error: ')' expected
08:06:45 		x = (X.@Marker x >>> 10);
08:06:45 		              ^
08:06:45 X.java:12: error: not a statement
08:06:45 		x = (X.@Marker x >>> 10);
08:06:45 		                 ^
08:06:45 X.java:12: error: ';' expected
08:06:45 		x = (X.@Marker x >>> 10);
08:06:45 		                       ^
08:06:45 X.java:13: error: <identifier> expected
08:06:45 		b = (X.@Marker x < 10);
08:06:45 		       ^
08:06:45 X.java:13: error: ')' expected
08:06:45 
08:06:45 
08:06:45 		b = (X.@Marker x < 10);
08:06:45 		              ^
08:06:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:45 X.java:13: error: illegal start of type
08:06:45 		b = (X.@Marker x < 10);
08:06:45 		                   ^
08:06:45 X.java:13: error: not a statement
08:06:45 		b = (X.@Marker x < 10);
08:06:45 		                 ^
08:06:45 X.java:14: error: <identifier> expected
08:06:45 		b = (X.@Marker x > 10);
08:06:45 		       ^
08:06:45 X.java:14: error: ')' expected
08:06:45 		b = (X.@Marker x > 10);
08:06:45 		              ^
08:06:45 X.java:14: error: not a statement
08:06:45 		b = (X.@Marker x > 10);
08:06:45 		                 ^
08:06:45 X.java:14: error: ';' expected
08:06:45 		b = (X.@Marker x > 10);
08:06:45 		                     ^
08:06:45 X.java:15: error: <identifier> expected
08:06:45 		b = (X.@Marker x <= 10);
08:06:45 		       ^
08:06:45 X.java:15: error: ')' expected
08:06:45 		b = (X.@Marker x <= 10);
08:06:45 		              ^
08:06:45 X.java:15: error: not a statement
08:06:45 		b = (X.@Marker x <= 10);
08:06:45 		                 ^
08:06:45 X.java:15: error: ';' expected
08:06:45 		b = (X.@Marker x <= 10);
08:06:45 		                      ^
08:06:45 X.java:16: error: <identifier> expected
08:06:45 		b = (X.@Marker x >= 10);
08:06:45 		       ^
08:06:45 X.java:16: error: ')' expected
08:06:45 		b = (X.@Marker x >= 10);
08:06:45 		              ^
08:06:45 X.java:16: error: not a statement
08:06:45 		b = (X.@Marker x >= 10);
08:06:45 		                 ^
08:06:45 X.java:16: error: ';' expected
08:06:45 		b = (X.@Marker x >= 10);
08:06:45 		                      ^
08:06:45 X.java:17: error: <identifier> expected
08:06:45 		b = (X.@Marker x instanceof Object);
08:06:45 		       ^
08:06:45 X.java:17: error: ')' expected
08:06:45 		b = (X.@Marker x instanceof Object);
08:06:45 		              ^
08:06:45 
08:06:45 X.java:17: error: not a statement
08:06:45 
08:06:45 		b = (X.@Marker x instanceof Object);
08:06:45 		                 ^
08:06:45 X.java:17: error: ';' expected
08:06:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:45 		b = (X.@Marker x instanceof Object);
08:06:45 		                                  ^
08:06:45 X.java:18: error: <identifier> expected
08:06:45 		b = (X.@Marker x == 10);
08:06:45 		       ^
08:06:45 X.java:18: error: ')' expected
08:06:45 		b = (X.@Marker x == 10);
08:06:45 		              ^
08:06:45 X.java:18: error: not a statement
08:06:45 		b = (X.@Marker x == 10);
08:06:45 		                 ^
08:06:45 X.java:18: error: ';' expected
08:06:45 		b = (X.@Marker x == 10);
08:06:45 		                      ^
08:06:45 X.java:19: error: <identifier> expected
08:06:45 		b = (X.@Marker x != 10);
08:06:45 		       ^
08:06:45 X.java:19: error: ')' expected
08:06:45 		b = (X.@Marker x != 10);
08:06:45 		              ^
08:06:45 X.java:19: error: not a statement
08:06:45 		b = (X.@Marker x != 10);
08:06:45 		                 ^
08:06:45 X.java:19: error: ';' expected
08:06:45 		b = (X.@Marker x != 10);
08:06:45 		                      ^
08:06:45 X.java:20: error: <identifier> expected
08:06:45 		x = (X.@Marker x & 10);
08:06:45 		       ^
08:06:45 X.java:20: error: ')' expected
08:06:45 		x = (X.@Marker x & 10);
08:06:45 		              ^
08:06:45 X.java:20: error: not a statement
08:06:45 		x = (X.@Marker x & 10);
08:06:45 		                 ^
08:06:45 X.java:20: error: ';' expected
08:06:45 		x = (X.@Marker x & 10);
08:06:45 		                     ^
08:06:45 X.java:21: error: <identifier> expected
08:06:45 		x = (X.@Marker x ^ 10);
08:06:45 		       ^
08:06:45 X.java:21: error: ')' expected
08:06:45 		x = (X.@Marker x ^ 10);
08:06:45 		              ^
08:06:45 X.java:21: error: not a statement
08:06:45 		x = (X.@Marker x ^ 10);
08:06:45 		                 ^
08:06:45 X.java:21: error: ';' expected
08:06:45 		x = (X.@Marker x ^ 10);
08:06:45 		                     ^
08:06:45 X.java:22: error: <identifier> expected
08:06:45 		x = (X.@Marker x | 10);
08:06:45 		       ^
08:06:45 X.java:22: error: ')' expected
08:06:45 		x = (X.@Marker x | 10);
08:06:45 		              ^
08:06:45 X.java:22: error: not a statement
08:06:45 		x = (X.@Marker x | 10);
08:06:45 		                 ^
08:06:45 X.java:22: error: ';' expected
08:06:45 		x = (X.@Marker x | 10);
08:06:45 		                     ^
08:06:45 X.java:23: error: <identifier> expected
08:06:45 		fb = (X.@Marker fb && true);
08:06:45 		        ^
08:06:45 X.java:23: error: ')' expected
08:06:45 		fb = (X.@Marker fb && true);
08:06:45 		               ^
08:06:45 X.java:23: error: not a statement
08:06:45 		fb = (X.@Marker fb && true);
08:06:45 		                   ^
08:06:45 X.java:23: error: ';' expected
08:06:45 		fb = (X.@Marker fb && true);
08:06:45 		                          ^
08:06:45 X.java:24: error: <identifier> expected
08:06:45 		fb = (X.@Marker fb || true);
08:06:45 		        ^
08:06:45 X.java:24: error: ')' expected
08:06:45 		fb = (X.@Marker fb || true);
08:06:45 		               ^
08:06:45 X.java:24: error: not a statement
08:06:45 		fb = (X.@Marker fb || true);
08:06:45 		                   ^
08:06:45 X.java:24: error: ';' expected
08:06:45 		fb = (X.@Marker fb || true);
08:06:45 		                          ^
08:06:45 X.java:25: error: <identifier> expected
08:06:45 		x = (X.@Marker fb ? 10 : 10);
08:06:45 		       ^
08:06:45 X.java:25: error: ')' expected
08:06:45 		x = (X.@Marker fb ? 10 : 10);
08:06:45 		              ^
08:06:45 X.java:25: error: not a statement
08:06:45 		x = (X.@Marker fb ? 10 : 10);
08:06:45 		                  ^
08:06:45 X.java:25: error: ';' expected
08:06:45 		x = (X.@Marker fb ? 10 : 10);
08:06:45 		                           ^
08:06:45 84 errors
08:06:45 
08:06:46 --- javac err: ---
08:06:46 X.java:4: error: <identifier> expected
08:06:46 @Annot(bar = X. @Marker s)
08:06:46                ^
08:06:46 X.java:4: error: illegal start of expression
08:06:46 @Annot(bar = X. @Marker s)
08:06:46                 ^
08:06:46 X.java:4: error: ')' expected
08:06:46 @Annot(bar = X. @Marker s)
08:06:46                        ^
08:06:46 X.java:4: error: class, interface, or enum expected
08:06:46 @Annot(bar = X. @Marker s)
08:06:46                         ^
08:06:46 4 errors
08:06:46 
08:06:46 
08:06:46 
08:06:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:47 --- javac err: ---
08:06:47 X.java:4: error: <identifier> expected
08:06:47         return X.@Marker x;
08:06:47                  ^
08:06:47 X.java:4: error: ';' expected
08:06:47         return X.@Marker x;
08:06:47                         ^
08:06:47 X.java:4: error: not a statement
08:06:47         return X.@Marker x;
08:06:47                          ^
08:06:47 3 errors
08:06:47 
08:06:47 
08:06:47 
08:06:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:48 --- javac err: ---
08:06:48 X.java:4: error: <identifier> expected
08:06:48         return X.@Marker x[0];
08:06:48                  ^
08:06:48 X.java:4: error: ';' expected
08:06:48         return X.@Marker x[0];
08:06:48                         ^
08:06:48 X.java:4: error: not a statement
08:06:48         return X.@Marker x[0];
08:06:48                           ^
08:06:48 3 errors
08:06:48 
08:06:48 
08:06:48 
08:06:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:48 --- javac err: ---
08:06:48 X.java:4: error: <identifier> expected
08:06:48         return X.@Marker x.<String> foo();
08:06:48                  ^
08:06:48 X.java:4: error: ';' expected
08:06:48         return X.@Marker x.<String> foo();
08:06:48                         ^
08:06:48 2 errors
08:06:48 
08:06:48 
08:06:48 
08:06:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:49 --- javac err: ---
08:06:49 X.java:4: error: <identifier> expected
08:06:49         return X.@Marker x. @Blah foo();
08:06:49                  ^
08:06:49 X.java:4: error: ';' expected
08:06:49         return X.@Marker x. @Blah foo();
08:06:49                         ^
08:06:49 2 errors
08:06:49 
08:06:49 
08:06:49 
08:06:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:50 --- javac err: ---
08:06:50 X.java:6: error: <identifier> expected
08:06:50                 Z z = X. @Marker y.new Z();
08:06:50                         ^
08:06:50 X.java:6: error: illegal start of expression
08:06:50                 Z z = X. @Marker y.new Z();
08:06:50                          ^
08:06:50 X.java:6: error: ';' expected
08:06:50                 Z z = X. @Marker y.new Z();
08:06:50                                 ^
08:06:50 3 errors
08:06:50 
08:06:50 
08:06:50 
08:06:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:51 --- javac err: ---
08:06:51 X.java:4: error: <identifier> expected
08:06:51         return (X.@Marker x);
08:06:51                   ^
08:06:51 X.java:4: error: ')' expected
08:06:51         return (X.@Marker x);
08:06:51                          ^
08:06:51 X.java:4: error: not a statement
08:06:51         return (X.@Marker x);
08:06:51                           ^
08:06:51 X.java:4: error: ';' expected
08:06:51         return (X.@Marker x);
08:06:51                            ^
08:06:51 4 errors
08:06:51 
08:06:51 
08:06:51 
08:06:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:52 --- javac err: ---
08:06:52 X.java:3: error: missing return statement
08:06:52 	}
08:06:52 	^
08:06:52 1 error
08:06:52 
08:06:52 
08:06:52 
08:06:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:52 --- javac err: ---
08:06:52 X.java:2: error: no annotations are allowed in the type of a class literal
08:06:52 	Object o = @Marker int.class;
08:06:52 	                            ^
08:06:52 1 error
08:06:52 
08:06:52 
08:06:52 
08:06:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:53 --- javac err: ---
08:06:53 X.java:2: error: elements in annotation type declarations cannot be generic methods
08:06:53 	<T> @Marker String foo();
08:06:53 	 ^
08:06:53 1 error
08:06:53 
08:06:53 
08:06:53 
08:06:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:54 --- javac err: ---
08:06:54 X.java:2: error: annotation @Marker not applicable in this type context
08:06:54 	Object o = new <String> @Marker X();
08:06:54 	                        ^
08:06:54 1 error
08:06:54 
08:06:54 
08:06:54 
08:06:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:55 --- javac err: ---
08:06:55 X.java:2: error: cannot find symbol
08:06:55 	Object o = new X().new <String> @Marker X();
08:06:55 	                                ^
08:06:55   symbol:   class X
08:06:55   location: class X
08:06:55 1 error
08:06:55 
08:06:55 
08:06:55 
08:06:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:56 --- javac err: ---
08:06:56 X.java:2: error: cannot find symbol
08:06:56 	Object o = x.new <String> @Marker X() {};
08:06:56 	           ^
08:06:56   symbol:   variable x
08:06:56   location: class X
08:06:56 1 error
08:06:56 
08:06:56 
08:06:56 
08:06:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:57 --- javac err: ---
08:06:57 X.java:2: error: annotation @Marker not applicable in this type context
08:06:57 	Object o = new <String> @Marker X() {};
08:06:57 	                        ^
08:06:57 1 error
08:06:57 
08:06:57 
08:06:57 
08:06:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:57 --- javac err: ---
08:06:57 X.java:1: error: <identifier> expected
08:06:57 class X<final T> {
08:06:57         ^
08:06:57 X.java:1: error: <identifier> expected
08:06:57 class X<final T> {
08:06:57                ^
08:06:57 X.java:2: error: illegal start of expression
08:06:57 	Object o = (Object) (public X<final String>) null;
08:06:57 	                     ^
08:06:57 X.java:2: error: illegal start of type
08:06:57 	Object o = (Object) (public X<final String>) null;
08:06:57 	                              ^
08:06:57 X.java:2: error: <identifier> expected
08:06:57 	Object o = (Object) (public X<final String>) null;
08:06:57 	                                          ^
08:06:57 5 errors
08:06:57 
08:06:57 
08:06:57 
08:06:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:58 --- javac err: ---
08:06:58 X.java:1: error: <identifier> expected
08:06:58 package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:58           ^
08:06:58 X.java:1: error: class, interface, or enum expected
08:06:58 package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:58                    ^
08:06:58 X.java:1: error: class, interface, or enum expected
08:06:58 package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:58                                         ^
08:06:58 X.java:1: error: class, interface, or enum expected
08:06:58 package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:58                                                                    ^
08:06:58 4 errors
08:06:58 
08:06:58 
08:06:58 
08:06:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:06:59 --- javac err: ---
08:06:59 X.java:1: error: <identifier> expected
08:06:59 @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:59                   ^
08:06:59 X.java:1: error: class, interface, or enum expected
08:06:59 @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:59                            ^
08:06:59 X.java:1: error: class, interface, or enum expected
08:06:59 @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:59                                                 ^
08:06:59 X.java:1: error: class, interface, or enum expected
08:06:59 @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
08:06:59                                                                            ^
08:06:59 4 errors
08:06:59 
08:06:59 
08:06:59 
08:06:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:00 --- javac err: ---
08:07:00 X.java:1: error: <identifier> expected
08:07:00 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
08:07:00          ^
08:07:00 X.java:1: error: class, interface, or enum expected
08:07:00 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
08:07:00                   ^
08:07:00 X.java:1: error: class, interface, or enum expected
08:07:00 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
08:07:00                                        ^
08:07:00 X.java:1: error: class, interface, or enum expected
08:07:00 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
08:07:00                                                                   ^
08:07:00 4 errors
08:07:00 
08:07:00 
08:07:00 
08:07:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:01 --- javac err: ---
08:07:01 X.java:3: error: cannot find symbol
08:07:01     Y y1 = (@Marker Z) null;
08:07:01                     ^
08:07:01   symbol:   class Z
08:07:01   location: class X
08:07:01 X.java:4: error: cannot find symbol
08:07:01     Y y2 = new @Marker Z();
08:07:01                        ^
08:07:01   symbol:   class Z
08:07:01   location: class X
08:07:01 X.java:5: error: cannot find symbol
08:07:01     Y[] y3 = (@Marker Z[]) null;
08:07:01                       ^
08:07:01   symbol:   class Z
08:07:01   location: class X
08:07:01 X.java:6: error: cannot find symbol
08:07:01     Y[] y4 = new @Marker Z[0];
08:07:01                          ^
08:07:01   symbol:   class Z
08:07:01   location: class X
08:07:01 X.java:7: error: cannot find symbol
08:07:01     Y[] y5 = (@Marker Y.Z) null;
08:07:01                        ^
08:07:01   symbol:   class Z
08:07:01   location: class Y
08:07:01 X.java:8: error: cannot find symbol
08:07:01     Y[] y6 = new @Marker Y.  Z();
08:07:01                           ^
08:07:01   symbol:   class Z
08:07:01   location: class Y
08:07:01 X.java:9: error: cannot find symbol
08:07:01     Y[] y7 = (@Marker Y.Z[]) null;
08:07:01                        ^
08:07:01   symbol:   class Z
08:07:01   location: class Y
08:07:01 X.java:10: error: cannot find symbol
08:07:01     Y[] y8 = new @Marker Y[0].  Z;
08:07:01                              ^
08:07:01   symbol:   variable Z
08:07:01   location: class @Marker Y[]
08:07:01 X.java:11: error: cannot find symbol
08:07:01     Y[] y9 = new @Marker Y.  Z[0];
08:07:01                           ^
08:07:01   symbol:   class Z
08:07:01   location: class Y
08:07:01 X.java:7: error: scoping construct cannot be annotated with type-use annotation: @Marker
08:07:01     Y[] y5 = (@Marker Y.Z) null;
08:07:01                       ^
08:07:01 X.java:8: error: scoping construct cannot be annotated with type-use annotation: @Marker
08:07:01     Y[] y6 = new @Marker Y.  Z();
08:07:01                          ^
08:07:01 X.java:9: error: scoping construct cannot be annotated with type-use annotation: @Marker
08:07:01     Y[] y7 = (@Marker Y.Z[]) null;
08:07:01                       ^
08:07:01 X.java:11: error: scoping construct cannot be annotated with type-use annotation: @Marker
08:07:01     Y[] y9 = new @Marker Y.  Z[0];
08:07:01                          ^
08:07:01 13 errors
08:07:01 
08:07:01 
08:07:01 
08:07:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:01 --- javac err: ---
08:07:01 X.java:3: error: cannot find symbol
08:07:01     Zork z;
08:07:01     ^
08:07:01   symbol:   class Zork
08:07:01   location: class X
08:07:01 1 error
08:07:01 
08:07:01 
08:07:01 
08:07:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:02 --- javac err: ---
08:07:02 X.java:3: error: cannot find symbol
08:07:02     Zork z;
08:07:02     ^
08:07:02   symbol:   class Zork
08:07:02   location: class X
08:07:02 1 error
08:07:02 
08:07:02 
08:07:02 
08:07:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:03 --- javac err: ---
08:07:03 X.java:3: error: cannot find symbol
08:07:03     Zork z;
08:07:03     ^
08:07:03   symbol:   class Zork
08:07:03   location: class X
08:07:03 1 error
08:07:03 
08:07:03 
08:07:03 
08:07:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:04 --- javac err: ---
08:07:04 X.java:2: error: <identifier> expected
08:07:04     public void foobar(X this, int, int k) {} // NPE!
08:07:04                                   ^
08:07:04 1 error
08:07:04 
08:07:04 
08:07:04 
08:07:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:05 --- javac err: ---
08:07:05 X.java:8: error: cannot find symbol
08:07:05 		I i = @Readonly List<@English String>::<@NonNegative Integer>size;
08:07:05 		       ^
08:07:05   symbol:   class Readonly
08:07:05   location: class X
08:07:05 X.java:8: error: cannot find symbol
08:07:05 		I i = @Readonly List<@English String>::<@NonNegative Integer>size;
08:07:05 		                      ^
08:07:05   symbol:   class English
08:07:05   location: class X
08:07:05 X.java:8: error: cannot find symbol
08:07:05 		I i = @Readonly List<@English String>::<@NonNegative Integer>size;
08:07:05 		                                         ^
08:07:05   symbol:   class NonNegative
08:07:05   location: class X
08:07:05 3 errors
08:07:05 
08:07:05 
08:07:05 
08:07:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:06 --- javac err: ---
08:07:06 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type List<String>
08:07:06 	void foo(List<String> @Marker ... ls) {}
08:07:06 	                                  ^
08:07:06 1 warning
08:07:06 
08:07:06 
08:07:06 
08:07:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:07 --- javac err: ---
08:07:07 p/X.java:6: error: scoping construct cannot be annotated with type-use annotation: @p.B
08:07:07 	@A @B p.X.Y field4;
08:07:07 	         ^
08:07:07 p/X.java:7: error: scoping construct cannot be annotated with type-use annotation: @p.B(1)
08:07:07 	@B(1) @A(1) java.lang.@A(1) @B(1) String field2;
08:07:07 	                      ^
08:07:07 p/X.java:8: error: scoping construct cannot be annotated with type-use annotation: @p.B(1)
08:07:07 	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) {
08:07:07 	                              ^
08:07:07 p/X.java:8: error: scoping construct cannot be annotated with type-use annotation: @p.B(1)
08:07:07 	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) {
08:07:07 	                                                                             ^
08:07:07 p/X.java:13: error: package p.q does not exist
08:07:07 		@B @A p.q.X local5;
08:07:07 		         ^
08:07:07 p/X.java:10: error: scoping construct cannot be annotated with type-use annotation: @p.B(1)
08:07:07 		@A(1) @B(1) java.lang.  @B(1) @A(1) String local2;
08:07:07 		                        ^
08:07:07 p/X.java:12: error: scoping construct cannot be annotated with type-use annotation: @p.B
08:07:07 		@B @A p.X.Y local4;
08:07:07 		         ^
08:07:07 p/X.java:10: error: annotation @A not applicable in this type context
08:07:07 		@A(1) @B(1) java.lang.  @B(1) @A(1) String local2;
08:07:07 		                              ^
08:07:07 8 errors
08:07:07 
08:07:07 
08:07:07 
08:07:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:07 --- javac err: ---
08:07:07 X.java:3: error: <identifier> expected
08:07:07 @interface NonNull { int[].class value() default 0;}
08:07:07                            ^
08:07:07 1 error
08:07:07 
08:07:07 
08:07:07 
08:07:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:08 --- javac err: ---
08:07:08 X.java:14: error: scoping construct cannot be annotated with type-use annotation: @Illegal
08:07:08 		@Illegal Y.Z z = null;
08:07:08 		          ^
08:07:08 X.java:18: error: scoping construct cannot be annotated with type-use annotation: @Illegal
08:07:08 		Y.Z z = (@Illegal Y.Z)null;
08:07:08 		                  ^
08:07:08 2 errors
08:07:08 
08:07:08 
08:07:08 
08:07:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:09 --- javac err: ---
08:07:09 X.java:18: error: scoping construct cannot be annotated with type-use annotation: @Illegal
08:07:09 		Y.Z[] z = (@Illegal Y.Z[])null;
08:07:09 		                    ^
08:07:09 1 error
08:07:09 
08:07:09 
08:07:09 
08:07:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:10 --- javac err: ---
08:07:10 X.java:16: error: scoping construct cannot be annotated with type-use annotation: @Illegal
08:07:10 		@Illegal Y.YY.Z z = null;
08:07:10 		             ^
08:07:10 1 error
08:07:10 
08:07:10 
08:07:10 
08:07:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:11 ----------------------------------------
08:07:11 org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest#test415308b2 - 12
08:07:11 X.java [
08:07:11 import java.lang.annotation.ElementType;
08:07:11 import java.lang.annotation.Target;
08:07:11 
08:07:11 @Target(ElementType.TYPE_USE)
08:07:11 @interface Illegal {
08:07:11 }
08:07:11 class Y {
08:07:11 	static class YY {
08:07:11 		class Z {
08:07:11 			Z() {}
08:07:11 		}
08:07:11 	}
08:07:11 }
08:07:11 class X {
08:07:11 	Y.YY.Z[] foo() {
08:07:11 		@Illegal Y.YY.Z[] z = null;
08:07:11 		return z;
08:07:11 	}
08:07:11 	Y.YY.Z[] foo2() {
08:07:11 		Y.@Illegal YY.Z[] z = null;
08:07:11 		return z;
08:07:11 	}
08:07:11 	Y.YY.Z[] foo3() {
08:07:11 		Y.YY.@Illegal Z[] z = null;
08:07:11 		return z;
08:07:11 	}
08:07:11 }
08:07:11 
08:07:11 ]
08:07:11 
08:07:11 
08:07:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:12 --- javac err: ---
08:07:12 X.java:25: error: scoping construct cannot be annotated with type-use annotation: @IllegalTypeUse
08:07:12 	Y.Z foo3(@IllegalTypeUse @LegalParam Y.Z z) { //Illegal
08:07:12 	                                      ^
08:07:12 1 error
08:07:12 
08:07:12 
08:07:12 
08:07:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:13 --- javac err: ---
08:07:13 X.java:14: error: scoping construct cannot be annotated with type-use annotation: @Illegal
08:07:13 	Y.Z z;
08:07:13 	 ^
08:07:13 1 error
08:07:13 
08:07:13 
08:07:13 
08:07:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:14 
08:07:14 
08:07:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:14 --- javac err: ---
08:07:14 X.java:22: error: scoping construct cannot be annotated with type-use annotations: @Illegal,@Illegal2
08:07:14 	Y.YY.Z z;
08:07:14 	    ^
08:07:14 1 error
08:07:14 
08:07:14 
08:07:14 
08:07:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:15 --- javac err: ---
08:07:15 X.java:13: error: scoping construct cannot be annotated with type-use annotation: @Illegal
08:07:15    public @Illegal Y.Z foo() { return null;}
08:07:15                     ^
08:07:15 1 error
08:07:15 
08:07:15 
08:07:15 
08:07:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:16 ----------------------------------------
08:07:16 org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest#test415308f2 - 12
08:07:16 X.java [
08:07:16 import java.lang.annotation.ElementType;
08:07:16 import java.lang.annotation.Target;
08:07:16 
08:07:16 @Target(ElementType.TYPE_USE)
08:07:16 @interface Illegal {
08:07:16 }
08:07:16 class Y {
08:07:16 	static class Z {
08:07:16 		Z() {}
08:07:16 	}
08:07:16 }
08:07:16 class X {
08:07:16    public @Illegal Y.Z[] foo() { return null;}
08:07:16 }
08:07:16 
08:07:16 ]
08:07:16 
08:07:16 
08:07:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:17 --- javac err: ---
08:07:17 X.java:11: error: scoping construct cannot be annotated with type-use annotation: @Illegal
08:07:17 	@Illegal Y.A foo(@Illegal Y.A a) {
08:07:17 	          ^
08:07:17 X.java:11: error: scoping construct cannot be annotated with type-use annotation: @Illegal
08:07:17 	@Illegal Y.A foo(@Illegal Y.A a) {
08:07:17 	                           ^
08:07:17 2 errors
08:07:17 
08:07:17 
08:07:17 
08:07:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:18 --- javac err: ---
08:07:18 X.java:13: error: cannot find symbol
08:07:18 	public @A String foo(int @B @C @D ... args) {
08:07:18 	                                ^
08:07:18   symbol:   class D
08:07:18   location: class X
08:07:18 1 error
08:07:18 
08:07:18 
08:07:18 
08:07:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:19 --- javac err: ---
08:07:19 X.java:17: error: missing return statement
08:07:19 	}
08:07:19 	^
08:07:19 1 error
08:07:19 
08:07:19 
08:07:19 
08:07:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:20 --- javac err: ---
08:07:20 X.java:7: error: UnmodifiableList is not abstract and does not override abstract method subList(int,int) in List
08:07:20 class UnmodifiableList<T> implements
08:07:20 ^
08:07:20   where @Readonly T is a type-variable:
08:07:20     @Readonly T extends Object declared in class UnmodifiableList
08:07:20 1 error
08:07:20 
08:07:20 
08:07:20 
08:07:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:21 --- javac err: ---
08:07:21 X.java:1: error: cannot find symbol
08:07:21 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
08:07:21                                           ^
08:07:21   symbol: class Y
08:07:21 1 error
08:07:21 
08:07:21 
08:07:21 
08:07:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:22 
08:07:22 
08:07:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:23 
08:07:23 
08:07:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:23 --- javac err: ---
08:07:23 X.java:10: error: illegal start of type
08:07:23 public class X extends @T S implements @T  {
08:07:23                                            ^
08:07:23 1 error
08:07:23 
08:07:23 
08:07:23 
08:07:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:24 --- javac err: ---
08:07:24 X.java:8: error: no annotations are allowed in the type of a class literal
08:07:24 		Class<?> c = int @T [].class; 
08:07:24 		                            ^
08:07:24 1 error
08:07:24 
08:07:24 
08:07:24 
08:07:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:25 --- javac err: ---
08:07:25 X.java:6: error: cannot find symbol
08:07:25         List<@NonNull Integer> l;
08:07:25               ^
08:07:25   symbol:   class NonNull
08:07:25   location: class X
08:07:25 1 error
08:07:25 
08:07:25 
08:07:25 
08:07:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:26 
08:07:26 
08:07:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:27 
08:07:27 
08:07:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:28 
08:07:28 
08:07:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:29 --- javac err: ---
08:07:29 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:07:29 package java.lang.annotation;
08:07:29 ^
08:07:29 X.java:2: error: annotation type not applicable to this kind of declaration
08:07:29 	@Marker @Marker2 @Marker3 public void foo() {}
08:07:29 	^
08:07:29 X.java:3: error: annotation type not applicable to this kind of declaration
08:07:29 	@Marker @Marker2 @Marker3 void foo2() {}
08:07:29 	^
08:07:29 3 errors
08:07:29 
08:07:29 
08:07:29 
08:07:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:30 --- javac err: ---
08:07:30 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:07:30 package java.lang.annotation;
08:07:30 ^
08:07:30 p/Bug391196.java:6: error: cannot find symbol
08:07:30 		@Unresolved X() {}
08:07:30 		 ^
08:07:30   symbol:   class Unresolved
08:07:30   location: class Bug391196.X<T>
08:07:30   where T is a type-variable:
08:07:30     T extends Object declared in class Bug391196.X
08:07:30 2 errors
08:07:30 
08:07:30 
08:07:30 
08:07:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:31 --- javac err: ---
08:07:31 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:07:31 package java.lang.annotation;
08:07:31 ^
08:07:31 X.java:2: error: annotation @Marker not applicable in this type context
08:07:31 	X<@Marker ?> l;
08:07:31 	  ^
08:07:31 X.java:4: error: annotation @Marker3 not applicable in this type context
08:07:31 	X<@Marker3 ?> l3;
08:07:31 	  ^
08:07:31 3 errors
08:07:31 
08:07:31 
08:07:31 
08:07:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:32 --- javac err: ---
08:07:32 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:07:32 package java.lang.annotation;
08:07:32 ^
08:07:32 X.java:6: error: annotation type not applicable to this kind of declaration
08:07:32 	@Marker2 T t;
08:07:32 	^
08:07:32 X.java:7: error: annotation @Marker2 not applicable in this type context
08:07:32 	T t2 = (@Marker2 T) null;
08:07:32 	        ^
08:07:32 3 errors
08:07:32 
08:07:32 
08:07:32 
08:07:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:32 --- javac err: ---
08:07:32 X.java:3: error: cannot find symbol
08:07:32 		Object o = (X @Marker []) null;
08:07:32 		               ^
08:07:32   symbol:   class Marker
08:07:32   location: class X<T>
08:07:32   where T is a type-variable:
08:07:32     T extends Object declared in class X
08:07:32 X.java:4: error: cannot find symbol
08:07:32 		o = (java.lang.String @Marker []) null;
08:07:32 		                       ^
08:07:32   symbol:   class Marker
08:07:32   location: class X<T>
08:07:32   where T is a type-variable:
08:07:32     T extends Object declared in class X
08:07:32 X.java:5: error: cannot find symbol
08:07:32 		o = (X<String> @Marker []) null;
08:07:32 		                ^
08:07:32   symbol:   class Marker
08:07:32   location: class X<T>
08:07:32   where T is a type-variable:
08:07:32     T extends Object declared in class X
08:07:32 X.java:6: error: cannot find symbol
08:07:32 		o = (java.util.List<String> @Marker []) null;
08:07:32 		                             ^
08:07:32   symbol:   class Marker
08:07:32   location: class X<T>
08:07:32   where T is a type-variable:
08:07:32     T extends Object declared in class X
08:07:32 4 errors
08:07:32 
08:07:32 
08:07:32 
08:07:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:34 --- javac err: ---
08:07:34 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:07:34 package java.lang.annotation;
08:07:34 ^
08:07:34 X.java:5: error: cannot find symbol
08:07:34 	@M X.@M Y.@Unreported Z z = null;
08:07:34 	           ^
08:07:34   symbol:   class Unreported
08:07:34   location: class X
08:07:34 2 errors
08:07:34 
08:07:34 
08:07:34 
08:07:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:34 --- javac err: ---
08:07:34 X.java:5: error: cannot find symbol
08:07:34 		Z z1 = new @Marker X().new @Marker Y().new @Marker Z();
08:07:34 		            ^
08:07:34   symbol:   class Marker
08:07:34   location: class X.Y
08:07:34 X.java:5: error: cannot find symbol
08:07:34 		Z z1 = new @Marker X().new @Marker Y().new @Marker Z();
08:07:34 		                            ^
08:07:34   symbol:   class Marker
08:07:34   location: class X.Y
08:07:34 X.java:5: error: cannot find symbol
08:07:34 		Z z1 = new @Marker X().new @Marker Y().new @Marker Z();
08:07:34 		                                            ^
08:07:34   symbol:   class Marker
08:07:34   location: class X.Y
08:07:34 X.java:6: error: cannot find symbol
08:07:34 		Z z3 = new @Marker Z(){};
08:07:34 		            ^
08:07:34   symbol:   class Marker
08:07:34   location: class X.Y
08:07:34 4 errors
08:07:34 
08:07:34 
08:07:34 
08:07:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:35 --- javac err: ---
08:07:35 X.java:5: error: illegal start of expression
08:07:35 		int @Marker [][][] i = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker bar()] ;
08:07:35 		                                                                               ^
08:07:35 X.java:6: error: illegal start of expression
08:07:35 		int @Marker [] j = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker bar()] ;
08:07:35 		                                                                           ^
08:07:35 2 errors
08:07:35 
08:07:35 
08:07:35 
08:07:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:36 --- javac err: ---
08:07:36 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:07:36 package java.lang.annotation;
08:07:36 ^
08:07:36 X.java:4: error: annotation @Marker2 not applicable in this type context
08:07:36 	public void foo(@Marker @Marker2 X this) {}
08:07:36 	                        ^
08:07:36 X.java:6: error: annotation @Marker2 not applicable in this type context
08:07:36 		Y(@Marker @Marker2 X X.this) {}
08:07:36 		          ^
08:07:36 3 errors
08:07:36 
08:07:36 
08:07:36 
08:07:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:37 --- javac err: ---
08:07:37 X.java:5: error: illegal start of expression
08:07:37 		int @Marker [][][] i = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker bar()] @Marker @Marker2 [];
08:07:37 		                                                                               ^
08:07:37 X.java:6: error: illegal start of expression
08:07:37 		int @Marker [][][] j = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker X.bar2(2)] @Marker @Marker2 [];
08:07:37 		                                                                               ^
08:07:37 2 errors
08:07:37 
08:07:37 
08:07:37 
08:07:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:38 --- javac err: ---
08:07:38 X.java:4: error: cannot find symbol
08:07:38 			public Z (@A X.@B Y Y.this, String str) {}
08:07:38 			                ^
08:07:38   symbol:   class B
08:07:38   location: class X.Y.Z
08:07:38 X.java:5: error: cannot find symbol
08:07:38     	 	public void foo (@A X.@B Y.@C Z this, String str) {}
08:07:38     	 	                            ^
08:07:38   symbol:   class C
08:07:38   location: class X.Y.Z
08:07:38 X.java:5: error: cannot find symbol
08:07:38     	 	public void foo (@A X.@B Y.@C Z this, String str) {}
08:07:38     	 	                       ^
08:07:38   symbol:   class B
08:07:38   location: class X.Y.Z
08:07:38 X.java:4: error: cannot find symbol
08:07:38 			public Z (@A X.@B Y Y.this, String str) {}
08:07:38 			           ^
08:07:38   symbol:   class A
08:07:38   location: class X.Y.Z
08:07:38 X.java:5: error: cannot find symbol
08:07:38     	 	public void foo (@A X.@B Y.@C Z this, String str) {}
08:07:38     	 	                  ^
08:07:38   symbol:   class A
08:07:38   location: class X.Y.Z
08:07:38 5 errors
08:07:38 
08:07:38 
08:07:38 
08:07:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:38 --- javac err: ---
08:07:38 X.java:8: error: modifier static not allowed here
08:07:38 		public Y (static @A X X.this, int i) {}
08:07:38 		                    ^
08:07:38 X.java:10: error: modifier static not allowed here
08:07:38 		public void foo(static @A Y this, int i) {}
08:07:38 		                          ^
08:07:38 2 errors
08:07:38 
08:07:38 
08:07:38 
08:07:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:39 --- javac err: ---
08:07:39 X.java:3: error: <identifier> expected
08:07:39 @interface NonNull { int[].class value() default 0;}
08:07:39                            ^
08:07:39 1 error
08:07:39 
08:07:39 
08:07:39 
08:07:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:40 --- javac err: ---
08:07:40 test/X.java:6: error: illegal start of type
08:07:40     test.@A Outer<>.@A Inner<> i;
08:07:40                   ^
08:07:40 test/X.java:6: error: illegal start of type
08:07:40     test.@A Outer<>.@A Inner<> i;
08:07:40                              ^
08:07:40 2 errors
08:07:40 
08:07:40 
08:07:40 
08:07:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:41 --- javac err: ---
08:07:41 test/X.java:6: error: illegal start of type
08:07:41     test.@A Outer<Object>.@A Inner<> i;
08:07:41                                    ^
08:07:41 1 error
08:07:41 
08:07:41 
08:07:41 
08:07:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:42 --- javac err: ---
08:07:42 X.java:9: error: illegal start of expression
08:07:42 	<P> @T X() {
08:07:42 	    ^
08:07:42 1 error
08:07:42 
08:07:42 
08:07:42 
08:07:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:43 --- javac err: ---
08:07:43 X.java:18: error: incompatible types: X cannot be converted to CAP#1
08:07:43 		lx1.add(lx2.get(0));
08:07:43 		               ^
08:07:43   where CAP#1 is a fresh type-variable:
08:07:43     CAP#1 extends X from capture of ? extends @Nullable X
08:07:43 X.java:19: error: incompatible types: X cannot be converted to CAP#1
08:07:43 		lx1.add(lx1.get(0));
08:07:43 		               ^
08:07:43   where CAP#1 is a fresh type-variable:
08:07:43     CAP#1 extends X from capture of ? extends @Nullable X
08:07:43 X.java:20: error: method getAdd in class X cannot be applied to given types;
08:07:43        getAdd(lx1, lx2);
08:07:43        ^
08:07:43   required: List<P>,List<P>
08:07:43   found: List<CAP#1>,List<CAP#2>
08:07:43   reason: inference variable P has incompatible equality constraints CAP#2,CAP#1
08:07:43   where P is a type-variable:
08:07:43     P extends Object declared in method <P>getAdd(List<P>,List<P>)
08:07:43   where CAP#1,CAP#2 are fresh type-variables:
08:07:43     CAP#1 extends X from capture of ? extends @Nullable X
08:07:43     CAP#2 extends X from capture of ? extends @NonNull X
08:07:43 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:07:43 3 errors
08:07:43 
08:07:43 
08:07:43 
08:07:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:43 ***************************************************************************
08:07:43 * Comparison with Sun Javac compiler for class NullTypeAnnotationTest (null tests)
08:07:43 ***************************************************************************
08:07:44 
08:07:44 
08:07:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:45 --- javac err: ---
08:07:45 X.java:5: warning: [rawtypes] found raw type: ArrayList
08:07:45 		Collections.sort(new ArrayList(), (o1, o2) -> {
08:07:45 		                     ^
08:07:45   missing type arguments for generic class ArrayList<E>
08:07:45   where E is a type-variable:
08:07:45     E extends Object declared in class ArrayList
08:07:45 X.java:6: error: cannot find symbol
08:07:45 			return o1.compareToIgnoreCase(o1);
08:07:45 			         ^
08:07:45   symbol:   method compareToIgnoreCase(Object)
08:07:45   location: variable o1 of type Object
08:07:45 X.java:5: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types
08:07:45 		Collections.sort(new ArrayList(), (o1, o2) -> {
08:07:45 		                ^
08:07:45   required: List<T>,Comparator<? super T>
08:07:45   found: ArrayList,Comparator<Object>
08:07:45   where T is a type-variable:
08:07:45     T extends Object declared in method <T>sort(List<T>,Comparator<? super T>)
08:07:45 X.java:5: warning: [unchecked] unchecked conversion
08:07:45 		Collections.sort(new ArrayList(), (o1, o2) -> {
08:07:45 		                 ^
08:07:45   required: List<T>
08:07:45   found:    ArrayList
08:07:45   where T is a type-variable:
08:07:45     T extends Object declared in method <T>sort(List<T>,Comparator<? super T>)
08:07:45 1 error
08:07:45 3 warnings
08:07:45 
08:07:45 
08:07:45 
08:07:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:46 --- javac err: ---
08:07:46 X.java:8: error: cannot find symbol
08:07:46 internalFlatMapToInt(Functionish<BT, IS, E> mapper,
08:07:46                      ^
08:07:46   symbol:   class Functionish
08:07:46   location: interface X
08:07:46 X.java:7: error: cannot find symbol
08:07:46 static <BT, T extends BT, IS extends IntStream, E extends Exception> IntStreamy<E>
08:07:46                                                                      ^
08:07:46   symbol:   class IntStreamy
08:07:46   location: interface X
08:07:46 X.java:11: error: wrong number of type arguments; required 1
08:07:46 BiFunction<Stream<T>, ToIntFunction<BT>, IntStream> func = (Stream<T> t, ToIntFunction<BT, IS> m) -> t.flatmmapToInt(m);
08:07:46                                                                                       ^
08:07:46 X.java:12: error: cannot find symbol
08:07:46 return IntStreamy.fromFlatMap(func, mapper, classOfE, maker);
08:07:46        ^
08:07:46   symbol:   variable IntStreamy
08:07:46   location: interface X
08:07:46 4 errors
08:07:46 
08:07:46 
08:07:46 
08:07:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:47 --- javac err: ---
08:07:47 BuildIdeMain.java:9: error: variable p is already defined in method writeUpdates(Stream<Path>,HashMap<Path,SimpleEntry<byte[],Instant>>,HashMap<Path,Path>)
08:07:47    filter2.map(p -> new SimpleEntry<>(updateToFile.get(p), p->ideFiles.get(p)));
08:07:47                                                            ^
08:07:47 BuildIdeMain.java:9: error: incompatible types: cannot infer type-variable(s) K,V
08:07:47    filter2.map(p -> new SimpleEntry<>(updateToFile.get(p), p->ideFiles.get(p)));
08:07:47               ^
08:07:47     (argument mismatch; Object is not a functional interface)
08:07:47   where K,V are type-variables:
08:07:47     K extends Object declared in class SimpleEntry
08:07:47     V extends Object declared in class SimpleEntry
08:07:47 2 errors
08:07:47 
08:07:47 
08:07:47 
08:07:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:49 
08:07:49 
08:07:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:51 
08:07:51 
08:07:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:52 --- javac err: ---
08:07:52 test/Test.java:6: warning: [rawtypes] found raw type: Function
08:07:52 		Function function = x -> x;
08:07:52 		^
08:07:52   missing type arguments for generic class Function<T,R>
08:07:52   where T,R are type-variables:
08:07:52     T extends Object declared in interface Function
08:07:52     R extends Object declared in interface Function
08:07:52 test/Test.java:7: warning: [unchecked] unchecked method invocation: method test2 in class Test is applied to given types
08:07:52 		String @Nullable [] z = test2(function, "");
08:07:52 		                             ^
08:07:52   required: Function<T,T>,T
08:07:52   found: Function,String
08:07:52   where T is a type-variable:
08:07:52     T extends Object declared in method <T>test2(Function<T,T>,T)
08:07:52 test/Test.java:7: warning: [unchecked] unchecked conversion
08:07:52 		String @Nullable [] z = test2(function, "");
08:07:52 		                              ^
08:07:52   required: Function<T,T>
08:07:52   found:    Function
08:07:52   where T is a type-variable:
08:07:52     T extends Object declared in method <T>test2(Function<T,T>,T)
08:07:52 3 warnings
08:07:52 
08:07:52 
08:07:52 
08:07:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:53 
08:07:53 
08:07:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:54 
08:07:54 
08:07:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:55 
08:07:55 
08:07:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:56 
08:07:56 
08:07:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:57 
08:07:57 
08:07:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:58 
08:07:58 
08:07:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:07:59 
08:07:59 
08:07:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:00 
08:08:00 
08:08:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:01 
08:08:01 
08:08:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:02 
08:08:02 
08:08:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:03 
08:08:03 
08:08:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:04 
08:08:04 
08:08:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:06 
08:08:06 
08:08:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:08 
08:08:08 
08:08:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:10 
08:08:10 
08:08:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:13 
08:08:13 
08:08:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:15 
08:08:15 
08:08:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:19 
08:08:19 
08:08:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:22 
08:08:22 
08:08:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:25 
08:08:25 
08:08:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:28 
08:08:28 
08:08:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:31 
08:08:31 
08:08:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:34 
08:08:34 
08:08:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:37 
08:08:37 
08:08:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:38 
08:08:38 
08:08:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:39 
08:08:39 
08:08:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:40 
08:08:40 
08:08:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:41 
08:08:41 
08:08:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:42 --- javac err: ---
08:08:42 X.java:6: error: cannot find symbol
08:08:42 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
08:08:42 	         ^
08:08:42   symbol:   class Map
08:08:42   location: class X
08:08:42 X.java:7: error: cannot find symbol
08:08:42    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
08:08:42             ^
08:08:42   symbol:   class Map
08:08:42   location: class X
08:08:42 2 errors
08:08:42 
08:08:42 
08:08:42 
08:08:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:43 --- javac err: ---
08:08:43 X.java:5: error: cannot find symbol
08:08:43 	void foo(Map<@Nullable ? super @Nullable Object, @Nullable ? extends @Nullable String> m){}
08:08:43 	         ^
08:08:43   symbol:   class Map
08:08:43   location: class X
08:08:43 X.java:6: error: cannot find symbol
08:08:43    void goo(Map<@Nullable ? extends @Nullable Object, @Nullable ? super @Nullable String> m){}
08:08:43             ^
08:08:43   symbol:   class Map
08:08:43   location: class X
08:08:43 2 errors
08:08:43 
08:08:43 
08:08:43 
08:08:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:44 --- javac err: ---
08:08:44 X.java:3: error: invalid method declaration; return type required
08:08:44 	@NonNull foo() {}
08:08:44 	         ^
08:08:44 1 error
08:08:44 
08:08:44 
08:08:44 
08:08:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:45 
08:08:45 
08:08:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:46 --- javac err: ---
08:08:46 Note: X.java uses or overrides a deprecated API.
08:08:46 Note: Recompile with -Xlint:deprecation for details.
08:08:46 
08:08:46 
08:08:46 
08:08:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:47 
08:08:47 
08:08:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:48 --- javac err: ---
08:08:48 X.java:5: error: illegal start of expression
08:08:48 		int @Marker [][][] i = new @Marker int @Marker [2] @Marker [@Marker bar()] @Marker [];
08:08:48 		                                                            ^
08:08:48 1 error
08:08:48 
08:08:48 
08:08:48 
08:08:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:49 
08:08:49 
08:08:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:50 
08:08:50 
08:08:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:51 
08:08:51 
08:08:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:52 
08:08:52 
08:08:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:53 
08:08:53 
08:08:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:54 
08:08:54 
08:08:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:55 
08:08:55 
08:08:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:56 --- javac err: ---
08:08:56 X.java:8: error: method bar(T) is already defined in class X
08:08:56 	@NonNull T bar(@Nullable T t) {
08:08:56 	           ^
08:08:56   where T is a type-variable:
08:08:56     T extends Object declared in class X
08:08:56 1 error
08:08:56 
08:08:56 
08:08:56 
08:08:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:57 
08:08:57 
08:08:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:58 
08:08:58 
08:08:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:08:59 
08:08:59 
08:08:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:00 
08:09:00 
08:09:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:01 
08:09:01 
08:09:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:02 
08:09:02 
08:09:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:03 
08:09:03 
08:09:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:04 --- javac err: ---
08:09:04 X.java:9: error: incompatible thrown types IOException in functional expression
08:09:04     Function<Path, Stream<Path>> method = Files::walk;
08:09:04                                           ^
08:09:04 1 error
08:09:04 
08:09:04 
08:09:04 
08:09:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:05 
08:09:05 
08:09:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:06 
08:09:06 
08:09:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:07 
08:09:07 
08:09:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:08 
08:09:08 
08:09:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:09 
08:09:09 
08:09:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:10 
08:09:10 
08:09:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:11 
08:09:11 
08:09:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:12 
08:09:12 
08:09:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:13 --- javac err: ---
08:09:13 X.java:4: error: cannot find symbol
08:09:13        void foo(int @NonNull [] x) {}
08:09:13                      ^
08:09:13   symbol:   class NonNull
08:09:13   location: class X
08:09:13 1 error
08:09:13 
08:09:13 
08:09:13 
08:09:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:14 
08:09:14 
08:09:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:15 --- javac err: ---
08:09:15 p/PLogLine.java:12: error: incompatible types: QField<R,Long> cannot be converted to @org.eclipse.jdt.annotation.NonNull QField<R,String>
08:09:15 		return new QField<R, java.lang.Long>(m_root, this, "lastName");
08:09:15 		       ^
08:09:15   where R is a type-variable:
08:09:15     R extends QField<R,?> declared in class PLogLine
08:09:15 1 error
08:09:15 
08:09:15 
08:09:15 
08:09:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:16 
08:09:16 
08:09:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:18 
08:09:18 
08:09:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:19 
08:09:19 
08:09:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:20 
08:09:20 
08:09:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:22 --- javac err: ---
08:09:22 UnequalBinaryNode.java:1: warning: auxiliary class ExtendedNode in AbstractNode.java should not be accessed from outside its own source file
08:09:22 public class UnequalBinaryNode<L extends ExtendedNode, R extends ExtendedNode>
08:09:22                                          ^
08:09:22 UnequalBinaryNode.java:1: warning: auxiliary class ExtendedNode in AbstractNode.java should not be accessed from outside its own source file
08:09:22 public class UnequalBinaryNode<L extends ExtendedNode, R extends ExtendedNode>
08:09:22                                                                  ^
08:09:22 2 warnings
08:09:22 
08:09:22 
08:09:22 
08:09:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:23 
08:09:23 
08:09:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:24 
08:09:24 
08:09:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:25 
08:09:25 
08:09:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:26 
08:09:26 
08:09:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:28 
08:09:28 
08:09:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:29 
08:09:29 
08:09:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:30 
08:09:30 
08:09:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:31 
08:09:31 
08:09:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:32 
08:09:32 
08:09:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:33 
08:09:33 
08:09:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:35 
08:09:35 
08:09:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:36 --- javac err: ---
08:09:36 X.java:10: error: unexpected type
08:09:36 	List<@NonNull int> intlist;
08:09:36 	     ^
08:09:36   required: reference
08:09:36   found:    int
08:09:36 1 error
08:09:36 
08:09:36 
08:09:36 
08:09:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:37 
08:09:37 
08:09:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:38 
08:09:38 
08:09:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:40 
08:09:40 
08:09:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:41 
08:09:41 
08:09:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:42 
08:09:42 
08:09:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:43 
08:09:43 
08:09:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:44 
08:09:44 
08:09:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:45 
08:09:45 
08:09:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:46 
08:09:46 
08:09:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:47 
08:09:47 
08:09:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:48 
08:09:48 
08:09:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:49 
08:09:49 
08:09:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:50 
08:09:50 
08:09:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:51 
08:09:51 
08:09:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:52 
08:09:52 
08:09:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:53 
08:09:53 
08:09:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:54 
08:09:54 
08:09:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:55 
08:09:55 
08:09:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:56 --- javac err: ---
08:09:56 Bar.java:6: warning: [unchecked] unchecked cast
08:09:56         this((Iterable<E>) emptyList());
08:09:56                                     ^
08:09:56   required: Iterable<E>
08:09:56   found:    Iterable<X>
08:09:56   where X,E are type-variables:
08:09:56     X extends Foo<X>
08:09:56     E extends Foo<E> declared in class Bar
08:09:56 1 warning
08:09:56 
08:09:56 
08:09:56 
08:09:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:57 
08:09:57 
08:09:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:58 
08:09:58 
08:09:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:09:59 
08:09:59 
08:09:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:00 
08:10:00 
08:10:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:01 --- javac err: ---
08:10:01 Test.java:8: error: types Foo<T,N> and Foo<T,N> are incompatible;
08:10:01 interface Baz extends Foo<Integer, Integer> {}
08:10:01 ^
08:10:01   interface Baz inherits abstract and default for m(Integer) from types Foo and Foo
08:10:01   where T,N are type-variables:
08:10:01     T extends Object declared in interface Foo
08:10:01 org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest#testBug446442_4 - 12
08:10:01     N extends Number declared in interface Foo
08:10:01 1 error
08:10:01 Test.java [
08:10:01 
08:10:01 import org.eclipse.jdt.annotation.*;
08:10:01 ----------------------------------------
08:10:01 interface Foo<T, N extends Number> {
08:10:01 	abstract void m(@NonNull N arg2) throws Exception;
08:10:01 
08:10:01 	default void m(T arg1) throws java.io.IOException {}
08:10:01 }
08:10:01 
08:10:01 interface Baz extends Foo<Integer, Integer> {}
08:10:01 abstract class Impl {
08:10:01   public void m(Integer a) throws java.io.IOException {}
08:10:01 }
08:10:01 class BazImpl extends Impl implements Baz {}
08:10:01 
08:10:01 public class Test {
08:10:01 	void test(BazImpl b) throws java.io.IOException {
08:10:01 		b.m(null);
08:10:01 	}
08:10:01 }
08:10:01 
08:10:01 ]
08:10:01 
08:10:01 
08:10:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:02 
08:10:02 
08:10:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:03 
08:10:03 
08:10:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:04 
08:10:04 
08:10:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:06 
08:10:06 
08:10:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:07 
08:10:07 
08:10:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:08 
08:10:08 
08:10:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:09 
08:10:09 
08:10:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:11 
08:10:11 
08:10:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:12 
08:10:12 
08:10:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:13 
08:10:13 
08:10:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:14 
08:10:14 
08:10:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:15 
08:10:15 
08:10:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:16 
08:10:16 
08:10:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:17 
08:10:17 
08:10:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:20 
08:10:20 
08:10:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:22 
08:10:22 
08:10:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:24 
08:10:24 
08:10:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:25 
08:10:25 
08:10:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:26 --- javac err: ---
08:10:26 projA/ClassWithRawUsage.java:4: warning: [rawtypes] found raw type: GenericType
08:10:26    public java.util.List<GenericType> method() {
08:10:26                          ^
08:10:26   missing type arguments for generic class GenericType<T>
08:10:26   where T is a type-variable:
08:10:26     T extends Object declared in class GenericType
08:10:26 1 warning
08:10:26 
08:10:27 --- javac err: ---
08:10:27 projB/ClassThatImports.java:7: warning: [rawtypes] found raw type: GenericType
08:10:27 		@NonNull GenericType gt = cwru.method().get(0);
08:10:27 		         ^
08:10:27   missing type arguments for generic class GenericType<T>
08:10:27   where T is a type-variable:
08:10:27     T extends Object declared in class GenericType
08:10:27 1 warning
08:10:27 
08:10:27 
08:10:27 
08:10:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:29 --- javac err: ---
08:10:29 projA/ClassWithRawUsage.java:3: warning: [rawtypes] found raw type: @proj0.MyAnnotation GenericType
08:10:29    public java.util.List<@proj0.MyAnnotation GenericType> method() {
08:10:29                          ^
08:10:29   missing type arguments for generic class GenericType<T>
08:10:29   where T is a type-variable:
08:10:29     T extends Object declared in class GenericType
08:10:29 1 warning
08:10:29 
08:10:30 
08:10:30 
08:10:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:31 
08:10:31 
08:10:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:32 
08:10:32 
08:10:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:33 
08:10:33 
08:10:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:34 
08:10:34 
08:10:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:35 
08:10:35 
08:10:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:36 
08:10:36 
08:10:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:37 
08:10:37 
08:10:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:38 
08:10:38 
08:10:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:39 
08:10:39 
08:10:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:40 
08:10:40 
08:10:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:41 
08:10:41 
08:10:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:44 
08:10:44 
08:10:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:44 --- javac err: ---
08:10:44 pack1/A.java:4: warning: [rawtypes] found raw type: Class
08:10:44 interface A { Object m(Class c); }
08:10:44                        ^
08:10:44   missing type arguments for generic class Class<T>
08:10:44   where T is a type-variable:
08:10:44     T extends Object declared in class Class
08:10:44 1 warning
08:10:44 
08:10:45 
08:10:45 
08:10:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:46 
08:10:46 
08:10:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:46 
08:10:46 
08:10:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:47 
08:10:47 
08:10:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:48 
08:10:48 
08:10:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:49 
08:10:49 
08:10:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:50 
08:10:50 
08:10:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:52 
08:10:52 
08:10:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:53 
08:10:53 
08:10:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:54 
08:10:54 
08:10:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:55 
08:10:55 
08:10:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:56 
08:10:56 
08:10:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:57 
08:10:57 
08:10:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:58 
08:10:58 
08:10:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:10:59 
08:10:59 
08:10:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:00 
08:11:00 
08:11:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:01 --- javac err: ---
08:11:01 Bug.java:3: error: illegal generic type for instanceof
08:11:01 		return o instanceof java.util.Iterator<java.lang. @MyAnnot @org.eclipse.jdt.annotation.Nullable String>;
08:11:01 		                                      ^
08:11:01 1 error
08:11:01 
08:11:01 
08:11:01 
08:11:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:02 
08:11:02 
08:11:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:04 
08:11:04 
08:11:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:05 
08:11:05 
08:11:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:06 
08:11:06 
08:11:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:07 
08:11:07 
08:11:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:08 
08:11:08 
08:11:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:09 
08:11:09 
08:11:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:10 
08:11:10 
08:11:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:11 
08:11:11 
08:11:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:12 
08:11:12 
08:11:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:13 
08:11:13 
08:11:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:14 
08:11:14 
08:11:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:16 
08:11:16 
08:11:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:17 
08:11:17 
08:11:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:19 
08:11:19 
08:11:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:21 
08:11:21 
08:11:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:22 
08:11:22 
08:11:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:23 
08:11:23 
08:11:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:24 --- javac err: ---
08:11:24 Note: X.java uses or overrides a deprecated API.
08:11:24 Note: Recompile with -Xlint:deprecation for details.
08:11:24 
08:11:24 
08:11:24 
08:11:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:25 
08:11:25 
08:11:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:26 
08:11:26 
08:11:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:27 
08:11:27 
08:11:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:28 
08:11:28 
08:11:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:29 
08:11:29 
08:11:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:30 
08:11:30 
08:11:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:31 
08:11:31 
08:11:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:32 
08:11:32 
08:11:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:33 
08:11:33 
08:11:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:35 
08:11:35 
08:11:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:38 
08:11:38 
08:11:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:39 
08:11:39 
08:11:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:40 
08:11:40 
08:11:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:41 
08:11:41 
08:11:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:43 
08:11:43 
08:11:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:44 
08:11:44 
08:11:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:45 
08:11:45 
08:11:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:46 
08:11:46 
08:11:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:47 
08:11:47 
08:11:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:49 
08:11:49 
08:11:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:50 
08:11:50 
08:11:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:51 
08:11:51 
08:11:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:52 
08:11:52 
08:11:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:53 
08:11:53 
08:11:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:54 
08:11:54 
08:11:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:55 
08:11:55 
08:11:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:56 
08:11:56 
08:11:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:58 
08:11:58 
08:11:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:11:59 
08:11:59 
08:11:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:00 
08:12:00 
08:12:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:01 
08:12:01 
08:12:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:02 
08:12:02 
08:12:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:04 
08:12:04 
08:12:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:05 
08:12:05 
08:12:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:07 
08:12:07 
08:12:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:08 --- javac err: ---
08:12:08 p/X1.java:4: warning: [serial] serializable class X1 has no definition of serialVersionUID
08:12:08 public abstract class X1<T extends @NonNull Object> extends ArrayList<T> {
08:12:08                 ^
08:12:08 1 warning
08:12:08 
08:12:08 
08:12:08 
08:12:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:09 --- javac err: ---
08:12:09 p/X1.java:4: warning: [serial] serializable class X1 has no definition of serialVersionUID
08:12:09 public abstract class X1<T extends java.lang.@NonNull Object> extends ArrayList<T> {
08:12:09                 ^
08:12:09 1 warning
08:12:09 
08:12:09 
08:12:09 
08:12:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:10 
08:12:10 
08:12:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:12 
08:12:12 
08:12:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:14 
08:12:14 
08:12:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:15 
08:12:15 
08:12:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:16 
08:12:16 
08:12:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:16 
08:12:16 
08:12:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:18 
08:12:18 
08:12:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:21 
08:12:21 
08:12:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:23 
08:12:23 
08:12:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:24 
08:12:24 
08:12:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:25 
08:12:25 
08:12:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:26 
08:12:26 
08:12:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:27 
08:12:27 
08:12:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:28 
08:12:28 
08:12:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:29 
08:12:29 
08:12:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:30 
08:12:30 
08:12:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:31 
08:12:31 
08:12:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:32 
08:12:32 
08:12:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:33 
08:12:33 
08:12:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:35 
08:12:35 
08:12:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:38 
08:12:38 
08:12:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:40 
08:12:40 
08:12:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:41 
08:12:41 
08:12:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:42 
08:12:42 
08:12:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:43 
08:12:43 
08:12:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:44 
08:12:44 
08:12:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:46 
08:12:46 
08:12:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:48 
08:12:48 
08:12:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:50 
08:12:50 
08:12:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:52 
08:12:52 
08:12:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:54 
08:12:54 
08:12:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:56 
08:12:56 
08:12:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:57 --- javac err: ---
08:12:57 test/Or.java:7: error: wrong number of type arguments; required 2
08:12:57 	public static <V> Or<V> create() {
08:12:57 	                    ^
08:12:57 1 error
08:12:57 
08:12:57 
08:12:57 
08:12:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:58 --- javac err: ---
08:12:58 test/X.java:8: error: wrong number of type arguments; required 2
08:12:58 		public <V1> Or<V1> create() {
08:12:58 		              ^
08:12:58 test/And.java:7: warning: [rawtypes] found raw type: X.Or
08:12:58 	public static void createAnd(X.Or x) {
08:12:58 	                              ^
08:12:58   missing type arguments for generic class X<Z>.Or<D,V>
08:12:58   where D,V,Z are type-variables:
08:12:58     D extends Object declared in class X.Or
08:12:58     V extends Object declared in class X.Or
08:12:58     Z extends Object declared in class X
08:12:58 1 error
08:12:58 1 warning
08:12:58 
08:12:58 
08:12:58 
08:12:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:12:59 --- javac err: ---
08:12:59 test/Or.java:7: error: wrong number of type arguments; required 2
08:12:59 	public <V1> Or<V1> create() {
08:12:59 	              ^
08:12:59 test/And.java:8: warning: [rawtypes] found raw type: Or
08:12:59 		new Or().create();
08:12:59 		    ^
08:12:59   missing type arguments for generic class Or<D,V>
08:12:59   where D,V are type-variables:
08:12:59     D extends Object declared in class Or
08:12:59     V extends Object declared in class Or
08:12:59 1 error
08:12:59 1 warning
08:12:59 
08:12:59 
08:12:59 
08:12:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:00 
08:13:00 
08:13:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:02 
08:13:02 
08:13:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:03 
08:13:03 
08:13:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:05 
08:13:05 
08:13:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:07 
08:13:07 
08:13:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:08 --- javac err: ---
08:13:08 test/X.java:22: warning: [rawtypes] found raw type: Ref
08:13:08 	public final Ref<String[][]>[][] genericField = new Ref[0][];
08:13:08 	                                                    ^
08:13:08   missing type arguments for generic class Ref<T>
08:13:08   where T is a type-variable:
08:13:08     T extends Object declared in class Ref
08:13:08 test/X.java:23: warning: [rawtypes] found raw type: Ref
08:13:08 	public final @Nullable Ref<@Nullable String[][]>[][] genericFieldWithNullable1 = new Ref[0][];
08:13:08 	                                                                                     ^
08:13:08   missing type arguments for generic class Ref<T>
08:13:08   where T is a type-variable:
08:13:08     T extends Object declared in class Ref
08:13:08 test/X.java:24: warning: [rawtypes] found raw type: Ref
08:13:08 	public final Ref<String[] @Nullable []>[] @Nullable [] genericFieldWithNullable2 = new Ref[0][];
08:13:08 	                                                                                       ^
08:13:08   missing type arguments for generic class Ref<T>
08:13:08   where T is a type-variable:
08:13:08     T extends Object declared in class Ref
08:13:08 3 warnings
08:13:08 
08:13:08 
08:13:08 
08:13:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:09 --- javac err: ---
08:13:09 test/X.java:22: warning: [rawtypes] found raw type: Ref
08:13:09 	public final test.Ref<test.A.B[][]>[][] genericField = new Ref[0][];
08:13:09 	                                                           ^
08:13:09   missing type arguments for generic class Ref<T>
08:13:09   where T is a type-variable:
08:13:09     T extends Object declared in class Ref
08:13:09 test/X.java:23: warning: [rawtypes] found raw type: Ref
08:13:09 	public final test.@Nullable Ref<test.A.@Nullable B[][]>[][] genericFieldWithNullable1 = new Ref[0][];;
08:13:09 	                                                                                            ^
08:13:09   missing type arguments for generic class Ref<T>
08:13:09   where T is a type-variable:
08:13:09     T extends Object declared in class Ref
08:13:09 test/X.java:24: warning: [rawtypes] found raw type: Ref
08:13:09 	public final test.Ref<test.A.B[] @Nullable []>[] @Nullable[] genericFieldWithNullable2 = new Ref[0][];;
08:13:09 	                                                                                             ^
08:13:09   missing type arguments for generic class Ref<T>
08:13:09   where T is a type-variable:
08:13:09     T extends Object declared in class Ref
08:13:09 3 warnings
08:13:09 
08:13:09 
08:13:09 
08:13:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:10 
08:13:10 
08:13:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:11 
08:13:11 
08:13:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:12 
08:13:12 
08:13:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:13 
08:13:13 
08:13:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:14 
08:13:14 
08:13:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:15 
08:13:15 
08:13:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:16 
08:13:16 
08:13:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:17 
08:13:17 
08:13:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:18 
08:13:18 
08:13:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:19 
08:13:19 
08:13:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:20 
08:13:20 
08:13:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:21 
08:13:21 
08:13:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:22 
08:13:22 
08:13:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:24 
08:13:24 
08:13:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:26 
08:13:26 
08:13:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:28 
08:13:28 
08:13:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:28 
08:13:28 
08:13:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:29 
08:13:29 
08:13:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:30 
08:13:30 
08:13:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:31 
08:13:31 
08:13:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:32 
08:13:32 
08:13:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:33 
08:13:33 
08:13:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:36 
08:13:36 
08:13:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:40 
08:13:40 
08:13:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:41 
08:13:41 
08:13:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:44 
08:13:44 
08:13:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:45 --- javac err: ---
08:13:45 B2.java:2: warning: auxiliary class Fluent in Reference.java should not be accessed from outside its own source file
08:13:45 	void b1(Fluent f) {
08:13:45 	        ^
08:13:45 B2.java:6: warning: auxiliary class Fluent in Reference.java should not be accessed from outside its own source file
08:13:45 	void b2(Reference<@org.eclipse.jdt.annotation.NonNull Fluent> ref) {
08:13:45 	                                                      ^
08:13:45 B2.java:2: warning: [rawtypes] found raw type: Fluent
08:13:45 	void b1(Fluent f) {
08:13:45 	        ^
08:13:45   missing type arguments for generic class Fluent<SELF>
08:13:45   where SELF is a type-variable:
08:13:45     SELF extends Fluent<SELF> declared in interface Fluent
08:13:45 B2.java:6: warning: [rawtypes] found raw type: @org.eclipse.jdt.annotation.NonNull Fluent
08:13:45 	void b2(Reference<@org.eclipse.jdt.annotation.NonNull Fluent> ref) {
08:13:45 	                  ^
08:13:45   missing type arguments for generic class Fluent<SELF>
08:13:45   where SELF is a type-variable:
08:13:45     SELF extends Fluent<SELF> declared in interface Fluent
08:13:45 4 warnings
08:13:45 
08:13:46 
08:13:46 
08:13:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:48 
08:13:48 
08:13:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:50 
08:13:50 
08:13:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:51 
08:13:51 
08:13:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:52 
08:13:52 
08:13:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:53 
08:13:53 
08:13:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:54 
08:13:54 
08:13:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:55 
08:13:55 
08:13:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:57 
08:13:57 
08:13:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:58 
08:13:58 
08:13:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:13:59 
08:13:59 
08:13:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:00 
08:14:00 
08:14:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:02 
08:14:02 
08:14:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:05 
08:14:05 
08:14:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:06 
08:14:06 
08:14:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:09 
08:14:09 
08:14:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:13 
08:14:13 
08:14:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:15 
08:14:15 
08:14:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:18 --- javac err: ---
08:14:18 test/Test.java:17: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     C<Object, ? extends Number> f1; // warning 1
08:14:18     ^
08:14:18 test/Test.java:20: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     C<@NonNull Object, ? extends @NonNull Number> f2; // warning 2
08:14:18     ^
08:14:18 test/Test.java:26: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     abstract Object m1(C<Object, ? extends Number> p1, Object p2);
08:14:18                        ^
08:14:18 test/Test.java:28: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     abstract @NNBDReturn Object m2(@NNBDParam @NNBDTypeArg @NNBDTypeBound C<Object, ? extends Number> p1,
08:14:18                                                                           ^
08:14:18 test/Test.java:31: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     abstract @NonNull Object m3(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2);
08:14:18                                          ^
08:14:18 test/Test.java:35: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     Object m1(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2) { // warning 3 on return type
08:14:18                        ^
08:14:18 test/Test.java:43: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     Object m2(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2) { // warning 6 on return type
08:14:18                        ^
08:14:18 test/Test.java:49: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     Object m3(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2) { // warning 7 on return type
08:14:18                        ^
08:14:18 test/Test.java:60: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     Object m1(C<Object, ? extends Number> p1, Object p2) { // warning 8 on return type
08:14:18               ^
08:14:18 test/Test.java:68: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     Object m2(C<Object, ? extends Number> p1, Object p2) { // warning 11 on return type
08:14:18               ^
08:14:18 test/Test.java:74: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18     Object m3(C<Object, ? extends Number> p1, Object p2) { // warning 12 on return type
08:14:18               ^
08:14:18 test/Test.java:86: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18         Object m1(C<Object, ? extends Number> p1, Object p2) { // warning 13 on return type
08:14:18                   ^
08:14:18 test/Test.java:94: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18         Object m2(C<Object, ? extends Number> p1, Object p2) { // warning 16 on return type
08:14:18                   ^
08:14:18 test/Test.java:100: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18         Object m3(C<Object, ? extends Number> p1, Object p2) { // warning 17 on return type
08:14:18                   ^
08:14:18 test/Test.java:112: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18             Object m1(C<Object, ? extends Number> p1, Object p2) { // warning 18 on return type
08:14:18                       ^
08:14:18 test/Test.java:120: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18             Object m2(C<Object, ? extends Number> p1, Object p2) { // warning 21 on return type
08:14:18                       ^
08:14:18 test/Test.java:126: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18             Object m3(C<Object, ? extends Number> p1, Object p2) { // warning 22 on return type
08:14:18                       ^
08:14:18 test/Test.java:139: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18             Object m1(C<Object, ? extends Number> p1, Object p2) { // warning 23 on return type
08:14:18                       ^
08:14:18 test/Test.java:147: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18             Object m2(C<Object, ? extends Number> p1, Object p2) { // warning 26 on return type
08:14:18                       ^
08:14:18 test/Test.java:153: warning: auxiliary class C in X.java should not be accessed from outside its own source file
08:14:18             Object m3(C<Object, ? extends Number> p1, Object p2) { // warning 27 on return type
08:14:18                       ^
08:14:18 20 warnings
08:14:18 
08:14:18 
08:14:18 
08:14:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:21 
08:14:21 
08:14:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:23 
08:14:23 
08:14:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:24 --- javac err: ---
08:14:24 Test.java:13: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:14:24 	<T> List<T> getList(T... in) {
08:14:24 	                         ^
08:14:24   where T is a type-variable:
08:14:24     T extends Object declared in method <T>getList(T...)
08:14:24 1 warning
08:14:24 
08:14:24 
08:14:24 
08:14:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:25 
08:14:25 
08:14:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:28 
08:14:28 
08:14:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:29 
08:14:29 
08:14:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:30 
08:14:30 
08:14:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:31 --- javac err: ---
08:14:31 example/Example.java:5: error: cannot find symbol
08:14:31         for (X.Y<Z> entry : x) {
08:14:31                             ^
08:14:31   symbol:   variable x
08:14:31   location: class Example
08:14:31 example/Example.java:5: error: package X does not exist
08:14:31         for (X.Y<Z> entry : x) {
08:14:31               ^
08:14:31 example/Example.java:5: error: cannot find symbol
08:14:31         for (X.Y<Z> entry : x) {
08:14:31                  ^
08:14:31   symbol:   class Z
08:14:31   location: class Example
08:14:31 3 errors
08:14:31 
08:14:31 
08:14:31 
08:14:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:31 
08:14:31 
08:14:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:33 
08:14:33 
08:14:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:34 
08:14:34 
08:14:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:35 
08:14:35 
08:14:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:36 
08:14:36 
08:14:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:37 
08:14:37 
08:14:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:38 
08:14:38 
08:14:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:40 
08:14:40 
08:14:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:41 
08:14:41 
08:14:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:42 
08:14:42 
08:14:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:43 
08:14:43 
08:14:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:44 
08:14:44 
08:14:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:45 
08:14:45 
08:14:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:46 
08:14:46 
08:14:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:47 
08:14:47 
08:14:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:48 
08:14:48 
08:14:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:49 
08:14:49 
08:14:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:50 
08:14:50 
08:14:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:51 
08:14:51 
08:14:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:53 
08:14:53 
08:14:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:54 
08:14:54 
08:14:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:55 
08:14:55 
08:14:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:57 
08:14:57 
08:14:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:58 
08:14:58 
08:14:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:14:59 --- javac err: ---
08:14:59 Note: X.java uses or overrides a deprecated API.
08:14:59 Note: Recompile with -Xlint:deprecation for details.
08:14:59 
08:15:00 
08:15:00 
08:15:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:01 
08:15:01 
08:15:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:02 --- javac err: ---
08:15:02 Note: X.java uses or overrides a deprecated API.
08:15:02 Note: Recompile with -Xlint:deprecation for details.
08:15:02 
08:15:02 
08:15:02 
08:15:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:03 
08:15:03 
08:15:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:04 --- javac err: ---
08:15:04 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated
08:15:04 	Number field = new Long(13);
08:15:04 	               ^
08:15:04 1 warning
08:15:04 
08:15:05 
08:15:05 
08:15:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:06 
08:15:06 
08:15:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:08 
08:15:08 
08:15:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:09 
08:15:09 
08:15:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:10 
08:15:10 
08:15:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:12 
08:15:12 
08:15:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:13 
08:15:13 
08:15:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:15 
08:15:15 
08:15:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:16 
08:15:16 
08:15:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:18 
08:15:18 
08:15:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:19 --- javac err: ---
08:15:19 X.java:3: error: cannot find symbol
08:15:19    @Missing1 X.@Missing2 U fU;
08:15:19                 ^
08:15:19   symbol:   class Missing2
08:15:19   location: class X
08:15:19 X.java:3: error: cannot find symbol
08:15:19    @Missing1 X.@Missing2 U fU;
08:15:19     ^
08:15:19   symbol:   class Missing1
08:15:19   location: class X
08:15:19 2 errors
08:15:19 
08:15:19 
08:15:19 
08:15:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:21 
08:15:21 
08:15:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:22 
08:15:22 
08:15:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:23 
08:15:23 
08:15:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:24 
08:15:24 
08:15:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:25 
08:15:25 
08:15:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:26 
08:15:26 
08:15:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:27 
08:15:27 
08:15:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:28 
08:15:28 
08:15:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:29 
08:15:29 
08:15:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:30 
08:15:30 
08:15:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:32 
08:15:32 
08:15:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:33 
08:15:33 
08:15:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:33 --- javac err: ---
08:15:33 X.java:5: warning: [rawtypes] found raw type: X
08:15:33 		@NonNull X x = null;
08:15:33 		         ^
08:15:33   missing type arguments for generic class X<T>
08:15:33   where T is a type-variable:
08:15:33     T extends Object declared in class X
08:15:33 X.java:6: warning: [rawtypes] found raw type: X.@org.eclipse.jdt.annotation.NonNull Y
08:15:33 		X.@NonNull Y xy = null;
08:15:33 		  ^
08:15:33   missing type arguments for generic class X<T>.Y<P>
08:15:33   where P,T are type-variables:
08:15:33     P extends Object declared in class X.Y
08:15:33     T extends Object declared in class X
08:15:33 2 warnings
08:15:33 
08:15:33 
08:15:33 
08:15:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:34 
08:15:34 
08:15:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:35 
08:15:35 
08:15:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:36 
08:15:36 
08:15:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:37 
08:15:37 
08:15:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:38 
08:15:38 
08:15:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:39 
08:15:39 
08:15:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:40 
08:15:40 
08:15:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:41 
08:15:41 
08:15:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:42 
08:15:42 
08:15:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:43 
08:15:43 
08:15:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:44 
08:15:44 
08:15:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:46 
08:15:46 
08:15:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:49 
08:15:49 
08:15:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:50 
08:15:50 
08:15:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:51 
08:15:51 
08:15:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:52 
08:15:52 
08:15:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:54 
08:15:54 
08:15:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:55 
08:15:55 
08:15:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:56 
08:15:56 
08:15:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:56 
08:15:56 
08:15:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:58 
08:15:58 
08:15:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:58 
08:15:58 
08:15:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:15:59 
08:15:59 
08:15:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:00 
08:16:00 
08:16:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:01 
08:16:01 
08:16:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:02 
08:16:02 
08:16:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:03 
08:16:03 
08:16:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:04 
08:16:04 
08:16:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:05 
08:16:05 
08:16:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:06 
08:16:06 
08:16:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:07 
08:16:07 
08:16:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:08 
08:16:08 
08:16:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:09 
08:16:09 
08:16:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:10 
08:16:10 
08:16:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:11 
08:16:11 
08:16:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:12 
08:16:12 
08:16:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:14 
08:16:14 
08:16:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:15 
08:16:15 
08:16:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:16 
08:16:16 
08:16:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:17 
08:16:17 
08:16:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:17 
08:16:17 
08:16:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:18 
08:16:18 
08:16:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:19 
08:16:19 
08:16:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:20 --- javac err: ---
08:16:20 p/X.java:6: error: illegal generic type for instanceof
08:16:20         if (!(arg instanceof List<@NonNull X>))
08:16:20                                  ^
08:16:20 1 error
08:16:20 
08:16:20 
08:16:20 
08:16:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:21 
08:16:21 
08:16:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:22 
08:16:22 
08:16:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:23 
08:16:23 
08:16:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:24 
08:16:24 
08:16:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:25 
08:16:25 
08:16:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:26 
08:16:26 
08:16:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:28 
08:16:28 
08:16:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:29 
08:16:29 
08:16:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:29 
08:16:29 
08:16:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:30 
08:16:30 
08:16:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:31 
08:16:31 
08:16:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:32 
08:16:32 
08:16:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:33 
08:16:33 
08:16:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:34 
08:16:34 
08:16:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:35 
08:16:35 
08:16:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:36 
08:16:36 
08:16:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:38 
08:16:38 
08:16:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:38 ***************************************************************************
08:16:38 * Comparison with Sun Javac compiler for class NegativeLambdaExpressionsTest (null tests)
08:16:38 ***************************************************************************
08:16:38 --- javac err: ---
08:16:38 X.java:7: error: incompatible types: incompatible parameter types in lambda expression
08:16:38     I i = () -> {
08:16:38           ^
08:16:38 X.java:10: error: bad operand type I for unary operator '++'
08:16:38     i++;
08:16:38      ^
08:16:38 2 errors
08:16:38 
08:16:38 
08:16:38 
08:16:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:39 --- javac err: ---
08:16:39 X.java:10: error: bad operand type I for unary operator '++'
08:16:39     i++;
08:16:39      ^
08:16:39 1 error
08:16:39 
08:16:39 
08:16:39 
08:16:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:40 --- javac err: ---
08:16:40 X.java:10: error: bad operand type I for unary operator '++'
08:16:40     i++;
08:16:40      ^
08:16:40 1 error
08:16:40 
08:16:40 
08:16:40 
08:16:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:41 --- javac err: ---
08:16:41 X.java:6: error: ';' expected
08:16:41      int x
08:16:41           ^
08:16:41 1 error
08:16:41 
08:16:41 
08:16:41 
08:16:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:42 --- javac err: ---
08:16:42 X.java:6: error: cannot find symbol
08:16:42    Zork z;
08:16:42    ^
08:16:42   symbol:   class Zork
08:16:42   location: class X
08:16:42 1 error
08:16:42 
08:16:42 
08:16:42 
08:16:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:43 --- javac err: ---
08:16:43 X.java:13: error: ';' expected
08:16:43    int x
08:16:43         ^
08:16:43 1 error
08:16:43 
08:16:43 
08:16:43 
08:16:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:44 --- javac err: ---
08:16:44 X.java:6: error: ')' expected
08:16:44     I i = (X this) -> 10;  
08:16:44             ^
08:16:44 X.java:6: error: not a statement
08:16:44     I i = (X this) -> 10;  
08:16:44              ^
08:16:44 X.java:6: error: ';' expected
08:16:44     I i = (X this) -> 10;  
08:16:44                  ^
08:16:44 3 errors
08:16:44 
08:16:44 
08:16:44 
08:16:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:44 --- javac err: ---
08:16:44 X.java:7: error: illegal start of expression
08:16:44     ActionListener al = (public xyz) -> System.out.println(xyz); 
08:16:44                          ^
08:16:44 X.java:7: error: <identifier> expected
08:16:44     ActionListener al = (public xyz) -> System.out.println(xyz); 
08:16:44                                    ^
08:16:44 X.java:7: error: <identifier> expected
08:16:44     ActionListener al = (public xyz) -> System.out.println(xyz); 
08:16:44                                                           ^
08:16:44 X.java:7: error: <identifier> expected
08:16:44     ActionListener al = (public xyz) -> System.out.println(xyz); 
08:16:44                                                               ^
08:16:44 X.java:8: error: illegal start of expression
08:16:44     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
08:16:44            ^
08:16:44 X.java:8: error: <identifier> expected
08:16:44     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
08:16:44                            ^
08:16:44 X.java:8: error: <identifier> expected
08:16:44     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
08:16:44                             ^
08:16:44 X.java:8: error: illegal start of type
08:16:44     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
08:16:44                              ^
08:16:44 X.java:8: error: ';' expected
08:16:44     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
08:16:44                                       ^
08:16:44 X.java:8: error: <identifier> expected
08:16:44     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
08:16:44                                         ^
08:16:44 X.java:8: error: <identifier> expected
08:16:44     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
08:16:44                                                                ^
08:16:44 X.java:8: error: <identifier> expected
08:16:44     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
08:16:44                                                                  ^
08:16:44 X.java:10: error: class, interface, or enum expected
08:16:44 }
08:16:44 ^
08:16:44 13 errors
08:16:44 
08:16:44 
08:16:44 
08:16:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:45 --- javac err: ---
08:16:45 X.java:9: error: cannot find symbol
08:16:45 	Zork z;
08:16:45 	^
08:16:45   symbol:   class Zork
08:16:45   location: class X
08:16:45 1 error
08:16:45 
08:16:45 
08:16:45 
08:16:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:46 --- javac err: ---
08:16:46 X.java:6: error: cannot find symbol
08:16:46 		Zork z;
08:16:46 		^
08:16:46   symbol:   class Zork
08:16:46   location: class X
08:16:46 X.java:7: error: cannot find symbol
08:16:46 		unknown = 0;
08:16:46 		^
08:16:46   symbol:   variable unknown
08:16:46   location: class X
08:16:46 X.java:8: error: bad operand types for binary operator '+'
08:16:46 ;		int a = 42 + ia;
08:16:46  		           ^
08:16:46   first type:  int
08:16:46   second type: int[]
08:16:46 X.java:12: error: non-static variable this cannot be referenced from a static context
08:16:46 		I i = (int [] ia) -> this;
08:16:46 		                     ^
08:16:46 X.java:16: error: bad operand types for binary operator '+'
08:16:46 		int b = 42 + array;
08:16:46 		           ^
08:16:46   first type:  int
08:16:46   second type: int[]
08:16:46 X.java:18: error: incompatible types: bad return type in lambda expression
08:16:46 		return;
08:16:46 		^
08:16:46     missing return value
08:16:46 X.java:20: error: incompatible types: bad return type in lambda expression
08:16:46 	Runnable r = () -> { return 42; };
08:16:46 	                            ^
08:16:46     unexpected return value
08:16:46 7 errors
08:16:46 
08:16:46 
08:16:46 
08:16:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:47 --- javac err: ---
08:16:47 X.java:7: error: non-static variable this cannot be referenced from a static context
08:16:47 			System.out.println(this);
08:16:47 			                   ^
08:16:47 X.java:9: error: non-static variable this cannot be referenced from a static context
08:16:47 				System.out.println(this);
08:16:47 				                   ^
08:16:47 X.java:11: error: non-static variable this cannot be referenced from a static context
08:16:47 					System.out.println(this);
08:16:47 					                   ^
08:16:47 3 errors
08:16:47 
08:16:47 
08:16:47 
08:16:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:48 --- javac err: ---
08:16:48 X.java:5: error: cannot find symbol
08:16:48 	void foo(Zork z) {
08:16:48 	         ^
08:16:48   symbol:   class Zork
08:16:48   location: class X
08:16:48 1 error
08:16:48 
08:16:48 
08:16:48 
08:16:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:49 --- javac err: ---
08:16:49 X.java:5: error: modifier public not allowed here
08:16:49      I i = (final @Marker int x, @Undefined static strictfp public Object o, static volatile int p) -> x;
08:16:49                                                                    ^
08:16:49 X.java:5: error: modifier static not allowed here
08:16:49      I i = (final @Marker int x, @Undefined static strictfp public Object o, static volatile int p) -> x;
08:16:49                                                                                              ^
08:16:49 2 errors
08:16:49 
08:16:49 
08:16:49 
08:16:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:50 --- javac err: ---
08:16:50 X.java:7: error: incompatible types: incompatible parameter types in lambda expression
08:16:50     I i1 = (String y) -> {};
08:16:50            ^
08:16:50 X.java:10: error: incompatible types: incompatible parameter types in lambda expression
08:16:50     I i4 = (int x, String y) -> {};
08:16:50            ^
08:16:50 X.java:12: error: incompatible types: incompatible parameter types in lambda expression
08:16:50     J j1 = () -> {};
08:16:50            ^
08:16:50 X.java:14: error: incompatible types: incompatible parameter types in lambda expression
08:16:50     J j3 = (String x, int s) -> {};
08:16:50            ^
08:16:50 X.java:16: error: incompatible types: incompatible parameter types in lambda expression
08:16:50     J j5 = x ->  {};
08:16:50            ^
08:16:50 X.java:17: warning: [rawtypes] found raw type: Collection
08:16:50     K k1 = (Collection l) -> {};
08:16:50             ^
08:16:50   missing type arguments for generic class Collection<E>
08:16:50   where E is a type-variable:
08:16:50     E extends Object declared in interface Collection
08:16:50 X.java:17: error: incompatible types: incompatible parameter types in lambda expression
08:16:50     K k1 = (Collection l) -> {};
08:16:50            ^
08:16:50 X.java:18: error: incompatible types: incompatible parameter types in lambda expression
08:16:50     K k2 = (Collection <Integer> l) -> {};
08:16:50            ^
08:16:50 X.java:20: error: incompatible types: incompatible parameter types in lambda expression
08:16:50     K k4 = (List <String> l) -> {};
08:16:50            ^
08:16:50 8 errors
08:16:50 1 warning
08:16:50 
08:16:50 
08:16:50 
08:16:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:51 --- javac err: ---
08:16:51 X.java:6: error: incompatible types: bad return type in lambda expression
08:16:51     I i1 = () -> 42;
08:16:51                  ^
08:16:51     int cannot be converted to String
08:16:51 X.java:8: error: incompatible types: bad return type in lambda expression
08:16:51     I i3 = () -> { return 42; };
08:16:51                           ^
08:16:51     int cannot be converted to String
08:16:51 X.java:10: error: incompatible types: bad return type in lambda expression
08:16:51     I i5 = () -> {};
08:16:51            ^
08:16:51     missing return value
08:16:51 3 errors
08:16:51 
08:16:51 
08:16:51 
08:16:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:52 --- javac err: ---
08:16:52 X.java:7: error: incompatible types: bad return type in lambda expression
08:16:52     I i2 = () -> "Hello";
08:16:52                  ^
08:16:52     String cannot be converted to Integer
08:16:52 X.java:9: error: incompatible types: bad return type in lambda expression
08:16:52     I i4 = () -> { return "Hello"; };
08:16:52                           ^
08:16:52     String cannot be converted to Integer
08:16:52 X.java:10: error: incompatible types: bad return type in lambda expression
08:16:52     I i5 = () -> {};
08:16:52            ^
08:16:52     missing return value
08:16:52 3 errors
08:16:52 
08:16:52 
08:16:52 
08:16:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:53 --- javac err: ---
08:16:53 X.java:9: error: incompatible types: bad return type in lambda expression
08:16:53     I i1 = () -> 42;
08:16:53                  ^
08:16:53     int cannot be converted to I
08:16:53 X.java:10: error: incompatible types: bad return type in lambda expression
08:16:53     I i2 = () -> "Hello";
08:16:53                  ^
08:16:53     String cannot be converted to I
08:16:53 X.java:11: error: incompatible types: bad return type in lambda expression
08:16:53     I i3 = () -> { return 42; };
08:16:53                           ^
08:16:53     int cannot be converted to I
08:16:53 X.java:12: error: incompatible types: bad return type in lambda expression
08:16:53     I i4 = () -> { return "Hello"; };
08:16:53                           ^
08:16:53     String cannot be converted to I
08:16:53 4 errors
08:16:53 
08:16:53 
08:16:53 
08:16:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:53 --- javac err: ---
08:16:53 X.java:5: error: incompatible types: lambda body is not compatible with a void functional interface
08:16:53     I i1 = () -> 42;
08:16:53                  ^
08:16:53     (consider using a block lambda body, or use a statement expression instead)
08:16:53 X.java:6: error: incompatible types: bad return type in lambda expression
08:16:53     I i3 = () -> { return 42; };
08:16:53                           ^
08:16:53     unexpected return value
08:16:53 2 errors
08:16:53 
08:16:53 
08:16:53 
08:16:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:54 --- javac err: ---
08:16:54 X.java:5: error: incompatible types: bad return type in lambda expression
08:16:54     I i5 = (x) -> { if (x == 0) throw new NullPointerException(); };
08:16:54            ^
08:16:54     missing return value
08:16:54 1 error
08:16:54 
08:16:54 
08:16:54 
08:16:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:55 --- javac err: ---
08:16:55 X.java:6: error: cannot find symbol
08:16:55     Zork z;
08:16:55     ^
08:16:55   symbol:   class Zork
08:16:55   location: class X
08:16:55 1 error
08:16:55 
08:16:55 
08:16:55 
08:16:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:56 --- javac err: ---
08:16:56 X.java:9: error: cannot find symbol
08:16:56     Zork z;
08:16:56     ^
08:16:56   symbol:   class Zork
08:16:56   location: class X
08:16:56 1 error
08:16:56 
08:16:56 
08:16:56 
08:16:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:57 --- javac err: ---
08:16:57 X.java:8: error: incompatible types: bad return type in lambda expression
08:16:57     I i1 = () -> 10;
08:16:57                  ^
08:16:57     int cannot be converted to J
08:16:57 X.java:9: error: incompatible types: bad return type in lambda expression
08:16:57     I i2 = () -> { return 10; };
08:16:57                           ^
08:16:57     int cannot be converted to J
08:16:57 2 errors
08:16:57 
08:16:57 
08:16:57 
08:16:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:58 --- javac err: ---
08:16:58 X.java:8: error: cannot find symbol
08:16:58   Object foo(Zork z) {
08:16:58              ^
08:16:58   symbol:   class Zork
08:16:58   location: class X
08:16:58 1 error
08:16:58 
08:16:58 
08:16:58 
08:16:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:16:59 --- javac err: ---
08:16:59 X.java:6: error: incompatible types: bad return type in lambda expression
08:16:59     I i = () -> 42;
08:16:59                 ^
08:16:59     int cannot be converted to String
08:16:59 1 error
08:16:59 
08:16:59 
08:16:59 
08:16:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:00 --- javac err: ---
08:17:00 X.java:7: error: incompatible types: bad return type in lambda expression
08:17:00       return 42;
08:17:00              ^
08:17:00     int cannot be converted to String
08:17:00 1 error
08:17:00 
08:17:00 
08:17:00 
08:17:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:00 --- javac err: ---
08:17:00 X.java:6: error: incompatible types: bad return type in lambda expression
08:17:00     I i1 = () -> {
08:17:00            ^
08:17:00     missing return value
08:17:00 X.java:9: error: incompatible types: bad return type in lambda expression
08:17:00     I i2 = () -> {
08:17:00            ^
08:17:00     missing return value
08:17:00 X.java:12: error: incompatible types: bad return type in lambda expression
08:17:00     I i3 = () -> {
08:17:00            ^
08:17:00     missing return value
08:17:00 3 errors
08:17:00 
08:17:00 
08:17:00 
08:17:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:01 --- javac err: ---
08:17:01 X.java:13: error: incompatible types: lambda body is not compatible with a void functional interface
08:17:01     I i7 = () -> 0;
08:17:01                  ^
08:17:01     (consider using a block lambda body, or use a statement expression instead)
08:17:01 X.java:14: error: incompatible types: lambda body is not compatible with a void functional interface
08:17:01     I i = () -> 1 + data++;
08:17:01                   ^
08:17:01     (consider using a block lambda body, or use a statement expression instead)
08:17:01 2 errors
08:17:01 
08:17:01 
08:17:01 
08:17:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:02 --- javac err: ---
08:17:02 X.java:6: error: non-static variable this cannot be referenced from a static context
08:17:02 		I i1 = this::zoo;
08:17:02 		       ^
08:17:02 X.java:7: error: non-static variable super cannot be referenced from a static context
08:17:02 		I i2 = super::boo;
08:17:02 		       ^
08:17:02 X.java:8: error: non-static variable super cannot be referenced from a static context
08:17:02 		I i3 = () -> super.zoo();
08:17:02 		             ^
08:17:02 X.java:9: error: non-static variable this cannot be referenced from a static context
08:17:02 		I i4 = () -> this.boo();
08:17:02 		             ^
08:17:02 4 errors
08:17:02 
08:17:02 
08:17:02 
08:17:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:03 --- javac err: ---
08:17:03 X.java:7: error: incompatible types: X is not a functional interface
08:17:03     X x = () -> 10;
08:17:03           ^
08:17:03 X.java:8: error: incompatible types: I is not a functional interface
08:17:03     I i = () -> 10;
08:17:03           ^
08:17:03     multiple non-overriding abstract methods found in interface I
08:17:03 2 errors
08:17:03 
08:17:03 
08:17:03 
08:17:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:04 --- javac err: ---
08:17:04 X.java:7: error: cannot find symbol
08:17:04             		p = 10;
08:17:04             		^
08:17:04   symbol:   variable p
08:17:04   location: class X
08:17:04 X.java:8: error: cannot find symbol
08:17:04             		Zork z = this.blank;
08:17:04             		^
08:17:04   symbol:   class Zork
08:17:04   location: class X
08:17:04 X.java:8: error: cannot find symbol
08:17:04             		Zork z = this.blank;
08:17:04             		             ^
08:17:04   symbol: variable blank
08:17:04 X.java:9: error: cannot find symbol
08:17:04             		super.foo();
08:17:04             		     ^
08:17:04   symbol: method foo()
08:17:04 X.java:10: error: cannot find symbol
08:17:04             		goo();
08:17:04             		^
08:17:04   symbol:   method goo()
08:17:04   location: class X
08:17:04 5 errors
08:17:04 
08:17:04 
08:17:04 
08:17:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:05 --- javac err: ---
08:17:05 X.java:10: error: unreported exception EOFException; must be caught or declared to be thrown
08:17:05       throw new java.io.EOFException(); // Error: not declared
08:17:05       ^
08:17:05 1 error
08:17:05 
08:17:05 
08:17:05 
08:17:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:06 --- javac err: ---
08:17:06 X.java:10: error: unreported exception EOFException; must be caught or declared to be thrown
08:17:06       throw new java.io.EOFException(); // Error: not declared
08:17:06       ^
08:17:06 1 error
08:17:06 
08:17:06 
08:17:06 
08:17:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:07 --- javac err: ---
08:17:07 X.java:8: error: incompatible types: bad return type in lambda expression
08:17:07       return 42.0 + a + args.length; // Type mismatch: cannot convert from double to int
08:17:07                       ^
08:17:07     possible lossy conversion from double to int
08:17:07 1 error
08:17:07 
08:17:07 
08:17:07 
08:17:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:08 --- javac err: ---
08:17:08 X.java:7: error: cannot find symbol
08:17:08 	Zork z;
08:17:08 	^
08:17:08   symbol:   class Zork
08:17:08   location: class X
08:17:08 1 error
08:17:08 
08:17:08 
08:17:08 
08:17:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:08 --- javac err: ---
08:17:08 X.java:7: error: variable x is already defined in method main(String[])
08:17:08     I i = (x, y) -> { // Error: x,y being redeclared
08:17:08            ^
08:17:08 X.java:7: error: variable y is already defined in method main(String[])
08:17:08     I i = (x, y) -> { // Error: x,y being redeclared
08:17:08               ^
08:17:08 X.java:8: error: variable args is already defined in method main(String[])
08:17:08       int args = 10; //  Error args is being redeclared
08:17:08           ^
08:17:08 3 errors
08:17:08 
08:17:08 
08:17:08 
08:17:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:09 --- javac err: ---
08:17:09 X.java:6: error: lambda expression not expected here
08:17:09     System.out.println("Lambda in illegal context: " + (() -> "Illegal Lambda"));
08:17:09                                                         ^
08:17:09 X.java:7: error: method reference not expected here
08:17:09     System.out.println("Method Reference in illegal context: " + System::exit);
08:17:09                                                                  ^
08:17:09 X.java:8: error: method reference not expected here
08:17:09     System.out.println("Constructor Reference in illegal context: " + String::new);
08:17:09                                                                       ^
08:17:09 X.java:10: error: incompatible types: int is not a functional interface
08:17:09     int x = (x) -> 10;
08:17:09             ^
08:17:09 X.java:10: error: variable x is already defined in method main(String[])
08:17:09     int x = (x) -> 10;
08:17:09              ^
08:17:09 X.java:11: error: incompatible types: X is not a functional interface
08:17:09     X x2 = (x) -> 10;
08:17:09            ^
08:17:09 X.java:11: error: variable x is already defined in method main(String[])
08:17:09     X x2 = (x) -> 10;
08:17:09             ^
08:17:09 7 errors
08:17:09 
08:17:09 
08:17:09 
08:17:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:10 --- javac err: ---
08:17:10 X.java:12: error: unreported exception IOException; must be caught or declared to be thrown
08:17:10 			throw new IOException();
08:17:10 			^
08:17:10 X.java:16: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
08:17:10 			throw new ClassNotFoundException(); 
08:17:10 			^
08:17:10 2 errors
08:17:10 
08:17:10 
08:17:10 
08:17:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:11 --- javac err: ---
08:17:11 X.java:11: warning: [rawtypes] found raw type: List
08:17:11   List foo(List<String> arg) throws EOFException, SQLException, TimeoutException;
08:17:11   ^
08:17:11   missing type arguments for generic class List<E>
08:17:11   where E is a type-variable:
08:17:11     E extends Object declared in interface List
08:17:11 X.java:14: warning: [rawtypes] found raw type: List
08:17:11   List foo(List arg) throws Exception;
08:17:11            ^
08:17:11   missing type arguments for generic class List<E>
08:17:11   where E is a type-variable:
08:17:11     E extends Object declared in interface List
08:17:11 X.java:14: warning: [rawtypes] found raw type: List
08:17:11   List foo(List arg) throws Exception;
08:17:11   ^
08:17:11   missing type arguments for generic class List<E>
08:17:11   where E is a type-variable:
08:17:11     E extends Object declared in interface List
08:17:11 X.java:30: warning: [unchecked] foo(List) in <anonymous X$> implements foo(List<String>) in A
08:17:11 	E e = (x) -> {
08:17:11 	      ^
08:17:11   return type requires unchecked conversion from List to List<String>
08:17:11 X.java:23: error: unreported exception IOException; must be caught or declared to be thrown
08:17:11 		case 1: throw new IOException();
08:17:11 		        ^
08:17:11 X.java:24: error: unreported exception SQLException; must be caught or declared to be thrown
08:17:11 		case 2: throw new SQLException();
08:17:11 		        ^
08:17:11 X.java:26: error: unreported exception TimeoutException; must be caught or declared to be thrown
08:17:11 		case 4: throw new TimeoutException();
08:17:11 		        ^
08:17:11 X.java:33: error: unreported exception IOException; must be caught or declared to be thrown
08:17:11 		case 1: throw new IOException();
08:17:11 		        ^
08:17:11 X.java:34: error: unreported exception SQLException; must be caught or declared to be thrown
08:17:11 		case 2: throw new SQLException();
08:17:11 		        ^
08:17:11 X.java:36: error: unreported exception TimeoutException; must be caught or declared to be thrown
08:17:11 		case 4: throw new TimeoutException();
08:17:11 		        ^
08:17:11 6 errors
08:17:11 4 warnings
08:17:11 
08:17:11 
08:17:11 
08:17:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:12 --- javac err: ---
08:17:12 X.java:10: error: incompatible types: invalid functional descriptor for lambda expression
08:17:12 	G g1 = () -> {
08:17:12 	       ^
08:17:12     method <Q>()String in interface G is generic
08:17:12   where Q is a type-variable:
08:17:12     Q extends Exception declared in method <Q>m()
08:17:12 1 error
08:17:12 
08:17:12 
08:17:12 
08:17:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:13 --- javac err: ---
08:17:13 X.java:11: error: incompatible types: invalid functional descriptor for lambda expression
08:17:13 	G g = (x) -> { // Elided type is inferred from descriptor to be F
08:17:13 	      ^
08:17:13     method <F>(F)String in interface G is generic
08:17:13   where F is a type-variable:
08:17:13     F extends Exception declared in method <F>m(F)
08:17:13 X.java:19: warning: [overloads] foo(G1) in Y is potentially ambiguous with foo(G2) in Y
08:17:13 	void foo(G1 g1) {
08:17:13 	     ^
08:17:13 1 error
08:17:13 1 warning
08:17:13 
08:17:13 
08:17:13 
08:17:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:14 --- javac err: ---
08:17:14 X.java:11: error: cannot find symbol
08:17:14 	G g1 = (F x) -> {
08:17:14 	        ^
08:17:14   symbol:   class F
08:17:14   location: class X
08:17:14 X.java:11: error: incompatible types: invalid functional descriptor for lambda expression
08:17:14 	G g1 = (F x) -> {
08:17:14 	       ^
08:17:14     method <F>(F)String in interface G is generic
08:17:14   where F is a type-variable:
08:17:14     F extends Exception declared in method <F>m(F)
08:17:14 X.java:14: error: incompatible types: invalid functional descriptor for lambda expression
08:17:14 	G g2 = (IOException x) -> {
08:17:14 	       ^
08:17:14     method <F>(F)String in interface G is generic
08:17:14   where F is a type-variable:
08:17:14     F extends Exception declared in method <F>m(F)
08:17:14 3 errors
08:17:14 
08:17:14 
08:17:14 
08:17:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:15 --- javac err: ---
08:17:15 X.java:10: warning: [rawtypes] found raw type: List
08:17:15 interface I { List foo(List<String> p); }
08:17:15               ^
08:17:15   missing type arguments for generic class List<E>
08:17:15   where E is a type-variable:
08:17:15     E extends Object declared in interface List
08:17:15 X.java:11: warning: [rawtypes] found raw type: List
08:17:15 interface J { List<String> foo(List arg); }
08:17:15                                ^
08:17:15   missing type arguments for generic class List<E>
08:17:15   where E is a type-variable:
08:17:15     E extends Object declared in interface List
08:17:15 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
08:17:15 interface M extends I, L {}
08:17:15 ^
08:17:15 X.java:15: warning: [rawtypes] found raw type: Class
08:17:15 interface N { void foo(List<String> p, Class q); }
08:17:15                                        ^
08:17:15   missing type arguments for generic class Class<T>
08:17:15   where T is a type-variable:
08:17:15     T extends Object declared in class Class
08:17:15 X.java:16: warning: [rawtypes] found raw type: List
08:17:15 interface O { void foo(List p, Class<?> q); }
08:17:15                        ^
08:17:15   missing type arguments for generic class List<E>
08:17:15   where E is a type-variable:
08:17:15     E extends Object declared in interface List
08:17:15 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
08:17:15 interface P extends N, O {}
08:17:15 ^
08:17:15 X.java:20: error: types R and Q are incompatible;
08:17:15 interface S extends Q, R {}
08:17:15 ^
08:17:15   both define foo(), but with unrelated return types
08:17:15 X.java:23: error: name clash: foo(Q) in U and foo(P) in T have the same erasure, yet neither overrides the other
08:17:15 interface V<P, Q> extends T<P>, U<Q> {}
08:17:15 ^
08:17:15   where Q,P are type-variables:
08:17:15     Q extends Object declared in interface V
08:17:15     P extends Object declared in interface V
08:17:15 X.java:29: error: incompatible types: B is not a functional interface
08:17:15     B b              =    () -> {};
08:17:15                           ^
08:17:15     no abstract method found in interface B
08:17:15 X.java:32: error: incompatible types: E is not a functional interface
08:17:15     E e              =    () -> {};
08:17:15                           ^
08:17:15     multiple non-overriding abstract methods found in interface E
08:17:15 X.java:40: error: incompatible types: M is not a functional interface
08:17:15     M m              =    (p0) -> {};
08:17:15                           ^
08:17:15     multiple non-overriding abstract methods found in interface M
08:17:15 X.java:43: error: incompatible types: P is not a functional interface
08:17:15     P p              =    (p0, q0) -> {};
08:17:15                           ^
08:17:15     multiple non-overriding abstract methods found in interface P
08:17:15 X.java:46: error: incompatible types: incompatible function descriptors found in interface S
08:17:15     S s              =    () -> {};
08:17:15                           ^
08:17:15       descriptor: int foo()
08:17:15       descriptor: long foo()
08:17:15 X.java:49: error: incompatible types: V is not a functional interface
08:17:15     V<?,?> v         =    (p0) -> {};
08:17:15                           ^
08:17:15     multiple non-overriding abstract methods found in interface V
08:17:15 X.java:50: error: incompatible types: W is not a functional interface
08:17:15     W<?,?> w         =    (p0) -> {};
08:17:15                           ^
08:17:15     multiple non-overriding abstract methods found in interface W
08:17:15 X.java:51: error: incompatible types: X is not a functional interface
08:17:15     X x              =    (p0) -> {};
08:17:15                           ^
08:17:15     multiple non-overriding abstract methods found in interface X
08:17:15 12 errors
08:17:15 4 warnings
08:17:15 
08:17:15 
08:17:15 
08:17:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:16 --- javac err: ---
08:17:16 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
08:17:16 interface E extends A, C {}
08:17:16 ^
08:17:16   where T#1,S,T#2 are type-variables:
08:17:16     T#1 extends Object declared in method <T#1,S>foo(List<T#1>)
08:17:16     S extends Object declared in method <T#1,S>foo(List<T#1>)
08:17:16     T#2 extends Object declared in method <T#2>foo(List<T#2>)
08:17:16 X.java:8: error: incompatible types: invalid functional descriptor for lambda expression
08:17:16     A a              =    (p) -> { return null;};
08:17:16                           ^
08:17:16     method <T>(List<T>)T in interface A is generic
08:17:16   where T is a type-variable:
08:17:16     T extends Object declared in method <T>foo(List<T>)
08:17:16 X.java:9: error: incompatible types: invalid functional descriptor for lambda expression
08:17:16     B b              =    (p) -> { return null;};
08:17:16                           ^
08:17:16     method <S>(List<S>)S in interface B is generic
08:17:16   where S is a type-variable:
08:17:16     S extends Object declared in method <S>foo(List<S>)
08:17:16 X.java:10: error: incompatible types: invalid functional descriptor for lambda expression
08:17:16     C c              =    (p) -> { return null;};
08:17:16                           ^
08:17:16     method <T,S>(List<T>)S in interface C is generic
08:17:16   where T,S are type-variables:
08:17:16     T extends Object declared in method <T,S>foo(List<T>)
08:17:16     S extends Object declared in method <T,S>foo(List<T>)
08:17:16 X.java:11: error: incompatible types: invalid functional descriptor for lambda expression
08:17:16     D d              =    (p) -> { return null;};
08:17:16                           ^
08:17:16     method <S>(List<S>)S in interface D is generic
08:17:16   where S is a type-variable:
08:17:16     S extends Object declared in method <S>foo(List<S>)
08:17:16 X.java:12: error: incompatible types: E is not a functional interface
08:17:16     E e              =    (p) -> { return null;};
08:17:16                           ^
08:17:16     multiple non-overriding abstract methods found in interface E
08:17:16 6 errors
08:17:16 
08:17:16 
08:17:16 
08:17:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:17 --- javac err: ---
08:17:17 X.java:4: error: types K<T> and J<S> are incompatible;
08:17:17 interface Functional<S,T> extends I, J<S>, K<T> {}
08:17:17 ^
08:17:17   both define m(), but with unrelated return types
08:17:17   where T,S are type-variables:
08:17:17     T extends Object declared in interface Functional
08:17:17     S extends Object declared in interface Functional
08:17:17 X.java:6: error: incompatible types: incompatible function descriptors found in interface Functional
08:17:17     Functional<String,Integer> f = () -> { };
08:17:17                                    ^
08:17:17       descriptor: T m()
08:17:17       descriptor: S m()
08:17:17       descriptor: Object m()
08:17:17   where T,S are type-variables:
08:17:17     T extends Object declared in interface K
08:17:17     S extends Object declared in interface J
08:17:17 2 errors
08:17:17 
08:17:17 
08:17:17 
08:17:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:18 --- javac err: ---
08:17:18 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
08:17:18 interface C extends A,B {}
08:17:18 ^
08:17:18 1 error
08:17:18 
08:17:18 
08:17:18 
08:17:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:19 --- javac err: ---
08:17:19 X.java:10: error: local variables referenced from an inner class must be final or effectively final
08:17:19         System.out.println(var); // Error: var is not effectively final
08:17:19                            ^
08:17:19 1 error
08:17:19 
08:17:19 
08:17:19 
08:17:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:20 --- javac err: ---
08:17:20 X.java:8: error: local variables referenced from a lambda expression must be final or effectively final
08:17:20       System.out.println(var); // Error: var is not effectively final
08:17:20                          ^
08:17:20 1 error
08:17:20 
08:17:20 
08:17:20 
08:17:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:21 
08:17:21 
08:17:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:22 
08:17:22 
08:17:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:23 
08:17:23 
08:17:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:24 --- javac err: ---
08:17:24 X.java:10: error: local variables referenced from a lambda expression must be final or effectively final
08:17:24         System.out.println(s2); // Error: var is not effectively final
08:17:24                            ^
08:17:24 1 error
08:17:24 
08:17:24 
08:17:24 
08:17:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:25 
08:17:25 
08:17:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:26 --- javac err: ---
08:17:26 X.java:14: error: local variables referenced from an inner class must be final or effectively final
08:17:26        args = null;
08:17:26        ^
08:17:26 1 error
08:17:26 
08:17:26 
08:17:26 
08:17:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:27 --- javac err: ---
08:17:27 X.java:7: error: final parameter x may not be assigned
08:17:27       x = 10;
08:17:27       ^
08:17:27 1 error
08:17:27 
08:17:27 
08:17:27 
08:17:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:28 --- javac err: ---
08:17:28 X.java:7: error: cannot assign a value to final variable x
08:17:28       { x = 10; }
08:17:28         ^
08:17:28 1 error
08:17:28 
08:17:28 
08:17:28 
08:17:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:28 --- javac err: ---
08:17:28 X.java:7: error: local variables referenced from a lambda expression must be final or effectively final
08:17:28       x = 10;
08:17:28       ^
08:17:28 1 error
08:17:28 
08:17:28 
08:17:28 
08:17:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:29 --- javac err: ---
08:17:29 X.java:7: error: local variables referenced from an inner class must be final or effectively final
08:17:29       { x = 10; }
08:17:29         ^
08:17:29 1 error
08:17:29 
08:17:29 
08:17:29 
08:17:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:30 
08:17:30 
08:17:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:31 
08:17:31 
08:17:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:32 --- javac err: ---
08:17:32 X.java:13: error: local variables referenced from a lambda expression must be final or effectively final
08:17:32        args = null;
08:17:32        ^
08:17:32 1 error
08:17:32 
08:17:32 
08:17:32 
08:17:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:33 
08:17:33 
08:17:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:34 --- javac err: ---
08:17:34 X.java:12: error: unreported exception Exception; must be caught or declared to be thrown
08:17:34 			throw e;
08:17:34 			^
08:17:34 1 error
08:17:34 
08:17:34 
08:17:34 
08:17:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:35 
08:17:35 
08:17:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:36 --- javac err: ---
08:17:36 X.java:8: error: local variables referenced from a lambda expression must be final or effectively final
08:17:36 			System.out.println(x++);
08:17:36 			                   ^
08:17:36 1 error
08:17:36 
08:17:36 
08:17:36 
08:17:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:37 --- javac err: ---
08:17:37 X.java:8: error: unreported exception Exception; must be caught or declared to be thrown
08:17:37 				throw e;
08:17:37 				^
08:17:37 1 error
08:17:37 
08:17:37 
08:17:37 
08:17:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:37 --- javac err: ---
08:17:37 X.java:11: error: local variables referenced from a lambda expression must be final or effectively final
08:17:37 			x.p = i++;
08:17:37 			^
08:17:37 X.java:11: error: local variables referenced from a lambda expression must be final or effectively final
08:17:37 			x.p = i++;
08:17:37 			      ^
08:17:37 2 errors
08:17:37 
08:17:37 
08:17:37 
08:17:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:38 --- javac err: ---
08:17:38 X.java:11: error: local variables referenced from a lambda expression must be final or effectively final
08:17:38 			x.p = i;
08:17:38 			^
08:17:38 1 error
08:17:38 
08:17:38 
08:17:38 
08:17:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:39 
08:17:39 
08:17:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:40 --- javac err: ---
08:17:40 X.java:6: error: variable x is already defined in method foo(int)
08:17:40 		I i = (int x)  -> {
08:17:40 		           ^
08:17:40 1 error
08:17:40 
08:17:40 
08:17:40 
08:17:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:41 --- javac err: ---
08:17:41 X.java:7: error: variable l is already defined in method foo(int)
08:17:41 		I i = (int l)  -> {
08:17:41 		           ^
08:17:41 1 error
08:17:41 
08:17:41 
08:17:41 
08:17:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:42 --- javac err: ---
08:17:42 X.java:7: error: variable p is already defined in method foo(int)
08:17:42 		I i = (int p, int p)  -> {
08:17:42 		                  ^
08:17:42 1 error
08:17:42 
08:17:42 
08:17:42 
08:17:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:43 
08:17:43 
08:17:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:44 --- javac err: ---
08:17:44 X.java:8: error: variable a is already defined in method foo(int)
08:17:44            int a;
08:17:44                ^
08:17:44 1 error
08:17:44 
08:17:44 
08:17:44 
08:17:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:44 --- javac err: ---
08:17:44 X.java:9: error: variable loc is already defined in method foo(int)
08:17:44            int loc;
08:17:44                ^
08:17:44 1 error
08:17:44 
08:17:44 
08:17:44 
08:17:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:45 --- javac err: ---
08:17:45 X.java:9: error: variable p is already defined in method foo(int)
08:17:45            int p;
08:17:45                ^
08:17:45 1 error
08:17:45 
08:17:45 
08:17:45 
08:17:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:46 --- javac err: ---
08:17:46 X.java:9: error: variable self is already defined in method foo(int)
08:17:46            int self, self;
08:17:46                      ^
08:17:46 1 error
08:17:46 
08:17:46 
08:17:46 
08:17:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:47 
08:17:47 
08:17:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:48 --- javac err: ---
08:17:48 X.java:9: error: variable outerp is already defined in method foo(int)
08:17:48            I i2 = (int f, int outerp) -> {};
08:17:48                               ^
08:17:48 1 error
08:17:48 
08:17:48 
08:17:48 
08:17:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:49 --- javac err: ---
08:17:49 X.java:9: error: variable locouter is already defined in method foo(int)
08:17:49            I i2 = (int locouter, int outerp) -> {};
08:17:49                        ^
08:17:49 X.java:9: error: variable outerp is already defined in method foo(int)
08:17:49            I i2 = (int locouter, int outerp) -> {};
08:17:49                                      ^
08:17:49 2 errors
08:17:49 
08:17:49 
08:17:49 
08:17:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:50 --- javac err: ---
08:17:50 X.java:9: error: variable p is already defined in method foo(int)
08:17:50            I i2 = (int p, int q) -> {};
08:17:50                        ^
08:17:50 X.java:9: error: variable q is already defined in method foo(int)
08:17:50            I i2 = (int p, int q) -> {};
08:17:50                               ^
08:17:50 2 errors
08:17:50 
08:17:50 
08:17:50 
08:17:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:50 --- javac err: ---
08:17:50 X.java:10: error: variable lamlocal is already defined in method foo(int)
08:17:50            I i2 = (int lamlocal, int q) -> {};
08:17:50                        ^
08:17:50 X.java:10: error: variable q is already defined in method foo(int)
08:17:50            I i2 = (int lamlocal, int q) -> {};
08:17:50                                      ^
08:17:50 2 errors
08:17:50 
08:17:50 
08:17:50 
08:17:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:51 --- javac err: ---
08:17:51 X.java:10: error: variable lamlocal is already defined in method foo(int)
08:17:51            I i2 = (int lamlocal, int q) -> {int f;};
08:17:51                        ^
08:17:51 X.java:10: error: variable q is already defined in method foo(int)
08:17:51            I i2 = (int lamlocal, int q) -> {int f;};
08:17:51                                      ^
08:17:51 2 errors
08:17:51 
08:17:51 
08:17:51 
08:17:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:52 --- javac err: ---
08:17:52 X.java:10: error: variable lamlocal is already defined in method foo(int)
08:17:52            I i2 = (int lamlocal, int q) -> {int locouter;};
08:17:52                        ^
08:17:52 X.java:10: error: variable q is already defined in method foo(int)
08:17:52            I i2 = (int lamlocal, int q) -> {int locouter;};
08:17:52                                      ^
08:17:52 X.java:10: error: variable locouter is already defined in method foo(int)
08:17:52            I i2 = (int lamlocal, int q) -> {int locouter;};
08:17:52                                                 ^
08:17:52 3 errors
08:17:52 
08:17:52 
08:17:52 
08:17:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:53 --- javac err: ---
08:17:53 X.java:10: error: variable q is already defined in method foo(int)
08:17:53            I i2 = (int j, int q) -> {int p, lamlocal;};
08:17:53                               ^
08:17:53 X.java:10: error: variable p is already defined in method foo(int)
08:17:53            I i2 = (int j, int q) -> {int p, lamlocal;};
08:17:53                                          ^
08:17:53 X.java:10: error: variable lamlocal is already defined in method foo(int)
08:17:53            I i2 = (int j, int q) -> {int p, lamlocal;};
08:17:53                                             ^
08:17:53 3 errors
08:17:53 
08:17:53 
08:17:53 
08:17:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:54 --- javac err: ---
08:17:54 X.java:10: error: variable x1 is already defined in method foo(int)
08:17:54            I i2 = (int x1, int x2) -> {int x1, x2;};
08:17:54                                            ^
08:17:54 X.java:10: error: variable x2 is already defined in method foo(int)
08:17:54            I i2 = (int x1, int x2) -> {int x1, x2;};
08:17:54                                                ^
08:17:54 2 errors
08:17:54 
08:17:54 
08:17:54 
08:17:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:55 --- javac err: ---
08:17:55 X.java:10: error: class X is already defined in package unnamed package
08:17:55            class X { void foo(int f) {} }
08:17:55            ^
08:17:55 1 error
08:17:55 
08:17:55 
08:17:55 
08:17:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:56 
08:17:56 
08:17:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:57 
08:17:57 
08:17:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:58 
08:17:58 
08:17:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:59 
08:17:59 
08:17:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:17:59 
08:17:59 
08:17:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:00 
08:18:00 
08:18:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:01 
08:18:01 
08:18:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:02 
08:18:02 
08:18:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:03 --- javac err: ---
08:18:03 X.java:10: error: variable x1 is already defined in method foo(int,int)
08:18:03            I i2 = new I() { public void foo(int x1, int x2) {int x1, x2;}};
08:18:03                                                                  ^
08:18:03 X.java:10: error: variable x2 is already defined in method foo(int,int)
08:18:03            I i2 = new I() { public void foo(int x1, int x2) {int x1, x2;}};
08:18:03                                                                      ^
08:18:03 2 errors
08:18:03 
08:18:03 
08:18:03 
08:18:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:04 --- javac err: ---
08:18:04 X.java:9: error: illegal start of type
08:18:04     I functional = Action::<?>fooMethod;
08:18:04                             ^
08:18:04 X.java:9: error: illegal start of expression
08:18:04     I functional = Action::<?>fooMethod;
08:18:04                              ^
08:18:04 X.java:9: error: : expected
08:18:04     I functional = Action::<?>fooMethod;
08:18:04                                        ^
08:18:04 3 errors
08:18:04 
08:18:04 
08:18:04 
08:18:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:05 --- javac err: ---
08:18:05 X.java:11: error: illegal start of type
08:18:05     I len6 = foo->exp.<?>method(x, y, z);
08:18:05                        ^
08:18:05 X.java:11: error: illegal start of expression
08:18:05     I len6 = foo->exp.<?>method(x, y, z);
08:18:05                         ^
08:18:05 X.java:11: error: : expected
08:18:05     I len6 = foo->exp.<?>method(x, y, z);
08:18:05                                         ^
08:18:05 3 errors
08:18:05 
08:18:05 
08:18:05 
08:18:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:05 --- javac err: ---
08:18:05 X.java:6: error: ';' expected
08:18:05         } 
08:18:05          ^
08:18:05 X.java:7: error: reached end of file while parsing
08:18:05 }
08:18:05  ^
08:18:05 2 errors
08:18:05 
08:18:05 
08:18:05 
08:18:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:06 --- javac err: ---
08:18:06 X.java:6: error: invalid method reference
08:18:06 	I i = x::zoo;
08:18:06 	      ^
08:18:06   cannot find symbol
08:18:06     symbol:   method zoo(int,String)
08:18:06     location: class int
08:18:06 1 error
08:18:06 
08:18:06 
08:18:06 
08:18:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:07 --- javac err: ---
08:18:07 X.java:6: error: I is abstract; cannot be instantiated
08:18:07 	I i = I::new;
08:18:07 	      ^
08:18:07 1 error
08:18:07 
08:18:07 
08:18:07 
08:18:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:08 --- javac err: ---
08:18:08 X.java:6: error: X is abstract; cannot be instantiated
08:18:08 	I i = X::new;
08:18:08 	      ^
08:18:08 1 error
08:18:08 
08:18:08 
08:18:08 
08:18:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:09 --- javac err: ---
08:18:09 X.java:6: error: enum types may not be instantiated
08:18:09 	I i = E::new;
08:18:09 	      ^
08:18:09 1 error
08:18:09 
08:18:09 
08:18:09 
08:18:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:10 --- javac err: ---
08:18:10 X.java:6: error: unexpected type
08:18:10 	I i = X<? extends String>::new;
08:18:10 	       ^
08:18:10   required: class or interface without bounds
08:18:10   found:    ? extends String
08:18:10 1 error
08:18:10 
08:18:10 
08:18:10 
08:18:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:11 --- javac err: ---
08:18:11 X.java:6: error: unexpected type
08:18:11 	I i = T::new;
08:18:11 	      ^
08:18:11   required: class or array
08:18:11   found:    type parameter T
08:18:11   where T is a type-variable:
08:18:11     T extends Object declared in class X
08:18:11 1 error
08:18:11 
08:18:11 
08:18:11 
08:18:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:12 --- javac err: ---
08:18:12 X.java:6: error: Annot is abstract; cannot be instantiated
08:18:12 	I i = Annot::new;
08:18:12 	      ^
08:18:12 1 error
08:18:12 
08:18:12 
08:18:12 
08:18:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:13 --- javac err: ---
08:18:13 X.java:7: error: non-static variable this cannot be referenced from a static context
08:18:13 	    I i = this::foo;
08:18:13 	          ^
08:18:13 1 error
08:18:13 
08:18:13 
08:18:13 
08:18:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:14 
08:18:14 
08:18:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:14 --- javac err: ---
08:18:14 X.java:6: error: non-static variable super cannot be referenced from a static context
08:18:14 	    I i = super::foo;
08:18:14 	          ^
08:18:14 1 error
08:18:14 
08:18:14 
08:18:14 
08:18:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:15 
08:18:15 
08:18:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:16 --- javac err: ---
08:18:16 X.java:9: error: non-static variable super cannot be referenced from a static context
08:18:16     	I i = X.super::zoo;
08:18:16     	       ^
08:18:16 1 error
08:18:16 
08:18:16 
08:18:16 
08:18:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:17 
08:18:17 
08:18:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:18 --- javac err: ---
08:18:18 X.java:12: error: incompatible types: bad return type in method reference
08:18:18    I i3 = ArrayList<Integer>::new;
08:18:18           ^
08:18:18     ArrayList<Integer> cannot be converted to List<String>
08:18:18 X.java:13: error: List is abstract; cannot be instantiated
08:18:18    I i4 = List<String>::new;
08:18:18               ^
08:18:18 X.java:14: error: incompatible types: invalid method reference
08:18:18    J j1 = String::length;
08:18:18           ^
08:18:18     method length in class String cannot be applied to given types
08:18:18       required: no arguments
08:18:18       found: ArrayList<String>
08:18:18       reason: actual and formal argument lists differ in length
08:18:18 X.java:17: error: incompatible types: invalid method reference
08:18:18    J j4 = List<Integer>::size;
08:18:18           ^
08:18:18     method size in interface List<E> cannot be applied to given types
08:18:18       required: no arguments
08:18:18       found: ArrayList<String>
08:18:18       reason: actual and formal argument lists differ in length
08:18:18   where E is a type-variable:
08:18:18     E extends Object declared in interface List
08:18:18 4 errors
08:18:18 
08:18:18 
08:18:18 
08:18:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:19 --- javac err: ---
08:18:19 X.java:7: error: generic array creation
08:18:19    I i1 = ArrayList<String>[]::new;
08:18:19                            ^
08:18:19 X.java:8: error: generic array creation
08:18:19    I i2 = List<String>[]::new;
08:18:19                       ^
08:18:19 2 errors
08:18:19 
08:18:19 
08:18:19 
08:18:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:20 --- javac err: ---
08:18:20 X.java:34: error: incompatible types: invalid constructor reference
08:18:20    I i = List[]::new;
08:18:20          ^
08:18:20     constructor Array in class Array cannot be applied to given types
08:18:20       required: int
08:18:20       found: no arguments
08:18:20       reason: actual and formal argument lists differ in length
08:18:20 X.java:35: error: incompatible types: invalid constructor reference
08:18:20    J j = ArrayList[]::new;
08:18:20          ^
08:18:20     incompatible types: possible lossy conversion from long to int
08:18:20 X.java:36: error: incompatible types: invalid constructor reference
08:18:20    K k = ArrayList[]::new;
08:18:20          ^
08:18:20     constructor Array in class Array cannot be applied to given types
08:18:20       required: int
08:18:20       found: String,long
08:18:20       reason: actual and formal argument lists differ in length
08:18:20 X.java:37: warning: [unchecked] unchecked conversion
08:18:20    L l = ArrayList[]::new;
08:18:20          ^
08:18:20   required: List<String>[]
08:18:20   found:    ArrayList[]
08:18:20 X.java:38: warning: [unchecked] unchecked conversion
08:18:20    M m = ArrayList[]::new;
08:18:20          ^
08:18:20   required: List<String>[]
08:18:20   found:    ArrayList[]
08:18:20 X.java:39: warning: [unchecked] unchecked conversion
08:18:20    N n = ArrayList[]::new;
08:18:20          ^
08:18:20   required: List<String>[]
08:18:20   found:    ArrayList[]
08:18:20 X.java:40: warning: [unchecked] unchecked conversion
08:18:20    O o = ArrayList[]::new;
08:18:20          ^
08:18:20   required: List<String>[]
08:18:20   found:    ArrayList[]
08:18:20 X.java:41: warning: [unchecked] unchecked conversion
08:18:20    P p = ArrayList[]::new;
08:18:20          ^
08:18:20   required: List<String>[]
08:18:20   found:    ArrayList[]
08:18:20 X.java:42: error: incompatible types: invalid constructor reference
08:18:20    Q q = ArrayList[]::new;
08:18:20          ^
08:18:20     incompatible types: Float cannot be converted to int
08:18:20 X.java:43: error: incompatible types: bad return type in method reference
08:18:20    R r = ArrayList[][][]::new;
08:18:20          ^
08:18:20     ArrayList[][][] cannot be converted to List<String>[]
08:18:20 5 errors
08:18:20 5 warnings
08:18:20 
08:18:20 
08:18:20 
08:18:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:21 --- javac err: ---
08:18:21 X.java:9: error: incompatible types: invalid method reference
08:18:21 		I i1 = x::foo;
08:18:21 		       ^
08:18:21     unexpected static method foo() found in bound lookup
08:18:21 X.java:10: error: invalid method reference
08:18:21 		I i2 = X<String>::foo;
08:18:21 		        ^
08:18:21   parameterized qualifier on static method reference
08:18:21 X.java:11: error: incompatible types: bad return type in method reference
08:18:21 		I i3 = X::foo;
08:18:21 		       ^
08:18:21     void cannot be converted to List<String>
08:18:21 3 errors
08:18:21 
08:18:21 
08:18:21 
08:18:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:22 --- javac err: ---
08:18:22 X.java:9: error: incompatible types: bad return type in method reference
08:18:22 		I i1 = x::foo;
08:18:22 		       ^
08:18:22     void cannot be converted to List<String>
08:18:22 X.java:10: error: incompatible types: invalid method reference
08:18:22 		I i2 = X<String>::foo;
08:18:22 		       ^
08:18:22     unexpected instance method foo() found in unbound lookup
08:18:22 X.java:11: error: incompatible types: invalid method reference
08:18:22 		I i3 = X::foo;
08:18:22 		       ^
08:18:22     unexpected instance method foo() found in unbound lookup
08:18:22 3 errors
08:18:22 
08:18:22 
08:18:22 
08:18:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:23 --- javac err: ---
08:18:23 X.java:9: error: incompatible types: bad return type in method reference
08:18:23 		I i1 = X::foo;
08:18:23 		       ^
08:18:23     void cannot be converted to List<String>
08:18:23 1 error
08:18:23 
08:18:23 
08:18:23 
08:18:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:24 --- javac err: ---
08:18:24 X.java:9: error: incompatible types: bad return type in method reference
08:18:24 		I i1 = X<String>::foo;
08:18:24 		       ^
08:18:24     void cannot be converted to List<String>
08:18:24 1 error
08:18:24 
08:18:24 
08:18:24 
08:18:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:25 --- javac err: ---
08:18:25 X.java:9: error: incompatible types: invalid method reference
08:18:25 		I i1 = X<String>::foo;
08:18:25 		       ^
08:18:25     unexpected static method foo() found in unbound lookup
08:18:25 1 error
08:18:25 
08:18:25 
08:18:25 
08:18:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:26 --- javac err: ---
08:18:26 X.java:9: error: incompatible types: invalid method reference
08:18:26 		I i1 = X::foo;
08:18:26 		       ^
08:18:26     method foo in class X<T> cannot be applied to given types
08:18:26       required: no arguments
08:18:26       found: X<String>,int
08:18:26       reason: actual and formal argument lists differ in length
08:18:26   where T is a type-variable:
08:18:26     T extends Object declared in class X
08:18:26 1 error
08:18:26 
08:18:26 
08:18:26 
08:18:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:27 --- javac err: ---
08:18:27 X.java:10: error: incompatible types: invalid method reference
08:18:27 		I i1 = X::foo;
08:18:27 		       ^
08:18:27     reference to foo is ambiguous
08:18:27       both method foo(X<String>,int) in X and method foo(int) in X match
08:18:27 1 error
08:18:27 
08:18:27 
08:18:27 
08:18:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:28 --- javac err: ---
08:18:28 X.java:23: error: incompatible types: bad return type in method reference
08:18:28        J j = X<Integer>::new;
08:18:28              ^
08:18:28     X<Integer> cannot be converted to X<String>
08:18:28 X.java:24: error: incompatible types: K is not a functional interface
08:18:28        K k = X::new;
08:18:28              ^
08:18:28     multiple non-overriding abstract methods found in interface K
08:18:28 X.java:26: error: incompatible types: invalid constructor reference
08:18:28        M m = X<String>::new;
08:18:28              ^
08:18:28     incompatible types: String cannot be converted to int
08:18:28 3 errors
08:18:28 
08:18:28 
08:18:28 
08:18:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:29 --- javac err: ---
08:18:29 X.java:19: error: incompatible thrown types IOException,FileNotFoundException in functional expression
08:18:29 		I i = X::new;
08:18:29 		      ^
08:18:29 X.java:20: error: incompatible types: bad return type in method reference
08:18:29        J j = X<Integer>::new;
08:18:29              ^
08:18:29     X<Integer> cannot be converted to X<String>
08:18:29 X.java:21: error: incompatible thrown types IOException,FileNotFoundException in functional expression
08:18:29        K k = X::new;
08:18:29              ^
08:18:29 3 errors
08:18:29 
08:18:29 
08:18:29 
08:18:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:30 --- javac err: ---
08:18:30 X.java:10: error: abstract method foo() in Y cannot be accessed directly
08:18:30    I i = super::foo;
08:18:30          ^
08:18:30 1 error
08:18:30 
08:18:30 
08:18:30 
08:18:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:31 
08:18:31 
08:18:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:32 --- javac err: ---
08:18:32 X.java:4: warning: [deprecation] Y in unnamed package has been deprecated
08:18:32 class X extends Y {
08:18:32                 ^
08:18:32 X.java:5: warning: [deprecation] foo() in Y has been deprecated
08:18:32    I i = X::foo;
08:18:32          ^
08:18:32 2 warnings
08:18:32 
08:18:32 
08:18:32 
08:18:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:33 --- javac err: ---
08:18:33 X.java:4: warning: [deprecation] Y in unnamed package has been deprecated
08:18:33 class X extends Y {
08:18:33                 ^
08:18:33 X.java:5: warning: [deprecation] foo() in Y has been deprecated
08:18:33    I i = X::<String>foo;
08:18:33          ^
08:18:33 2 warnings
08:18:33 
08:18:33 
08:18:33 
08:18:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:34 
08:18:34 
08:18:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:35 --- javac err: ---
08:18:35 X.java:7: error: incompatible types: bad return type in method reference
08:18:35    I i = new X()::foo;
08:18:35          ^
08:18:35     void cannot be converted to List<String>
08:18:35 1 error
08:18:35 
08:18:35 
08:18:35 
08:18:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:36 --- javac err: ---
08:18:36 X.java:8: error: incompatible types: bad return type in method reference
08:18:36    I i = new X()::foo;
08:18:36          ^
08:18:36     ArrayList<Integer> cannot be converted to List<String>
08:18:36 1 error
08:18:36 
08:18:36 
08:18:36 
08:18:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:37 
08:18:37 
08:18:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:38 --- javac err: ---
08:18:38 X.java:4: warning: [rawtypes] found raw type: X
08:18:38 	List<String> doit(X x, int y);
08:18:38 	                  ^
08:18:38   missing type arguments for generic class X<T>
08:18:38   where T is a type-variable:
08:18:38     T extends Object declared in class X
08:18:38 X.java:8: warning: [rawtypes] found raw type: X
08:18:38    I i = X::foo;
08:18:38          ^
08:18:38   missing type arguments for generic class X<T>
08:18:38   where T is a type-variable:
08:18:38     T extends Object declared in class X
08:18:38 X.java:8: warning: [unchecked] unchecked conversion
08:18:38    I i = X::foo;
08:18:38          ^
08:18:38   required: List<String>
08:18:38   found:    ArrayList
08:18:38 3 warnings
08:18:38 
08:18:38 
08:18:38 
08:18:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:39 
08:18:39 
08:18:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:39 --- javac err: ---
08:18:39 X.java:5: error: cannot find symbol
08:18:39 	Zork foo() {
08:18:39 	^
08:18:39   symbol:   class Zork
08:18:39   location: class X
08:18:39 1 error
08:18:39 
08:18:39 
08:18:39 
08:18:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:40 --- javac err: ---
08:18:40 p/I.java:12: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:40 class ExceptionType extends Exception {
08:18:40 ^
08:18:40 X.java:3: warning: [rawtypes] found raw type: I
08:18:40 	I i = (p) -> { return null; };
08:18:40 	^
08:18:40   missing type arguments for generic class I<P>
08:18:40   where P is a type-variable:
08:18:40     P extends ParameterType declared in interface I
08:18:40 error: ParameterType is not public in p; cannot be accessed from outside package
08:18:40 X.java:3: error: ParameterType is not public in p; cannot be accessed from outside package
08:18:40 	I i = (p) -> { return null; };
08:18:40 	      ^
08:18:40 2 errors
08:18:40 2 warnings
08:18:40 
08:18:40 
08:18:40 
08:18:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:41 --- javac err: ---
08:18:41 p/I.java:2: warning: auxiliary class ParameterType in p/ReturnType.java should not be accessed from outside its own source file
08:18:41 public interface I<P extends ParameterType> {
08:18:41                              ^
08:18:41 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:41 public class ExceptionType extends Exception {
08:18:41        ^
08:18:41 X.java:3: warning: [rawtypes] found raw type: I
08:18:41 	I i = (p) -> { return null; };
08:18:41 	^
08:18:41   missing type arguments for generic class I<P>
08:18:41   where P is a type-variable:
08:18:41     P extends ParameterType declared in interface I
08:18:41 error: ParameterType is not public in p; cannot be accessed from outside package
08:18:41 X.java:3: error: ParameterType is not public in p; cannot be accessed from outside package
08:18:41 	I i = (p) -> { return null; };
08:18:41 	      ^
08:18:41 2 errors
08:18:41 3 warnings
08:18:41 
08:18:41 
08:18:41 
08:18:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:42 --- javac err: ---
08:18:42 p/I.java:13: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:42 class ExceptionType extends Exception {
08:18:42 ^
08:18:42 X.java:3: warning: [rawtypes] found raw type: I
08:18:42 	I i = (p) -> { return null; };
08:18:42 	^
08:18:42   missing type arguments for generic class I<P>
08:18:42   where P is a type-variable:
08:18:42     P extends ParameterType declared in interface I
08:18:42 X.java:3: error: ReturnType is not public in p; cannot be accessed from outside package
08:18:42 	I i = (p) -> { return null; };
08:18:42 	      ^
08:18:42 1 error
08:18:42 2 warnings
08:18:42 
08:18:42 
08:18:42 
08:18:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:43 --- javac err: ---
08:18:43 p/I.java:10: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:43 class ExceptionType extends Exception {
08:18:43 ^
08:18:43 error: ParameterType is not public in p; cannot be accessed from outside package
08:18:43 X.java:3: error: ParameterType is not public in p; cannot be accessed from outside package
08:18:43 	I<?, ?, ?> i = (p) -> { return null; };
08:18:43 	               ^
08:18:43 2 errors
08:18:43 1 warning
08:18:43 
08:18:43 
08:18:43 
08:18:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:44 --- javac err: ---
08:18:44 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:44 public class ExceptionType extends Exception {
08:18:44        ^
08:18:44 1 warning
08:18:44 
08:18:44 
08:18:44 
08:18:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:45 --- javac err: ---
08:18:45 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:45 public class ExceptionType extends Exception {
08:18:45        ^
08:18:45 X.java:3: error: incompatible types: cannot infer functional interface descriptor for I<?,?,?>
08:18:45 	I<?, ?, ?> i = (String p) -> { return null; };
08:18:45 	               ^
08:18:45 1 error
08:18:45 1 warning
08:18:45 
08:18:45 
08:18:45 
08:18:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:46 --- javac err: ---
08:18:46 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:46 public class ExceptionType extends Exception {
08:18:46        ^
08:18:46 X.java:3: error: incompatible types: cannot infer functional interface descriptor for I<? extends ParameterType,? extends ExceptionType,? extends ReturnType>
08:18:46 	I<? extends p.ParameterType, ? extends p.ExceptionType, ? extends p.ReturnType> i = (String p) -> { return null; };
08:18:46 	                                                                                    ^
08:18:46 1 error
08:18:46 1 warning
08:18:46 
08:18:46 
08:18:46 
08:18:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:47 --- javac err: ---
08:18:47 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:47 public class ExceptionType extends Exception {
08:18:47        ^
08:18:47 X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
08:18:47 class T extends p.ExceptionType {}
08:18:47 ^
08:18:47 X.java:6: error: incompatible types: incompatible parameter types in lambda expression
08:18:47 	I<P, T, R> i = (String p) -> { return null; };
08:18:47 	               ^
08:18:47 1 error
08:18:47 2 warnings
08:18:47 
08:18:47 
08:18:47 
08:18:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:48 --- javac err: ---
08:18:48 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:48 public class ExceptionType extends Exception {
08:18:48        ^
08:18:48 X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
08:18:48 class T extends p.ExceptionType {}
08:18:48 ^
08:18:48 X.java:6: error: type argument T is not within bounds of type-variable P
08:18:48 	I<T, R, P> i = (String p) -> { return null; };
08:18:48 	  ^
08:18:48   where P is a type-variable:
08:18:48     P extends ParameterType declared in interface I
08:18:48 X.java:6: error: incompatible types: cannot infer functional interface descriptor for I<T,R,P>
08:18:48 	I<T, R, P> i = (String p) -> { return null; };
08:18:48 	               ^
08:18:48 2 errors
08:18:48 2 warnings
08:18:48 
08:18:48 
08:18:48 
08:18:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:49 --- javac err: ---
08:18:49 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:49 public class ExceptionType extends Exception {
08:18:49        ^
08:18:49 X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
08:18:49 class T extends p.ExceptionType {}
08:18:49 ^
08:18:49 X.java:6: error: incompatible types: cannot infer functional interface descriptor for I<? super P,? super T,? super R>
08:18:49 	I<? super P, ? super T, ? super R> i = (String p) -> { return null; };
08:18:49 	                                       ^
08:18:49 1 error
08:18:49 2 warnings
08:18:49 
08:18:49 
08:18:49 
08:18:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:50 --- javac err: ---
08:18:50 p/I.java:4: error: incompatible types: T cannot be converted to Throwable
08:18:50 	R doit(List<? extends List<P>>[] p) throws T;
08:18:50 	                                           ^
08:18:50   where T,P are type-variables:
08:18:50     T extends P declared in interface I
08:18:50     P extends ParameterType declared in interface I
08:18:50 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:50 public class ExceptionType extends Exception {
08:18:50        ^
08:18:50 X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
08:18:50 class T extends p.ExceptionType {}
08:18:50 ^
08:18:50 X.java:6: error: incompatible types: cannot infer functional interface descriptor for I<?,?,?>
08:18:50 	I<?, ?, ?> i = (String p) -> { return null; };
08:18:50 	               ^
08:18:50 2 errors
08:18:50 2 warnings
08:18:50 
08:18:50 
08:18:50 
08:18:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:51 --- javac err: ---
08:18:51 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
08:18:51 public class ExceptionType extends Exception {
08:18:51        ^
08:18:51 X.java:3: warning: [rawtypes] found raw type: I
08:18:51 	I i = (String p) -> { return null; };
08:18:51 	^
08:18:51   missing type arguments for generic class I<P,T,R>
08:18:51   where P,T,R are type-variables:
08:18:51     P extends ParameterType declared in interface I
08:18:51     T extends ExceptionType declared in interface I
08:18:51     R extends ReturnType declared in interface I
08:18:51 X.java:3: error: incompatible types: incompatible parameter types in lambda expression
08:18:51 	I i = (String p) -> { return null; };
08:18:51 	      ^
08:18:51 1 error
08:18:51 2 warnings
08:18:51 
08:18:51 
08:18:51 
08:18:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:52 --- javac err: ---
08:18:52 X.java:8: error: class Y is already defined in method foo()
08:18:52 			class Y{} ;
08:18:52 			^
08:18:52 1 error
08:18:52 
08:18:52 
08:18:52 
08:18:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:53 
08:18:53 
08:18:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:54 
08:18:54 
08:18:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:55 
08:18:55 
08:18:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:56 --- javac err: ---
08:18:56 X.java:20: error: no suitable method found for foo((s)->{ })
08:18:56 		new X().foo((s)->{});
08:18:56 		       ^
08:18:56     method X.foo(I) is not applicable
08:18:56       (argument mismatch; incompatible parameter types in lambda expression)
08:18:56     method X.foo(J) is not applicable
08:18:56       (argument mismatch; incompatible parameter types in lambda expression)
08:18:56 1 error
08:18:56 
08:18:56 
08:18:56 
08:18:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:57 --- javac err: ---
08:18:57 X.java:15: error: no suitable method found for foo(()->{ return ""; })
08:18:57 		new X().foo(()->{ return "";});
08:18:57 		       ^
08:18:57     method X.foo(I) is not applicable
08:18:57       (argument mismatch; bad return type in lambda expression
08:18:57           unexpected return value)
08:18:57     method X.foo(K) is not applicable
08:18:57       (argument mismatch; incompatible parameter types in lambda expression)
08:18:57 X.java:16: error: no suitable method found for foo(()->10)
08:18:57 		new X().foo(()-> 10);
08:18:57 		       ^
08:18:57     method X.foo(I) is not applicable
08:18:57       (argument mismatch; lambda body is not compatible with a void functional interface
08:18:57           (consider using a block lambda body, or use a statement expression instead))
08:18:57     method X.foo(K) is not applicable
08:18:57       (argument mismatch; bad return type in lambda expression
08:18:57           int cannot be converted to String)
08:18:57 X.java:17: error: no suitable method found for foo((s)->{ })
08:18:57 		new X().foo((s)->{});
08:18:57 		       ^
08:18:57     method X.foo(I) is not applicable
08:18:57       (argument mismatch; incompatible parameter types in lambda expression)
08:18:57     method X.foo(K) is not applicable
08:18:57       (argument mismatch; bad return type in lambda expression
08:18:57           missing return value)
08:18:57 X.java:18: error: no suitable method found for foo((s)->{ return; })
08:18:57 		new X().foo((s)->{ return;});
08:18:57 		       ^
08:18:57     method X.foo(I) is not applicable
08:18:57       (argument mismatch; incompatible parameter types in lambda expression)
08:18:57     method X.foo(K) is not applicable
08:18:57       (argument mismatch; bad return type in lambda expression
08:18:57           missing return value)
08:18:57 4 errors
08:18:57 
08:18:57 
08:18:57 
08:18:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:58 
08:18:58 
08:18:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:18:59 --- javac err: ---
08:18:59 X.java:5: error: type argument T#1 is not within bounds of type-variable T#2
08:18:59 	<T> T foo(I<T> it) { return null; }
08:18:59 	            ^
08:18:59   where T#1,T#2 are type-variables:
08:18:59     T#1 extends Object declared in method <T#1>foo(I<T#1>)
08:18:59     T#2 extends String declared in interface I
08:18:59 X.java:7: error: method foo in class X cannot be applied to given types;
08:18:59 		new X().foo(()->{});
08:18:59 		       ^
08:18:59   required: I<T>
08:18:59   found: ()->{ }
08:18:59   reason: cannot infer type-variable(s) T
08:18:59     (argument mismatch; cannot infer functional interface descriptor for I<T>)
08:18:59   where T is a type-variable:
08:18:59     T extends Object declared in method <T>foo(I<T>)
08:18:59 2 errors
08:18:59 
08:18:59 
08:18:59 
08:18:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:00 
08:19:00 
08:19:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:01 
08:19:01 
08:19:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:02 
08:19:02 
08:19:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:03 --- javac err: ---
08:19:03 X.java:11: error: no suitable method found for foo(()->{ return 10; })
08:19:03 		new X().foo(()->{ return 10; });
08:19:03 		       ^
08:19:03     method X.foo(I) is not applicable
08:19:03       (argument mismatch; bad return type in lambda expression
08:19:03           unexpected return value)
08:19:03     method X.foo(J) is not applicable
08:19:03       (argument mismatch; bad return type in lambda expression
08:19:03           int cannot be converted to String)
08:19:03 1 error
08:19:03 
08:19:03 
08:19:03 
08:19:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:04 --- javac err: ---
08:19:04 X.java:8: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
08:19:04 	void foo(I it) { System.out.println("foo(I)");}
08:19:04 	     ^
08:19:04 1 warning
08:19:04 
08:19:04 
08:19:04 
08:19:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:05 --- javac err: ---
08:19:05 X.java:8: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
08:19:05 	void foo(I it) { System.out.println("foo(I)");}
08:19:05 	     ^
08:19:05 X.java:11: error: no suitable method found for foo((Object o)->{ })
08:19:05 		new X().foo((Object o)->{});
08:19:05 		       ^
08:19:05     method X.foo(I) is not applicable
08:19:05       (argument mismatch; incompatible parameter types in lambda expression)
08:19:05     method X.foo(J) is not applicable
08:19:05       (argument mismatch; incompatible parameter types in lambda expression)
08:19:05 1 error
08:19:05 1 warning
08:19:05 
08:19:05 
08:19:05 
08:19:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:06 --- javac err: ---
08:19:06 X.java:12: error: reference to g is ambiguous
08:19:06 		g(() -> f++);
08:19:06 		^
08:19:06   both method g(I) in X and method g(J) in X match
08:19:06 1 error
08:19:06 
08:19:06 
08:19:06 
08:19:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:07 --- javac err: ---
08:19:07 X.java:31: error: cannot find symbol
08:19:07    Zork z;
08:19:07    ^
08:19:07   symbol:   class Zork
08:19:07   location: class Z
08:19:07 1 error
08:19:07 
08:19:07 
08:19:07 
08:19:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:08 --- javac err: ---
08:19:08 X.java:31: error: cannot find symbol
08:19:08    Zork z;
08:19:08    ^
08:19:08   symbol:   class Zork
08:19:08   location: class Z
08:19:08 X.java:9: error: incompatible types: bad return type in method reference
08:19:08 			this(X::goo);
08:19:08 			     ^
08:19:08     int cannot be converted to String
08:19:08 X.java:14: error: incompatible types: bad return type in lambda expression
08:19:08 		this((x) -> { return 10;});
08:19:08 		                     ^
08:19:08     int cannot be converted to String
08:19:08 X.java:18: error: incompatible types: bad return type in method reference
08:19:08 		foo(X::goo);
08:19:08 		    ^
08:19:08     int cannot be converted to String
08:19:08 X.java:19: error: incompatible types: bad return type in lambda expression
08:19:08 		new X((x)->{ return 10;});
08:19:08 		                    ^
08:19:08     int cannot be converted to String
08:19:08 X.java:20: error: incompatible types: bad return type in lambda expression
08:19:08 		new X((x)->{ return 10;}).new Y((x) -> { return 0;});
08:19:08 		                    ^
08:19:08     int cannot be converted to String
08:19:08 X.java:20: error: incompatible types: bad return type in lambda expression
08:19:08 		new X((x)->{ return 10;}).new Y((x) -> { return 0;});
08:19:08 		                                                ^
08:19:08     int cannot be converted to String
08:19:08 X.java:21: error: incompatible types: bad return type in lambda expression
08:19:08 		new X((x)->{ return 10;}) {};
08:19:08 		                    ^
08:19:08     int cannot be converted to String
08:19:08 X.java:26: error: incompatible types: bad return type in method reference
08:19:08 		super(X::goo);
08:19:08 		      ^
08:19:08     int cannot be converted to String
08:19:08 X.java:29: error: incompatible types: bad return type in lambda expression
08:19:08 		super (x -> 10);
08:19:08 		            ^
08:19:08     int cannot be converted to String
08:19:08 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:19:08 10 errors
08:19:08 
08:19:08 
08:19:08 
08:19:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:09 --- javac err: ---
08:19:09 X.java:4: error: cannot find symbol
08:19:09 public class X extends Zork {
08:19:09                        ^
08:19:09   symbol: class Zork
08:19:09 1 error
08:19:09 
08:19:09 
08:19:09 
08:19:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:09 --- javac err: ---
08:19:09 X.java:8: error: method foo in class X cannot be applied to given types;
08:19:09 		foo(X::goo);
08:19:09 		^
08:19:09   required: I[][]
08:19:09   found: X::goo
08:19:09   reason: varargs mismatch; Array is not a functional interface
08:19:09 X.java:9: error: method foo in class X cannot be applied to given types;
08:19:09 		foo((x)-> {return 10;});
08:19:09 		^
08:19:09   required: I[][]
08:19:09   found: (x)->{ return 10; }
08:19:09   reason: varargs mismatch; Array is not a functional interface
08:19:09 2 errors
08:19:09 
08:19:09 
08:19:09 
08:19:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:10 --- javac err: ---
08:19:10 X.java:4: error: cannot find symbol
08:19:10 public class X extends Zork {
08:19:10                        ^
08:19:10   symbol: class Zork
08:19:10 1 error
08:19:10 
08:19:10 
08:19:10 
08:19:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:11 --- javac err: ---
08:19:11 X.java:4: error: cannot find symbol
08:19:11 public class X extends Zork {
08:19:11                        ^
08:19:11   symbol: class Zork
08:19:11 1 error
08:19:11 
08:19:11 
08:19:11 
08:19:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:12 --- javac err: ---
08:19:12 X.java:4: error: cannot find symbol
08:19:12 public class X extends Zork {
08:19:12                        ^
08:19:12   symbol: class Zork
08:19:12 1 error
08:19:12 
08:19:12 
08:19:12 
08:19:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:13 --- javac err: ---
08:19:13 X.java:4: error: cannot find symbol
08:19:13 public class X extends Zork {
08:19:13                        ^
08:19:13   symbol: class Zork
08:19:13 1 error
08:19:13 
08:19:13 
08:19:13 
08:19:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:14 
08:19:14 
08:19:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:15 --- javac err: ---
08:19:15 X.java:8: error: method foo in class X cannot be applied to given types;
08:19:15 		foo(true ? X::goo : X::goo);
08:19:15 		^
08:19:15   required: I[]
08:19:15   found: true ? X::[...]::goo
08:19:15   reason: varargs mismatch; bad type in conditional expression
08:19:15       bad return type in method reference
08:19:15         int cannot be converted to String
08:19:15 X.java:9: error: method foo in class X cannot be applied to given types;
08:19:15 		foo(true ? x-> 1 : x->0);
08:19:15 		   ^
08:19:15   required: I[]
08:19:15   found: true ? (x)[...]x)->0
08:19:15   reason: varargs mismatch; bad type in conditional expression
08:19:15       bad return type in lambda expression
08:19:15         int cannot be converted to String
08:19:15 2 errors
08:19:15 
08:19:15 
08:19:15 
08:19:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:16 
08:19:16 
08:19:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:17 --- javac err: ---
08:19:17 X.java:8: error: incompatible types: bad return type in lambda expression
08:19:17 		foo(()->{ if (1 == 2) throw new RuntimeException(); });
08:19:17 		    ^
08:19:17     missing return value
08:19:17 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:19:17 1 error
08:19:17 
08:19:17 
08:19:17 
08:19:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:18 --- javac err: ---
08:19:18 X.java:14: error: incompatible types: bad return type in lambda expression
08:19:18 		goo((x) -> { while (FALSE) throw new Exception(); });
08:19:18 		    ^
08:19:18     missing return value
08:19:18 X.java:17: error: incompatible types: bad return type in lambda expression
08:19:18 		goo((x) -> { while (POI) throw new Exception(); });
08:19:18 		    ^
08:19:18     missing return value
08:19:18 X.java:19: error: incompatible types: bad return type in lambda expression
08:19:18 		goo((x) -> { if (TRUE) throw new Exception(); });
08:19:18 		    ^
08:19:18     missing return value
08:19:18 X.java:22: error: incompatible types: bad return type in lambda expression
08:19:18 		goo((x) -> { while (BLANK) throw new Exception(); });
08:19:18 		    ^
08:19:18     missing return value
08:19:18 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:19:18 4 errors
08:19:18 
08:19:18 
08:19:18 
08:19:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:19 --- javac err: ---
08:19:19 X.java:8: error: lambda body is neither value nor void compatible
08:19:19 		goo((x) -> { if (x) return null; });
08:19:19 		           ^
08:19:19 X.java:8: error: incompatible types: bad return type in lambda expression
08:19:19 		goo((x) -> { if (x) return null; });
08:19:19 		    ^
08:19:19     missing return value
08:19:19 X.java:8: error: incompatible types: String cannot be converted to boolean
08:19:19 		goo((x) -> { if (x) return null; });
08:19:19 		                 ^
08:19:19 X.java:9: error: incompatible types: bad return type in lambda expression
08:19:19 		goo((x) -> {});
08:19:19 		    ^
08:19:19     missing return value
08:19:19 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:19:19 4 errors
08:19:19 
08:19:19 
08:19:19 
08:19:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:20 --- javac err: ---
08:19:20 X.java:8: error: incompatible types: bad return type in lambda expression
08:19:20 		goo((x) -> {});
08:19:20 		    ^
08:19:20     missing return value
08:19:20 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:19:20 1 error
08:19:20 
08:19:20 
08:19:20 
08:19:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:21 --- javac err: ---
08:19:21 X.java:8: error: lambda body is neither value nor void compatible
08:19:21 		goo((x) -> { if (x) return null; });
08:19:21 		           ^
08:19:21 X.java:8: error: incompatible types: bad return type in lambda expression
08:19:21 		goo((x) -> { if (x) return null; });
08:19:21 		    ^
08:19:21     missing return value
08:19:21 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:19:21 2 errors
08:19:21 
08:19:21 
08:19:21 
08:19:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:21 --- javac err: ---
08:19:21 X.java:8: error: incompatible types: unexpected return value
08:19:21 		goo((x) -> { return null; });
08:19:21 		    ^
08:19:21 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:19:21 1 error
08:19:21 
08:19:21 
08:19:21 
08:19:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:22 
08:19:22 
08:19:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:23 
08:19:23 
08:19:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:24 --- javac err: ---
08:19:24 X.java:13: error: cannot find symbol
08:19:24     Zork z;
08:19:24     ^
08:19:24   symbol:   class Zork
08:19:24   location: class X
08:19:24 X.java:8: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:19:24 	void goo(I i) {}
08:19:24 	     ^
08:19:24 X.java:11: error: reference to goo is ambiguous
08:19:24 		new X().goo((p1, p2) -> p1 = p1 + p2);
08:19:24 		       ^
08:19:24   both method goo(I) in X and method goo(J) in X match
08:19:24 2 errors
08:19:24 1 warning
08:19:24 
08:19:24 
08:19:24 
08:19:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:24 --- javac err: ---
08:19:24 error: invalid flag: Xlint:empty
08:19:24 Usage: javac <options> <source files>
08:19:24 use --help for a list of possible options
08:19:24 
08:19:24 
08:19:24 
08:19:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:25 --- javac err: ---
08:19:25 X.java:13: error: cannot find symbol
08:19:25     Zork z;
08:19:25     ^
08:19:25   symbol:   class Zork
08:19:25   location: class X
08:19:25 X.java:8: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:19:25 	void goo(I i) {}
08:19:25 	     ^
08:19:25 X.java:11: error: reference to goo is ambiguous
08:19:25 		new X().goo((p1, p2) -> p1 + p2);
08:19:25 		       ^
08:19:25   both method goo(I) in X and method goo(J) in X match
08:19:25 2 errors
08:19:25 1 warning
08:19:25 
08:19:25 
08:19:25 
08:19:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:26 --- javac err: ---
08:19:26 X.java:10: error: illegal start of expression
08:19:26 		new X().foo(() -> { return () -> { return}; });
08:19:26 		                                         ^
08:19:26 1 error
08:19:26 
08:19:26 
08:19:26 
08:19:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:27 --- javac err: ---
08:19:27 X.java:12: error: cannot find symbol
08:19:27    Zork z;
08:19:27    ^
08:19:27   symbol:   class Zork
08:19:27   location: class X
08:19:27 1 error
08:19:27 
08:19:27 
08:19:27 
08:19:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:28 --- javac err: ---
08:19:28 X.java:12: error: cannot find symbol
08:19:28    Zork z;
08:19:28    ^
08:19:28   symbol:   class Zork
08:19:28   location: class X
08:19:28 1 error
08:19:28 
08:19:28 
08:19:28 
08:19:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:29 --- javac err: ---
08:19:29 X.java:12: error: cannot find symbol
08:19:29    Zork z;
08:19:29    ^
08:19:29   symbol:   class Zork
08:19:29   location: class X
08:19:29 1 error
08:19:29 
08:19:29 
08:19:29 
08:19:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:30 --- javac err: ---
08:19:30 X.java:12: error: cannot find symbol
08:19:30    Zork z;
08:19:30    ^
08:19:30   symbol:   class Zork
08:19:30   location: class X
08:19:30 1 error
08:19:30 
08:19:30 
08:19:30 
08:19:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:30 --- javac err: ---
08:19:30 X.java:18: error: reference to f is ambiguous
08:19:30 		f(super::foo);
08:19:30 		^
08:19:30   both method f(I) in X and method f(J) in X match
08:19:30 X.java:18: error: non-static variable super cannot be referenced from a static context
08:19:30 		f(super::foo);
08:19:30 		  ^
08:19:30 2 errors
08:19:30 
08:19:30 
08:19:30 
08:19:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:31 --- javac err: ---
08:19:31 X.java:17: error: abstract method foo() in Y cannot be accessed directly
08:19:31 		f(super::foo);
08:19:31 		  ^
08:19:31 X.java:18: error: abstract method foo() in Y cannot be accessed directly
08:19:31        I i = super::foo;
08:19:31              ^
08:19:31 2 errors
08:19:31 
08:19:31 
08:19:31 
08:19:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:32 --- javac err: ---
08:19:32 X.java:18: error: reference to f is ambiguous
08:19:32 		f(super::foo);
08:19:32 		^
08:19:32   both method f(I) in X and method f(J) in X match
08:19:32 X.java:18: error: abstract method foo() in Y cannot be accessed directly
08:19:32 		f(super::foo);
08:19:32 		  ^
08:19:32 2 errors
08:19:32 
08:19:32 
08:19:32 
08:19:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:33 --- javac err: ---
08:19:33 X.java:18: error: reference to f is ambiguous
08:19:33 		f(super::foo);
08:19:33 		^
08:19:33   both method f(I) in X and method f(J) in X match
08:19:33 1 error
08:19:33 
08:19:33 
08:19:33 
08:19:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:34 --- javac err: ---
08:19:34 X.java:8: error: local variables referenced from a lambda expression must be final or effectively final
08:19:34     executeLater(() -> System.out.println(n)); // Error: n is not effectively final
08:19:34                                           ^
08:19:34 1 error
08:19:34 
08:19:34 
08:19:34 
08:19:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:35 --- javac err: ---
08:19:35 X.java:8: error: local variables referenced from a lambda expression must be final or effectively final
08:19:35    executeLater(() -> System.out.println(n)); // Error: n is not effectively final
08:19:35                                          ^
08:19:35 1 error
08:19:35 
08:19:35 
08:19:35 
08:19:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:36 --- javac err: ---
08:19:36 X.java:11: error: ';' expected
08:19:36     static Foo1 f1 = af1 -> (a1,b1) -> {int uniqueName = 4; return uniqueName};
08:19:36                                                                              ^
08:19:36 1 error
08:19:36 
08:19:36 
08:19:36 
08:19:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:37 --- javac err: ---
08:19:37 X.java:8: error: invalid constructor reference
08:19:37 		I i = Y::new;
08:19:37 		      ^
08:19:37   cannot access constructor Y()
08:19:37     an enclosing instance of type X is not in scope
08:19:37 1 error
08:19:37 
08:19:37 
08:19:37 
08:19:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:38 --- javac err: ---
08:19:38 X.java:10: error: cannot reference this before supertype constructor has been called
08:19:38 			this(Z::new);
08:19:38 			     ^
08:19:38 1 error
08:19:38 
08:19:38 
08:19:38 
08:19:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:38 --- javac err: ---
08:19:38 X.java:9: error: cannot reference this before supertype constructor has been called
08:19:38 		this(() -> this.f);
08:19:38 		           ^
08:19:38 X.java:12: error: cannot reference this before supertype constructor has been called
08:19:38 		this(() -> this.g());
08:19:38 		           ^
08:19:38 X.java:15: error: cannot reference f before supertype constructor has been called
08:19:38 	    this(() -> f);
08:19:38 	               ^
08:19:38 X.java:18: error: cannot reference this before supertype constructor has been called
08:19:38 	    this(() -> g());
08:19:38 	               ^
08:19:38 4 errors
08:19:38 
08:19:38 
08:19:38 
08:19:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:38 
08:19:38 
08:19:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:39 
08:19:39 
08:19:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:40 
08:19:40 
08:19:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:41 
08:19:41 
08:19:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:42 
08:19:42 
08:19:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:43 --- javac err: ---
08:19:43 Sample.java:6: error: local variables referenced from a lambda expression must be final or effectively final
08:19:43 										j=10;
08:19:43 										^
08:19:43 1 error
08:19:43 
08:19:43 
08:19:43 
08:19:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:44 --- javac err: ---
08:19:44 X.java:11: error: local variables referenced from an inner class must be final or effectively final
08:19:44 			j = 10;
08:19:44 			^
08:19:44 1 error
08:19:44 
08:19:44 
08:19:44 
08:19:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:45 
08:19:45 
08:19:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:46 --- javac err: ---
08:19:46 X.java:10: error: variable i might not have been initialized
08:19:46 			 i.foo();
08:19:46 			 ^
08:19:46 1 error
08:19:46 
08:19:46 
08:19:46 
08:19:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:47 --- javac err: ---
08:19:47 X.java:9: error: variable t might already have been assigned
08:19:47            t = 4;
08:19:47            ^
08:19:47 X.java:12: error: variable t might not have been initialized
08:19:47   }
08:19:47   ^
08:19:47 2 errors
08:19:47 
08:19:47 
08:19:47 
08:19:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:48 --- javac err: ---
08:19:48 X.java:7: error: variable t might not have been initialized
08:19:48            t += 3;
08:19:48            ^
08:19:48 X.java:9: error: variable t might not have been initialized
08:19:48            t += 4;
08:19:48            ^
08:19:48 X.java:12: error: variable t might not have been initialized
08:19:48   }
08:19:48   ^
08:19:48 3 errors
08:19:48 
08:19:48 
08:19:48 
08:19:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:49 --- javac err: ---
08:19:49 X.java:13: error: incompatible types: incompatible parameter types in lambda expression
08:19:49 		final Optional<Integer> min = empty.minBy((a, b) -> a - b);
08:19:49 		                                          ^
08:19:49 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:19:49 1 error
08:19:49 
08:19:49 
08:19:49 
08:19:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:50 --- javac err: ---
08:19:50 X.java:7: error: incompatible types: bad return type in method reference
08:19:50 		foo(() -> foo(X::getInt));
08:19:50 		              ^
08:19:50     Integer cannot be converted to String
08:19:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:19:50 1 error
08:19:50 
08:19:50 
08:19:50 
08:19:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:50 --- javac err: ---
08:19:50 Sample.java:6: error: local variables referenced from a lambda expression must be final or effectively final
08:19:50 								j=10;
08:19:50 								^
08:19:50 1 error
08:19:50 
08:19:50 
08:19:50 
08:19:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:51 --- javac err: ---
08:19:51 X.java:10: error: cannot assign a value to final variable j
08:19:51 				j = 10;
08:19:51 				^
08:19:51 1 error
08:19:51 
08:19:51 
08:19:51 
08:19:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:52 --- javac err: ---
08:19:52 X.java:5: error: self-reference in initializer
08:19:52    public static final int f = f;
08:19:52                                ^
08:19:52 X.java:6: error: self-reference in initializer
08:19:52 	public static final I fi = x -> fi;
08:19:52 	                                ^
08:19:52 X.java:7: error: illegal forward reference
08:19:52 	public static final I fj = x -> fk;
08:19:52 	                                ^
08:19:52 3 errors
08:19:52 
08:19:52 
08:19:52 
08:19:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:53 --- javac err: ---
08:19:53 X.java:5: error: illegal forward reference
08:19:53     static int f = ((I) (int x5, int x2) -> x1).run(10,  20);
08:19:53                                             ^
08:19:53 1 error
08:19:53 
08:19:53 
08:19:53 
08:19:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:54 
08:19:54 
08:19:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:55 
08:19:55 
08:19:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:56 
08:19:56 
08:19:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:57 --- javac err: ---
08:19:57 X.java:8: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:19:57     static void goo(I i) {
08:19:57                 ^
08:19:57 X.java:13: error: reference to goo is ambiguous
08:19:57 		goo((x, y) -> { x[0] += 1; });
08:19:57 		^
08:19:57   both method goo(I) in X and method goo(J) in X match
08:19:57 1 error
08:19:57 1 warning
08:19:57 
08:19:57 
08:19:57 
08:19:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:58 --- javac err: ---
08:19:58 X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X
08:19:58     static void goo(J j) {
08:19:58                 ^
08:19:58 X.java:13: error: reference to goo is ambiguous
08:19:58 		goo((x, y) -> { x[0] += 1; });
08:19:58 		^
08:19:58   both method goo(J) in X and method goo(I) in X match
08:19:58 X.java:13: error: array required, but int found
08:19:58 		goo((x, y) -> { x[0] += 1; });
08:19:58 		                 ^
08:19:58 2 errors
08:19:58 1 warning
08:19:58 
08:19:58 
08:19:58 
08:19:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:19:59 --- javac err: ---
08:19:59 X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X
08:19:59     static void goo(J j) {
08:19:59                 ^
08:19:59 1 warning
08:19:59 
08:19:59 
08:19:59 
08:19:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:00 --- javac err: ---
08:20:00 X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X
08:20:00     static void goo(J j) {
08:20:00                 ^
08:20:00 X.java:13: error: reference to goo is ambiguous
08:20:00 		goo((x, y) -> x[0] += 1);
08:20:00 		^
08:20:00   both method goo(J) in X and method goo(I) in X match
08:20:00 X.java:13: error: array required, but int found
08:20:00 		goo((x, y) -> x[0] += 1);
08:20:00 		               ^
08:20:00 2 errors
08:20:00 1 warning
08:20:00 
08:20:00 
08:20:00 
08:20:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:01 --- javac err: ---
08:20:01 X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X
08:20:01     static void goo(J j) {
08:20:01                 ^
08:20:01 X.java:13: error: reference to goo is ambiguous
08:20:01 		goo((x, y) -> x[0] += 1);
08:20:01 		^
08:20:01   both method goo(J) in X and method goo(I) in X match
08:20:01 X.java:13: error: array required, but int found
08:20:01 		goo((x, y) -> x[0] += 1);
08:20:01 		               ^
08:20:01 2 errors
08:20:01 1 warning
08:20:01 
08:20:01 
08:20:01 
08:20:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:02 --- javac err: ---
08:20:02 X.java:5: error: cannot find symbol
08:20:02             sysoresult[0]= 42;
08:20:02             ^
08:20:02   symbol:   variable sysoresult
08:20:02   location: class X
08:20:02 1 error
08:20:02 
08:20:02 
08:20:02 
08:20:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:02 --- javac err: ---
08:20:02 X.java:5: error: cannot find symbol
08:20:02             System.out.printlnresult[0]= 42;
08:20:02                       ^
08:20:02   symbol:   variable printlnresult
08:20:02   location: variable out of type PrintStream
08:20:02 1 error
08:20:02 
08:20:02 
08:20:02 
08:20:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:03 --- javac err: ---
08:20:03 X.java:2: error: cannot find symbol
08:20:03     public void foo(Random arg) {
08:20:03                     ^
08:20:03   symbol:   class Random
08:20:03   location: class X
08:20:03 1 error
08:20:03 
08:20:03 
08:20:03 
08:20:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:04 --- javac err: ---
08:20:04 X.java:2: error: cannot find symbol
08:20:04     Random arg;
08:20:04     ^
08:20:04   symbol:   class Random
08:20:04   location: class X
08:20:04 1 error
08:20:04 
08:20:04 
08:20:04 
08:20:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:05 --- javac err: ---
08:20:05 X.java:12: error: <identifier> expected
08:20:05 			return xyz.
08:20:05 			           ^
08:20:05 1 error
08:20:05 
08:20:05 
08:20:05 
08:20:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:06 --- javac err: ---
08:20:06 X.java:12: error: class, interface, or enum expected
08:20:06 }
08:20:06 ^
08:20:06 1 error
08:20:06 
08:20:06 
08:20:06 
08:20:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:07 
08:20:07 
08:20:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:08 --- javac err: ---
08:20:08 X.java:14: error: incompatible types: bad return type in lambda expression
08:20:08 			return (xyz, pqr) -> first.length();
08:20:08 			       ^
08:20:08     int is not a functional interface
08:20:08 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:20:08 1 error
08:20:08 
08:20:08 
08:20:08 
08:20:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:09 --- javac err: ---
08:20:09 X.java:5: error: reference to bar is ambiguous
08:20:09         bar(x -> x++); // [1]
08:20:09         ^
08:20:09   both method bar(FL) in C2_Sup and method bar(FI) in C2 match
08:20:09 X.java:8: warning: [overloads] bar(FI) in C2 is potentially ambiguous with bar(FL) in C2_Sup
08:20:09     void bar(FI fi) { }
08:20:09          ^
08:20:09 1 error
08:20:09 1 warning
08:20:09 
08:20:09 
08:20:09 
08:20:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:10 --- javac err: ---
08:20:10 X.java:3: error: reference to bar is ambiguous
08:20:10         bar(x -> x++); // [1]
08:20:10         ^
08:20:10   both method bar(J) in K and method bar(I) in X match
08:20:10 X.java:5: warning: [overloads] bar(I) in X is potentially ambiguous with bar(J) in K
08:20:10     void bar(I fi) { }
08:20:10          ^
08:20:10 1 error
08:20:10 1 warning
08:20:10 
08:20:10 
08:20:10 
08:20:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:10 --- javac err: ---
08:20:10 X.java:3: error: incompatible types: cannot infer functional interface descriptor for Predicate<? super Process>
08:20:10 		list.removeIf((int x) -> "");
08:20:10 		              ^
08:20:10 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:20:10 1 error
08:20:10 
08:20:10 
08:20:10 
08:20:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:11 --- javac err: ---
08:20:11 X.java:6: error: method foo in class X cannot be applied to given types;
08:20:11 		foo(0, (int x, int y) -> {return 2;}, 0);
08:20:11 		^
08:20:11   required: no arguments
08:20:11   found: int,(int x, in[...] 2; },int
08:20:11   reason: actual and formal argument lists differ in length
08:20:11 X.java:7: error: incompatible types: bad return type in lambda expression
08:20:11 		foo2((int x) -> "");
08:20:11 		                ^
08:20:11     String cannot be converted to int
08:20:11 X.java:8: error: incompatible types: incompatible parameter types in lambda expression
08:20:11 		foo2((float x) -> 0);
08:20:11 		     ^
08:20:11 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:20:11 3 errors
08:20:11 
08:20:11 
08:20:11 
08:20:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:12 --- javac err: ---
08:20:12 X.java:3: error: Comparable cannot be inherited with different arguments: <java.lang.Integer> and <>
08:20:12     	int result = ((Comparable<Integer> & MyComparable) new X()).compareTo(1);
08:20:12     	              ^
08:20:12 X.java:3: warning: [rawtypes] found raw type: X
08:20:12     	int result = ((Comparable<Integer> & MyComparable) new X()).compareTo(1);
08:20:12     	                                                       ^
08:20:12   missing type arguments for generic class X<T>
08:20:12   where T is a type-variable:
08:20:12     T extends Object declared in class X
08:20:12 1 error
08:20:12 1 warning
08:20:12 
08:20:12 
08:20:12 
08:20:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:13 --- javac err: ---
08:20:13 X.java:7: error: incompatible types: bad return type in method reference
08:20:13     	Functional<Integer []> contr = int[]::new;
08:20:13     	                               ^
08:20:13     int[] cannot be converted to Integer[]
08:20:13 1 error
08:20:13 
08:20:13 
08:20:13 
08:20:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:14 
08:20:14 
08:20:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:15 --- javac err: ---
08:20:15 X.java:6: error: unexpected type
08:20:15     	int [] a = (int [] & IJK) null;
08:20:15     	                ^
08:20:15   required: class
08:20:15   found:    int[]
08:20:15 1 error
08:20:15 
08:20:15 
08:20:15 
08:20:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:16 --- javac err: ---
08:20:16 X.java:7: error: unexpected type
08:20:16     	int [] a = (int [] & Serializable & IJK) null;
08:20:16     	                ^
08:20:16   required: class
08:20:16   found:    int[]
08:20:16 1 error
08:20:16 
08:20:16 
08:20:16 
08:20:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:17 --- javac err: ---
08:20:17 X.java:7: error: unexpected type
08:20:17     	int [] a = (int [] & IJK & Serializable) null;
08:20:17     	                ^
08:20:17   required: class
08:20:17   found:    int[]
08:20:17 1 error
08:20:17 
08:20:17 
08:20:17 
08:20:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:18 --- javac err: ---
08:20:18 X.java:7: error: unexpected type
08:20:18     	int [] a = (IJK & Serializable & int []) null;
08:20:18     	                                     ^
08:20:18   required: class
08:20:18   found:    int[]
08:20:18 1 error
08:20:18 
08:20:18 
08:20:18 
08:20:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:18 --- javac err: ---
08:20:18 X.java:7: error: unexpected type
08:20:18     	I i = (int [] & I) (i) -> {};
08:20:18     	           ^
08:20:18   required: class
08:20:18   found:    int[]
08:20:18 X.java:7: error: variable i is already defined in method main(String[])
08:20:18     	I i = (int [] & I) (i) -> {};
08:20:18     	                    ^
08:20:18 2 errors
08:20:18 
08:20:18 
08:20:18 
08:20:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:19 --- javac err: ---
08:20:19 X.java:7: error: unexpected type
08:20:19     	I i = (int [] & Serializable) (i) -> {};
08:20:19     	           ^
08:20:19   required: class
08:20:19   found:    int[]
08:20:19 X.java:7: error: variable i is already defined in method main(String[])
08:20:19     	I i = (int [] & Serializable) (i) -> {};
08:20:19     	                               ^
08:20:19 2 errors
08:20:19 
08:20:19 
08:20:19 
08:20:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:20 --- javac err: ---
08:20:20 X.java:5: warning: [rawtypes] found raw type: Y
08:20:20     Y<Y> foo();
08:20:20       ^
08:20:20   missing type arguments for generic class Y<T>
08:20:20   where T is a type-variable:
08:20:20     T extends Object declared in class Y
08:20:20 X.java:8: error: invalid constructor reference
08:20:20     I i = Y::<X>new;
08:20:20           ^
08:20:20   cannot use raw constructor reference with explicit type parameters for constructor
08:20:20 1 error
08:20:20 1 warning
08:20:20 
08:20:20 
08:20:20 
08:20:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:21 --- javac err: ---
08:20:21 X.java:3: error: reference to bar is ambiguous
08:20:21         bar( () -> (char) 0); // [1]
08:20:21         ^
08:20:21   both method bar(FC) in C2 and method bar(FB) in C2 match
08:20:21 1 error
08:20:21 
08:20:21 
08:20:21 
08:20:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:22 --- javac err: ---
08:20:22 X.java:4: error: incompatible types: bad type in conditional expression
08:20:22         Comparator<? extends String> c = true ? (Integer i, Integer j) -> { return 0; } : (Long i, Long j) -> { return 1; };
08:20:22                                                 ^
08:20:22     Comparator<Integer> cannot be converted to Comparator<? extends String>
08:20:22 X.java:4: error: incompatible types: bad type in conditional expression
08:20:22         Comparator<? extends String> c = true ? (Integer i, Integer j) -> { return 0; } : (Long i, Long j) -> { return 1; };
08:20:22                                                                                           ^
08:20:22     Comparator<Long> cannot be converted to Comparator<? extends String>
08:20:22 2 errors
08:20:22 
08:20:22 
08:20:22 
08:20:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:23 
08:20:23 
08:20:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:24 --- javac err: ---
08:20:24 X.java:6: error: lambda expression not expected here
08:20:24 		I i = (I) ((args == null) ? ()->{} : ()-> {});
08:20:24 		                            ^
08:20:24 X.java:6: error: lambda expression not expected here
08:20:24 		I i = (I) ((args == null) ? ()->{} : ()-> {});
08:20:24 		                                     ^
08:20:24 X.java:6: warning: [cast] redundant cast to I
08:20:24 		I i = (I) ((args == null) ? ()->{} : ()-> {});
08:20:24 		      ^
08:20:24 2 errors
08:20:24 1 warning
08:20:24 
08:20:24 
08:20:24 
08:20:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:25 
08:20:25 
08:20:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:26 --- javac err: ---
08:20:26 X.java:10: error: cannot find symbol
08:20:26             I i = Y<String>.Z<Integer>::<String> new;
08:20:26                   ^
08:20:26   symbol:   class Y
08:20:26   location: class X<T>.Z<K>
08:20:26   where K,T are type-variables:
08:20:26     K extends Object declared in class X.Z
08:20:26     T extends Object declared in class X
08:20:26 X.java:11: error: cannot find symbol
08:20:26             i.foo(new Y<String>());
08:20:26                       ^
08:20:26   symbol:   class Y
08:20:26   location: class X<T>.Z<K>
08:20:26   where K,T are type-variables:
08:20:26     K extends Object declared in class X.Z
08:20:26     T extends Object declared in class X
08:20:26 X.java:19: error: cannot find symbol
08:20:26 		Y<String> y = new Y<String>();
08:20:26 		^
08:20:26   symbol:   class Y
08:20:26   location: class X<T>
08:20:26   where T is a type-variable:
08:20:26     T extends Object declared in class X
08:20:26 X.java:19: error: cannot find symbol
08:20:26 		Y<String> y = new Y<String>();
08:20:26 		                  ^
08:20:26   symbol:   class Y
08:20:26   location: class X<T>
08:20:26   where T is a type-variable:
08:20:26     T extends Object declared in class X
08:20:26 4 errors
08:20:26 
08:20:26 
08:20:26 
08:20:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:27 --- javac err: ---
08:20:27 X.java:19: error: incompatible types: Stream<CAP#1> cannot be converted to Stream<String>
08:20:27         Stream<String> stream2 = entries.map(toName).distinct(); // ERROR
08:20:27                                                              ^
08:20:27   where CAP#1 is a fresh type-variable:
08:20:27     CAP#1 extends String from capture of ? extends String
08:20:27 X.java:20: error: incompatible types: Stream<CAP#1> cannot be converted to Stream<String>
08:20:27         withoutWildcard(entries.map(toName).distinct()); // ERROR
08:20:27                                                     ^
08:20:27   where CAP#1 is a fresh type-variable:
08:20:27     CAP#1 extends String from capture of ? extends String
08:20:27 X.java:21: error: incompatible types: Stream<CAP#1> cannot be converted to Stream<String>
08:20:27         withoutWildcard(stream); // ERROR
08:20:27                         ^
08:20:27   where CAP#1 is a fresh type-variable:
08:20:27     CAP#1 extends String from capture of ? extends String
08:20:27 X.java:36: error: incompatible types: Stream<CAP#1> cannot be converted to Stream<String>
08:20:27     if("1" == "") { return stream.collect(Collectors.toList()).stream(); // ERROR
08:20:27                                                                      ^
08:20:27   where CAP#1 is a fresh type-variable:
08:20:27     CAP#1 extends String from capture of ? extends String
08:20:27 X.java:38: error: incompatible types: inference variable R has incompatible bounds
08:20:27     return stream.collect(Collectors.toList()); // NO ERROR
08:20:27                          ^
08:20:27     equality constraints: List<T#2>
08:20:27     lower bounds: Stream<String>,Object
08:20:27   where R,A,T#1,T#2 are type-variables:
08:20:27     R extends Object declared in method <R,A>collect(Collector<? super T#1,A,R>)
08:20:27     A extends Object declared in method <R,A>collect(Collector<? super T#1,A,R>)
08:20:27     T#1 extends Object declared in interface Stream
08:20:27     T#2 extends Object declared in method <T#2>toList()
08:20:27 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:20:27 5 errors
08:20:27 
08:20:27 
08:20:27 
08:20:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:28 
08:20:28 
08:20:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:29 
08:20:29 
08:20:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:30 --- javac err: ---
08:20:30 X.java:7: error: cannot find symbol
08:20:30         System.out.println( name.get().toUpperCase() )
08:20:30                                 ^
08:20:30   symbol:   method get()
08:20:30   location: variable name of type String
08:20:30 1 error
08:20:30 
08:20:30 
08:20:30 
08:20:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:31 --- javac err: ---
08:20:31 X.java:7: error: incompatible types: invalid method reference
08:20:31         Function<List<String>, String> func = ArrayList::toString;
08:20:31                                               ^
08:20:31     method toString in class AbstractCollection<E> cannot be applied to given types
08:20:31       required: no arguments
08:20:31       found: List<String>
08:20:31       reason: actual and formal argument lists differ in length
08:20:31   where E is a type-variable:
08:20:31     E extends Object declared in class AbstractCollection
08:20:31 1 error
08:20:31 
08:20:31 
08:20:31 
08:20:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:32 --- javac err: ---
08:20:32 X.java:8: error: incompatible types: no instance(s) of type variable(s) T exist so that List<T> conforms to ArrayList<String>
08:20:32         System.out.println(func.apply(Arrays.asList("a", "b")));
08:20:32                                ^
08:20:32   where T is a type-variable:
08:20:32     T extends Object declared in method <T>asList(T...)
08:20:32 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:20:32 1 error
08:20:32 
08:20:32 
08:20:32 
08:20:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:33 --- javac err: ---
08:20:33 X.java:8: error: incompatible types: no instance(s) of type variable(s) T exist so that List<T> conforms to ArrayList<String>
08:20:33         System.out.println(func.apply(Arrays.asList("a", "b")));
08:20:33                                ^
08:20:33   where T is a type-variable:
08:20:33     T extends Object declared in method <T>asList(T...)
08:20:33 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:20:33 1 error
08:20:33 
08:20:33 
08:20:33 
08:20:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:34 --- javac err: ---
08:20:34 X.java:14: error: cannot find symbol
08:20:34     Zork z;
08:20:34     ^
08:20:34   symbol:   class Zork
08:20:34   location: class X
08:20:34 X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID
08:20:34 class Vector<E> extends ArrayList<E> {}
08:20:34 ^
08:20:34 1 error
08:20:34 1 warning
08:20:34 
08:20:34 
08:20:34 
08:20:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:35 --- javac err: ---
08:20:35 X.java:14: error: cannot find symbol
08:20:35     Zork z;
08:20:35     ^
08:20:35   symbol:   class Zork
08:20:35   location: class X
08:20:35 X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID
08:20:35 class Vector<E> extends ArrayList<E> {}
08:20:35 ^
08:20:35 1 error
08:20:35 1 warning
08:20:35 
08:20:35 
08:20:35 
08:20:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:36 --- javac err: ---
08:20:36 X.java:14: error: cannot find symbol
08:20:36     Zork z;
08:20:36     ^
08:20:36   symbol:   class Zork
08:20:36   location: class X
08:20:36 X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID
08:20:36 class Vector<E> extends ArrayList<E> {}
08:20:36 ^
08:20:36 X.java:11: error: incompatible types: bad return type in lambda expression
08:20:36         I i = ArrayList::new;
08:20:36               ^
08:20:36     no instance(s) of type variable(s) E exist so that ArrayList<E> conforms to Vector<String>
08:20:36   where E is a type-variable:
08:20:36     E extends Object declared in class ArrayList
08:20:36 2 errors
08:20:36 1 warning
08:20:36 
08:20:36 
08:20:36 
08:20:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:38 --- javac err: ---
08:20:38 X.java:14: error: cannot find symbol
08:20:38     Zork z;
08:20:38     ^
08:20:38   symbol:   class Zork
08:20:38   location: class X
08:20:38 X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID
08:20:38 class Vector<E> extends ArrayList<E> {}
08:20:38 ^
08:20:38 1 error
08:20:38 1 warning
08:20:38 
08:20:38 
08:20:38 
08:20:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:39 --- javac err: ---
08:20:39 X.java:8: error: incompatible types: no instance(s) of type variable(s) T exist so that List<T> conforms to CAP#1
08:20:39         System.out.println(func.apply(Arrays.asList("a", "b")));
08:20:39                                ^
08:20:39   where T is a type-variable:
08:20:39     T extends Object declared in method <T>asList(T...)
08:20:39   where CAP#1 is a fresh type-variable:
08:20:39     CAP#1 extends ArrayList<String> from capture of ? extends ArrayList<String>
08:20:39 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:20:39 1 error
08:20:39 
08:20:39 
08:20:39 
08:20:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:39 --- javac err: ---
08:20:39 X.java:1: error: cannot find symbol
08:20:39 interface I1 { int foo(Strin i); }
08:20:39                        ^
08:20:39   symbol:   class Strin
08:20:39   location: interface I1
08:20:39 X.java:3: error: incompatible types: bad return type in lambda expression
08:20:39 	I1 i = (a) -> { 
08:20:39 	       ^
08:20:39     missing return value
08:20:39 2 errors
08:20:39 
08:20:39 
08:20:39 
08:20:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:40 --- javac err: ---
08:20:40 X.java:3: error: ',', ')', or '[' expected
08:20:40 		Function<String, String> f1= (String s, Function this) -> s;
08:20:40 		                                                ^
08:20:40 X.java:3: error: invalid lambda parameter declaration
08:20:40 		Function<String, String> f1= (String s, Function this) -> s;
08:20:40 		                             ^
08:20:40   (cannot mix implicitly-typed and explicitly-typed parameters)
08:20:40 X.java:3: error: ';' expected
08:20:40 		Function<String, String> f1= (String s, Function this) -> s;
08:20:40 		                                                     ^
08:20:40 X.java:3: error: not a statement
08:20:40 		Function<String, String> f1= (String s, Function this) -> s;
08:20:40 		                                                          ^
08:20:40 X.java:4: error: ')' expected
08:20:40 		Function<String, String> f2= (Function this, String s) -> s;
08:20:40 		                                      ^
08:20:40 X.java:4: error: not a statement
08:20:40 		Function<String, String> f2= (Function this, String s) -> s;
08:20:40 		                                       ^
08:20:40 X.java:4: error: ';' expected
08:20:40 		Function<String, String> f2= (Function this, String s) -> s;
08:20:40 		                                           ^
08:20:40 X.java:4: error: ';' expected
08:20:40 		Function<String, String> f2= (Function this, String s) -> s;
08:20:40 		                                                     ^
08:20:40 X.java:4: error: not a statement
08:20:40 		Function<String, String> f2= (Function this, String s) -> s;
08:20:40 		                                                          ^
08:20:40 9 errors
08:20:40 
08:20:40 
08:20:40 
08:20:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:41 --- javac err: ---
08:20:41 X.java:7: error: unreported exception IOException; must be caught or declared to be thrown
08:20:41                 require(s1 != null || s2 != null, "both strings are null");
08:20:41                        ^
08:20:41 1 error
08:20:41 
08:20:41 
08:20:41 
08:20:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:42 --- javac err: ---
08:20:42 X.java:9: error: incompatible thrown types Exception in functional expression
08:20:42 		I i = X::goo;
08:20:42 		      ^
08:20:42 1 error
08:20:42 
08:20:42 
08:20:42 
08:20:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:43 --- javac err: ---
08:20:43 X.java:9: error: Unexpected @FunctionalInterface annotation
08:20:43 @FunctionalInterface
08:20:43 ^
08:20:43   F2 is not a functional interface
08:20:43     multiple non-overriding abstract methods found in interface F2
08:20:43 1 error
08:20:43 
08:20:43 
08:20:43 
08:20:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:44 --- javac err: ---
08:20:44 X.java:7: error: class Z is already defined in method foo()
08:20:44 					class Z { }
08:20:44 					^
08:20:44 1 error
08:20:44 
08:20:44 
08:20:44 
08:20:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:45 --- javac err: ---
08:20:45 Y.java:13: error: cannot reference this before supertype constructor has been called
08:20:45 			return new Z();
08:20:45 			       ^
08:20:45 1 error
08:20:45 
08:20:45 
08:20:45 
08:20:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:46 --- javac err: ---
08:20:46 X.java:13: error: incompatible types: invalid method reference
08:20:46 		BinaryOperator<Consumer<? super T>> attempt_X_0 = Consumer::andThen;
08:20:46 		                                                  ^
08:20:46     incompatible types: Consumer<CAP#1> cannot be converted to Consumer<? super CAP#2>
08:20:46   where T,ISSUPER_T are type-variables:
08:20:46     T extends ISSUPER_T declared in method <T,ISSUPER_T>method()
08:20:46     ISSUPER_T extends Object declared in method <T,ISSUPER_T>method()
08:20:46   where CAP#1,CAP#2 are fresh type-variables:
08:20:46     CAP#1 extends Object super: T from capture of ? super T
08:20:46     CAP#2 extends Object super: T from capture of ? super T
08:20:46 X.java:14: error: incompatible types: invalid method reference
08:20:46 		BinaryOperator<Subsumer<? super T>> attempt_X_1 = Subsumer::andThe1;
08:20:46 		                                                  ^
08:20:46     incompatible types: Subsumer<CAP#1> cannot be converted to Subsumer<? super CAP#2>
08:20:46   where T,ISSUPER_T are type-variables:
08:20:46     T extends ISSUPER_T declared in method <T,ISSUPER_T>method()
08:20:46     ISSUPER_T extends Object declared in method <T,ISSUPER_T>method()
08:20:46   where CAP#1,CAP#2 are fresh type-variables:
08:20:46     CAP#1 extends Object super: T from capture of ? super T
08:20:46     CAP#2 extends Object super: T from capture of ? super T
08:20:46 X.java:15: error: incompatible types: invalid method reference
08:20:46 		BinaryOperator<Subsumer<? super T>> attempt_X_2 = Subsumer::andThe2;
08:20:46 		                                                  ^
08:20:46     incompatible types: Subsumer<CAP#1> cannot be converted to Subsumer<? super CAP#2>
08:20:46   where T,ISSUPER_T are type-variables:
08:20:46     T extends ISSUPER_T declared in method <T,ISSUPER_T>method()
08:20:46     ISSUPER_T extends Object declared in method <T,ISSUPER_T>method()
08:20:46   where CAP#1,CAP#2 are fresh type-variables:
08:20:46     CAP#1 extends Object super: T from capture of ? super T
08:20:46     CAP#2 extends Object super: T from capture of ? super T
08:20:46 X.java:16: error: incompatible types: invalid method reference
08:20:46 		BinaryOperator<Subsumer<? super T>> attempt_X_3 = Subsumer::andThe3;
08:20:46 		                                                  ^
08:20:46     method andThe3 in interface Subsumer<T#2> cannot be applied to given types
08:20:46       required: Subsumer<U>,Subsumer<? super U>
08:20:46       found: Subsumer<? super T#1>,Subsumer<? super T#1>
08:20:46       reason: inference variable U has incompatible bounds
08:20:46         equality constraints: CAP#1
08:20:46         lower bounds: CAP#2,Object
08:20:46   where U,T#1,ISSUPER_T,T#2 are type-variables:
08:20:46     U extends Object declared in method <U>andThe3(Subsumer<U>,Subsumer<? super U>)
08:20:46     T#1 extends ISSUPER_T declared in method <T#1,ISSUPER_T>method()
08:20:46     ISSUPER_T extends Object declared in method <T#1,ISSUPER_T>method()
08:20:46     T#2 extends Object declared in interface Subsumer
08:20:46   where CAP#1,CAP#2 are fresh type-variables:
08:20:46     CAP#1 extends Object super: T#1 from capture of ? super T#1
08:20:46     CAP#2 extends Object super: T#1 from capture of ? super T#1
08:20:46 X.java:17: error: incompatible types: invalid method reference
08:20:46 		BinaryOperator<Subsumer<? super T>> attempt_X_4 = Subsumer::andThe4;
08:20:46 		                                                  ^
08:20:46     method andThe4 in interface Subsumer<T#2> cannot be applied to given types
08:20:46       required: Subsumer<S>,Subsumer<ISSUPER_S>
08:20:46       found: Subsumer<? super T#1>,Subsumer<? super T#1>
08:20:46       reason: inference variable ISSUPER_S has incompatible bounds
08:20:46         equality constraints: CAP#1
08:20:46         lower bounds: S,CAP#2
08:20:46   where S,ISSUPER_S,T#1,ISSUPER_T,T#2 are type-variables:
08:20:46     S extends ISSUPER_S declared in method <S,ISSUPER_S>andThe4(Subsumer<S>,Subsumer<ISSUPER_S>)
08:20:46     ISSUPER_S extends Object declared in method <S,ISSUPER_S>andThe4(Subsumer<S>,Subsumer<ISSUPER_S>)
08:20:46     T#1 extends ISSUPER_T declared in method <T#1,ISSUPER_T>method()
08:20:46     ISSUPER_T extends Object declared in method <T#1,ISSUPER_T>method()
08:20:46     T#2 extends Object declared in interface Subsumer
08:20:46   where CAP#1,CAP#2 are fresh type-variables:
08:20:46     CAP#1 extends Object super: T#1 from capture of ? super T#1
08:20:46     CAP#2 extends Object super: T#1 from capture of ? super T#1
08:20:46 5 errors
08:20:46 
08:20:46 
08:20:46 
08:20:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:47 --- javac err: ---
08:20:47 X.java:3: warning: [rawtypes] found raw type: Comparator
08:20:47     final Comparator mComparator1;
08:20:47           ^
08:20:47   missing type arguments for generic class Comparator<T>
08:20:47   where T is a type-variable:
08:20:47     T extends Object declared in interface Comparator
08:20:47 X.java:4: warning: [rawtypes] found raw type: Comparator
08:20:47     Comparator mComparator2 = (pObj1, pObj2) -> mComparator1.compare(pObj1, pObj2);
08:20:47     ^
08:20:47   missing type arguments for generic class Comparator<T>
08:20:47   where T is a type-variable:
08:20:47     T extends Object declared in interface Comparator
08:20:47 X.java:4: warning: [unchecked] unchecked call to compare(T,T) as a member of the raw type Comparator
08:20:47     Comparator mComparator2 = (pObj1, pObj2) -> mComparator1.compare(pObj1, pObj2);
08:20:47                                                                     ^
08:20:47   where T is a type-variable:
08:20:47     T extends Object declared in interface Comparator
08:20:47 X.java:4: error: variable mComparator1 might not have been initialized
08:20:47     Comparator mComparator2 = (pObj1, pObj2) -> mComparator1.compare(pObj1, pObj2);
08:20:47                                                 ^
08:20:47 1 error
08:20:47 3 warnings
08:20:47 
08:20:47 
08:20:47 
08:20:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:48 --- javac err: ---
08:20:48 X.java:10: error: variable x might not have been initialized
08:20:48 	}
08:20:48 	^
08:20:48 1 error
08:20:48 
08:20:48 
08:20:48 
08:20:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:49 --- javac err: ---
08:20:49 X.java:29: error: reference to forEachOrdered is ambiguous
08:20:49 		lines1.forEachOrdered(s -> Files.isHidden(Paths.get(s)));
08:20:49 		      ^
08:20:49   both method forEachOrdered(Consumer<? super T>) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match
08:20:49   where T,CONSUMER are type-variables:
08:20:49     T extends Object declared in interface StreamyBase
08:20:49     CONSUMER extends Object declared in class AbstractStream
08:20:49 X.java:30: error: reference to forEachOrdered is ambiguous
08:20:49 		lines1.forEachOrdered(s -> System.out.println(s));
08:20:49 		      ^
08:20:49   both method forEachOrdered(Consumer<? super T>) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match
08:20:49   where T,CONSUMER are type-variables:
08:20:49     T extends Object declared in interface StreamyBase
08:20:49     CONSUMER extends Object declared in class AbstractStream
08:20:49 2 errors
08:20:49 
08:20:49 
08:20:49 
08:20:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:50 --- javac err: ---
08:20:50 X.java:29: error: reference to forEachOrdered is ambiguous
08:20:50 		lines1.forEachOrdered(s -> Files.isHidden(Paths.get(s)));
08:20:50 		      ^
08:20:50   both method forEachOrdered(Consumer<? super T>) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match
08:20:50   where T,CONSUMER are type-variables:
08:20:50     T extends Object declared in interface StreamyBase
08:20:50     CONSUMER extends Object declared in class AbstractStream
08:20:50 X.java:30: error: reference to forEachOrdered is ambiguous
08:20:50 		lines1.forEachOrdered(s -> System.out.println(s));
08:20:50 		      ^
08:20:50   both method forEachOrdered(Consumer<? super T>) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match
08:20:50   where T,CONSUMER are type-variables:
08:20:50     T extends Object declared in interface StreamyBase
08:20:50     CONSUMER extends Object declared in class AbstractStream
08:20:50 2 errors
08:20:50 
08:20:50 
08:20:50 
08:20:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:51 --- javac err: ---
08:20:51 X.java:18: error: cannot reference this before supertype constructor has been called
08:20:51 			return new Z();
08:20:51 			       ^
08:20:51 1 error
08:20:51 
08:20:51 
08:20:51 
08:20:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:52 --- javac err: ---
08:20:52 X.java:19: warning: [overloads] module(M) in BaseModule is potentially ambiguous with module(Function<Config,M>) in BaseModule
08:20:52   public BaseModule module(final M m) {
08:20:52                     ^
08:20:52 X.java:33: error: reference to module is ambiguous
08:20:52     new M1().module((c) -> new M2());
08:20:52             ^
08:20:52   both method module(M) in BaseModule and method module(Function<Config,M>) in BaseModule match
08:20:52 1 error
08:20:52 1 warning
08:20:52 
08:20:52 
08:20:52 
08:20:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:53 --- javac err: ---
08:20:53 X.java:7: error: cannot find symbol
08:20:53         Map<String, Person> map = 
08:20:53         ^
08:20:53   symbol:   class Map
08:20:53   location: class X
08:20:53 X.java:12: error: invalid method reference
08:20:53                         Person::getLast,
08:20:53                         ^
08:20:53   cannot find symbol
08:20:53     symbol:   method getLast()
08:20:53     location: class Person
08:20:53 X.java:13: error: cannot find symbol
08:20:53                         Function.identity() 
08:20:53                         ^
08:20:53   symbol:   variable Function
08:20:53   location: class X
08:20:53 3 errors
08:20:53 
08:20:53 
08:20:53 
08:20:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:54 --- javac err: ---
08:20:54 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
08:20:54     private static <T> void test(ToLongFunction<T> func) {}
08:20:54                             ^
08:20:54   where T#1,T#2 are type-variables:
08:20:54     T#1 extends Object declared in method <T#1>test(ToLongFunction<T#1>)
08:20:54     T#2 extends Object declared in method <T#2>test(ToIntFunction<T#2>)
08:20:54 1 warning
08:20:54 
08:20:54 
08:20:54 
08:20:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:55 --- javac err: ---
08:20:55 X.java:3: error: InvisibleInterface has private access in T2
08:20:55         T2.run(() -> {});
08:20:55                ^
08:20:55 1 error
08:20:55 
08:20:55 
08:20:55 
08:20:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:56 
08:20:56 
08:20:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:57 --- javac err: ---
08:20:57 X.java:15: error: incompatible types: invalid method reference
08:20:57 		Fun<X, Integer> f1 = X::size;
08:20:57 		                     ^
08:20:57     reference to size is ambiguous
08:20:57       both method size(X) in X and method size() in X match
08:20:57 1 error
08:20:57 
08:20:57 
08:20:57 
08:20:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:58 --- javac err: ---
08:20:58 X.java:12: error: incompatible types: invalid method reference
08:20:58 		Fun<X, Integer> f1 = X::size;
08:20:58 		                     ^
08:20:58     reference to size is ambiguous
08:20:58       both method size(Object) in X and method size() in X match
08:20:58 1 error
08:20:58 
08:20:58 
08:20:58 
08:20:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:20:59 
08:20:59 
08:20:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:00 --- javac err: ---
08:21:00 X.java:7: error: incompatible types: invalid method reference
08:21:00 		Function<CL<Integer>, String> v5 = CL::method1;
08:21:00 		                                   ^
08:21:00     unexpected instance method <F>method1(CL<T>) found in unbound lookup
08:21:00   where F,T are type-variables:
08:21:00     F extends Object declared in method <F>method1(CL<T>)
08:21:00     T extends Object declared in class CL
08:21:00 X.java:8: error: method method1 in class CL<T> cannot be applied to given types;
08:21:00 		v5 = t -> t.method1();	
08:21:00 		           ^
08:21:00   required: CL<Integer>
08:21:00   found: no arguments
08:21:00   reason: cannot infer type-variable(s) F
08:21:00     (actual and formal argument lists differ in length)
08:21:00   where T,F are type-variables:
08:21:00     T extends Object declared in class CL
08:21:00     F extends Object declared in method <F>method1(CL<T>)
08:21:00 2 errors
08:21:00 
08:21:00 
08:21:00 
08:21:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:01 --- javac err: ---
08:21:01 X.java:3: error: cannot find symbol
08:21:01         java.util.function.Consumer<int[]> c = array -> map.compute(array.get(0), (k, v) -> null);
08:21:01                                                                          ^
08:21:01   symbol:   method get(int)
08:21:01   location: variable array of type int[]
08:21:01 1 error
08:21:01 
08:21:01 
08:21:01 
08:21:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:02 --- javac err: ---
08:21:02 Bug.java:13: error: variable s might not have been initialized
08:21:02     private final ActionListener listener2 = e -> System.out.println(s);
08:21:02                                                                      ^
08:21:02 1 error
08:21:02 
08:21:02 
08:21:02 
08:21:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:03 --- javac err: ---
08:21:03 X.java:9: error: cannot find symbol
08:21:03     public void bar(FI<?, ?> fi) {}
08:21:03                     ^
08:21:03   symbol:   class FI
08:21:03   location: class X
08:21:03 1 error
08:21:03 
08:21:03 
08:21:03 
08:21:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:06 
08:21:06 
08:21:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:07 --- javac err: ---
08:21:07 X.java:2: error: illegal '.'
08:21:07 	void consume(String.. strings); // syntax error here
08:21:07 	                    ^
08:21:07 1 error
08:21:07 
08:21:07 
08:21:07 
08:21:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:08 --- javac err: ---
08:21:08 X.java:8: error: incompatible types: incompatible parameter types in lambda expression
08:21:08 		consu((String... s) -> System.out.print(s.length));
08:21:08 		                                       ^
08:21:08 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:21:08 1 error
08:21:08 
08:21:08 
08:21:08 
08:21:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:09 --- javac err: ---
08:21:09 X.java:7: error: incompatible types: invalid method reference
08:21:09 		I i = X::<String>function;
08:21:09 		      ^
08:21:09     incompatible types: Integer cannot be converted to String
08:21:09 1 error
08:21:09 
08:21:09 
08:21:09 
08:21:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:09 --- javac err: ---
08:21:09 X.java:7: error: generic array creation
08:21:09 		i = X<String, Integer, ?>[]::new; // ! OK
08:21:09 		                         ^
08:21:09 X.java:9: error: generic array creation
08:21:09 		a = new X<String, Integer, ?>[10]; // ! OK
08:21:09 		    ^
08:21:09 2 errors
08:21:09 
08:21:09 
08:21:09 
08:21:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:10 --- javac err: ---
08:21:10 X.java:10: error: incompatible types: I<X,X,C> cannot be converted to I<? extends A,? extends B,? extends C>
08:21:10     	return m((X x1, X x2) -> { return new Y(); });
08:21:10     	         ^
08:21:10 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:21:10 1 error
08:21:10 
08:21:10 
08:21:10 
08:21:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:11 
08:21:11 
08:21:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:12 --- javac err: ---
08:21:12 X.java:6: error: bad type qualifier I1 in default super call
08:21:12 		doOutput(I1.super::print); // illegal attempt to skip I2.print()
08:21:12 		           ^
08:21:12   redundant interface I1 is extended by I2
08:21:12 1 error
08:21:12 
08:21:12 
08:21:12 
08:21:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:13 --- javac err: ---
08:21:13 X.java:17: error: bad type qualifier IA in default super call
08:21:13 		doOutput(IA.super::print); // illegal attempt to skip IB.print()
08:21:13 		         ^
08:21:13   method print() is overridden in IB
08:21:13 1 error
08:21:13 
08:21:13 
08:21:13 
08:21:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:14 --- javac err: ---
08:21:14 XY.java:23: error: cannot find symbol
08:21:14 		 J jx = y.super ::  foo;
08:21:14 		        ^
08:21:14   symbol:   class y
08:21:14   location: class XY
08:21:14 1 error
08:21:14 
08:21:14 
08:21:14 
08:21:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:15 --- javac err: ---
08:21:15 X.java:6: error: '_' used as an identifier
08:21:15 		F f = (int _) -> {
08:21:15 		           ^
08:21:15   (use of '_' as an identifier is forbidden for lambda parameters)
08:21:15 X.java:8: error: '_' used as an identifier
08:21:15 		F f2 = _ -> {};
08:21:15 		       ^
08:21:15   (use of '_' as an identifier is forbidden for lambda parameters)
08:21:15 2 errors
08:21:15 
08:21:15 
08:21:15 
08:21:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:16 
08:21:16 
08:21:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:17 --- javac err: ---
08:21:17 YYY.java:3: error: Unexpected @FunctionalInterface annotation
08:21:17 interface DERIVED extends BASE {void run1();}@FunctionalInterface public class YYY {
08:21:17                                              ^
08:21:17   YYY is not a functional interface
08:21:17 YYY.java:4: error: annotation type not applicable to this kind of declaration
08:21:17    @FunctionalInterface int x;	@FunctionalInterface public static void main(String[] args) {
08:21:17    ^
08:21:17 YYY.java:4: error: annotation type not applicable to this kind of declaration
08:21:17    @FunctionalInterface int x;	@FunctionalInterface public static void main(String[] args) {
08:21:17                               	^
08:21:17 YYY.java:2: error: Unexpected @FunctionalInterface annotation
08:21:17 @FunctionalInterface
08:21:17 ^
08:21:17   DERIVED is not a functional interface
08:21:17     multiple non-overriding abstract methods found in interface DERIVED
08:21:17 YYY.java:5: error: annotation type not applicable to this kind of declaration
08:21:17        @FunctionalInterface int y;		System.out.println("Hello");	}
08:21:17        ^
08:21:17 5 errors
08:21:17 
08:21:17 
08:21:17 
08:21:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:17 ***************************************************************************
08:21:17 * Comparison with Sun Javac compiler for class LambdaExpressionsTest (null tests)
08:21:17 ***************************************************************************
08:21:18 
08:21:18 
08:21:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:19 
08:21:19 
08:21:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:20 
08:21:20 
08:21:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:21 --- javac err: ---
08:21:21 X.java:6: warning: [rawtypes] found raw type: BinaryOperator
08:21:21     BinaryOperator binOp = (x,y) -> { return x+y; };
08:21:21     ^
08:21:21   missing type arguments for generic class BinaryOperator<T>
08:21:21   where T is a type-variable:
08:21:21     T extends Object declared in interface BinaryOperator
08:21:21 X.java:6: error: bad operand types for binary operator '+'
08:21:21     BinaryOperator binOp = (x,y) -> { return x+y; };
08:21:21                                               ^
08:21:21   first type:  Object
08:21:21   second type: Object
08:21:21 1 error
08:21:21 1 warning
08:21:21 
08:21:21 
08:21:21 
08:21:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:22 
08:21:22 
08:21:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:23 
08:21:23 
08:21:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:24 
08:21:24 
08:21:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:25 
08:21:25 
08:21:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:26 
08:21:26 
08:21:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:27 --- javac err: ---
08:21:27 X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
08:21:27 		System.out.println(i.unbox(new Integer(1234)));
08:21:27 		                           ^
08:21:27 1 warning
08:21:27 
08:21:27 
08:21:27 
08:21:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:28 
08:21:28 
08:21:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:29 
08:21:29 
08:21:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:31 
08:21:31 
08:21:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:32 
08:21:32 
08:21:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:33 
08:21:33 
08:21:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:34 
08:21:34 
08:21:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:35 
08:21:35 
08:21:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:36 
08:21:36 
08:21:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:37 
08:21:37 
08:21:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:38 
08:21:38 
08:21:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:39 --- javac err: ---
08:21:39 X.java:8: warning: [deprecation] Integer(int) in Integer has been deprecated
08:21:39 		X[][][] x = i.copy(new Integer(631));
08:21:39 		                   ^
08:21:39 X.java:10: warning: [deprecation] Integer(int) in Integer has been deprecated
08:21:39        x = j.copy(new Integer((short)136));
08:21:39                   ^
08:21:39 2 warnings
08:21:39 
08:21:39 
08:21:39 
08:21:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:40 
08:21:40 
08:21:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:41 
08:21:41 
08:21:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:42 
08:21:42 
08:21:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:43 
08:21:43 
08:21:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:45 
08:21:45 
08:21:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:46 
08:21:46 
08:21:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:47 
08:21:47 
08:21:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:48 
08:21:48 
08:21:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:49 
08:21:49 
08:21:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:50 
08:21:50 
08:21:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:51 
08:21:51 
08:21:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:52 
08:21:52 
08:21:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:53 
08:21:53 
08:21:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:54 
08:21:54 
08:21:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:56 
08:21:56 
08:21:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:57 
08:21:57 
08:21:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:58 
08:21:58 
08:21:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:21:59 ----------------------------------------
08:21:59 org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest#test039 - 12
08:21:59 X.java [
08:21:59 interface I {
08:21:59 }
08:21:59 interface J {
08:21:59 }
08:21:59 public class X implements J {
08:21:59 	public static void main( String [] args) { 
08:21:59 		f(new X());
08:21:59 	}
08:21:59 	static void f(Object o) {
08:21:59        try {
08:21:59 		    X x = (X & I & J) o;
08:21:59        } catch (ClassCastException e) {
08:21:59            System.out.println(e.getMessage());
08:21:59        }
08:21:59 	}
08:21:59 }
08:21:59 
08:21:59 ]
08:21:59 
08:21:59 
08:21:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:00 
08:22:00 
08:22:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:01 
08:22:01 
08:22:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:02 
08:22:02 
08:22:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:03 
08:22:03 
08:22:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:04 --- javac err: ---
08:22:04 X.java:15: error: cannot find symbol
08:22:04 				i = X.Y::new;
08:22:04 				     ^
08:22:04   symbol:   class Y
08:22:04   location: class X
08:22:04 X.java:27: error: cannot find symbol
08:22:04 		new X().new Y().f();
08:22:04 		            ^
08:22:04   symbol:   class Y
08:22:04   location: class X
08:22:04 2 errors
08:22:04 
08:22:04 
08:22:04 
08:22:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:05 
08:22:05 
08:22:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:06 
08:22:06 
08:22:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:07 
08:22:07 
08:22:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:08 
08:22:08 
08:22:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:10 
08:22:10 
08:22:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:11 
08:22:11 
08:22:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:12 
08:22:12 
08:22:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:13 
08:22:13 
08:22:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:14 
08:22:14 
08:22:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:15 
08:22:15 
08:22:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:16 
08:22:16 
08:22:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:17 
08:22:17 
08:22:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:18 
08:22:18 
08:22:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:19 
08:22:19 
08:22:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:20 
08:22:20 
08:22:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:22 
08:22:22 
08:22:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:23 
08:22:23 
08:22:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:24 
08:22:24 
08:22:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:25 
08:22:25 
08:22:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:26 
08:22:26 
08:22:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:27 
08:22:27 
08:22:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:28 
08:22:28 
08:22:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:29 
08:22:29 
08:22:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:30 
08:22:30 
08:22:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:31 
08:22:31 
08:22:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:32 
08:22:32 
08:22:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:33 
08:22:33 
08:22:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:34 
08:22:34 
08:22:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:35 
08:22:35 
08:22:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:36 
08:22:36 
08:22:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:37 
08:22:37 
08:22:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:39 
08:22:39 
08:22:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:39 --- javac err: ---
08:22:39 X.java:2: warning: [rawtypes] found raw type: X
08:22:39 	X foo(int x);
08:22:39 	^
08:22:39   missing type arguments for generic class X<T>
08:22:39   where T is a type-variable:
08:22:39     T extends Object declared in class X
08:22:39 X.java:5: warning: [rawtypes] found raw type: X
08:22:39 	class Y extends X {
08:22:39 	                ^
08:22:39   missing type arguments for generic class X<T>
08:22:39   where T is a type-variable:
08:22:39     T extends Object declared in class X
08:22:39 X.java:12: warning: [rawtypes] found raw type: X
08:22:39 		new X().goo();
08:22:39 		    ^
08:22:39   missing type arguments for generic class X<T>
08:22:39   where T is a type-variable:
08:22:39     T extends Object declared in class X
08:22:39 3 warnings
08:22:39 
08:22:40 
08:22:40 
08:22:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:41 
08:22:41 
08:22:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:42 
08:22:42 
08:22:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:43 
08:22:43 
08:22:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:44 
08:22:44 
08:22:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:45 
08:22:45 
08:22:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:46 
08:22:46 
08:22:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:47 
08:22:47 
08:22:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:48 
08:22:48 
08:22:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:49 
08:22:49 
08:22:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:50 
08:22:50 
08:22:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:51 
08:22:51 
08:22:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:52 
08:22:52 
08:22:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:53 
08:22:53 
08:22:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:54 
08:22:54 
08:22:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:55 --- javac err: ---
08:22:55 X.java:11: error: cannot find symbol
08:22:55         Set<Z> x = foo(Set::new);
08:22:55             ^
08:22:55   symbol:   class Z
08:22:55   location: class X
08:22:55 X.java:11: error: Set is abstract; cannot be instantiated
08:22:55         Set<Z> x = foo(Set::new);
08:22:55                        ^
08:22:55 2 errors
08:22:55 
08:22:55 
08:22:55 
08:22:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:56 
08:22:56 
08:22:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:57 
08:22:57 
08:22:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:58 --- javac err: ---
08:22:58 X.java:4: error: unexpected type
08:22:58     	int [] a = (int [] & Cloneable & Serializable) new int[5];
08:22:58     	                ^
08:22:58   required: class
08:22:58   found:    int[]
08:22:58 1 error
08:22:58 
08:22:58 
08:22:58 
08:22:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:22:59 
08:22:59 
08:22:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:00 
08:23:00 
08:23:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:01 
08:23:01 
08:23:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:02 
08:23:02 
08:23:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:03 --- javac err: ---
08:23:03 X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
08:23:03 		((Serializable & AutoCloseable) (() -> {})).close();
08:23:03 		 ^
08:23:03   where INT#1 is an intersection type:
08:23:03     INT#1 extends Object,Serializable,AutoCloseable
08:23:03 1 warning
08:23:03 
08:23:03 
08:23:03 
08:23:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:04 --- javac err: ---
08:23:04 X.java:2: warning: [try] auto-closeable resource AnotherAutoCloseable has a member method close() that could throw InterruptedException
08:23:04 interface AnotherAutoCloseable extends AutoCloseable {}
08:23:04 ^
08:23:04 X.java:5: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
08:23:04 		((Serializable & AnotherAutoCloseable) (() -> {})).close();
08:23:04 		 ^
08:23:04   where INT#1 is an intersection type:
08:23:04     INT#1 extends Object,Serializable,AnotherAutoCloseable
08:23:04 2 warnings
08:23:04 
08:23:04 
08:23:04 
08:23:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:05 --- javac err: ---
08:23:05 X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
08:23:05 		((AutoCloseable & Serializable) (() -> {})).close();
08:23:05 		 ^
08:23:05   where INT#1 is an intersection type:
08:23:05     INT#1 extends Object,AutoCloseable,Serializable
08:23:05 1 warning
08:23:05 
08:23:06 
08:23:06 
08:23:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:07 --- javac err: ---
08:23:07 X.java:2: warning: [try] auto-closeable resource AnotherAutoCloseable has a member method close() that could throw InterruptedException
08:23:07 interface AnotherAutoCloseable extends AutoCloseable {}
08:23:07 ^
08:23:07 X.java:5: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
08:23:07 		((AnotherAutoCloseable & Serializable) (() -> {})).close();
08:23:07 		 ^
08:23:07   where INT#1 is an intersection type:
08:23:07     INT#1 extends Object,AnotherAutoCloseable,Serializable
08:23:07 2 warnings
08:23:07 
08:23:07 
08:23:07 
08:23:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:08 --- javac err: ---
08:23:08 X.java:9: warning: [static] static variable should be qualified by type name, J, instead of by an expression
08:23:08 		System.out.println(((I & J) j).xyz);
08:23:08 		                              ^
08:23:08 1 warning
08:23:08 
08:23:08 
08:23:08 
08:23:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:09 --- javac err: ---
08:23:09 X.java:9: warning: [static] static variable should be qualified by type name, J, instead of by an expression
08:23:09 		System.out.println(((I & J) j).xyz);
08:23:09 		                              ^
08:23:09 1 warning
08:23:09 
08:23:09 
08:23:09 
08:23:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:10 
08:23:10 
08:23:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:11 
08:23:11 
08:23:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:12 --- javac err: ---
08:23:12 X.java:7: warning: [rawtypes] found raw type: Comparable
08:23:12         int foo (Comparable arg); 
08:23:12                  ^
08:23:12   missing type arguments for generic class Comparable<T>
08:23:12   where T is a type-variable:
08:23:12     T extends Object declared in interface Comparable
08:23:12 1 warning
08:23:12 
08:23:12 
08:23:12 
08:23:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:13 
08:23:13 
08:23:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:14 
08:23:14 
08:23:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:16 
08:23:16 
08:23:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:17 
08:23:17 
08:23:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:18 
08:23:18 
08:23:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:19 
08:23:19 
08:23:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:21 
08:23:21 
08:23:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:22 
08:23:22 
08:23:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:23 
08:23:23 
08:23:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:25 
08:23:25 
08:23:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:26 
08:23:26 
08:23:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:27 
08:23:27 
08:23:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:28 
08:23:28 
08:23:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:29 --- javac err: ---
08:23:29 ArrayConstructorReference.java:9: warning: [rawtypes] found raw type: IntFunction
08:23:29     java.util.function.IntFunction[][][] sa = (java.util.function.IntFunction[][][]) o;
08:23:29                       ^
08:23:29   missing type arguments for generic class IntFunction<R>
08:23:29   where R is a type-variable:
08:23:29     R extends Object declared in interface IntFunction
08:23:29 1 warning
08:23:29 
08:23:29 
08:23:29 
08:23:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:30 --- javac err: ---
08:23:30 ArrayConstructorReference.java:9: warning: [rawtypes] found raw type: IntFunction
08:23:30     java.util.function.IntFunction[] sa = (java.util.function.IntFunction[]) o;
08:23:30                       ^
08:23:30   missing type arguments for generic class IntFunction<R>
08:23:30   where R is a type-variable:
08:23:30     R extends Object declared in interface IntFunction
08:23:30 1 warning
08:23:30 
08:23:30 
08:23:30 
08:23:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:31 
08:23:31 
08:23:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:32 
08:23:32 
08:23:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:33 
08:23:33 
08:23:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:35 
08:23:35 
08:23:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:36 
08:23:36 
08:23:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:37 
08:23:37 
08:23:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:38 
08:23:38 
08:23:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:39 
08:23:39 
08:23:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:40 
08:23:40 
08:23:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:41 
08:23:41 
08:23:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:42 
08:23:42 
08:23:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:43 --- javac err: ---
08:23:43 X.java:12: error: reference to foo is ambiguous
08:23:43       k.foo("direct", " call");
08:23:43        ^
08:23:43   both method foo(T#1,String) in J and method foo(String,T#2) in I match
08:23:43   where T#1,T#2 are type-variables:
08:23:43     T#1 extends Object declared in interface J
08:23:43     T#2 extends Object declared in interface I
08:23:43 1 error
08:23:43 
08:23:43 
08:23:43 
08:23:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:44 --- javac err: ---
08:23:44 X.java:12: error: reference to foo is ambiguous
08:23:44       System.out.println(k.foo("direct", " call"));
08:23:44                           ^
08:23:44   both method foo(T#1,String) in J and method foo(String,T#2) in I match
08:23:44   where T#1,T#2 are type-variables:
08:23:44     T#1 extends Object declared in interface J
08:23:44     T#2 extends Object declared in interface I
08:23:44 1 error
08:23:44 
08:23:44 
08:23:44 
08:23:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:45 
08:23:45 
08:23:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:47 --- javac err: ---
08:23:47 X.java:8: warning: [rawtypes] found raw type: X.Observable
08:23:47         public void invalidated(Observable observable);
08:23:47                                 ^
08:23:47   missing type arguments for generic class X.Observable<T>
08:23:47   where T is a type-variable:
08:23:47     T extends Object declared in class X.Observable
08:23:47 X.java:22: warning: [rawtypes] found raw type: X.Observable
08:23:47         helper = (ExpressionHelper<Object>) addListener(helper, null, (Observable o) -> {throw new RuntimeException();});
08:23:47                                                                        ^
08:23:47   missing type arguments for generic class X.Observable<T>
08:23:47   where T is a type-variable:
08:23:47     T extends Object declared in class X.Observable
08:23:47 X.java:22: warning: [cast] redundant cast to ExpressionHelper<Object>
08:23:47         helper = (ExpressionHelper<Object>) addListener(helper, null, (Observable o) -> {throw new RuntimeException();});
08:23:47                  ^
08:23:47 X.java:23: warning: [rawtypes] found raw type: X.Observable
08:23:47         helper = addListener(helper, null, (Observable o) -> {throw new RuntimeException();});
08:23:47                                             ^
08:23:47   missing type arguments for generic class X.Observable<T>
08:23:47   where T is a type-variable:
08:23:47     T extends Object declared in class X.Observable
08:23:47 4 warnings
08:23:47 
08:23:47 
08:23:47 
08:23:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:48 
08:23:48 
08:23:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:49 --- javac err: ---
08:23:49 X.java:7: warning: [rawtypes] found raw type: Comparable
08:23:49     Comparable foo();
08:23:49     ^
08:23:49   missing type arguments for generic class Comparable<T>
08:23:49   where T is a type-variable:
08:23:49     T extends Object declared in interface Comparable
08:23:49 1 warning
08:23:49 
08:23:49 
08:23:49 
08:23:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:50 
08:23:50 
08:23:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:51 
08:23:51 
08:23:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:52 
08:23:52 
08:23:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:53 
08:23:53 
08:23:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:54 --- javac err: ---
08:23:54 X.java:17: error: incompatible types: invalid method reference
08:23:54 		persons.sort(Comparator.comparing(Comparator.nullsLast(Person::getEmail)));
08:23:54 		                                                       ^
08:23:54     method getEmail in class Person cannot be applied to given types
08:23:54       required: no arguments
08:23:54       found: T,T
08:23:54       reason: actual and formal argument lists differ in length
08:23:54   where T is a type-variable:
08:23:54     T extends Object declared in method <T>nullsLast(Comparator<? super T>)
08:23:54 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:23:54 1 error
08:23:54 
08:23:54 
08:23:54 
08:23:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:55 --- javac err: ---
08:23:55 X.java:21: error: no suitable method found for comparing(Comparator<Object>)
08:23:55 		persons.sort(Comparator.comparing(Comparator.nullsLast(Person::<Runnable>isRunnable)));
08:23:55 		                       ^
08:23:55     method Comparator.<T#1,U#1>comparing(Function<? super T#1,? extends U#1>,Comparator<? super U#1>) is not applicable
08:23:55       (cannot infer type-variable(s) T#1,U#1
08:23:55         (actual and formal argument lists differ in length))
08:23:55     method Comparator.<T#2,U#2>comparing(Function<? super T#2,? extends U#2>) is not applicable
08:23:55       (cannot infer type-variable(s) T#2,U#2
08:23:55         (argument mismatch; no instance(s) of type variable(s) T#3 exist so that Comparator<T#3> conforms to Function<? super T#2,? extends U#2>))
08:23:55   where T#1,U#1,T#2,U#2,T#3 are type-variables:
08:23:55     T#1 extends Object declared in method <T#1,U#1>comparing(Function<? super T#1,? extends U#1>,Comparator<? super U#1>)
08:23:55     U#1 extends Object declared in method <T#1,U#1>comparing(Function<? super T#1,? extends U#1>,Comparator<? super U#1>)
08:23:55     T#2 extends Object declared in method <T#2,U#2>comparing(Function<? super T#2,? extends U#2>)
08:23:55     U#2 extends Comparable<? super U#2> declared in method <T#2,U#2>comparing(Function<? super T#2,? extends U#2>)
08:23:55     T#3 extends Object declared in method <T#3>nullsLast(Comparator<? super T#3>)
08:23:55 X.java:21: error: incompatible types: cannot infer type-variable(s) T#1
08:23:55 		persons.sort(Comparator.comparing(Comparator.nullsLast(Person::<Runnable>isRunnable)));
08:23:55 		                                                      ^
08:23:55     (argument mismatch; invalid method reference
08:23:55       method isRunnable in class Person cannot be applied to given types
08:23:55         required: T#2,V
08:23:55         found: Object,Object
08:23:55         reason: wrong number of type arguments; required 2)
08:23:55   where T#1,T#2,V are type-variables:
08:23:55     T#1 extends Object declared in method <T#1>nullsLast(Comparator<? super T#1>)
08:23:55     T#2 extends Runnable declared in method <T#2,V>isRunnable(T#2,V)
08:23:55     V extends Serializable declared in method <T#2,V>isRunnable(T#2,V)
08:23:55 2 errors
08:23:55 
08:23:55 
08:23:55 
08:23:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:56 
08:23:56 
08:23:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:57 
08:23:57 
08:23:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:58 
08:23:58 
08:23:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:23:59 
08:23:59 
08:23:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:00 
08:24:00 
08:24:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:01 
08:24:01 
08:24:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:03 
08:24:03 
08:24:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:04 
08:24:04 
08:24:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:05 
08:24:05 
08:24:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:06 
08:24:06 
08:24:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:07 
08:24:07 
08:24:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:08 
08:24:08 
08:24:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:10 
08:24:10 
08:24:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:11 --- javac err: ---
08:24:11 X.java:5: error: reference to visit is ambiguous
08:24:11 		new X().visit( System.out::println );
08:24:11 		       ^
08:24:11   both method visit(Function<Integer,Boolean>) in X and method visit(Consumer<Integer>) in X match
08:24:11 X.java:5: error: incompatible types: bad return type in method reference
08:24:11 		new X().visit( System.out::println );
08:24:11 		               ^
08:24:11     void cannot be converted to Boolean
08:24:11 X.java:7: warning: [overloads] visit(Function<Integer,Boolean>) in X is potentially ambiguous with visit(Consumer<Integer>) in X
08:24:11 	public boolean visit(Function<Integer, Boolean> func) {
08:24:11 	               ^
08:24:11 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:24:11 2 errors
08:24:11 1 warning
08:24:11 
08:24:11 
08:24:11 
08:24:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:12 
08:24:12 
08:24:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:13 
08:24:13 
08:24:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:14 
08:24:14 
08:24:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:15 --- javac err: ---
08:24:15 Foo.java:5: warning: [rawtypes] found raw type: Function
08:24:15   Test(Function pFunction) {
08:24:15        ^
08:24:15   missing type arguments for generic class Function<T,R>
08:24:15   where T,R are type-variables:
08:24:15     T extends Object declared in interface Function
08:24:15     R extends Object declared in interface Function
08:24:15 Foo.java:6: warning: [unchecked] unchecked call to apply(T) as a member of the raw type Function
08:24:15     class Baz {public Baz(Object pObj) {pFunction.apply(pObj);}}
08:24:15                                                        ^
08:24:15   where T,R are type-variables:
08:24:15     T extends Object declared in interface Function
08:24:15     R extends Object declared in interface Function
08:24:15 2 warnings
08:24:15 
08:24:15 
08:24:15 
08:24:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:16 --- javac err: ---
08:24:16 Foo.java:5: warning: [rawtypes] found raw type: Function
08:24:16 	Test(Function pFunction) {
08:24:16 	     ^
08:24:16   missing type arguments for generic class Function<T,R>
08:24:16   where T,R are type-variables:
08:24:16     T extends Object declared in interface Function
08:24:16     R extends Object declared in interface Function
08:24:16 Foo.java:12: warning: [unchecked] unchecked call to apply(T) as a member of the raw type Function
08:24:16 	    			pFunction.apply(pObj);
08:24:16 	    			               ^
08:24:16   where T,R are type-variables:
08:24:16     T extends Object declared in interface Function
08:24:16     R extends Object declared in interface Function
08:24:16 2 warnings
08:24:16 
08:24:16 
08:24:16 
08:24:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:17 
08:24:17 
08:24:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:18 
08:24:18 
08:24:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:19 
08:24:19 
08:24:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:21 
08:24:21 
08:24:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:22 
08:24:22 
08:24:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:23 
08:24:23 
08:24:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:24 
08:24:24 
08:24:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:25 
08:24:25 
08:24:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:26 --- javac err: ---
08:24:26 X.java:4: error: variable y is already defined in method foo(int)
08:24:26 		Consumer<Integer> c1 = (y)-> {};
08:24:26 		                        ^
08:24:26 X.java:8: error: variable y is already defined in method foo2()
08:24:26 		Consumer<Integer> c1 = (y)-> {};
08:24:26 		                        ^
08:24:26 2 errors
08:24:26 
08:24:26 
08:24:26 
08:24:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:27 
08:24:27 
08:24:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:29 
08:24:29 
08:24:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:30 
08:24:30 
08:24:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:31 
08:24:31 
08:24:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:33 
08:24:33 
08:24:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:34 --- javac err: ---
08:24:34 X.java:6: warning: [serial] serializable class X has no definition of serialVersionUID
08:24:34 public class X implements java.io.Serializable {
08:24:34        ^
08:24:34 1 warning
08:24:34 
08:24:34 
08:24:34 
08:24:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:35 
08:24:35 
08:24:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:36 
08:24:36 
08:24:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:37 
08:24:37 
08:24:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:39 
08:24:39 
08:24:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:40 
08:24:40 
08:24:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:41 
08:24:41 
08:24:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:42 
08:24:42 
08:24:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:43 --- javac err: ---
08:24:43 Test.java:4: warning: [serial] serializable class Test has no definition of serialVersionUID
08:24:43 public class Test implements Serializable{
08:24:43        ^
08:24:43 1 warning
08:24:43 
08:24:43 
08:24:43 
08:24:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:45 
08:24:45 
08:24:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:46 
08:24:46 
08:24:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:47 
08:24:47 
08:24:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:48 
08:24:48 
08:24:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:49 --- javac err: ---
08:24:49 Test.java:5: warning: [rawtypes] found raw type: Function
08:24:49 	Foo foo(Function pFunction) {
08:24:49 	        ^
08:24:49   missing type arguments for generic class Function<T,R>
08:24:49   where T,R are type-variables:
08:24:49     T extends Object declared in interface Function
08:24:49     R extends Object declared in interface Function
08:24:49 Test.java:12: warning: [unchecked] unchecked call to apply(T) as a member of the raw type Function
08:24:49 	    			pFunction.apply(pObj);
08:24:49 	    			               ^
08:24:49   where T,R are type-variables:
08:24:49     T extends Object declared in interface Function
08:24:49     R extends Object declared in interface Function
08:24:49 2 warnings
08:24:49 
08:24:49 
08:24:49 
08:24:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:50 
08:24:50 
08:24:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:51 
08:24:51 
08:24:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:52 
08:24:52 
08:24:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:53 
08:24:53 
08:24:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:54 
08:24:54 
08:24:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:55 
08:24:55 
08:24:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:56 --- javac err: ---
08:24:56 test/BugDemonstrator.java:6: error: B is not public in test.subpackage; cannot be accessed from outside package
08:24:56 		c.invoke((Integer i) -> { 
08:24:56 		         ^
08:24:56 1 error
08:24:56 
08:24:56 
08:24:56 
08:24:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:57 
08:24:57 
08:24:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:24:59 
08:24:59 
08:24:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:00 
08:25:00 
08:25:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:01 
08:25:01 
08:25:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:02 
08:25:02 
08:25:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:03 
08:25:03 
08:25:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:04 
08:25:04 
08:25:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:06 
08:25:06 
08:25:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:07 
08:25:07 
08:25:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:07 --- javac err: ---
08:25:07 TestInlineLambdaArray.java:5: error: invalid method declaration; return type required
08:25:07 	public TestInlineLambda(FI fi) {}
08:25:07 	       ^
08:25:07 1 error
08:25:07 
08:25:07 
08:25:07 
08:25:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:08 
08:25:08 
08:25:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:10 --- javac err: ---
08:25:10 BadInferenceMars451.java:31: error: type BadInferenceMars451 does not take parameters
08:25:10 		return stuff.stream().collect(Collectors.toMap(Function.identity(), t -> Arrays.asList(t), BadInferenceMars451<X>::sum));
08:25:10 		                                                                                                              ^
08:25:10 1 error
08:25:10 
08:25:10 
08:25:10 
08:25:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:11 
08:25:11 
08:25:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:12 --- javac err: ---
08:25:12 X.java:18: error: incompatible types: INT#1 is not a functional interface
08:25:12     Calculator test = (Calculator & Sumator) (a, b) -> a + b;
08:25:12                                              ^
08:25:12     multiple non-overriding abstract methods found in interface INT#1
08:25:12   where INT#1 is an intersection type:
08:25:12     INT#1 extends Object,Calculator,Sumator
08:25:12 X.java:21: error: incompatible types: INT#1 is not a functional interface
08:25:12     Sumator sumator = (Calculator & Sumator) (a, b) -> a + b; // does compile, but throws an Exception
08:25:12                                              ^
08:25:12     multiple non-overriding abstract methods found in interface INT#1
08:25:12   where INT#1 is an intersection type:
08:25:12     INT#1 extends Object,Calculator,Sumator
08:25:12 X.java:24: error: incompatible types: Both is not a functional interface
08:25:12     Both both = (Both) (a, b) -> a + b; // does not compile
08:25:12                        ^
08:25:12     multiple non-overriding abstract methods found in interface Both
08:25:12 3 errors
08:25:12 
08:25:12 
08:25:12 
08:25:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:13 
08:25:13 
08:25:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:14 
08:25:14 
08:25:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:15 --- javac err: ---
08:25:15 test/GryoMapper.java:11: warning: [rawtypes] found raw type: Generic
08:25:15 	public void addCustom(Generic c) {
08:25:15 	                      ^
08:25:15   missing type arguments for generic class Generic<A>
08:25:15   where A is a type-variable:
08:25:15     A extends Object declared in interface Generic
08:25:15 test/GryoMapper.java:12: warning: [unchecked] unchecked method invocation: method of in class GryoTypeReg is applied to given types
08:25:15 		addOrOverrideRegistration(() -> GryoTypeReg.of(c));
08:25:15 		                                              ^
08:25:15   required: Generic<E>
08:25:15   found: Generic
08:25:15   where E is a type-variable:
08:25:15     E extends Object declared in method <E>of(Generic<E>)
08:25:15 test/GryoMapper.java:12: warning: [unchecked] unchecked conversion
08:25:15 		addOrOverrideRegistration(() -> GryoTypeReg.of(c));
08:25:15 		                                               ^
08:25:15   required: Generic<E>
08:25:15   found:    Generic
08:25:15   where E is a type-variable:
08:25:15     E extends Object declared in method <E>of(Generic<E>)
08:25:15 test/GryoMapper.java:12: warning: [unchecked] unchecked method invocation: method addOrOverrideRegistration in class GryoMapper is applied to given types
08:25:15 		addOrOverrideRegistration(() -> GryoTypeReg.of(c));
08:25:15 		                         ^
08:25:15   required: SAM<GryoTypeReg<C>>
08:25:15   found: SAM<GryoTypeReg<Object>>
08:25:15   where C is a type-variable:
08:25:15     C extends Object declared in method <C>addOrOverrideRegistration(SAM<GryoTypeReg<C>>)
08:25:15 4 warnings
08:25:15 
08:25:15 
08:25:15 
08:25:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:16 
08:25:16 
08:25:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:17 
08:25:17 
08:25:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:18 
08:25:18 
08:25:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:19 
08:25:19 
08:25:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:20 
08:25:20 
08:25:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:21 --- javac err: ---
08:25:21 Snippet.java:11: warning: [try] auto-closeable resource istr is never referenced in body of corresponding try statement
08:25:21 		try( java.io.InputStream istr = Files.newInputStream( Paths.get( "" ) )){
08:25:21 		                         ^
08:25:21 1 warning
08:25:21 
08:25:21 
08:25:21 
08:25:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:22 
08:25:22 
08:25:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:23 
08:25:23 
08:25:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:24 
08:25:24 
08:25:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:25 
08:25:25 
08:25:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:26 
08:25:26 
08:25:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:27 --- javac err: ---
08:25:27 Z.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:25:27 	Object m(T... arg);
08:25:27 	              ^
08:25:27   where T is a type-variable:
08:25:27     T extends Object declared in interface FI2
08:25:27 Z.java:8: warning: [overloads] m(FI1,Integer,Integer) in Z is potentially ambiguous with <V>m(FI2<V>,V,V) in Z
08:25:27 	static Object m(FI1 fi, Integer v1, Integer v2) {
08:25:27 	              ^
08:25:27   where V is a type-variable:
08:25:27     V extends Integer declared in method <V>m(FI2<V>,V,V)
08:25:27 2 warnings
08:25:27 
08:25:27 
08:25:27 
08:25:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:28 
08:25:28 
08:25:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:29 
08:25:29 
08:25:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:30 --- javac err: ---
08:25:30 X.java:9: error: incompatible types: J<Object,Z> cannot be converted to J<?,Y>
08:25:30 		J<?, Y> j5 = (C<?, Z> y) -> "";
08:25:30 		             ^
08:25:30 X.java:10: error: incompatible types: cannot infer functional interface descriptor for K<? extends List<?>>
08:25:30 		K<? extends List<?>> k = (D<? extends List<?>> d) -> "";
08:25:30 		                         ^
08:25:30 2 errors
08:25:30 
08:25:30 
08:25:30 
08:25:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:31 --- javac err: ---
08:25:31 X.java:7: error: incompatible types: incompatible parameter types in lambda expression
08:25:31         I<String> i = (C<? super Number> l) -> {};
08:25:31                       ^
08:25:31 1 error
08:25:31 
08:25:31 
08:25:31 
08:25:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:32 
08:25:32 
08:25:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:33 
08:25:33 
08:25:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:35 
08:25:35 
08:25:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:36 
08:25:36 
08:25:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:37 
08:25:37 
08:25:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:38 
08:25:38 
08:25:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:39 
08:25:39 
08:25:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:40 
08:25:40 
08:25:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:41 
08:25:41 
08:25:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:43 
08:25:43 
08:25:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:44 
08:25:44 
08:25:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:45 
08:25:45 
08:25:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:46 
08:25:46 
08:25:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:47 --- javac err: ---
08:25:47 X.java:7: error: incompatible types: cannot infer type-variable(s) S,T,U,W
08:25:47 		I<X,String> x2s = compose(this::bar, this::<String>i2s);	}
08:25:47 		                         ^
08:25:47     (argument mismatch; invalid method reference
08:25:47       incompatible types: Object cannot be converted to Integer)
08:25:47   where S,T,U,W,V are type-variables:
08:25:47     S extends Object declared in method <S,T,U>compose(I<S,T>,I<T,U>)
08:25:47     T extends Object declared in method <S,T,U>compose(I<S,T>,I<T,U>)
08:25:47     U extends Object declared in method <S,T,U>compose(I<S,T>,I<T,U>)
08:25:47     W extends Number declared in method <V,W>bar(V)
08:25:47     V extends Object declared in method <V,W>bar(V)
08:25:47 1 error
08:25:47 
08:25:47 
08:25:47 
08:25:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:48 --- javac err: ---
08:25:48 X.java:7: error: incompatible types: cannot infer type-variable(s) S,T,U,W
08:25:48 		I<X,String> x2s = compose(this::bar, this::i2s);
08:25:48 		                         ^
08:25:48     (argument mismatch; invalid method reference
08:25:48       incompatible types: Object cannot be converted to Integer)
08:25:48   where S,T,U,W,V are type-variables:
08:25:48     S extends Object declared in method <S,T,U>compose(I<S,T>,I<T,U>)
08:25:48     T extends Object declared in method <S,T,U>compose(I<S,T>,I<T,U>)
08:25:48     U extends Object declared in method <S,T,U>compose(I<S,T>,I<T,U>)
08:25:48     W extends Number declared in method <V,W>bar(V)
08:25:48     V extends Object declared in method <V,W>bar(V)
08:25:48 1 error
08:25:48 
08:25:48 
08:25:48 
08:25:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:49 
08:25:49 
08:25:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:49 ***************************************************************************
08:25:49 * Comparison with Sun Javac compiler for class LambdaRegressionTest (null tests)
08:25:49 ***************************************************************************
08:25:50 
08:25:50 
08:25:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:51 
08:25:51 
08:25:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:52 
08:25:52 
08:25:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:53 --- javac err: ---
08:25:53 An exception has occurred in the compiler (12). 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.
08:25:53 java.lang.AssertionError
08:25:53 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)
08:25:53 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor$LambdaTranslationContext.addSymbol(LambdaToMethod.java:2160)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitClassDef(LambdaToMethod.java:1399)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:780)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitBlock(LambdaToMethod.java:1364)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitLambda(TreeTranslator.java:302)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.analyzeLambda(LambdaToMethod.java:1480)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitLambda(LambdaToMethod.java:1458)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1886)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitApply(TreeTranslator.java:288)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitApply(LambdaToMethod.java:1341)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1709)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitExec(TreeTranslator.java:256)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1519)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitBlock(LambdaToMethod.java:1364)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitMethodDef(TreeTranslator.java:150)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitMethodDef(LambdaToMethod.java:1497)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:139)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitClassDef(LambdaToMethod.java:1406)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:780)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.analyzeAndPreprocessClass(LambdaToMethod.java:1330)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.visitClassDef(LambdaToMethod.java:299)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:780)
08:25:53 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.translate(LambdaToMethod.java:264)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.translate(LambdaToMethod.java:257)
08:25:53 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.translateTopLevelClass(LambdaToMethod.java:284)
08:25:53 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1560)
08:25:53 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1432)
08:25:53 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)
08:25:53 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)
08:25:53 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)
08:25:53 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)
08:25:53 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)
08:25:53 
08:25:53 
08:25:53 
08:25:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:54 
08:25:54 
08:25:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:55 --- javac err: ---
08:25:55 X.java:9: error: incompatible types: inference variable T#1 has incompatible bounds
08:25:55 		String s = goo(foo("String", "String", (u, v) -> v));
08:25:55 		              ^
08:25:55     lower bounds: String,T#2,Object
08:25:55     lower bounds: Object,String
08:25:55   where T#1,U,V,T#2 are type-variables:
08:25:55     T#1 extends Object declared in method <T#1,U,V>foo(T#1,U,I<T#1,U,V>)
08:25:55     U extends Object declared in method <T#1,U,V>foo(T#1,U,I<T#1,U,V>)
08:25:55     V extends Object declared in method <T#1,U,V>foo(T#1,U,I<T#1,U,V>)
08:25:55     T#2 extends Object declared in method <T#2>goo(T#2)
08:25:55 1 error
08:25:55 
08:25:55 
08:25:55 
08:25:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:56 
08:25:56 
08:25:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:57 
08:25:57 
08:25:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:25:59 
08:25:59 
08:25:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:00 
08:26:00 
08:26:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:01 
08:26:01 
08:26:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:02 --- javac err: ---
08:26:02 X.java:6: error: incompatible types: bad return type in lambda expression
08:26:02         .forEach(entry -> test() ? bad() : returnType());
08:26:02                  ^
08:26:02     missing return value
08:26:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:26:02 1 error
08:26:02 
08:26:02 
08:26:02 
08:26:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:03 --- javac err: ---
08:26:03 X.java:4: error: reference to call is ambiguous
08:26:03     fl.call(each -> each.doSomething()); // fails
08:26:03       ^
08:26:03   both method call(LeftHand<? super T#1>) in Left and method call(RightHand<? super T#2>) in Concrete match
08:26:03   where T#1,T#2 are type-variables:
08:26:03     T#1 extends Object declared in interface Left
08:26:03     T#2 extends Object declared in class Concrete
08:26:03 X.java:5: error: reference to call is ambiguous
08:26:03     fl.call((Target each) -> each.doSomething()); // fails
08:26:03       ^
08:26:03   both method call(LeftHand<? super T#1>) in Left and method call(RightHand<? super T#2>) in Concrete match
08:26:03   where T#1,T#2 are type-variables:
08:26:03     T#1 extends Object declared in interface Left
08:26:03     T#2 extends Object declared in class Concrete
08:26:03 X.java:6: error: reference to call is ambiguous
08:26:03     fl.call(Target::doSomething); // succeeds in Eclipse 4.5M3 and 4.4.1
08:26:03       ^
08:26:03   both method call(LeftHand<? super T#1>) in Left and method call(RightHand<? super T#2>) in Concrete match
08:26:03   where T#1,T#2 are type-variables:
08:26:03     T#1 extends Object declared in interface Left
08:26:03     T#2 extends Object declared in class Concrete
08:26:03 3 errors
08:26:03 
08:26:03 
08:26:03 
08:26:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:04 --- javac err: ---
08:26:04 X.java:5: error: incompatible types: invalid constructor reference
08:26:04         return System::new;
08:26:04                ^
08:26:04     constructor System in class System cannot be applied to given types
08:26:04       required: no arguments
08:26:04       found: int
08:26:04       reason: actual and formal argument lists differ in length
08:26:04 1 error
08:26:04 
08:26:04 
08:26:04 
08:26:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:05 
08:26:05 
08:26:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:06 
08:26:06 
08:26:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:07 
08:26:07 
08:26:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:08 --- javac err: ---
08:26:08 X.java:8: warning: [deprecation] Integer(int) in Integer has been deprecated
08:26:08     	return new Integer(++value);
08:26:08     	       ^
08:26:08 1 warning
08:26:08 
08:26:08 
08:26:08 
08:26:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:09 --- javac err: ---
08:26:09 test/Main.java:12: error: variable value might not have been initialized
08:26:09 			LOG.info(() -> String.format("Value is: %s", value));
08:26:09 			                                             ^
08:26:09 test/Main.java:8: error: variable value not initialized in the default constructor
08:26:09 	private final static String value;
08:26:09 	                            ^
08:26:09 2 errors
08:26:09 
08:26:09 
08:26:09 
08:26:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:10 --- javac err: ---
08:26:10 test/Main.java:12: error: variable value might not have been initialized
08:26:10 			LOG.info(() -> String.format("Value is: %s", value));
08:26:10 			                                             ^
08:26:10 1 error
08:26:10 
08:26:10 
08:26:10 
08:26:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:11 
08:26:11 
08:26:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:12 
08:26:12 
08:26:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:13 --- javac err: ---
08:26:13 X.java:4: error: cannot find symbol
08:26:13     	MySupplier<X> s = test::new; // incorrect
08:26:13     	                  ^
08:26:13   symbol:   class test
08:26:13   location: class X
08:26:13 1 error
08:26:13 
08:26:13 
08:26:13 
08:26:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:15 
08:26:15 
08:26:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:16 
08:26:16 
08:26:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:17 
08:26:17 
08:26:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:18 --- javac err: ---
08:26:18 Test.java:4: error: incompatible types: bad return type in lambda expression
08:26:18         r.accept((l) -> (doItOnTheClass(new Object())));
08:26:18                  ^
08:26:18     missing return value
08:26:18 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:26:18 1 error
08:26:18 
08:26:18 
08:26:18 
08:26:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:19 --- javac err: ---
08:26:19 Test.java:5: error: incompatible types: bad return type in lambda expression
08:26:19         r.process((o) -> (new Object()));
08:26:19                   ^
08:26:19     missing return value
08:26:19 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:26:19 1 error
08:26:19 
08:26:19 
08:26:19 
08:26:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:20 --- javac err: ---
08:26:20 Test.java:5: error: incompatible types: bad return type in lambda expression
08:26:20         r.assign((o) -> (o = new Object()));
08:26:20                  ^
08:26:20     missing return value
08:26:20 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:26:20 1 error
08:26:20 
08:26:20 
08:26:20 
08:26:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:21 --- javac err: ---
08:26:21 test/X.java:6: error: generic array creation
08:26:21        list.stream().toArray(List<String>[]::new);
08:26:21                                          ^
08:26:21 1 error
08:26:21 
08:26:21 
08:26:21 
08:26:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:22 
08:26:22 
08:26:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:23 --- javac err: ---
08:26:23 Test.java:14: error: incompatible types: lambda body is not compatible with a void functional interface
08:26:23 		forEachValueOfType(numList, Integer.class, (Integer i) -> (System.out.println(Integer.toString(i))));
08:26:23 		                                                                             ^
08:26:23     (consider using a block lambda body, or use a statement expression instead)
08:26:23 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:26:23 1 error
08:26:23 
08:26:23 
08:26:23 
08:26:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:24 
08:26:24 
08:26:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:25 --- javac err: ---
08:26:25 Test.java:10: error: incompatible types: bad return type in lambda expression
08:26:25 		return x -> x.isEmpty() ? System.out.println() : System.out.println(getIndex() + " " + x); // error must be reported here!
08:26:25 		                        ^
08:26:25     target-type for conditional expression cannot be void
08:26:25 1 error
08:26:25 
08:26:25 
08:26:25 
08:26:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:26 
08:26:26 
08:26:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:27 
08:26:27 
08:26:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:28 
08:26:28 
08:26:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:28 ***************************************************************************
08:26:28 * Comparison with Sun Javac compiler for class SerializableLambdaTest (null tests)
08:26:28 ***************************************************************************
08:26:30 
08:26:30 
08:26:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:31 
08:26:31 
08:26:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:33 
08:26:33 
08:26:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:34 
08:26:34 
08:26:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:35 
08:26:35 
08:26:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:37 
08:26:37 
08:26:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:38 
08:26:38 
08:26:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:40 
08:26:40 
08:26:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:41 
08:26:41 
08:26:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:43 
08:26:43 
08:26:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:44 
08:26:44 
08:26:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:45 
08:26:45 
08:26:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:47 
08:26:47 
08:26:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:48 --- javac err: ---
08:26:48 X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
08:26:48 		AutoCloseable one = ((Serializable & AutoCloseable) (() -> {}));
08:26:48 		                     ^
08:26:48   where INT#1 is an intersection type:
08:26:48     INT#1 extends Object,Serializable,AutoCloseable
08:26:48 1 warning
08:26:48 
08:26:48 
08:26:48 
08:26:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:49 --- javac err: ---
08:26:49 X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
08:26:49 		AutoCloseable one = ((AutoCloseable & Serializable) (() -> {}));
08:26:49 		                     ^
08:26:49   where INT#1 is an intersection type:
08:26:49     INT#1 extends Object,AutoCloseable,Serializable
08:26:49 1 warning
08:26:49 
08:26:49 
08:26:49 
08:26:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:51 --- javac err: ---
08:26:51 X.java:5: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
08:26:51 		AutoCloseable one = ((Marker & AutoCloseable) (() -> {}));
08:26:51 		                     ^
08:26:51   where INT#1 is an intersection type:
08:26:51     INT#1 extends Object,Marker,AutoCloseable
08:26:51 1 warning
08:26:51 
08:26:51 
08:26:51 
08:26:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:52 
08:26:52 
08:26:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:53 
08:26:53 
08:26:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:55 
08:26:55 
08:26:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:56 
08:26:56 
08:26:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:57 
08:26:57 
08:26:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:26:59 
08:26:59 
08:26:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:00 --- javac err: ---
08:27:00 X.java:11: warning: [unchecked] unchecked cast
08:27:00        times3 = (IntFunction<Integer>)util.Helper.read();
08:27:00                                                       ^
08:27:00   required: IntFunction<Integer>
08:27:00   found:    Object
08:27:00 1 warning
08:27:00 
08:27:00 
08:27:00 
08:27:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:02 
08:27:02 
08:27:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:03 
08:27:03 
08:27:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:04 
08:27:04 
08:27:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:06 
08:27:06 
08:27:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:07 
08:27:07 
08:27:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:09 --- javac err: ---
08:27:09 SerializationTest.java:3: warning: [serial] serializable class SerializationTest has no definition of serialVersionUID
08:27:09 public class SerializationTest implements Serializable {
08:27:09        ^
08:27:09 1 warning
08:27:09 
08:27:09 
08:27:09 
08:27:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:10 --- javac err: ---
08:27:10 SerializationTest.java:3: warning: [serial] serializable class SerializationTest has no definition of serialVersionUID
08:27:10 public class SerializationTest implements Serializable {
08:27:10        ^
08:27:10 1 warning
08:27:10 
08:27:10 
08:27:10 
08:27:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:11 --- javac err: ---
08:27:11 TestClass.java:38: warning: [serial] serializable class OtherClass has no definition of serialVersionUID
08:27:11 class OtherClass implements Serializable {
08:27:11 ^
08:27:11 TestClass.java:15: warning: [serial] access to member length() from serializable lambda can be publicly accessible to untrusted code
08:27:11           sb.length();
08:27:11             ^
08:27:11 TestClass.java:7: warning: [serial] serializable class TestClass has no definition of serialVersionUID
08:27:11 public class TestClass implements Serializable {
08:27:11        ^
08:27:11 TestClass.java:42: warning: [serial] serializable class OtherClass2 has no definition of serialVersionUID
08:27:11 class OtherClass2 implements Serializable {
08:27:11 ^
08:27:11 4 warnings
08:27:11 
08:27:12 
08:27:12 
08:27:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:13 --- javac err: ---
08:27:13 com/foo/TestClass.java:38: warning: [serial] serializable class OtherClass has no definition of serialVersionUID
08:27:13 class OtherClass implements Serializable {
08:27:13 ^
08:27:13 com/foo/TestClass.java:15: warning: [serial] access to member length() from serializable lambda can be publicly accessible to untrusted code
08:27:13           sb.length();
08:27:13             ^
08:27:13 com/foo/TestClass.java:7: warning: [serial] serializable class TestClass has no definition of serialVersionUID
08:27:13 public class TestClass implements Serializable {
08:27:13        ^
08:27:13 com/foo/TestClass.java:42: warning: [serial] serializable class OtherClass2 has no definition of serialVersionUID
08:27:13 class OtherClass2 implements Serializable {
08:27:13 ^
08:27:13 4 warnings
08:27:13 
08:27:13 
08:27:13 
08:27:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:14 --- javac err: ---
08:27:14 Foo.java:2: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:27:14 public class Foo implements Serializable {
08:27:14        ^
08:27:14 1 warning
08:27:14 
08:27:14 
08:27:14 
08:27:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:16 
08:27:16 
08:27:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:17 
08:27:17 
08:27:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:19 --- javac err: ---
08:27:19 Testbed.java:13: warning: [serial] serializable class Testbed has no definition of serialVersionUID
08:27:19 public class Testbed implements Serializable{
08:27:19        ^
08:27:19 1 warning
08:27:19 
08:27:19 
08:27:19 
08:27:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:21 --- javac err: ---
08:27:21 Testbed.java:15: warning: [serial] serializable class MethodRefImpl has no definition of serialVersionUID
08:27:21 	static class MethodRefImpl implements MethodRef {
08:27:21 	       ^
08:27:21 1 warning
08:27:21 
08:27:21 
08:27:21 
08:27:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:22 --- javac err: ---
08:27:22 X.java:30: warning: [unchecked] unchecked conversion
08:27:22 			Consumer<Bar> x = (Consumer)oi.readObject();
08:27:22 			                  ^
08:27:22   required: Consumer<Bar>
08:27:22   found:    Consumer
08:27:22 X.java:38: warning: [unchecked] unchecked conversion
08:27:22 			Consumer<Foo> x = (Consumer)oi.readObject();
08:27:22 			                  ^
08:27:22   required: Consumer<Foo>
08:27:22   found:    Consumer
08:27:22 2 warnings
08:27:22 
08:27:22 
08:27:22 
08:27:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:24 --- javac err: ---
08:27:24 Test.java:9: warning: [serial] serializable class Impl has no definition of serialVersionUID
08:27:24 class Impl implements Serializable {
08:27:24 ^
08:27:24 1 warning
08:27:24 
08:27:24 
08:27:24 
08:27:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:25 --- javac err: ---
08:27:25 Test.java:4: warning: [serial] serializable class Test.AnException has no definition of serialVersionUID
08:27:25   class AnException extends Exception {
08:27:25   ^
08:27:25 1 warning
08:27:25 
08:27:25 
08:27:25 
08:27:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:27 
08:27:27 
08:27:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:28 
08:27:28 
08:27:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:30 --- javac err: ---
08:27:30 LambdaSerializationTest.java:15: warning: [rawtypes] found raw type: List
08:27:30         SerializableSupplier<List[]> function = ArrayList[]::new;
08:27:30                              ^
08:27:30   missing type arguments for generic class List<E>
08:27:30   where E is a type-variable:
08:27:30     E extends Object declared in interface List
08:27:30 1 warning
08:27:30 
08:27:30 
08:27:30 
08:27:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:31 
08:27:31 
08:27:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:33 
08:27:33 
08:27:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:34 --- javac err: ---
08:27:34 compilertest/BaseType.java:8: warning: [serial] serializable class BaseType has no definition of serialVersionUID
08:27:34 public class BaseType implements Serializable {
08:27:34        ^
08:27:34 compilertest/sub/SubType.java:4: warning: [serial] serializable class SubType has no definition of serialVersionUID
08:27:34 public class SubType extends BaseType {
08:27:34        ^
08:27:34 2 warnings
08:27:34 
08:27:34 
08:27:34 
08:27:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:34 ***************************************************************************
08:27:34 * Comparison with Sun Javac compiler for class OverloadResolutionTest8 (null tests)
08:27:34 ***************************************************************************
08:27:35 --- javac err: ---
08:27:35 X.java:9: error: reference to foo is ambiguous
08:27:35 		System.out.println(foo((a)->a.length));
08:27:35 		                   ^
08:27:35   both method foo(I) in X and method foo(J) in X match
08:27:35 X.java:11: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
08:27:35 	static String foo(I i) {
08:27:35 	              ^
08:27:35 1 error
08:27:35 1 warning
08:27:35 
08:27:35 
08:27:35 
08:27:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:36 
08:27:36 
08:27:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:38 
08:27:38 
08:27:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:38 --- javac err: ---
08:27:38 X.java:11: error: incompatible types: bad return type in lambda expression
08:27:38 		goo(()-> { 
08:27:38 		    ^
08:27:38     missing return value
08:27:38 X.java:15: error: incompatible types: bad return type in lambda expression
08:27:38 		goo(()-> { 
08:27:38 		    ^
08:27:38     missing return value
08:27:38 X.java:18: error: incompatible types: bad return type in lambda expression
08:27:38 		goo(()-> { 
08:27:38 		    ^
08:27:38     missing return value
08:27:38 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:27:38 3 errors
08:27:38 
08:27:38 
08:27:38 
08:27:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:39 --- javac err: ---
08:27:39 X.java:19: error: non-static variable f cannot be referenced from a static context
08:27:39 			while (f); 
08:27:39 			       ^
08:27:39 1 error
08:27:39 
08:27:39 
08:27:39 
08:27:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:40 
08:27:40 
08:27:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:41 --- javac err: ---
08:27:41 X.java:9: error: incompatible types: lambda body is not compatible with a void functional interface
08:27:41 		goo(()-> 10); 
08:27:41 		         ^
08:27:41     (consider using a block lambda body, or use a statement expression instead)
08:27:41 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:27:41 1 error
08:27:41 
08:27:41 
08:27:41 
08:27:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:42 
08:27:42 
08:27:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:44 
08:27:44 
08:27:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:45 
08:27:45 
08:27:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:46 
08:27:46 
08:27:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:47 
08:27:47 
08:27:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:48 
08:27:48 
08:27:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:49 --- javac err: ---
08:27:49 X.java:18: warning: [deprecation] Integer(int) in Integer has been deprecated
08:27:49 		foo(()-> new Integer(10));
08:27:49 		         ^
08:27:49 1 warning
08:27:49 
08:27:49 
08:27:49 
08:27:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:50 --- javac err: ---
08:27:50 X.java:18: warning: [deprecation] Integer(int) in Integer has been deprecated
08:27:50 		foo(()-> new Integer(10));
08:27:50 		         ^
08:27:50 1 warning
08:27:50 
08:27:50 
08:27:50 
08:27:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:51 
08:27:51 
08:27:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:52 --- javac err: ---
08:27:52 X.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
08:27:52 		foo(()-> new Integer(10));
08:27:52 		         ^
08:27:52 1 warning
08:27:52 
08:27:52 
08:27:52 
08:27:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:53 
08:27:53 
08:27:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:54 
08:27:54 
08:27:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:55 --- javac err: ---
08:27:55 X.java:20: error: reference to foo is ambiguous
08:27:55 		foo(Y::new);
08:27:55 		^
08:27:55   both method foo(I) in X and method foo(J) in X match
08:27:55 1 error
08:27:55 
08:27:55 
08:27:55 
08:27:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:57 
08:27:57 
08:27:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:58 
08:27:58 
08:27:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:27:59 --- javac err: ---
08:27:59 X.java:18: error: reference to foo is ambiguous
08:27:59 		foo(Y::new);
08:27:59 		^
08:27:59   both method foo(I) in X and method foo(J) in X match
08:27:59 1 error
08:27:59 
08:27:59 
08:27:59 
08:27:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:00 --- javac err: ---
08:28:00 X.java:13: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
08:28:00 	static void foo(I i) {
08:28:00 	            ^
08:28:00 X.java:18: error: reference to foo is ambiguous
08:28:00 		foo(Y::new);
08:28:00 		^
08:28:00   both method foo(I) in X and method foo(J) in X match
08:28:00 1 error
08:28:00 1 warning
08:28:00 
08:28:00 
08:28:00 
08:28:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:01 --- javac err: ---
08:28:01 X.java:12: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
08:28:01 	static void foo(I i) {
08:28:01 	            ^
08:28:01 1 warning
08:28:01 
08:28:01 
08:28:01 
08:28:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:02 --- javac err: ---
08:28:02 X.java:12: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
08:28:02 	static void foo(I i) {
08:28:02 	            ^
08:28:02 X.java:19: error: reference to foo is ambiguous
08:28:02 		foo(Y::new);
08:28:02 		^
08:28:02   both method foo(I) in X and method foo(J) in X match
08:28:02 1 error
08:28:02 1 warning
08:28:02 
08:28:02 
08:28:02 
08:28:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:03 --- javac err: ---
08:28:03 X.java:12: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
08:28:03 	static void foo(I i) {
08:28:03 	            ^
08:28:03 X.java:19: error: reference to foo is ambiguous
08:28:03 		foo(Y::<String>new);
08:28:03 		^
08:28:03   both method foo(I) in X and method foo(J) in X match
08:28:03 1 error
08:28:03 1 warning
08:28:03 
08:28:03 
08:28:03 
08:28:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:04 
08:28:04 
08:28:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:05 --- javac err: ---
08:28:05 X.java:17: error: no suitable method found for foo(X[]::new)
08:28:05 		foo(X []::new);
08:28:05 		^
08:28:05     method X.foo(I) is not applicable
08:28:05       (argument mismatch; bad return type in method reference
08:28:05           X[] cannot be converted to Y[])
08:28:05     method X.foo(J) is not applicable
08:28:05       (argument mismatch; invalid constructor reference
08:28:05           constructor Array in class Array cannot be applied to given types
08:28:05             required: int
08:28:05             found: no arguments
08:28:05             reason: actual and formal argument lists differ in length)
08:28:05 1 error
08:28:05 
08:28:05 
08:28:05 
08:28:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:06 --- javac err: ---
08:28:06 X.java:10: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
08:28:06 	static void foo(I i) {
08:28:06 	            ^
08:28:06 1 warning
08:28:06 
08:28:06 
08:28:06 
08:28:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:07 
08:28:07 
08:28:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:08 
08:28:08 
08:28:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:09 
08:28:09 
08:28:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:10 --- javac err: ---
08:28:10 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:10 	static void goo(I i) {
08:28:10 	            ^
08:28:10 X.java:23: error: reference to goo is ambiguous
08:28:10 		goo(new X()::foo);
08:28:10 		^
08:28:10   both method goo(I) in X and method goo(J) in X match
08:28:10 1 error
08:28:10 1 warning
08:28:10 
08:28:10 
08:28:10 
08:28:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:11 --- javac err: ---
08:28:11 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:11 	static void goo(I i) {
08:28:11 	            ^
08:28:11 1 warning
08:28:11 
08:28:11 
08:28:11 
08:28:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:12 --- javac err: ---
08:28:12 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:12 	static void goo(I i) {
08:28:12 	            ^
08:28:12 X.java:20: error: reference to goo is ambiguous
08:28:12 		goo(new X()::foo);
08:28:12 		^
08:28:12   both method goo(I) in X and method goo(J) in X match
08:28:12 1 error
08:28:12 1 warning
08:28:12 
08:28:12 
08:28:12 
08:28:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:13 --- javac err: ---
08:28:13 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:13 	static void goo(I i) {
08:28:13 	            ^
08:28:13 X.java:20: error: invalid method reference
08:28:13 		goo(new X()::foo);
08:28:13 		    ^
08:28:13   cannot find symbol
08:28:13     symbol:   method foo()
08:28:13     location: class X
08:28:13 1 error
08:28:13 1 warning
08:28:13 
08:28:13 
08:28:13 
08:28:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:14 --- javac err: ---
08:28:14 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:14 	static void goo(I i) {
08:28:14 	            ^
08:28:14 X.java:20: error: reference to goo is ambiguous
08:28:14 		goo(new X()::foo);
08:28:14 		^
08:28:14   both method goo(I) in X and method goo(J) in X match
08:28:14 1 error
08:28:14 1 warning
08:28:14 
08:28:14 
08:28:14 
08:28:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:15 --- javac err: ---
08:28:15 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:15 	static void goo(I i) {
08:28:15 	            ^
08:28:15 X.java:20: error: reference to goo is ambiguous
08:28:15 		goo(new X()::<String>foo);
08:28:15 		^
08:28:15   both method goo(I) in X and method goo(J) in X match
08:28:15 1 error
08:28:15 1 warning
08:28:15 
08:28:15 
08:28:15 
08:28:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:16 --- javac err: ---
08:28:16 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:16 	static void goo(I i) {
08:28:16 	            ^
08:28:16 1 warning
08:28:16 
08:28:16 
08:28:16 
08:28:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:17 --- javac err: ---
08:28:17 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:17 	static void goo(I i) {
08:28:17 	            ^
08:28:17 1 warning
08:28:17 
08:28:17 
08:28:17 
08:28:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:18 --- javac err: ---
08:28:18 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:18 	static void goo(I i) {
08:28:18 	            ^
08:28:18 1 warning
08:28:18 
08:28:18 
08:28:18 
08:28:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:20 --- javac err: ---
08:28:20 X.java:14: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:20 	static void goo(I i) {
08:28:20 	            ^
08:28:20 X.java:21: error: reference to goo is ambiguous
08:28:20 		goo(new X<String>()::foo);
08:28:20 		^
08:28:20   both method goo(I) in X and method goo(J) in X match
08:28:20 1 error
08:28:20 1 warning
08:28:20 
08:28:20 
08:28:20 
08:28:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:21 --- javac err: ---
08:28:21 X.java:14: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:21 	static void goo(I i) {
08:28:21 	            ^
08:28:21 1 warning
08:28:21 
08:28:21 
08:28:21 
08:28:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:24 --- javac err: ---
08:28:24 X.java:10: warning: [rawtypes] found raw type: K
08:28:24 class Y<T> implements K {
08:28:24                       ^
08:28:24   missing type arguments for generic class K<T>
08:28:24   where T is a type-variable:
08:28:24     T extends Object declared in interface K
08:28:24 X.java:17: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:24 	static void goo(I i) {
08:28:24 	            ^
08:28:24 2 warnings
08:28:24 
08:28:24 
08:28:24 
08:28:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:25 --- javac err: ---
08:28:25 X.java:14: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:25 	static void goo(I i) {
08:28:25 	            ^
08:28:25 X.java:21: error: reference to goo is ambiguous
08:28:25 		goo(new X()::foo);
08:28:25 		^
08:28:25   both method goo(I) in X and method goo(J) in X match
08:28:25 X.java:21: warning: [rawtypes] found raw type: X
08:28:25 		goo(new X()::foo);
08:28:25 		        ^
08:28:25   missing type arguments for generic class X<T>
08:28:25   where T is a type-variable:
08:28:25     T extends Object declared in class X
08:28:25 1 error
08:28:25 2 warnings
08:28:25 
08:28:25 
08:28:25 
08:28:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:26 --- javac err: ---
08:28:26 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:26 	static void goo(I i) {
08:28:26 	            ^
08:28:26 1 warning
08:28:26 
08:28:26 
08:28:26 
08:28:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:28 --- javac err: ---
08:28:28 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:28 	static void goo(I i) {
08:28:28 	            ^
08:28:28 X.java:20: warning: [rawtypes] found raw type: X
08:28:28 		goo(new X()::foo);
08:28:28 		        ^
08:28:28   missing type arguments for generic class X<T>
08:28:28   where T is a type-variable:
08:28:28     T extends Object declared in class X
08:28:28 X.java:20: warning: [unchecked] unchecked call to foo(T) as a member of the raw type Y
08:28:28 		goo(new X()::foo);
08:28:28 		    ^
08:28:28   where T is a type-variable:
08:28:28     T extends Object declared in class Y
08:28:28 3 warnings
08:28:28 
08:28:28 
08:28:28 
08:28:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:29 --- javac err: ---
08:28:29 X.java:20: warning: [rawtypes] found raw type: X
08:28:29 		goo(new X[0]::clone);
08:28:29 		        ^
08:28:29   missing type arguments for generic class X<T>
08:28:29   where T is a type-variable:
08:28:29     T extends Object declared in class X
08:28:29 1 warning
08:28:29 
08:28:29 
08:28:29 
08:28:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:30 --- javac err: ---
08:28:30 X.java:20: warning: [rawtypes] found raw type: X
08:28:30 		goo(new X[0]::toString);
08:28:30 		        ^
08:28:30   missing type arguments for generic class X<T>
08:28:30   where T is a type-variable:
08:28:30     T extends Object declared in class X
08:28:30 1 warning
08:28:30 
08:28:30 
08:28:30 
08:28:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:31 --- javac err: ---
08:28:31 X.java:2: warning: [rawtypes] found raw type: Class
08:28:31 	Class foo();
08:28:31 	^
08:28:31   missing type arguments for generic class Class<T>
08:28:31   where T is a type-variable:
08:28:31     T extends Object declared in class Class
08:28:31 X.java:20: warning: [rawtypes] found raw type: X
08:28:31 		goo(new X[0]::getClass);
08:28:31 		        ^
08:28:31   missing type arguments for generic class X<T>
08:28:31   where T is a type-variable:
08:28:31     T extends Object declared in class X
08:28:31 2 warnings
08:28:31 
08:28:31 
08:28:31 
08:28:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:32 --- javac err: ---
08:28:32 X.java:20: error: invalid method reference
08:28:32 		goo(I::clone);
08:28:32 		    ^
08:28:32   cannot find symbol
08:28:32     symbol:   method clone()
08:28:32     location: interface I
08:28:32 1 error
08:28:32 
08:28:32 
08:28:32 
08:28:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:33 
08:28:33 
08:28:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:34 --- javac err: ---
08:28:34 X.java:21: error: invalid method reference
08:28:34 		goo(i::clone);
08:28:34 		    ^
08:28:34   cannot find symbol
08:28:34     symbol:   method clone()
08:28:34     location: interface I
08:28:34 1 error
08:28:34 
08:28:34 
08:28:34 
08:28:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:35 --- javac err: ---
08:28:35 X.java:15: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:35 	static void goo(I i) {
08:28:35 	            ^
08:28:35 1 warning
08:28:35 
08:28:35 
08:28:35 
08:28:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:36 
08:28:36 
08:28:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:37 
08:28:37 
08:28:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:38 
08:28:38 
08:28:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:39 --- javac err: ---
08:28:39 X.java:16: error: reference to goo is ambiguous
08:28:39 		goo(new X()::foo);
08:28:39 		^
08:28:39   both method goo(I) in X and method goo(J) in X match
08:28:39 1 error
08:28:39 
08:28:39 
08:28:39 
08:28:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:40 --- javac err: ---
08:28:40 X.java:16: error: no suitable method found for goo(new X()::foo)
08:28:40 		goo(new X()::foo);
08:28:40 		^
08:28:40     method X.goo(I) is not applicable
08:28:40       (argument mismatch; bad return type in method reference
08:28:40           long cannot be converted to int)
08:28:40     method X.goo(J) is not applicable
08:28:40       (argument mismatch; bad return type in method reference
08:28:40           long cannot be converted to Integer)
08:28:40 1 error
08:28:40 
08:28:40 
08:28:40 
08:28:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:41 
08:28:42 
08:28:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:43 
08:28:43 
08:28:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:44 
08:28:44 
08:28:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:45 
08:28:45 
08:28:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:46 
08:28:46 
08:28:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:47 --- javac err: ---
08:28:47 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:47 	static void goo(I i) {
08:28:47 	            ^
08:28:47 1 warning
08:28:47 
08:28:47 
08:28:47 
08:28:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:48 --- javac err: ---
08:28:48 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:48 	static void goo(I i) {
08:28:48 	            ^
08:28:48 1 warning
08:28:48 
08:28:48 
08:28:48 
08:28:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:49 --- javac err: ---
08:28:49 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:49 	static void goo(I i) {
08:28:49 	            ^
08:28:49 X.java:23: error: reference to goo is ambiguous
08:28:49 		goo(new X()::foo);
08:28:49 		^
08:28:49   both method goo(I) in X and method goo(J) in X match
08:28:49 1 error
08:28:49 1 warning
08:28:49 
08:28:49 
08:28:49 
08:28:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:50 --- javac err: ---
08:28:50 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
08:28:50 	static void goo(I i) {
08:28:50 	            ^
08:28:50 X.java:23: error: reference to goo is ambiguous
08:28:50 		goo(new X()::foo);
08:28:50 		^
08:28:50   both method goo(I) in X and method goo(J) in X match
08:28:50 1 error
08:28:50 1 warning
08:28:50 
08:28:50 
08:28:50 
08:28:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:51 
08:28:51 
08:28:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:52 
08:28:52 
08:28:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:53 
08:28:53 
08:28:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:54 
08:28:54 
08:28:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:55 
08:28:55 
08:28:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:56 
08:28:56 
08:28:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:58 
08:28:58 
08:28:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:59 --- javac err: ---
08:28:59 X.java:6: error: no suitable method found for test(i != null [...] null)
08:28:59 		test(i!=null?i.getJ():null);
08:28:59 		^
08:28:59     method X.test(X.I) is not applicable
08:28:59       (argument mismatch; bad type in conditional expression
08:28:59           X.J cannot be converted to X.I)
08:28:59     method X.test(X.K) is not applicable
08:28:59       (argument mismatch; bad type in conditional expression
08:28:59           X.J cannot be converted to X.K)
08:28:59 X.java:12: error: cannot find symbol
08:28:59        System.out.println("K" + j);
08:28:59                                 ^
08:28:59   symbol:   variable j
08:28:59   location: class X
08:28:59 2 errors
08:28:59 
08:28:59 
08:28:59 
08:28:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:28:59 
08:28:59 
08:28:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:01 
08:29:01 
08:29:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:02 
08:29:02 
08:29:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:03 
08:29:03 
08:29:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:04 
08:29:04 
08:29:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:05 --- javac err: ---
08:29:05 Z.java:13: error: abstract method goo() in ZSuper cannot be accessed directly
08:29:05 		super.goo();
08:29:05 		     ^
08:29:05 Z.java:16: error: constructor X in class X cannot be applied to given types;
08:29:05 		X x = new X();
08:29:05 		      ^
08:29:05   required: X.Y[]
08:29:05   found: no arguments
08:29:05   reason: formal varargs element type X.Y is not accessible from class Z
08:29:05 Z.java:17: error: method foo in class X cannot be applied to given types;
08:29:05 		x.foo();
08:29:05 		     ^
08:29:05   required: X.Y[]
08:29:05   found: no arguments
08:29:05   reason: formal varargs element type X.Y is not accessible from class Z
08:29:05 Z.java:18: error: 'void' type not allowed here
08:29:05 		System.out.println(x.goo());
08:29:05 		                        ^
08:29:05 Z.java:19: error: non-static method goo() cannot be referenced from a static context
08:29:05 		goo();
08:29:05 		^
08:29:05 Z.java:20: error: non-static method goo() cannot be referenced from a static context
08:29:05 		Z.goo();
08:29:05 		 ^
08:29:05 Z.java:21: error: cannot find symbol
08:29:05 		zoo();
08:29:05 		^
08:29:05   symbol:   method zoo()
08:29:05   location: class Z
08:29:05 Z.java:22: error: cannot find symbol
08:29:05 		new Z().ifoo();
08:29:05 		       ^
08:29:05   symbol:   method ifoo()
08:29:05   location: class Z
08:29:05 Z.java:23: error: non-static variable super cannot be referenced from a static context
08:29:05 		super.zSuperFoo();
08:29:05 		^
08:29:05 9 errors
08:29:05 
08:29:05 
08:29:05 
08:29:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:06 
08:29:06 
08:29:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:07 
08:29:07 
08:29:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:08 --- javac err: ---
08:29:08 Test.java:14: warning: [overloads] execute1(ConsumerA) in Test is potentially ambiguous with execute1(ConsumerB) in Test
08:29:08     void execute1(ConsumerA c) {}
08:29:08          ^
08:29:08 Test.java:18: warning: [overloads] execute2(ConsumerB) in Test is potentially ambiguous with execute2(ConsumerA) in Test
08:29:08     void execute2(ConsumerB c) {}
08:29:08          ^
08:29:08 Test.java:22: error: reference to execute1 is ambiguous
08:29:08         execute1(x -> {});  // compiles in Eclipse
08:29:08         ^
08:29:08   both method execute1(ConsumerA) in Test and method execute1(ConsumerB) in Test match
08:29:08 Test.java:22: error: incompatible types: invalid functional descriptor for lambda expression
08:29:08         execute1(x -> {});  // compiles in Eclipse
08:29:08                  ^
08:29:08     method <T>(int)void in interface ConsumerA is generic
08:29:08   where T is a type-variable:
08:29:08     T extends Object declared in method <T>accept(int)
08:29:08 Test.java:23: error: reference to execute2 is ambiguous
08:29:08         execute2(x -> {});  // doesn't compile
08:29:08         ^
08:29:08   both method execute2(ConsumerB) in Test and method execute2(ConsumerA) in Test match
08:29:08 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:29:08 3 errors
08:29:08 2 warnings
08:29:08 
08:29:08 
08:29:08 
08:29:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:09 --- javac err: ---
08:29:09 Test.java:14: warning: [overloads] execute1(ConsumerA) in Test is potentially ambiguous with execute1(ConsumerB) in Test
08:29:09     void execute1(ConsumerA c) {}
08:29:09          ^
08:29:09 Test.java:18: warning: [overloads] execute2(ConsumerB) in Test is potentially ambiguous with execute2(ConsumerA) in Test
08:29:09     void execute2(ConsumerB c) {}
08:29:09          ^
08:29:09 2 warnings
08:29:09 
08:29:09 
08:29:09 
08:29:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:10 
08:29:10 
08:29:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:10 ***************************************************************************
08:29:10 * Comparison with Sun Javac compiler for class JSR335ClassFileTest (null tests)
08:29:10 ***************************************************************************
08:29:11 
08:29:11 
08:29:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:12 
08:29:12 
08:29:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:13 
08:29:13 
08:29:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:14 
08:29:14 
08:29:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:15 
08:29:15 
08:29:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:16 
08:29:16 
08:29:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:17 
08:29:17 
08:29:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:19 
08:29:19 
08:29:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:20 
08:29:20 
08:29:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:21 
08:29:21 
08:29:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:22 
08:29:22 
08:29:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:23 
08:29:23 
08:29:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:24 
08:29:24 
08:29:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:25 
08:29:25 
08:29:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:26 
08:29:26 
08:29:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:28 
08:29:28 
08:29:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:29 
08:29:29 
08:29:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:30 --- javac err: ---
08:29:30 X.java:18: warning: [rawtypes] found raw type: X
08:29:30 		new X().<String>foo(); 
08:29:30 		    ^
08:29:30   missing type arguments for generic class X<T>
08:29:30   where T is a type-variable:
08:29:30     T extends Object declared in class X
08:29:30 1 warning
08:29:30 
08:29:30 
08:29:30 
08:29:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:31 
08:29:31 
08:29:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:32 
08:29:32 
08:29:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:33 
08:29:33 
08:29:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:34 
08:29:34 
08:29:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:35 
08:29:35 
08:29:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:36 
08:29:36 
08:29:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:37 
08:29:37 
08:29:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:38 
08:29:38 
08:29:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:39 
08:29:39 
08:29:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:40 
08:29:40 
08:29:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:40 ***************************************************************************
08:29:40 * Comparison with Sun Javac compiler for class ExpressionContextTests (null tests)
08:29:40 ***************************************************************************
08:29:41 --- javac err: ---
08:29:41 X.java:6: error: incompatible types: Object is not a functional interface
08:29:41 	Object o = () -> {};
08:29:41 	           ^
08:29:41 1 error
08:29:41 
08:29:41 
08:29:41 
08:29:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:42 --- javac err: ---
08:29:42 X.java:10: error: types I and J are incompatible;
08:29:42 	Object p = (I & J) () -> {};
08:29:42 	           ^
08:29:42   class INT#1 inherits unrelated defaults for doitalso() from types I and J
08:29:42   where INT#1 is an intersection type:
08:29:42     INT#1 extends Object,I,J
08:29:42 1 error
08:29:42 
08:29:42 ----------------------------------------
08:29:42 org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests#test002 - 12
08:29:42 X.java [
08:29:42 interface I {
08:29:42 	void doit();
08:29:42 	default void doitalso () {}
08:29:42 }
08:29:42 interface J {
08:29:42 	void doit();
08:29:42 	default void doitalso () {}
08:29:42 }
08:29:42 public class X {
08:29:42 	Object p = (I & J) () -> {};
08:29:42 }
08:29:42 
08:29:42 ]
08:29:42 
08:29:42 
08:29:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:43 --- javac err: ---
08:29:43 X.java:10: error: unexpected type
08:29:43 	Object p = (int & I & J) () -> {};
08:29:43 	            ^
08:29:43   required: reference
08:29:43   found:    int
08:29:43 1 error
08:29:43 
08:29:43 
08:29:43 
08:29:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:44 --- javac err: ---
08:29:44 X.java:10: error: cannot find symbol
08:29:44 	Object p = (X[] & Serializable & Cloneable) new X[0];
08:29:44 	                  ^
08:29:44   symbol:   class Serializable
08:29:44   location: class X
08:29:44 X.java:10: error: unexpected type
08:29:44 	Object p = (X[] & Serializable & Cloneable) new X[0];
08:29:44 	             ^
08:29:44   required: class
08:29:44   found:    X[]
08:29:44 2 errors
08:29:44 
08:29:44 
08:29:44 
08:29:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:45 --- javac err: ---
08:29:45 X.java:10: error: interface expected here
08:29:45 	Object p = (I & X) () -> {};
08:29:45 	                ^
08:29:45 1 error
08:29:45 
08:29:45 
08:29:45 
08:29:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:46 --- javac err: ---
08:29:46 X.java:10: error: repeated interface
08:29:46 	Object p = (I & J & I) () -> {};
08:29:46 	                    ^
08:29:46 X.java:10: error: types J and I are incompatible;
08:29:46 	Object p = (I & J & I) () -> {};
08:29:46 	           ^
08:29:46   class INT#1 inherits unrelated defaults for doitalso() from types J and I
08:29:46   where INT#1 is an intersection type:
08:29:46     INT#1 extends Object,I,J,I
08:29:46 2 errors
08:29:46 
08:29:46 
08:29:46 
08:29:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:47 --- javac err: ---
08:29:47 X.java:9: error: incompatible types: incompatible parameter types in lambda expression
08:29:47 	I<X> i2 = (List<String> p) -> {};
08:29:47 	          ^
08:29:47 1 error
08:29:47 
08:29:47 
08:29:47 
08:29:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:48 --- javac err: ---
08:29:48 X.java:10: error: cannot find symbol
08:29:48 	Object p = (@Marker java.lang. @Readonly String & I & J) () -> {};
08:29:48 	                                ^
08:29:48   symbol:   class Readonly
08:29:48   location: class X
08:29:48 X.java:10: error: cannot find symbol
08:29:48 	Object p = (@Marker java.lang. @Readonly String & I & J) () -> {};
08:29:48 	             ^
08:29:48   symbol:   class Marker
08:29:48   location: class X
08:29:48 X.java:10: error: cannot find symbol
08:29:48 	Object p = (@Marker java.lang. @Readonly String & I & J) () -> {};
08:29:48 	                    ^
08:29:48   symbol:   class java
08:29:48   location: class X
08:29:48 3 errors
08:29:48 
08:29:48 
08:29:48 
08:29:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:49 
08:29:49 
08:29:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:50 --- javac err: ---
08:29:50 X.java:9: error: cannot find symbol
08:29:50 	I<X> i2 = (Map<String, String>.Entry & I<X> & Serializable) null;
08:29:50 	                                              ^
08:29:50   symbol:   class Serializable
08:29:50   location: class X
08:29:50 1 error
08:29:50 
08:29:50 
08:29:50 
08:29:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:51 --- javac err: ---
08:29:51 X.java:8: error: incompatible types: Y cannot be converted to INT#1
08:29:51 	X X = (X & J & K) new Y();
08:29:51 	                  ^
08:29:51   where INT#1 is an intersection type:
08:29:51     INT#1 extends X,J,K
08:29:51 1 error
08:29:51 
08:29:51 
08:29:51 
08:29:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:52 --- javac err: ---
08:29:52 X.java:10: error: cannot find symbol
08:29:52 class Y extends X implements Zork {
08:29:52                              ^
08:29:52   symbol: class Zork
08:29:52 1 error
08:29:52 
08:29:52 
08:29:52 
08:29:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:52 --- javac err: ---
08:29:52 X.java:8: error: incompatible types: Y cannot be converted to INT#1
08:29:52 	X X = (X & J & K) new Y();
08:29:52 	                  ^
08:29:52   where INT#1 is an intersection type:
08:29:52     INT#1 extends X,J,K
08:29:52 1 error
08:29:52 
08:29:52 
08:29:52 
08:29:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:53 --- javac err: ---
08:29:53 X.java:11: error: cannot find symbol
08:29:53 final class Y extends P {
08:29:53                       ^
08:29:53   symbol: class P
08:29:53 1 error
08:29:53 
08:29:53 
08:29:53 
08:29:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:54 --- javac err: ---
08:29:54 X.java:10: error: cannot find symbol
08:29:54    Zork z;
08:29:54    ^
08:29:54   symbol:   class Zork
08:29:54   location: class X
08:29:54 X.java:9: error: incompatible types: I cannot be converted to INT#1
08:29:54 	X X = (X & J & K) i;
08:29:54 	                  ^
08:29:54   where INT#1 is an intersection type:
08:29:54     INT#1 extends X,J,K
08:29:54 2 errors
08:29:54 
08:29:54 
08:29:54 
08:29:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:55 --- javac err: ---
08:29:55 X.java:10: error: cannot find symbol
08:29:55    Zork z;
08:29:55    ^
08:29:55   symbol:   class Zork
08:29:55   location: class X
08:29:55 1 error
08:29:55 
08:29:55 
08:29:55 
08:29:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:56 --- javac err: ---
08:29:56 X.java:10: error: cannot find symbol
08:29:56    Zork z;
08:29:56    ^
08:29:56   symbol:   class Zork
08:29:56   location: class X
08:29:56 X.java:9: warning: [cast] redundant cast to INT#1
08:29:56 	X X = (X & J & K) (X & K & J) i;
08:29:56 	      ^
08:29:56   where INT#1 is an intersection type:
08:29:56     INT#1 extends X,J,K
08:29:56 1 error
08:29:56 1 warning
08:29:56 
08:29:56 
08:29:56 
08:29:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:57 
08:29:57 
08:29:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:58 
08:29:58 
08:29:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:29:59 --- javac err: ---
08:29:59 X.java:11: error: incompatible types: bad return type in lambda expression
08:29:59        return x -> { return () -> () -> "Hello"; };
08:29:59                                         ^
08:29:59     bad return type in lambda expression
08:29:59       bad return type in lambda expression
08:29:59         String cannot be converted to I
08:29:59 1 error
08:29:59 
08:29:59 
08:29:59 
08:29:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:00 --- javac err: ---
08:30:00 X.java:6: error: lambda expression not expected here
08:30:00        return "Hello" + () -> {};
08:30:00                         ^
08:30:00 X.java:9: error: incompatible types: String cannot be converted to I
08:30:00        return "Hello" + (I)(() -> {});
08:30:00                       ^
08:30:00 X.java:12: error: lambda expression not expected here
08:30:00        return 10 + (() -> {});
08:30:00                     ^
08:30:00 X.java:15: error: bad operand types for binary operator '+'
08:30:00        return 10 + (I) (() -> {});
08:30:00                  ^
08:30:00   first type:  int
08:30:00   second type: I
08:30:00 4 errors
08:30:00 
08:30:00 
08:30:00 
08:30:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:01 --- javac err: ---
08:30:01 X.java:5: error: incompatible types: bad type in conditional expression
08:30:01 		List<String> l = x == 2 ? (List<String>)(null) : 1;
08:30:01 		                                                 ^
08:30:01     int cannot be converted to List<String>
08:30:01 X.java:6: error: incompatible types: bad type in conditional expression
08:30:01 		List<String> m = x == 2 ? 1 : (List<String>)(null);
08:30:01 		                          ^
08:30:01     int cannot be converted to List<String>
08:30:01 2 errors
08:30:01 
08:30:01 
08:30:01 
08:30:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:01 ***************************************************************************
08:30:01 * Comparison with Sun Javac compiler for class InterfaceMethodsTest (null tests)
08:30:01 ***************************************************************************
08:30:02 --- javac err: ---
08:30:02 I.java:2: error: illegal combination of modifiers: abstract and default
08:30:02     default abstract void foo();
08:30:02                           ^
08:30:02 I.java:3: error: modifier final not allowed here
08:30:02     public abstract default strictfp final void bar();}
08:30:02                                                 ^
08:30:02 2 errors
08:30:02 
08:30:02 
08:30:02 
08:30:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:03 
08:30:03 
08:30:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:03 --- javac err: ---
08:30:03 X.java:4: error: reference to foo is ambiguous
08:30:03 		x.foo((short)5, (short)10);
08:30:03 		 ^
08:30:03   both method foo(int,short) in I and method foo(short,int) in X match
08:30:03 X.java:5: error: reference to bar is ambiguous
08:30:03 		x.bar((short)5, (short)10);
08:30:03 		 ^
08:30:03   both method bar(int,short) in Base and method bar(short,int) in X match
08:30:03 2 errors
08:30:03 
08:30:03 
08:30:03 
08:30:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:05 
08:30:05 
08:30:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:05 --- javac err: ---
08:30:05 X.java:3: error: cannot find symbol
08:30:05 	String b = super.toString();
08:30:05 	           ^
08:30:05   symbol:   variable super
08:30:05   location: interface A
08:30:05 X.java:5: error: cannot find symbol
08:30:05 		System.out.println((A) super::toString);
08:30:05 		                       ^
08:30:05   symbol:   variable super
08:30:05   location: interface A
08:30:05 X.java:6: error: cannot find symbol
08:30:05 		super.toString();
08:30:05 		^
08:30:05   symbol:   variable super
08:30:05   location: interface A
08:30:05 X.java:7: error: not an enclosing class: Object
08:30:05 		Object.super.toString();
08:30:05 		      ^
08:30:05 4 errors
08:30:05 
08:30:05 
08:30:05 
08:30:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:06 
08:30:06 
08:30:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:07 --- javac err: ---
08:30:07 X.java:6: error: clone() in Object cannot implement clone() in I
08:30:07         I x = new I(){};
08:30:07                      ^
08:30:07   attempting to assign weaker access privileges; was public
08:30:07 1 error
08:30:07 
08:30:07 
08:30:07 
08:30:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:08 
08:30:08 
08:30:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:09 --- javac err: ---
08:30:09 X.java:6: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:30:09    default public <T> void foo(T... x) {};
08:30:09                                     ^
08:30:09   where T is a type-variable:
08:30:09     T extends Object declared in method <T>foo(T...)
08:30:09 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:30:09    public abstract <T> void goo(T ... x);
08:30:09                                       ^
08:30:09   where T is a type-variable:
08:30:09     T extends Object declared in method <T>goo(T...)
08:30:09 2 warnings
08:30:09 
08:30:09 
08:30:09 
08:30:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:10 
08:30:10 
08:30:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:11 
08:30:11 
08:30:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:12 
08:30:12 
08:30:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:14 
08:30:14 
08:30:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:15 
08:30:15 
08:30:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:15 
08:30:15 
08:30:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:16 
08:30:16 
08:30:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:17 --- javac err: ---
08:30:17 JavaTest.java:14: error: JavaTest.E is not abstract and does not override abstract method foo() in B
08:30:17 	class E implements A, B, C, D {
08:30:17 	^
08:30:17 1 error
08:30:17 
08:30:17 
08:30:17 
08:30:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:18 --- javac err: ---
08:30:18 JavaTest.java:14: error: JavaTest.E is not abstract and does not override abstract method foo() in B
08:30:18 	class E implements B, C, A, D {
08:30:18 	^
08:30:18 1 error
08:30:18 
08:30:18 
08:30:18 
08:30:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:19 --- javac err: ---
08:30:19 D.java:16: error: types B and C are incompatible;
08:30:19 public interface D extends B, C {
08:30:19        ^
08:30:19   interface D inherits abstract and default for display() from types B and C
08:30:19 1 error
08:30:19 
08:30:19 
08:30:19 
08:30:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:20 --- javac err: ---
08:30:20 D.java:16: error: types B and C are incompatible;
08:30:20 public interface D extends C, B {
08:30:20        ^
08:30:20   interface D inherits abstract and default for display() from types B and C
08:30:20 1 error
08:30:20 
08:30:20 
08:30:20 
08:30:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:21 --- javac err: ---
08:30:21 Z.java:2: error: types Y<E#1> and X<E#2> are incompatible;
08:30:21 interface Z<E> extends X<E>, Y<E> {
08:30:21 ^
08:30:21   interface Z<E#3> inherits abstract and default for spliterator() from types Y and X
08:30:21   where E#1,E#2,E#3 are type-variables:
08:30:21     E#1 extends Object declared in interface Y
08:30:21     E#2 extends Object declared in interface X
08:30:21     E#3 extends Object declared in interface Z
08:30:21 1 error
08:30:21 
08:30:21 
08:30:21 
08:30:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:22 --- javac err: ---
08:30:22 Z.java:2: error: types Y<E#1> and X<E#2> are incompatible;
08:30:22 interface Z<E> extends Y<E>, X<E> {
08:30:22 ^
08:30:22   interface Z<E#3> inherits abstract and default for spliterator() from types Y and X
08:30:22   where E#1,E#2,E#3 are type-variables:
08:30:22     E#1 extends Object declared in interface Y
08:30:22     E#2 extends Object declared in interface X
08:30:22     E#3 extends Object declared in interface Z
08:30:22 1 error
08:30:22 
08:30:22 
08:30:22 
08:30:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:23 --- javac err: ---
08:30:23 Z.java:2: error: types Y<E#1> and X<E#2> are incompatible;
08:30:23 interface Z<E> extends X<E>, Y<E> {
08:30:23 ^
08:30:23   interface Z<E#3> inherits abstract and default for spliterator() from types Y and X
08:30:23   where E#1,E#2,E#3 are type-variables:
08:30:23     E#1 extends Object declared in interface Y
08:30:23     E#2 extends Object declared in interface X
08:30:23     E#3 extends Object declared in interface Z
08:30:23 1 error
08:30:23 
08:30:23 
08:30:23 
08:30:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:24 --- javac err: ---
08:30:24 Z.java:2: error: types Y<E#1> and X<E#2> are incompatible;
08:30:24 interface Z<E> extends Y<E>, X<E> {
08:30:24 ^
08:30:24   interface Z<E#3> inherits abstract and default for spliterator() from types Y and X
08:30:24   where E#1,E#2,E#3 are type-variables:
08:30:24     E#1 extends Object declared in interface Y
08:30:24     E#2 extends Object declared in interface X
08:30:24     E#3 extends Object declared in interface Z
08:30:24 1 error
08:30:24 
08:30:24 
08:30:24 
08:30:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:25 
08:30:25 
08:30:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:26 --- javac err: ---
08:30:26 C.java:1: error: C is not abstract and does not override abstract method test() in I1
08:30:26 public class C implements I1, I2 {
08:30:26        ^
08:30:26 1 error
08:30:26 
08:30:26 
08:30:26 
08:30:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:27 --- javac err: ---
08:30:27 C.java:1: error: C is not abstract and does not override abstract method test() in I1
08:30:27 public class C implements I2, I1 {
08:30:27        ^
08:30:27 1 error
08:30:27 
08:30:27 
08:30:27 
08:30:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:27 --- javac err: ---
08:30:27 C.java:1: error: types I2 and I1 are incompatible;
08:30:27 public abstract class C implements I2, I1 {
08:30:27                 ^
08:30:27   class C inherits abstract and default for test() from types I2 and I1
08:30:27 1 error
08:30:27 
08:30:27 
08:30:27 
08:30:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:28 --- javac err: ---
08:30:28 I3.java:1: error: types I2 and I1 are incompatible;
08:30:28 public interface I3 extends I1, I2 {
08:30:28        ^
08:30:28   interface I3 inherits abstract and default for test() from types I2 and I1
08:30:28 1 error
08:30:28 
08:30:28 
08:30:28 
08:30:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:29 
08:30:29 
08:30:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:30 
08:30:30 
08:30:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:31 --- javac err: ---
08:30:31 C.java:1: error: C is not abstract and does not override abstract method test() in I2
08:30:31 public class C implements I2, I1 {
08:30:31        ^
08:30:31 1 error
08:30:31 
08:30:31 
08:30:31 
08:30:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:32 --- javac err: ---
08:30:32 C.java:1: error: C is not abstract and does not override abstract method test() in I2
08:30:32 public class C implements I2, I1 {
08:30:32        ^
08:30:32 1 error
08:30:32 
08:30:32 
08:30:32 
08:30:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:33 --- javac err: ---
08:30:33 C2.java:1: error: types I1 and I2 are incompatible;
08:30:33 public abstract class C2 implements I1, I2 {
08:30:33                 ^
08:30:33   class C2 inherits unrelated defaults for value1() from types I1 and I2
08:30:33 1 error
08:30:33 
08:30:33 
08:30:33 
08:30:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:34 --- javac err: ---
08:30:34 C3.java:3: error: value1() in C3 cannot implement value1() in I1
08:30:34 	public Object value1() { return this; } // too week, need a method returning String
08:30:34 	              ^
08:30:34   return type Object is not compatible with String
08:30:34 1 error
08:30:34 
08:30:34 
08:30:34 
08:30:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:35 --- javac err: ---
08:30:35 C3.java:1: error: C3 is not abstract and does not override abstract method value1() in I2
08:30:35 public class C3 extends C2 {
08:30:35        ^
08:30:35 C3.java:3: error: value1() in C3 cannot implement value1() in I1
08:30:35 	public Object value1() { return this; } // too week, need a method returning String
08:30:35 	              ^
08:30:35   return type Object is not compatible with String
08:30:35 2 errors
08:30:35 
08:30:35 
08:30:35 
08:30:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:36 --- javac err: ---
08:30:36 C3.java:3: error: value1() in C3 cannot implement value1() in I1
08:30:36 	public Object value1() { return this; } // too week, need a method returning String
08:30:36 	              ^
08:30:36   return type Object is not compatible with String
08:30:36 1 error
08:30:36 
08:30:36 
08:30:36 
08:30:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:37 --- javac err: ---
08:30:37 C2.java:1: error: C2 is not abstract and does not override abstract method value() in C1
08:30:37 public class C2 extends C1 implements I1 {
08:30:37        ^
08:30:37 1 error
08:30:37 
08:30:37 
08:30:37 
08:30:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:38 --- javac err: ---
08:30:38 C2.java:1: error: types I1 and I2 are incompatible;
08:30:38 public abstract class C2 extends p1.C1 implements I1, I2 {
08:30:38                 ^
08:30:38   class C2 inherits unrelated defaults for value1() from types I1 and I2
08:30:38 1 error
08:30:38 
08:30:38 
08:30:38 
08:30:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:38 --- javac err: ---
08:30:38 I.java:2: error: modifier default not allowed here
08:30:38     default String id() { return "1"; }
08:30:38                    ^
08:30:38 I.java:2: error: interface abstract methods cannot have body
08:30:38     default String id() { return "1"; }
08:30:38                         ^
08:30:38 2 errors
08:30:38 
08:30:38 
08:30:38 
08:30:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:39 --- javac err: ---
08:30:39 PurebredCatShopImpl.java:6: error: name clash: getPets() in CatShop and getPets() in PetShop have the same erasure, yet neither overrides the other
08:30:39 	default <V extends Pet> List<? extends Cat> getPets() { return null; }
08:30:39 	                                            ^
08:30:39 PurebredCatShopImpl.java:10: warning: [unchecked] getPets() in CatShopImpl implements <V>getPets() in CatShop
08:30:39 	@Override public List<Pet> getPets() { return null; }
08:30:39 	                           ^
08:30:39   return type requires unchecked conversion from List<Pet> to List<? extends Cat>
08:30:39   where V is a type-variable:
08:30:39     V extends Pet declared in method <V>getPets()
08:30:39 PurebredCatShopImpl.java:12: warning: [unchecked] getPets() in CatShopImpl implements <V>getPets() in CatShop
08:30:39 class PurebredCatShopImpl extends CatShopImpl implements PurebredCatShop {}
08:30:39 ^
08:30:39   return type requires unchecked conversion from List<Pet> to List<? extends Cat>
08:30:39   where V is a type-variable:
08:30:39     V extends Pet declared in method <V>getPets()
08:30:39 1 error
08:30:39 2 warnings
08:30:39 
08:30:39 
08:30:39 
08:30:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:41 
08:30:41 
08:30:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:41 
08:30:41 
08:30:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:42 --- javac err: ---
08:30:42 X.java:7: error: X is not abstract and does not override abstract method foo() in J
08:30:42 public class X implements J {
08:30:42        ^
08:30:42 1 error
08:30:42 
08:30:42 
08:30:42 
08:30:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:43 --- javac err: ---
08:30:43 X.java:7: error: X is not abstract and does not override abstract method foo(J) in J
08:30:43 public class X implements J {
08:30:43        ^
08:30:43 1 error
08:30:43 
08:30:43 
08:30:43 
08:30:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:44 
08:30:44 
08:30:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:45 
08:30:45 
08:30:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:46 --- javac err: ---
08:30:46 X.java:12: error: not an enclosing class: T
08:30:46         System.out.println(T.super.f); // no error in Java 8 (wrong) without fix
08:30:46                             ^
08:30:46 X.java:12: error: not an enclosing class: System
08:30:46         System.out.println(T.super.f); // no error in Java 8 (wrong) without fix
08:30:46         ^
08:30:46 X.java:14: error: not an enclosing class: S
08:30:46         System.out.println(S.super.f); // compile error (correct)
08:30:46                             ^
08:30:46 X.java:21: error: not an enclosing class: T
08:30:46             System.out.println(T.super.f); // no error in Java 8 (wrong) without fix
08:30:46                                 ^
08:30:46 X.java:21: error: not an enclosing class: System
08:30:46             System.out.println(T.super.f); // no error in Java 8 (wrong) without fix
08:30:46             ^
08:30:46 X.java:28: error: non-static variable super cannot be referenced from a static context
08:30:46 	static int foo() { return super.f;}
08:30:46 	                          ^
08:30:46 X.java:32: error: not an enclosing class: T2
08:30:46 	int i = T2.super.f;
08:30:46 	          ^
08:30:46 X.java:37: error: not an enclosing class: T4
08:30:46 	int i = T4.super.f;
08:30:46 	          ^
08:30:46 X.java:41: error: not an enclosing class: T5
08:30:46 	static int i = T5.super.f;
08:30:46 	                 ^
08:30:46 X.java:45: error: not an enclosing class: T6
08:30:46 	static int i = T6.super.f;
08:30:46 	                 ^
08:30:46 10 errors
08:30:46 
08:30:46 
08:30:46 
08:30:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:47 --- javac err: ---
08:30:47 X.java:11: warning: [static] static variable should be qualified by type name, I, instead of by an expression
08:30:47         System.out.println("((I)this).x= "  + ((I)this).x);
08:30:47                                                        ^
08:30:47 1 warning
08:30:47 
08:30:48 
08:30:48 
08:30:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:49 --- javac err: ---
08:30:49 Test.java:16: warning: [unchecked] f() in Bar implements <U>f() in Foo
08:30:49 		public Object f() {
08:30:49 		              ^
08:30:49   return type requires unchecked conversion from Object to U
08:30:49   where U is a type-variable:
08:30:49     U extends Object declared in method <U>f()
08:30:49 1 warning
08:30:49 
08:30:49 
08:30:49 
08:30:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:50 --- javac err: ---
08:30:50 X.java:2: error: = expected
08:30:50    Zork z;
08:30:50          ^
08:30:50 1 error
08:30:50 
08:30:50 
08:30:50 
08:30:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:50 --- javac err: ---
08:30:50 X.java:2: error: = expected
08:30:50    Zork z;
08:30:50          ^
08:30:50 1 error
08:30:50 
08:30:50 
08:30:50 
08:30:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:51 --- javac err: ---
08:30:51 X.java:2: error: = expected
08:30:51    Zork z;
08:30:51          ^
08:30:51 1 error
08:30:51 
08:30:51 
08:30:51 
08:30:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:52 --- javac err: ---
08:30:52 X.java:2: error: = expected
08:30:52    Zork z;
08:30:52          ^
08:30:52 1 error
08:30:52 
08:30:52 
08:30:52 
08:30:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:53 
08:30:53 
08:30:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:54 --- javac err: ---
08:30:54 I3.java:1: error: types I2 and I1 are incompatible;
08:30:54 public interface I3 extends I1, I2 {
08:30:54        ^
08:30:54   interface I3 inherits abstract and default for foo() from types I2 and I1
08:30:54 1 error
08:30:54 
08:30:54 
08:30:54 
08:30:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:55 --- javac err: ---
08:30:55 I3.java:1: error: types I2 and I1 are incompatible;
08:30:55 public interface I3 extends I1A, I2A {
08:30:55        ^
08:30:55   interface I3 inherits abstract and default for foo() from types I2 and I1
08:30:55 1 error
08:30:55 
08:30:55 
08:30:55 
08:30:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:56 --- javac err: ---
08:30:56 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
08:30:56    String foo(List<String> l);
08:30:56           ^
08:30:56 1 error
08:30:56 
08:30:56 
08:30:56 
08:30:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:57 --- javac err: ---
08:30:57 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
08:30:57    String foo(List<String> l);
08:30:57           ^
08:30:57 1 error
08:30:57 
08:30:57 
08:30:57 
08:30:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:58 
08:30:58 
08:30:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:30:59 
08:30:59 
08:30:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:00 
08:31:00 
08:31:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:01 --- javac err: ---
08:31:01 I.java:5: error: modifier synchronized not allowed here
08:31:01     public default synchronized void foo2() { System.exit(0); }
08:31:01                                      ^
08:31:01 I.java:7: error: modifier synchronized not allowed here
08:31:01     public default strictfp synchronized void foo4() {}
08:31:01                                               ^
08:31:01 I.java:8: error: modifier synchronized not allowed here
08:31:01     public default strictfp synchronized @Annot void foo5() {}
08:31:01                                                      ^
08:31:01 3 errors
08:31:01 
08:31:01 
08:31:01 
08:31:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:02 --- javac err: ---
08:31:02 I.java:6: error: <identifier> expected
08:31:02     stritfp default void foo3() {}
08:31:02            ^
08:31:02 I.java:6: error: = expected
08:31:02     stritfp default void foo3() {}
08:31:02             ^
08:31:02 2 errors
08:31:02 
08:31:02 
08:31:02 
08:31:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:02 --- javac err: ---
08:31:02 I.java:5: error: modifier synchronized not allowed here
08:31:02     public synchronized void foo2();
08:31:02                              ^
08:31:02 I.java:6: error: modifier strictfp not allowed here
08:31:02     strictfp void foo3();
08:31:02                   ^
08:31:02 I.java:7: error: modifier synchronized,strictfp not allowed here
08:31:02     public strictfp synchronized void foo4();
08:31:02                                       ^
08:31:02 I.java:8: error: modifier synchronized,strictfp not allowed here
08:31:02     public strictfp synchronized @Annot void foo5();
08:31:02                                              ^
08:31:02 4 errors
08:31:02 
08:31:02 
08:31:02 
08:31:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:03 --- javac err: ---
08:31:03 I.java:2: error: modifier native not allowed here
08:31:03     native void foo1();
08:31:03                 ^
08:31:03 I.java:4: error: modifier native not allowed here
08:31:03     native default void foo3() {}
08:31:03                         ^
08:31:03 I.java:5: error: modifier native not allowed here
08:31:03     default native void foo4() {}
08:31:03                         ^
08:31:03 I.java:6: error: illegal combination of modifiers: static and default
08:31:03     static default void foo5() {}
08:31:03                         ^
08:31:03 I.java:7: error: illegal combination of modifiers: static and default
08:31:03     default static void foo6() {}
08:31:03                         ^
08:31:03 I.java:3: error: missing method body, or declare abstract
08:31:03     static void foo2();
08:31:03                 ^
08:31:03 6 errors
08:31:03 
08:31:03 
08:31:03 
08:31:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:04 --- javac err: ---
08:31:04 I.java:4: error: illegal combination of modifiers: abstract and default
08:31:04     public abstract default void foo2() {}
08:31:04                                  ^
08:31:04 I.java:5: error: illegal combination of modifiers: abstract and default
08:31:04     default abstract void foo3() {}
08:31:04                           ^
08:31:04 I.java:7: error: illegal combination of modifiers: abstract and static
08:31:04     abstract static default void foo5() {}
08:31:04                                  ^
08:31:04 I.java:6: error: interface abstract methods cannot have body
08:31:04     void foo4() { }
08:31:04                 ^
08:31:04 4 errors
08:31:04 
08:31:04 
08:31:04 
08:31:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:06 
08:31:06 
08:31:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:06 --- javac err: ---
08:31:06 C.java:1: error: C is not abstract and does not override abstract method bar() in I
08:31:06 public class C implements I {}
08:31:06        ^
08:31:06 1 error
08:31:06 
08:31:06 
08:31:06 
08:31:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:07 --- javac err: ---
08:31:07 I.java:2: error: missing method body, or declare abstract
08:31:07     default void foo();
08:31:07                  ^
08:31:07 1 error
08:31:07 
08:31:07 
08:31:07 
08:31:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:08 --- javac err: ---
08:31:08 I.java:2: error: default method toString in interface I overrides a member of java.lang.Object
08:31:08     public default String toString () { return "";}
08:31:08                           ^
08:31:08 1 error
08:31:08 
08:31:08 
08:31:08 
08:31:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:09 --- javac err: ---
08:31:09 I.java:2: error: name clash: equals(T) in I and equals(Object) in Object have the same erasure, yet neither overrides the other
08:31:09     public default boolean equals (T other) { return false;}
08:31:09                            ^
08:31:09   where T is a type-variable:
08:31:09     T extends Object declared in interface I
08:31:09 1 error
08:31:09 
08:31:09 
08:31:09 
08:31:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:10 --- javac err: ---
08:31:10 I.java:3: error: getClass() in I cannot override getClass() in Object
08:31:10     default public Class<?> getClass() { return null;}
08:31:10                             ^
08:31:10   overridden method is final
08:31:10 1 error
08:31:10 
08:31:10 
08:31:10 
08:31:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:11 --- javac err: ---
08:31:11 I.java:4: error: illegal combination of modifiers: static and default
08:31:11 	public static default void foo2 () {};
08:31:11 	                           ^
08:31:11 I.java:5: error: illegal combination of modifiers: abstract and static
08:31:11 	abstract static void foo3();
08:31:11 	                     ^
08:31:11 I.java:6: error: illegal combination of modifiers: abstract and static
08:31:11 	abstract static void foo4() {}
08:31:11 	                     ^
08:31:11 I.java:3: error: missing method body, or declare abstract
08:31:11 	static void foo1();
08:31:11 	            ^
08:31:11 I.java:6: error: interface abstract methods cannot have body
08:31:11 	abstract static void foo4() {}
08:31:11 	                            ^
08:31:11 5 errors
08:31:11 
08:31:11 
08:31:11 
08:31:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:12 --- javac err: ---
08:31:12 I.java:3: error: non-static method bar() cannot be referenced from a static context
08:31:12 		bar();
08:31:12 		^
08:31:12 I.java:4: error: non-static variable this cannot be referenced from a static context
08:31:12 		this.bar();
08:31:12 		^
08:31:12 I.java:7: warning: [static] static method should be qualified by type name, I, instead of by an expression
08:31:12 		this.foo();
08:31:12 		    ^
08:31:12 I.java:7: error: illegal static interface method call
08:31:12 		this.foo();
08:31:12 		        ^
08:31:12   the receiver expression should be replaced with the type qualifier 'I'
08:31:12 I.java:12: error: cannot find symbol
08:31:12 		super.bar();
08:31:12 		^
08:31:12   symbol:   variable super
08:31:12   location: interface II
08:31:12 4 errors
08:31:12 1 warning
08:31:12 
08:31:12 
08:31:12 
08:31:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:13 
08:31:13 
08:31:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:14 --- javac err: ---
08:31:14 X.java:3: error: cannot find symbol
08:31:14 		 bar();
08:31:14 		 ^
08:31:14   symbol:   method bar()
08:31:14   location: class X
08:31:14 X.java:7: error: cannot find symbol
08:31:14 		bar();
08:31:14 		^
08:31:14   symbol:   method bar()
08:31:14   location: class X
08:31:14 X.java:8: error: cannot find symbol
08:31:14 		II.bar();
08:31:14 		  ^
08:31:14   symbol:   method bar()
08:31:14   location: interface II
08:31:14 X.java:9: error: cannot find symbol
08:31:14 		(new X()).bar();
08:31:14 		         ^
08:31:14   symbol:   method bar()
08:31:14   location: class X
08:31:14 X.java:10: error: cannot find symbol
08:31:14 		II.bar();
08:31:14 		  ^
08:31:14   symbol:   method bar()
08:31:14   location: interface II
08:31:14 X.java:12: error: cannot find symbol
08:31:14 		ii.bar();
08:31:14 		  ^
08:31:14   symbol:   method bar()
08:31:14   location: variable ii of type II
08:31:14 X.java:15: warning: [static] static method should be qualified by type name, I, instead of by an expression
08:31:14 		i.bar();
08:31:14 		 ^
08:31:14 X.java:15: error: illegal static interface method call
08:31:14 		i.bar();
08:31:14 		     ^
08:31:14   the receiver expression should be replaced with the type qualifier 'I'
08:31:14 X.java:16: error: cannot find symbol
08:31:14       new I() {}.foo();
08:31:14                 ^
08:31:14   symbol: method foo()
08:31:14 X.java:29: error: cannot find symbol
08:31:14 		bar();
08:31:14 		^
08:31:14   symbol:   method bar()
08:31:14   location: interface II
08:31:14 X.java:21: error: non-static method bar2() cannot be referenced from a static context
08:31:14 		bar2();
08:31:14 		^
08:31:14 10 errors
08:31:14 1 warning
08:31:14 
08:31:14 
08:31:14 
08:31:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:15 --- javac err: ---
08:31:15 X.java:19: error: goo(int) in X cannot override goo(int) in Y
08:31:15 	void goo(int x) {}   // Error.
08:31:15 	     ^
08:31:15   overridden method is static
08:31:15 1 error
08:31:15 
08:31:15 
08:31:15 
08:31:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:16 
08:31:16 
08:31:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:16 --- javac err: ---
08:31:16 C.java:2: error: non-static type variable T cannot be referenced from a static context
08:31:16 	public static T foo(T t) {
08:31:16 	                    ^
08:31:16 C.java:2: error: non-static type variable T cannot be referenced from a static context
08:31:16 	public static T foo(T t) {
08:31:16 	              ^
08:31:16 2 errors
08:31:16 
08:31:16 
08:31:16 
08:31:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:17 --- javac err: ---
08:31:17 C.java:2: error: modifier static not allowed here
08:31:17 	static String foo() default "Blah";
08:31:17 	              ^
08:31:17 1 error
08:31:17 
08:31:17 
08:31:17 
08:31:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:18 --- javac err: ---
08:31:18 C.java:4: warning: [static] static method should be qualified by type name, A, instead of by an expression
08:31:18 		a.foo();
08:31:18 		 ^
08:31:18 C.java:4: error: illegal static interface method call
08:31:18 		a.foo();
08:31:18 		     ^
08:31:18   the receiver expression should be replaced with the type qualifier 'A'
08:31:18 1 error
08:31:18 1 warning
08:31:18 
08:31:18 
08:31:18 
08:31:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:19 --- javac err: ---
08:31:19 C.java:5: warning: [static] static method should be qualified by type name, A, instead of by an expression
08:31:19 		a.foo(10);
08:31:19 		 ^
08:31:19 C.java:5: error: illegal static interface method call
08:31:19 		a.foo(10);
08:31:19 		     ^
08:31:19   the receiver expression should be replaced with the type qualifier 'A'
08:31:19 1 error
08:31:19 1 warning
08:31:19 
08:31:19 
08:31:19 
08:31:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:20 --- javac err: ---
08:31:20 C.java:5: error: foo(String) in B clashes with foo(X) in A
08:31:20     static void foo(String s) {}
08:31:20                 ^
08:31:20   overriding method is static
08:31:20   where X is a type-variable:
08:31:20     X extends Object declared in interface A
08:31:20 1 error
08:31:20 
08:31:20 
08:31:20 
08:31:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:21 --- javac err: ---
08:31:21 C.java:7: error: class X is public, should be declared in a file named X.java
08:31:21 public class X {
08:31:21        ^
08:31:21 1 error
08:31:21 
08:31:21 
08:31:21 
08:31:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:22 --- javac err: ---
08:31:22 C.java:3: error: non-static variable this cannot be referenced from a static context
08:31:22        System.out.println(this);
08:31:22                           ^
08:31:22 C.java:4: error: cannot find symbol
08:31:22        System.out.println(super.hashCode());
08:31:22                           ^
08:31:22   symbol:   variable super
08:31:22   location: interface A
08:31:22 2 errors
08:31:22 
08:31:22 
08:31:22 
08:31:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:23 
08:31:23 
08:31:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:24 
08:31:24 
08:31:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:25 
08:31:25 
08:31:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:26 
08:31:26 
08:31:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:27 --- javac err: ---
08:31:27 T.java:6: error: not an enclosing class: List
08:31:27 		return List.super.stream(); // List is not a direct super interface
08:31:27 		           ^
08:31:27 T.java:12: error: not an enclosing class: OrderedSet
08:31:27 			return OrderedSet.super.stream(); // not a super interface of the direct enclosing class
08:31:27 			                 ^
08:31:27 T.java:17: error: abstract method add(E) in OrderedSet cannot be accessed directly
08:31:27 		OrderedSet.super.add(o); // target not a default method
08:31:27 		                ^
08:31:27   where E is a type-variable:
08:31:27     E extends Object declared in interface OrderedSet
08:31:27 T.java:20: error: illegal qualifier; Object is not an inner class
08:31:27 		OrderedSet.super(); // not applicable for super ctor call
08:31:27 		          ^
08:31:27 4 errors
08:31:27 
08:31:27 
08:31:27 
08:31:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:28 
08:31:28 
08:31:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:29 --- javac err: ---
08:31:29 X.java:4: error: bad type qualifier I1 in default super call
08:31:29 		I1.super.print(); // illegal attempt to skip I2.print()
08:31:29 		  ^
08:31:29   redundant interface I1 is extended by I2
08:31:29 1 error
08:31:29 
08:31:29 
08:31:29 
08:31:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:30 --- javac err: ---
08:31:30 X.java:4: error: bad type qualifier I1 in default super call
08:31:30 		I1.super.print(); // illegal attempt to skip I2.print()
08:31:30 		  ^
08:31:30   redundant interface I1 is extended by I2
08:31:30 1 error
08:31:30 
08:31:30 
08:31:30 
08:31:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:31 --- javac err: ---
08:31:31 SuperOverride.java:14: error: bad type qualifier IA in default super call
08:31:31 		IA.super.foo(); // illegal attempt to skip IB.foo()
08:31:31 		            ^
08:31:31   method foo() is overridden in IB
08:31:31 1 error
08:31:31 
08:31:31 
08:31:31 
08:31:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:32 
08:31:32 
08:31:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:32 ***************************************************************************
08:31:32 * Comparison with Sun Javac compiler for class GrammarCoverageTests308 (null tests)
08:31:32 ***************************************************************************
08:31:33 --- javac err: ---
08:31:33 X.java:1: error: cannot find symbol
08:31:33 public class X extends @Marker @SingleMember(0) @Normal(Value = 0) Object {
08:31:33                         ^
08:31:33   symbol: class Marker
08:31:33 X.java:1: error: cannot find symbol
08:31:33 public class X extends @Marker @SingleMember(0) @Normal(Value = 0) Object {
08:31:33                                 ^
08:31:33   symbol: class SingleMember
08:31:33 X.java:1: error: cannot find symbol
08:31:33 public class X extends @Marker @SingleMember(0) @Normal(Value = 0) Object {
08:31:33                                                  ^
08:31:33   symbol: class Normal
08:31:33 3 errors
08:31:33 
08:31:33 
08:31:33 
08:31:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:34 --- javac err: ---
08:31:34 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:31:34 package java.lang.annotation;
08:31:34 ^
08:31:34 X.java:3: error: cannot find symbol
08:31:34     Zork z;
08:31:34     ^
08:31:34   symbol:   class Zork
08:31:34   location: class X
08:31:34 X.java:2: error: annotation type not applicable to this kind of declaration
08:31:34     @Marker int x;
08:31:34     ^
08:31:34 3 errors
08:31:34 
08:31:34 
08:31:34 
08:31:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:35 --- javac err: ---
08:31:35 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:31:35 package java.lang.annotation;
08:31:35 ^
08:31:35 X.java:3: error: cannot find symbol
08:31:35     Zork z;
08:31:35     ^
08:31:35   symbol:   class Zork
08:31:35   location: class X
08:31:35 X.java:2: error: Marker is not a repeatable annotation type
08:31:35     @Marker <T> @Marker int x() { return 10; };
08:31:35                 ^
08:31:35 X.java:2: error: annotation type not applicable to this kind of declaration
08:31:35     @Marker <T> @Marker int x() { return 10; };
08:31:35     ^
08:31:35 4 errors
08:31:35 
08:31:35 
08:31:35 
08:31:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:36 --- javac err: ---
08:31:36 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:31:36 package java.lang.annotation;
08:31:36 ^
08:31:36 X.java:3: error: cannot find symbol
08:31:36     Zork z;
08:31:36     ^
08:31:36   symbol:   class Zork
08:31:36   location: class X
08:31:36 X.java:2: error: annotation type not applicable to this kind of declaration
08:31:36     @Marker int x() { return 10; };
08:31:36     ^
08:31:36 3 errors
08:31:36 
08:31:36 
08:31:36 
08:31:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:37 --- javac err: ---
08:31:37 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:31:37 package java.lang.annotation;
08:31:37 ^
08:31:37 X.java:3: error: cannot find symbol
08:31:37     Zork z;
08:31:37     ^
08:31:37   symbol:   class Zork
08:31:37   location: class X
08:31:37 X.java:2: error: annotation type not applicable to this kind of declaration
08:31:37     int x(@Marker int p) { return 10; };
08:31:37           ^
08:31:37 3 errors
08:31:37 
08:31:37 
08:31:37 
08:31:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:38 --- javac err: ---
08:31:38 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:31:38 package java.lang.annotation;
08:31:38 ^
08:31:38 X.java:3: error: cannot find symbol
08:31:38     Zork z;
08:31:38     ^
08:31:38   symbol:   class Zork
08:31:38   location: class X
08:31:38 X.java:2: error: annotation type not applicable to this kind of declaration
08:31:38     int x(@Marker int ... p) { return 10; };
08:31:38           ^
08:31:38 3 errors
08:31:38 
08:31:38 
08:31:38 
08:31:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:39 --- javac err: ---
08:31:39 X.java:2: error: cannot find symbol
08:31:39     int x(@Marker int [] @Marker ... p) { return 10; };
08:31:39                           ^
08:31:39   symbol:   class Marker
08:31:39   location: class X
08:31:39 X.java:3: error: cannot find symbol
08:31:39     Zork z;
08:31:39     ^
08:31:39   symbol:   class Zork
08:31:39   location: class X
08:31:39 X.java:2: error: cannot find symbol
08:31:39     int x(@Marker int [] @Marker ... p) { return 10; };
08:31:39            ^
08:31:39   symbol:   class Marker
08:31:39   location: class X
08:31:39 3 errors
08:31:39 
08:31:39 
08:31:39 
08:31:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:40 --- javac err: ---
08:31:40 X.java:8: error: cannot find symbol
08:31:40     Zork z;
08:31:40     ^
08:31:40   symbol:   class Zork
08:31:40   location: class X
08:31:40 X.java:4: error: cannot find symbol
08:31:40         } catch (@Marker NullPointerException | @Marker ArrayIndexOutOfBoundsException e) {
08:31:40                                                  ^
08:31:40   symbol:   class Marker
08:31:40   location: class X
08:31:40 X.java:4: error: cannot find symbol
08:31:40         } catch (@Marker NullPointerException | @Marker ArrayIndexOutOfBoundsException e) {
08:31:40                   ^
08:31:40   symbol:   class Marker
08:31:40   location: class X
08:31:40 3 errors
08:31:40 
08:31:40 
08:31:40 
08:31:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:41 --- javac err: ---
08:31:41 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:31:41 package java.lang.annotation;
08:31:41 ^
08:31:41 X.java:8: error: cannot find symbol
08:31:41     Zork z;
08:31:41     ^
08:31:41   symbol:   class Zork
08:31:41   location: class X
08:31:41 X.java:3: error: annotation type not applicable to this kind of declaration
08:31:41         @Marker int p;
08:31:41         ^
08:31:41 X.java:4: error: annotation type not applicable to this kind of declaration
08:31:41         final @Marker int q;
08:31:41               ^
08:31:41 X.java:5: error: annotation type not applicable to this kind of declaration
08:31:41         @Marker final int r;
08:31:41         ^
08:31:41 5 errors
08:31:41 
08:31:41 
08:31:41 
08:31:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:42 --- javac err: ---
08:31:42 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:31:42 package java.lang.annotation;
08:31:42 ^
08:31:42 X.java:7: error: cannot find symbol
08:31:42     Zork z;
08:31:42     ^
08:31:42   symbol:   class Zork
08:31:42   location: class X
08:31:42 X.java:3: error: annotation type not applicable to this kind of declaration
08:31:42         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
08:31:42              ^
08:31:42 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:31:42         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
08:31:42                              ^
08:31:42     (Integer cannot be converted to AutoCloseable)
08:31:42 X.java:3: error: annotation type not applicable to this kind of declaration
08:31:42         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
08:31:42                                              ^
08:31:42 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:31:42         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
08:31:42                                                              ^
08:31:42     (Integer cannot be converted to AutoCloseable)
08:31:42 X.java:3: error: annotation type not applicable to this kind of declaration
08:31:42         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
08:31:42                                                                        ^
08:31:42 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:31:42         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
08:31:42                                                                                              ^
08:31:42     (Integer cannot be converted to AutoCloseable)
08:31:42 8 errors
08:31:42 
08:31:42 
08:31:42 
08:31:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:43 --- javac err: ---
08:31:43 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:31:43 package java.lang.annotation;
08:31:43 ^
08:31:43 X.java:8: error: cannot find symbol
08:31:43     Zork z;
08:31:43     ^
08:31:43   symbol:   class Zork
08:31:43   location: class X
08:31:43 X.java:3: error: annotation type not applicable to this kind of declaration
08:31:43         for (@Marker int i: new int[3]) {}
08:31:43              ^
08:31:43 X.java:4: error: annotation type not applicable to this kind of declaration
08:31:43         for (final @Marker int i: new int[3]) {}
08:31:43                    ^
08:31:43 X.java:5: error: annotation type not applicable to this kind of declaration
08:31:43         for (@Marker final int i: new int[3]) {}
08:31:43              ^
08:31:43 5 errors
08:31:43 
08:31:43 
08:31:43 
08:31:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:44 --- javac err: ---
08:31:44 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
08:31:44 package java.lang.annotation;
08:31:44 ^
08:31:44 X.java:5: error: Marker is not a repeatable annotation type
08:31:44 	public @Marker <T> @Marker String value4(); 
08:31:44 	                   ^
08:31:44 X.java:6: error: Marker is not a repeatable annotation type
08:31:44 	@Marker <T> @Marker String value5(); 
08:31:44 	            ^
08:31:44 X.java:7: error: Marker is not a repeatable annotation type
08:31:44 	@Marker public <T> @Marker String value6(); 
08:31:44 	                   ^
08:31:44 X.java:2: error: annotation type not applicable to this kind of declaration
08:31:44 	public @Marker String value(); 
08:31:44 	       ^
08:31:44 X.java:3: error: annotation type not applicable to this kind of declaration
08:31:44 	@Marker String value2(); 
08:31:44 	^
08:31:44 X.java:4: error: annotation type not applicable to this kind of declaration
08:31:44 	@Marker public String value3(); 
08:31:44 	^
08:31:44 X.java:5: error: annotation type not applicable to this kind of declaration
08:31:44 	public @Marker <T> @Marker String value4(); 
08:31:44 	       ^
08:31:44 X.java:6: error: annotation type not applicable to this kind of declaration
08:31:44 	@Marker <T> @Marker String value5(); 
08:31:44 	^
08:31:44 X.java:7: error: annotation type not applicable to this kind of declaration
08:31:44 	@Marker public <T> @Marker String value6(); 
08:31:44 	^
08:31:44 X.java:5: error: elements in annotation type declarations cannot be generic methods
08:31:44 	public @Marker <T> @Marker String value4(); 
08:31:44 	                ^
08:31:44 X.java:6: error: elements in annotation type declarations cannot be generic methods
08:31:44 	@Marker <T> @Marker String value5(); 
08:31:44 	         ^
08:31:44 X.java:7: error: elements in annotation type declarations cannot be generic methods
08:31:44 	@Marker public <T> @Marker String value6(); 
08:31:44 	                ^
08:31:44 13 errors
08:31:44 
08:31:44 
08:31:44 
08:31:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:45 --- javac err: ---
08:31:45 X.java:3: error: no annotations are allowed in the type of a class literal
08:31:45 		Object o = @Marker int.class;
08:31:45 		                            ^
08:31:45 X.java:4: error: no annotations are allowed in the type of a class literal
08:31:45 		Object o2 = @Marker int @Marker[] [] @Marker[].class;
08:31:45 		                                                    ^
08:31:45 2 errors
08:31:45 
08:31:45 
08:31:45 
08:31:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:46 --- javac err: ---
08:31:46 X.java:6: error: cannot find symbol
08:31:46         I i = @Marker int @Marker []::<String>clone;
08:31:46                ^
08:31:46   symbol:   class Marker
08:31:46   location: class X
08:31:46 X.java:6: error: cannot find symbol
08:31:46         I i = @Marker int @Marker []::<String>clone;
08:31:46                            ^
08:31:46   symbol:   class Marker
08:31:46   location: class X
08:31:46 2 errors
08:31:46 
08:31:46 
08:31:46 
08:31:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:46 --- javac err: ---
08:31:46 X.java:3: error: cannot find symbol
08:31:46         int i [] = new @Marker int @Marker [4];
08:31:46                                     ^
08:31:46   symbol:   class Marker
08:31:46   location: class X
08:31:46 X.java:3: error: cannot find symbol
08:31:46         int i [] = new @Marker int @Marker [4];
08:31:46                         ^
08:31:46   symbol:   class Marker
08:31:46   location: class X
08:31:46 X.java:4: error: cannot find symbol
08:31:46         int j [] = new @Marker int @Marker [] { 10 };
08:31:46                                     ^
08:31:46   symbol:   class Marker
08:31:46   location: class X
08:31:46 X.java:4: error: cannot find symbol
08:31:46         int j [] = new @Marker int @Marker [] { 10 };
08:31:46                         ^
08:31:46   symbol:   class Marker
08:31:46   location: class X
08:31:46 X.java:5: error: cannot find symbol
08:31:46         Zork z;
08:31:46         ^
08:31:46   symbol:   class Zork
08:31:46   location: class X
08:31:46 5 errors
08:31:46 
08:31:46 
08:31:46 
08:31:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:47 --- javac err: ---
08:31:47 X.java:3: error: cannot find symbol
08:31:47         int i = (@Marker int) 0;
08:31:47                   ^
08:31:47   symbol:   class Marker
08:31:47   location: class X
08:31:47 X.java:4: error: cannot find symbol
08:31:47         int j [] = (@Marker int @Marker []) null;
08:31:47                                  ^
08:31:47   symbol:   class Marker
08:31:47   location: class X
08:31:47 X.java:4: error: cannot find symbol
08:31:47         int j [] = (@Marker int @Marker []) null;
08:31:47                      ^
08:31:47   symbol:   class Marker
08:31:47   location: class X
08:31:47 X.java:5: error: cannot find symbol
08:31:47         Zork z;
08:31:47         ^
08:31:47   symbol:   class Zork
08:31:47   location: class X
08:31:47 4 errors
08:31:47 
08:31:47 
08:31:47 
08:31:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:48 --- javac err: ---
08:31:48 X.java:3: error: cannot find symbol
08:31:48         if (args instanceof @Readonly String) {
08:31:48                              ^
08:31:48   symbol:   class Readonly
08:31:48   location: class X
08:31:48 X.java:3: error: incompatible types: String[] cannot be converted to String
08:31:48         if (args instanceof @Readonly String) {
08:31:48             ^
08:31:48 2 errors
08:31:48 
08:31:48 
08:31:48 
08:31:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:49 --- javac err: ---
08:31:49 X.java:1: error: cannot find symbol
08:31:49 public class X extends Y<@Marker Integer, String> {}
08:31:49                           ^
08:31:49   symbol: class Marker
08:31:49 X.java:3: error: cannot find symbol
08:31:49     Zork z;
08:31:49     ^
08:31:49   symbol:   class Zork
08:31:49   location: class Y<T,V>
08:31:49   where T,V are type-variables:
08:31:49     T extends Object declared in class Y
08:31:49     V extends Object declared in class Y
08:31:49 2 errors
08:31:49 
08:31:49 
08:31:49 
08:31:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:50 --- javac err: ---
08:31:50 X.java:1: error: cannot find symbol
08:31:50 public class X extends Y<@Marker Integer> {}
08:31:50                           ^
08:31:50   symbol: class Marker
08:31:50 X.java:3: error: cannot find symbol
08:31:50     Zork z;
08:31:50     ^
08:31:50   symbol:   class Zork
08:31:50   location: class Y<T>
08:31:50   where T is a type-variable:
08:31:50     T extends Object declared in class Y
08:31:50 2 errors
08:31:50 
08:31:50 
08:31:50 
08:31:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:51 --- javac err: ---
08:31:51 X.java:1: error: cannot find symbol
08:31:51 public class X<T extends Object & Comparable<? super @Marker String>> {}
08:31:51                                                       ^
08:31:51   symbol: class Marker
08:31:51 X.java:3: error: cannot find symbol
08:31:51     Zork z;
08:31:51     ^
08:31:51   symbol:   class Zork
08:31:51   location: class Y<T>
08:31:51   where T is a type-variable:
08:31:51     T extends Object declared in class Y
08:31:51 2 errors
08:31:51 
08:31:51 
08:31:51 
08:31:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:52 --- javac err: ---
08:31:52 X.java:1: error: cannot find symbol
08:31:52 public class X<A extends X<X<X<@Marker String>>>> {}
08:31:52                                 ^
08:31:52   symbol: class Marker
08:31:52 X.java:3: error: cannot find symbol
08:31:52     Zork z;
08:31:52     ^
08:31:52   symbol:   class Zork
08:31:52   location: class Y<T>
08:31:52   where T is a type-variable:
08:31:52     T extends Object declared in class Y
08:31:52 X.java:1: error: type argument X<X<@Marker String>> is not within bounds of type-variable A
08:31:52 public class X<A extends X<X<X<@Marker String>>>> {}
08:31:52                             ^
08:31:52   where A is a type-variable:
08:31:52     A extends X<X<X<@Marker String>>> declared in class X
08:31:52 X.java:1: error: type argument X<@Marker String> is not within bounds of type-variable A
08:31:52 public class X<A extends X<X<X<@Marker String>>>> {}
08:31:52                               ^
08:31:52   where A is a type-variable:
08:31:52     A extends X<X<X<@Marker String>>> declared in class X
08:31:52 X.java:1: error: type argument @Marker String is not within bounds of type-variable A
08:31:52 public class X<A extends X<X<X<@Marker String>>>> {}
08:31:52                                ^
08:31:52   where A is a type-variable:
08:31:52     A extends X<X<X<@Marker String>>> declared in class X
08:31:52 5 errors
08:31:52 
08:31:52 
08:31:52 
08:31:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:53 --- javac err: ---
08:31:53 X.java:2: error: cannot find symbol
08:31:53 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
08:31:53 	         ^
08:31:53   symbol:   class Map
08:31:53   location: class X
08:31:53 X.java:2: error: cannot find symbol
08:31:53 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
08:31:53 	              ^
08:31:53   symbol:   class Marker
08:31:53   location: class X
08:31:53 X.java:2: error: cannot find symbol
08:31:53 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
08:31:53 	                              ^
08:31:53   symbol:   class Marker
08:31:53   location: class X
08:31:53 X.java:2: error: cannot find symbol
08:31:53 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
08:31:53 	                                              ^
08:31:53   symbol:   class Marker
08:31:53   location: class X
08:31:53 X.java:2: error: cannot find symbol
08:31:53 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
08:31:53 	                                                                ^
08:31:53   symbol:   class Marker
08:31:53   location: class X
08:31:53 X.java:3: error: cannot find symbol
08:31:53    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
08:31:53             ^
08:31:53   symbol:   class Map
08:31:53   location: class X
08:31:53 X.java:3: error: cannot find symbol
08:31:53    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
08:31:53                  ^
08:31:53   symbol:   class Marker
08:31:53   location: class X
08:31:53 X.java:3: error: cannot find symbol
08:31:53    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
08:31:53                                    ^
08:31:53   symbol:   class Marker
08:31:53   location: class X
08:31:53 X.java:3: error: cannot find symbol
08:31:53    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
08:31:53                                                    ^
08:31:53   symbol:   class Marker
08:31:53   location: class X
08:31:53 X.java:3: error: cannot find symbol
08:31:53    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
08:31:53                                                                    ^
08:31:53   symbol:   class Marker
08:31:53   location: class X
08:31:53 10 errors
08:31:53 
08:31:53 
08:31:53 
08:31:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:54 --- javac err: ---
08:31:54 X.java:1: error: cannot find symbol
08:31:54 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
08:31:54                                    ^
08:31:54   symbol: class Marker
08:31:54 X.java:1: error: cannot find symbol
08:31:54 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
08:31:54                                              ^
08:31:54   symbol: class Marker
08:31:54 X.java:1: error: cannot find symbol
08:31:54 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
08:31:54                                                                            ^
08:31:54   symbol: class Marker
08:31:54 X.java:1: error: cannot find symbol
08:31:54 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
08:31:54                  ^
08:31:54   symbol: class Marker
08:31:54 X.java:1: error: cannot find symbol
08:31:54 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
08:31:54                                                          ^
08:31:54   symbol: class Marker
08:31:54 5 errors
08:31:54 
08:31:54 
08:31:54 
08:31:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:55 --- javac err: ---
08:31:55 I.java:9: error: cannot find symbol
08:31:55 class CJ<T extends CI<U, T> & @Marker I<@Marker U>,
08:31:55                                ^
08:31:55   symbol: class Marker
08:31:55 I.java:9: error: cannot find symbol
08:31:55 class CJ<T extends CI<U, T> & @Marker I<@Marker U>,
08:31:55                                          ^
08:31:55   symbol: class Marker
08:31:55 I.java:5: error: cannot find symbol
08:31:55 class CI<U extends CJ<T, U> & @Marker J<@Marker T>,
08:31:55                                ^
08:31:55   symbol: class Marker
08:31:55 I.java:5: error: cannot find symbol
08:31:55 class CI<U extends CJ<T, U> & @Marker J<@Marker T>,
08:31:55                                          ^
08:31:55   symbol: class Marker
08:31:55 I.java:6: error: cannot find symbol
08:31:55 			T extends CI<U, T> & @Marker I<U>>
08:31:55 			                      ^
08:31:55   symbol: class Marker
08:31:55 5 errors
08:31:55 
08:31:55 
08:31:55 
08:31:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:55 --- javac err: ---
08:31:55 X.java:5: error: cannot find symbol
08:31:55       if (!(other instanceof @Marker X<?>.Y)) {};
08:31:55                               ^
08:31:55   symbol:   class Marker
08:31:55   location: class X<E>.Y
08:31:55   where E is a type-variable:
08:31:55     E extends Object declared in class X
08:31:55 1 error
08:31:55 
08:31:55 
08:31:55 
08:31:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:56 --- javac err: ---
08:31:56 X.java:3: error: cannot find symbol
08:31:56     if (!(this instanceof @Marker X)) {}
08:31:56                            ^
08:31:56   symbol:   class Marker
08:31:56   location: class X<P,C>
08:31:56   where P,C are type-variables:
08:31:56     P extends Object declared in class X
08:31:56     C extends Object declared in class X
08:31:56 1 error
08:31:56 
08:31:56 
08:31:56 
08:31:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:57 --- javac err: ---
08:31:57 X.java:6: error: <identifier> expected
08:31:57         I i = Y<String>.@Marker Z::foo;
08:31:57                         ^
08:31:57 X.java:6: error: illegal start of type
08:31:57         I i = Y<String>.@Marker Z::foo;
08:31:57                                 ^
08:31:57 2 errors
08:31:57 
08:31:57 
08:31:57 
08:31:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:58 --- javac err: ---
08:31:58 X.java:3: error: cannot find symbol
08:31:58         X [] x = new @Marker X @Marker [5];
08:31:58                                 ^
08:31:58   symbol:   class Marker
08:31:58   location: class X
08:31:58 X.java:3: error: cannot find symbol
08:31:58         X [] x = new @Marker X @Marker [5];
08:31:58                       ^
08:31:58   symbol:   class Marker
08:31:58   location: class X
08:31:58 X.java:4: error: cannot find symbol
08:31:58         X [] x2 = new @Marker X @Marker [] { null };
08:31:58                                  ^
08:31:58   symbol:   class Marker
08:31:58   location: class X
08:31:58 X.java:4: error: cannot find symbol
08:31:58         X [] x2 = new @Marker X @Marker [] { null };
08:31:58                        ^
08:31:58   symbol:   class Marker
08:31:58   location: class X
08:31:58 X.java:5: error: cannot find symbol
08:31:58         Zork z;
08:31:58         ^
08:31:58   symbol:   class Zork
08:31:58   location: class X
08:31:58 5 errors
08:31:58 
08:31:58 
08:31:58 
08:31:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:31:59 --- javac err: ---
08:31:59 X.java:3: error: cannot find symbol
08:31:59         java.util.Map.Entry [] e = (java.util.Map<String, String>.@Marker Entry []) null;
08:31:59                                                                    ^
08:31:59   symbol:   class Marker
08:31:59   location: class X
08:31:59 X.java:3: warning: [rawtypes] found raw type: Entry
08:31:59         java.util.Map.Entry [] e = (java.util.Map<String, String>.@Marker Entry []) null;
08:31:59                      ^
08:31:59   missing type arguments for generic class Entry<K,V>
08:31:59   where K,V are type-variables:
08:31:59     K extends Object declared in interface Entry
08:31:59     V extends Object declared in interface Entry
08:31:59 X.java:3: error: cannot select a static class from a parameterized type
08:31:59         java.util.Map.Entry [] e = (java.util.Map<String, String>.@Marker Entry []) null;
08:31:59                                                                  ^
08:31:59 2 errors
08:31:59 1 warning
08:31:59 
08:31:59 
08:31:59 
08:31:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:00 --- javac err: ---
08:32:00 X.java:4: error: cannot find symbol
08:32:00 	void foo(List<? extends @Marker Comparable<T>> p) {} 
08:32:00 	                         ^
08:32:00   symbol:   class Marker
08:32:00   location: class X<T>
08:32:00   where T is a type-variable:
08:32:00     T extends Comparable<T>,Serializable declared in class X
08:32:00 1 error
08:32:00 
08:32:00 
08:32:00 
08:32:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:01 --- javac err: ---
08:32:01 X.java:5: error: cannot find symbol
08:32:01 class Bar<E extends Base, F extends Foo<E, @Marker Bar<E, F>>> {
08:32:01                                             ^
08:32:01   symbol: class Marker
08:32:01 X.java:3: error: cannot find symbol
08:32:01 class Foo<U extends Base, V extends Bar<U, @Marker Foo<U, V>>> {
08:32:01                                             ^
08:32:01   symbol: class Marker
08:32:01 X.java:3: error: type argument @Marker Foo<U,V> is not within bounds of type-variable F
08:32:01 class Foo<U extends Base, V extends Bar<U, @Marker Foo<U, V>>> {
08:32:01                                                       ^
08:32:01   where U,V,F,E are type-variables:
08:32:01     U extends Base declared in class Foo
08:32:01     V extends Bar<U,@Marker Foo<U,V>> declared in class Foo
08:32:01     F extends Foo<E,@Marker Bar<E,F>> declared in class Bar
08:32:01     E extends Base declared in class Bar
08:32:01 X.java:5: error: type argument @Marker Bar<E,F> is not within bounds of type-variable V
08:32:01 class Bar<E extends Base, F extends Foo<E, @Marker Bar<E, F>>> {
08:32:01                                                       ^
08:32:01   where E,F,V,U are type-variables:
08:32:01     E extends Base declared in class Bar
08:32:01     F extends Foo<E,@Marker Bar<E,F>> declared in class Bar
08:32:01     V extends Bar<U,@Marker Foo<U,V>> declared in class Foo
08:32:01     U extends Base declared in class Foo
08:32:01 4 errors
08:32:01 
08:32:01 
08:32:01 
08:32:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:02 --- javac err: ---
08:32:02 X.java:1: error: cannot find symbol
08:32:02 public class X extends @Marker Object {
08:32:02                         ^
08:32:02   symbol: class Marker
08:32:02 1 error
08:32:02 
08:32:02 
08:32:02 
08:32:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:02 --- javac err: ---
08:32:02 X.java:2: error: cannot find symbol
08:32:02     X x = new @Marker X();
08:32:02                ^
08:32:02   symbol:   class Marker
08:32:02   location: class X
08:32:02 X.java:3: error: cannot find symbol
08:32:02     X y = new <String> @Marker X();
08:32:02                         ^
08:32:02   symbol:   class Marker
08:32:02   location: class X
08:32:02 2 errors
08:32:02 
08:32:02 
08:32:02 
08:32:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:03 --- javac err: ---
08:32:03 X.java:4: error: cannot find symbol
08:32:03     Y y1 = new @Marker X().new @Marker Y();
08:32:03                 ^
08:32:03   symbol:   class Marker
08:32:03   location: class X
08:32:03 X.java:4: error: cannot find symbol
08:32:03     Y y1 = new @Marker X().new @Marker Y();
08:32:03                                 ^
08:32:03   symbol:   class Marker
08:32:03   location: class X
08:32:03 X.java:5: error: cannot find symbol
08:32:03     Y y2 = new @Marker X().new <String> @Marker Y();
08:32:03                 ^
08:32:03   symbol:   class Marker
08:32:03   location: class X
08:32:03 X.java:5: error: cannot find symbol
08:32:03     Y y2 = new @Marker X().new <String> @Marker Y();
08:32:03                                          ^
08:32:03   symbol:   class Marker
08:32:03   location: class X
08:32:03 4 errors
08:32:03 
08:32:03 
08:32:03 
08:32:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:04 --- javac err: ---
08:32:04 X.java:5: error: illegal start of expression
08:32:04     Y y1 = @Marker x.new @Marker Y();
08:32:04            ^
08:32:04 X.java:6: error: illegal start of expression
08:32:04     Y y2 = @Marker x.new <String> @Marker Y();
08:32:04            ^
08:32:04 2 errors
08:32:04 
08:32:04 
08:32:04 
08:32:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:05 --- javac err: ---
08:32:05 X.java:2: error: cannot find symbol
08:32:05     void foo() throws @Marker NullPointerException, @Marker ArrayIndexOutOfBoundsException {}
08:32:05                        ^
08:32:05   symbol:   class Marker
08:32:05   location: class X
08:32:05 X.java:2: error: cannot find symbol
08:32:05     void foo() throws @Marker NullPointerException, @Marker ArrayIndexOutOfBoundsException {}
08:32:05                                                      ^
08:32:05   symbol:   class Marker
08:32:05   location: class X
08:32:05 2 errors
08:32:05 
08:32:05 
08:32:05 
08:32:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:06 --- javac err: ---
08:32:06 X.java:3: error: cannot find symbol
08:32:06 interface K extends @Marker I, @Marker J {}
08:32:06                      ^
08:32:06   symbol: class Marker
08:32:06 X.java:3: error: cannot find symbol
08:32:06 interface K extends @Marker I, @Marker J {}
08:32:06                                 ^
08:32:06   symbol: class Marker
08:32:06 X.java:5: error: cannot find symbol
08:32:06 public class X implements @Marker K, @Marker L {
08:32:06                            ^
08:32:06   symbol: class Marker
08:32:06 X.java:5: error: cannot find symbol
08:32:06 public class X implements @Marker K, @Marker L {
08:32:06                                       ^
08:32:06   symbol: class Marker
08:32:06 4 errors
08:32:06 
08:32:06 
08:32:06 
08:32:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:07 --- javac err: ---
08:32:07 X.java:6: error: <identifier> expected
08:32:07         I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo;
08:32:07                         ^
08:32:07 X.java:6: error: illegal start of expression
08:32:07         I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo;
08:32:07                          ^
08:32:07 X.java:6: error: ';' expected
08:32:07         I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo;
08:32:07                                 ^
08:32:07 X.java:6: error: not a statement
08:32:07         I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo;
08:32:07                                  ^
08:32:07 4 errors
08:32:07 
08:32:07 
08:32:07 
08:32:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:08 --- javac err: ---
08:32:08 X.java:12: error: cannot find symbol
08:32:08         i = @Marker W<@Marker Integer>::<@Marker String> new;
08:32:08              ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:12: error: cannot find symbol
08:32:08         i = @Marker W<@Marker Integer>::<@Marker String> new;
08:32:08                        ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:12: error: cannot find symbol
08:32:08         i = @Marker W<@Marker Integer>::<@Marker String> new;
08:32:08                                           ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:12: error: cannot find symbol
08:32:08         i = @Marker W<@Marker Integer>::<@Marker String> new;
08:32:08         ^
08:32:08   symbol:   variable i
08:32:08   location: class X
08:32:08 X.java:12: error: method reference not expected here
08:32:08         i = @Marker W<@Marker Integer>::<@Marker String> new;
08:32:08                     ^
08:32:08 5 errors
08:32:08 
08:32:08 
08:32:08 
08:32:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:08 --- javac err: ---
08:32:08 X.java:2: error: cannot find symbol
08:32:08     Object o = (@Marker X) null;
08:32:08                  ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:3: error: cannot find symbol
08:32:08     Object p = (@Marker X @Marker []) null;
08:32:08                            ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:3: error: cannot find symbol
08:32:08     Object p = (@Marker X @Marker []) null;
08:32:08                  ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:4: error: cannot find symbol
08:32:08     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
08:32:08                                              ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:4: error: cannot find symbol
08:32:08     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
08:32:08                                ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:4: error: cannot find symbol
08:32:08     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
08:32:08                  ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:4: error: cannot find symbol
08:32:08     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
08:32:08                                                           ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:4: error: cannot find symbol
08:32:08     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
08:32:08                         ^
08:32:08   symbol:   class java
08:32:08   location: class X
08:32:08 X.java:5: error: cannot find symbol
08:32:08     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
08:32:08                                                                                                       ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:5: error: cannot find symbol
08:32:08     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
08:32:08                                                                                         ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:5: error: cannot find symbol
08:32:08     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
08:32:08                                             ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:5: error: cannot find symbol
08:32:08     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
08:32:08                                ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:5: error: cannot find symbol
08:32:08     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
08:32:08                  ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:5: error: cannot find symbol
08:32:08     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
08:32:08                                                         ^
08:32:08   symbol:   class Marker
08:32:08 
08:32:08   location: class X
08:32:08 
08:32:08 X.java:5: error: cannot find symbol
08:32:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:08     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
08:32:08                                                                         ^
08:32:08   symbol:   class Marker
08:32:08   location: class X
08:32:08 X.java:5: error: cannot find symbol
08:32:08     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
08:32:08                         ^
08:32:08   symbol:   class java
08:32:08   location: class X
08:32:08 X.java:4: error: scoping construct cannot be annotated with type-use annotation: @Marker
08:32:08     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
08:32:08                             ^
08:32:08 X.java:5: error: scoping construct cannot be annotated with type-use annotation: @Marker
08:32:08     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
08:32:08 ***************************************************************************
08:32:08                                           ^
08:32:08 18 errors
08:32:08 
08:32:08 * Comparison with Sun Javac compiler for class FlowAnalysisTest8 (null tests)
08:32:08 ***************************************************************************
08:32:09 
08:32:09 
08:32:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:10 
08:32:10 
08:32:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:11 
08:32:11 
08:32:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:12 
08:32:12 
08:32:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:13 
08:32:13 
08:32:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:14 
08:32:14 
08:32:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:15 
08:32:15 
08:32:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:16 
08:32:16 
08:32:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:17 
08:32:17 
08:32:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:18 
08:32:18 
08:32:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:19 --- javac err: ---
08:32:19 X.java:3: error: incompatible types: ISAM is not a functional interface
08:32:19 		ISAM printer = () -> {
08:32:19 		               ^
08:32:19     no abstract method found in interface ISAM
08:32:19 1 error
08:32:19 
08:32:19 
08:32:19 
08:32:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:20 --- javac err: ---
08:32:20 X.java:12: error: incompatible types: invalid method reference
08:32:20 		I is = xs::soo;
08:32:20 		       ^
08:32:20     unexpected static method soo() found in bound lookup
08:32:20 1 error
08:32:20 
08:32:20 
08:32:20 
08:32:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:21 
08:32:21 
08:32:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:23 
08:32:23 
08:32:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:24 --- javac err: ---
08:32:24 X.java:8: error: cannot find symbol
08:32:24 	Zork zork;
08:32:24 	^
08:32:24   symbol:   class Zork
08:32:24   location: class X
08:32:24 1 error
08:32:24 
08:32:24 
08:32:24 
08:32:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:25 
08:32:25 
08:32:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:25 ***************************************************************************
08:32:25 * Comparison with Sun Javac compiler for class TypeAnnotationTest (null tests)
08:32:25 ***************************************************************************
08:32:26 
08:32:26 
08:32:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:27 
08:32:27 
08:32:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:28 
08:32:28 
08:32:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:29 
08:32:29 
08:32:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:30 
08:32:30 
08:32:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:31 
08:32:31 
08:32:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:33 
08:32:33 
08:32:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:34 
08:32:34 
08:32:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:35 
08:32:35 
08:32:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:36 
08:32:36 
08:32:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:37 
08:32:37 
08:32:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:38 
08:32:38 
08:32:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:39 
08:32:39 
08:32:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:40 
08:32:40 
08:32:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:42 
08:32:42 
08:32:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:43 
08:32:43 
08:32:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:44 
08:32:44 
08:32:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:45 
08:32:45 
08:32:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:46 
08:32:46 
08:32:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:47 
08:32:47 
08:32:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:48 
08:32:48 
08:32:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:49 
08:32:49 
08:32:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:50 
08:32:50 
08:32:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:51 
08:32:51 
08:32:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:52 
08:32:52 
08:32:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:53 
08:32:53 
08:32:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:54 
08:32:54 
08:32:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:55 
08:32:55 
08:32:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:56 
08:32:56 
08:32:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:57 
08:32:57 
08:32:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:58 
08:32:58 
08:32:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:32:59 
08:32:59 
08:32:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:01 
08:33:01 
08:33:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:02 
08:33:02 
08:33:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:03 
08:33:03 
08:33:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:04 
08:33:04 
08:33:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:05 
08:33:05 
08:33:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:06 --- javac err: ---
08:33:06 X.java:2: warning: [rawtypes] found raw type: AA.@A BB
08:33:06   AA.@A BB field;
08:33:06      ^
08:33:06   missing type arguments for generic class AA.BB<T>
08:33:06   where T is a type-variable:
08:33:06     T extends Object declared in class AA.BB
08:33:06 1 warning
08:33:06 
08:33:06 
08:33:06 
08:33:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:07 --- javac err: ---
08:33:07 X.java:2: warning: [rawtypes] found raw type: AA.@A BB
08:33:07   @B AA.@A BB[] @C[] field;
08:33:07         ^
08:33:07   missing type arguments for generic class AA.BB<T>
08:33:07   where T is a type-variable:
08:33:07     T extends Object declared in class AA.BB
08:33:07 1 warning
08:33:07 
08:33:07 
08:33:07 
08:33:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:08 
08:33:08 
08:33:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:10 
08:33:10 
08:33:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:11 
08:33:11 
08:33:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:12 
08:33:12 
08:33:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:13 
08:33:13 
08:33:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:14 
08:33:14 
08:33:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:15 
08:33:15 
08:33:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:16 
08:33:16 
08:33:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:17 
08:33:17 
08:33:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:19 
08:33:19 
08:33:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:20 
08:33:20 
08:33:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:21 
08:33:21 
08:33:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:22 
08:33:22 
08:33:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:23 
08:33:23 
08:33:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:24 
08:33:24 
08:33:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:25 
08:33:25 
08:33:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:26 
08:33:26 
08:33:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:27 
08:33:27 
08:33:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:28 
08:33:28 
08:33:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:30 
08:33:30 
08:33:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:31 
08:33:31 
08:33:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:32 
08:33:32 
08:33:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:33 
08:33:33 
08:33:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:34 
08:33:34 
08:33:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:35 
08:33:35 
08:33:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:36 --- javac err: ---
08:33:36 C.java:1: warning: auxiliary class Foo in X.java should not be accessed from outside its own source file
08:33:36 class C { void m() { new @X Foo() {}; } }
08:33:36                             ^
08:33:36 1 warning
08:33:36 
08:33:36 
08:33:36 
08:33:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:37 
08:33:37 
08:33:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:38 
08:33:38 
08:33:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:39 
08:33:39 
08:33:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:40 
08:33:40 
08:33:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:41 
08:33:41 
08:33:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:42 
08:33:42 
08:33:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:43 
08:33:43 
08:33:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:44 
08:33:44 
08:33:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:45 
08:33:45 
08:33:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:46 
08:33:46 
08:33:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:48 
08:33:48 
08:33:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:49 
08:33:49 
08:33:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:50 
08:33:50 
08:33:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:51 
08:33:51 
08:33:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:52 --- javac err: ---
08:33:52 X.java:2: warning: [rawtypes] found raw type: X
08:33:52 interface MR { X process(String input); }
08:33:52                ^
08:33:52   missing type arguments for generic class X<T>
08:33:52   where T is a type-variable:
08:33:52     T extends Object declared in class X
08:33:52 1 warning
08:33:52 
08:33:52 
08:33:52 
08:33:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:53 
08:33:53 
08:33:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:54 --- javac err: ---
08:33:54 An exception has occurred in the compiler (12). 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.
08:33:54 java.lang.AssertionError
08:33:54 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)
08:33:54 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)
08:33:54 org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest#test066_codeblocks_methodReference - 12
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)
08:33:54 X.java [
08:33:54 interface I {
08:33:54     Object copy(int [] ia);
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)
08:33:54 }
08:33:54 public class X  {
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1029)
08:33:54     public static void main(String [] args) {
08:33:54         I i = @B(1) int @B(2)[]::<String>clone;
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)
08:33:54         i.copy(new int[10]); 
08:33:54     }
08:33:54 }
08:33:54 
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:307)
08:33:54 ]
08:33:54 B.java [
08:33:54 import java.lang.annotation.*;
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:306)
08:33:54 @Target(ElementType.TYPE_USE)
08:33:54 @Retention(RetentionPolicy.RUNTIME)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)
08:33:54 @interface B {
08:33:54 	int value() default -1;
08:33:54 }
08:33:54 
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)
08:33:54 ]
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:648)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1338)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2541)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2532)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4934)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2529)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3014)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3015)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3037)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2911)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:2949)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1892)
08:33:54 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1885)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:453)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1551)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1731)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1800)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1774)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3375)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3541)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2967)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3209)
08:33:54 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2270)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:708)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1187)
08:33:54 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:756)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1307)
08:33:54 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1111)
08:33:54 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4884)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4775)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4704)
08:33:54 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4649)
08:33:54 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1341)
08:33:54 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)
08:33:54 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)
08:33:54 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)
08:33:54 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)
08:33:54 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)
08:33:54 
08:33:54 ----------------------------------------
08:33:54 
08:33:54 
08:33:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:55 --- javac err: ---
08:33:55 X.java:2: warning: [rawtypes] found raw type: X
08:33:55 interface MR { X process(String input); }
08:33:55                ^
08:33:55   missing type arguments for generic class X<T>
08:33:55   where T is a type-variable:
08:33:55     T extends Object declared in class X
08:33:55 1 warning
08:33:55 
08:33:55 
08:33:55 
08:33:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:56 
08:33:56 
08:33:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:57 
08:33:57 
08:33:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:33:58 
08:33:58 
08:33:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:00 
08:34:00 
08:34:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:00 --- javac err: ---
08:34:00 X.java:5: warning: [unchecked] unchecked cast
08:34:00 	  I<String> i = (I<@B(1) String> & @B(2) J<String>) o;
08:34:00 	                                                    ^
08:34:00   required: INT#1
08:34:00   found:    Object
08:34:00   where INT#1 is an intersection type:
08:34:00     INT#1 extends Object,I<String>,J<String>
08:34:00 1 warning
08:34:00 
08:34:01 
08:34:01 
08:34:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:02 
08:34:02 
08:34:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:03 
08:34:03 
08:34:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:04 
08:34:04 
08:34:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:05 
08:34:05 
08:34:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:06 --- javac err: ---
08:34:06 X.java:3: warning: [rawtypes] found raw type: X
08:34:06        new <String, @A T2>X();
08:34:06                           ^
08:34:06   missing type arguments for generic class X<T1,T2>
08:34:06   where T1,T2 are type-variables:
08:34:06     T1 extends Object declared in class X
08:34:06     T2 extends Object declared in class X
08:34:06 1 warning
08:34:06 
08:34:06 
08:34:06 
08:34:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:07 --- javac err: ---
08:34:07 X.java:4: warning: [rawtypes] found raw type: X
08:34:07        new <java.util.List<@A String>, T2>X();
08:34:07                                           ^
08:34:07   missing type arguments for generic class X<T1,T2>
08:34:07   where T1,T2 are type-variables:
08:34:07     T1 extends Object declared in class X
08:34:07     T2 extends Object declared in class X
08:34:07 1 warning
08:34:07 
08:34:07 
08:34:07 
08:34:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:08 --- javac err: ---
08:34:08 X.java:3: warning: [rawtypes] found raw type: X
08:34:08        new <@A T>X();
08:34:08                  ^
08:34:08   missing type arguments for generic class X<T>
08:34:08   where T is a type-variable:
08:34:08     T extends Object declared in class X
08:34:08 1 warning
08:34:08 
08:34:08 
08:34:08 
08:34:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:09 
08:34:09 
08:34:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:10 
08:34:10 
08:34:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:11 
08:34:11 
08:34:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:12 
08:34:12 
08:34:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:13 
08:34:13 
08:34:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:14 
08:34:14 
08:34:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:15 
08:34:15 
08:34:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:16 
08:34:16 
08:34:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:17 
08:34:17 
08:34:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:18 
08:34:18 
08:34:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:19 
08:34:19 
08:34:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:20 
08:34:20 
08:34:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:21 
08:34:21 
08:34:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:22 --- javac err: ---
08:34:22 X.java:3: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
08:34:22   one.two.three.Level1.Level2.@B(2) Level3.Level4.@B(3) Level5<String> instance;
08:34:22                ^
08:34:22 1 warning
08:34:22 
08:34:22 
08:34:22 
08:34:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:23 --- javac err: ---
08:34:23 X.java:3: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
08:34:23   one.two.three.Level1.Level2.@B(2) Level3.Level4.@B(3) Level5<String>[][] instance;
08:34:23                ^
08:34:23 1 warning
08:34:23 
08:34:23 
08:34:23 
08:34:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:24 --- javac err: ---
08:34:24 X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
08:34:24   Level1.Level2.@B(2) Level3.Level4.@B(3) Level5<String>[][] instance;
08:34:24   ^
08:34:24 1 warning
08:34:24 
08:34:24 
08:34:24 
08:34:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:25 --- javac err: ---
08:34:25 X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
08:34:25   Level1.Level2.Level3.Level4.Level5<@B(1) String>[][] instance;
08:34:25   ^
08:34:25 1 warning
08:34:25 
08:34:25 
08:34:25 
08:34:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:26 --- javac err: ---
08:34:26 X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
08:34:26   Level1.Level2.Level3<@B(1) String>.Level4.Level5<@B(2) String>[][] instance;
08:34:26   ^
08:34:26 1 warning
08:34:26 
08:34:26 
08:34:26 
08:34:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:27 --- javac err: ---
08:34:27 X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
08:34:27   Level1.@B(5) Level2.Level3<@B(1) String>.Level4.Level5<@B(2) String>[][] instance;
08:34:27   ^
08:34:27 1 warning
08:34:27 
08:34:27 
08:34:27 
08:34:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:28 
08:34:28 
08:34:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:29 --- javac err: ---
08:34:29 X.java:2: warning: [rawtypes] found raw type: @B(2) Entry
08:34:29   java.util.Map.@B(2) Entry field;
08:34:29                 ^
08:34:29   missing type arguments for generic class Entry<K,V>
08:34:29   where K,V are type-variables:
08:34:29     K extends Object declared in interface Entry
08:34:29     V extends Object declared in interface Entry
08:34:29 1 warning
08:34:29 
08:34:29 
08:34:29 
08:34:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:30 
08:34:30 
08:34:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:31 
08:34:31 
08:34:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:32 
08:34:32 
08:34:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:33 
08:34:33 
08:34:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:34 
08:34:34 
08:34:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:35 
08:34:35 
08:34:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:36 
08:34:36 
08:34:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:37 
08:34:37 
08:34:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:38 
08:34:38 
08:34:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:39 
08:34:39 
08:34:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:40 
08:34:40 
08:34:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:41 
08:34:41 
08:34:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:42 
08:34:42 
08:34:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:43 
08:34:43 
08:34:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:44 --- javac err: ---
08:34:44 X.java:18: warning: [rawtypes] found raw type: Class
08:34:44 	Class value() default int[].class;
08:34:44 	^
08:34:44   missing type arguments for generic class Class<T>
08:34:44   where T is a type-variable:
08:34:44     T extends Object declared in class Class
08:34:44 1 warning
08:34:44 
08:34:44 
08:34:44 
08:34:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:45 --- javac err: ---
08:34:45 X.java:18: warning: [rawtypes] found raw type: Class
08:34:45 	Class value() default int[].class;
08:34:45 	^
08:34:45   missing type arguments for generic class Class<T>
08:34:45   where T is a type-variable:
08:34:45     T extends Object declared in class Class
08:34:45 1 warning
08:34:45 
08:34:45 
08:34:45 
08:34:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:47 
08:34:47 
08:34:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:48 
08:34:48 
08:34:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:48 --- javac err: ---
08:34:48 X.java:2: warning: [rawtypes] found raw type: List
08:34:48 	java.util.List [][] l = new java.util.ArrayList @pkg.NonNull [0] @pkg.NonNull[];     
08:34:48 	         ^
08:34:48   missing type arguments for generic class List<E>
08:34:48   where E is a type-variable:
08:34:48     E extends Object declared in interface List
08:34:48 X.java:2: warning: [rawtypes] found raw type: ArrayList
08:34:48 	java.util.List [][] l = new java.util.ArrayList @pkg.NonNull [0] @pkg.NonNull[];     
08:34:48 	                                     ^
08:34:48   missing type arguments for generic class ArrayList<E>
08:34:48   where E is a type-variable:
08:34:48     E extends Object declared in class ArrayList
08:34:48 2 warnings
08:34:48 
08:34:49 
08:34:49 
08:34:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:50 
08:34:50 
08:34:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:51 
08:34:51 
08:34:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:52 
08:34:52 
08:34:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:53 
08:34:53 
08:34:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:54 --- javac err: ---
08:34:54 X.java:2: warning: [cast] redundant cast to String
08:34:54 	 String s = (String) "Hello";
08:34:54 	            ^
08:34:54 1 warning
08:34:54 
08:34:54 
08:34:54 
08:34:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:54 --- javac err: ---
08:34:54 X.java:10: error: invalid method declaration; return type required
08:34:54     foo(String s) {
08:34:54     ^
08:34:54 1 error
08:34:54 
08:34:54 
08:34:54 
08:34:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:55 --- javac err: ---
08:34:55 X.java:19: warning: [rawtypes] found raw type: ArrayList
08:34:55 		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) [];
08:34:55 		                                                                                                 ^
08:34:55   missing type arguments for generic class ArrayList<E>
08:34:55   where E is a type-variable:
08:34:55     E extends Object declared in class ArrayList
08:34:55 X.java:19: warning: [unchecked] unchecked conversion
08:34:55 		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) [];
08:34:55 		                                                                                             ^
08:34:55   required: List<@Size(max=41) CharSequence>[] @Size(max=42) [] @Nonnull,@Size(max=43) [][]
08:34:55   found:    @Size(max=44) ArrayList[][][] @Size(max=47),@Size(max=48) []
08:34:55 2 warnings
08:34:55 
08:34:56 
08:34:56 
08:34:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:57 --- javac err: ---
08:34:57 X.java:17: warning: [rawtypes] found raw type: ArrayList
08:34:57    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) [];
08:34:57                                                                                                     ^
08:34:57   missing type arguments for generic class ArrayList<E>
08:34:57   where E is a type-variable:
08:34:57     E extends Object declared in class ArrayList
08:34:57 X.java:17: warning: [unchecked] unchecked conversion
08:34:57    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) [];
08:34:57                                                                                                 ^
08:34:57   required: List<@Size(max=41) CharSequence>[] @Size(max=42) [] @Nonnull,@Size(max=43) [][]
08:34:57   found:    @Size(max=44) ArrayList[][][] @Size(max=47),@Size(max=48) []
08:34:57 2 warnings
08:34:57 
08:34:57 
08:34:57 
08:34:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:58 
08:34:58 
08:34:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:58 
08:34:58 
08:34:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:34:59 
08:34:59 
08:34:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:00 
08:35:00 
08:35:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:01 
08:35:01 
08:35:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:02 
08:35:02 
08:35:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:03 --- javac err: ---
08:35:03 T.java:5: warning: [deprecation] TC in unnamed package has been deprecated
08:35:03 @R(TC.class)
08:35:03    ^
08:35:03 1 warning
08:35:03 
08:35:03 
08:35:03 
08:35:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:04 
08:35:04 
08:35:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:05 
08:35:05 
08:35:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:06 
08:35:06 
08:35:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:07 --- javac err: ---
08:35:07 Outer.java:4: warning: [rawtypes] found raw type: Outer.@T(7) Inner
08:35:07 	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) [];
08:35:07 	                                                                                     ^
08:35:07   missing type arguments for generic class Outer<K1,K2>.Inner<P1,P2>
08:35:07   where P1,P2,K1,K2 are type-variables:
08:35:07     P1 extends Object declared in class Outer.Inner
08:35:07     P2 extends Object declared in class Outer.Inner
08:35:07     K1 extends Object declared in class Outer
08:35:07     K2 extends Object declared in class Outer
08:35:07 1 warning
08:35:07 
08:35:07 
08:35:07 
08:35:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:08 --- javac err: ---
08:35:08 X.java:1: error: cannot find symbol
08:35:08 public class X<@Missing T> {
08:35:08                 ^
08:35:08   symbol: class Missing
08:35:08 1 error
08:35:08 
08:35:08 
08:35:08 
08:35:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:08 ***************************************************************************
08:35:08 * Comparison with Sun Javac compiler for class JSR308SpecSnippetTests (null tests)
08:35:08 ***************************************************************************
08:35:09 
08:35:09 
08:35:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:10 
08:35:10 
08:35:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:11 
08:35:11 
08:35:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:12 
08:35:12 
08:35:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:13 --- javac err: ---
08:35:13 X.java:10: warning: [serial] serializable class TemperatureException has no definition of serialVersionUID
08:35:13 class TemperatureException extends RuntimeException{}
08:35:13 ^
08:35:13 1 warning
08:35:13 
08:35:13 
08:35:13 
08:35:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:14 
08:35:14 
08:35:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:15 --- javac err: ---
08:35:15 X.java:17: warning: [rawtypes] found raw type: @NonNull Entry
08:35:15 		Map.@NonNull Entry e;
08:35:15 		    ^
08:35:15   missing type arguments for generic class Entry<K,V>
08:35:15   where K,V are type-variables:
08:35:15     K extends Object declared in interface Entry
08:35:15     V extends Object declared in interface Entry
08:35:15 1 warning
08:35:15 
08:35:15 
08:35:15 
08:35:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:16 
08:35:16 
08:35:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:17 
08:35:17 
08:35:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:18 --- javac err: ---
08:35:18 X.java:22: warning: [rawtypes] found raw type: List
08:35:18 	int f(List l);
08:35:18 	      ^
08:35:18   missing type arguments for generic class List<E>
08:35:18   where E is a type-variable:
08:35:18     E extends Object declared in interface List
08:35:18 X.java:29: warning: [deprecation] getDay() in Date has been deprecated
08:35:18 		I i = @Vernal Date::getDay;
08:35:18 		              ^
08:35:18 2 warnings
08:35:18 
08:35:19 
08:35:19 
08:35:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:20 
08:35:20 
08:35:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:21 
08:35:21 
08:35:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:22 
08:35:22 
08:35:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:22 --- javac err: ---
08:35:22 X.java:10: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only
08:35:22 	void foo (X this, X this) {
08:35:22 	                    ^
08:35:22   which has to be the first parameter, and cannot be a lambda parameter
08:35:22 X.java:14: error: ')' expected
08:35:22 	I i = (X this) -> {};
08:35:22 	        ^
08:35:22 2 errors
08:35:22 
08:35:22 
08:35:22 
08:35:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:24 
08:35:24 
08:35:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:25 
08:35:25 
08:35:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:26 
08:35:26 
08:35:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:26 --- javac err: ---
08:35:26 X.java:9: error: annotation @Receiver not applicable in this type context
08:35:26 	void foo(@Receiver X this) {}
08:35:26 	         ^
08:35:26 X.java:11: error: annotation @Receiver not applicable in this type context
08:35:26 		 Y(@Receiver X X.this, boolean b) { }
08:35:26 		   ^
08:35:26 2 errors
08:35:26 
08:35:26 
08:35:26 
08:35:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:27 
08:35:27 
08:35:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:28 --- javac err: ---
08:35:28 X.java:1: error: <identifier> expected
08:35:28 import java.util.@NotAllowed Date; // illegal!
08:35:28                  ^
08:35:28 X.java:1: error: class, interface, or enum expected
08:35:28 import java.util.@NotAllowed Date; // illegal!
08:35:28                              ^
08:35:28 X.java:2: error: <identifier> expected
08:35:28 import @IllegalSyntax java.util.Date; // illegal syntax
08:35:28       ^
08:35:28 X.java:2: error: class, interface, or enum expected
08:35:28 import @IllegalSyntax java.util.Date; // illegal syntax
08:35:28                       ^
08:35:28 X.java:19: error: no annotations are allowed in the type of a class literal
08:35:28 		Object o = @Even int.class; // illegal!
08:35:28 		                          ^
08:35:28 X.java:20: error: no annotations are allowed in the type of a class literal
08:35:28 		o = int @NonEmpty [].class; // illegal!
08:35:28 		                          ^
08:35:28 X.java:21: error: illegal start of expression
08:35:28 		int x = @IllegalSyntax X.staticField;
08:35:28 		                                    ^
08:35:28 7 errors
08:35:28 
08:35:28 
08:35:28 
08:35:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:29 --- javac err: ---
08:35:29 X.java:1: error: <identifier> expected
08:35:29 import java.util.@NotAllowed Date; // illegal!
08:35:29                  ^
08:35:29 X.java:1: error: class, interface, or enum expected
08:35:29 import java.util.@NotAllowed Date; // illegal!
08:35:29                              ^
08:35:29 X.java:2: error: <identifier> expected
08:35:29 import @IllegalSyntax java.util.Date; // illegal syntax
08:35:29       ^
08:35:29 X.java:2: error: class, interface, or enum expected
08:35:29 import @IllegalSyntax java.util.Date; // illegal syntax
08:35:29                       ^
08:35:29 X.java:26: error: no annotations are allowed in the type of a class literal
08:35:29 		Object o = @Even int.class; // illegal!
08:35:29 		                          ^
08:35:29 X.java:27: error: no annotations are allowed in the type of a class literal
08:35:29 		o = int @NonEmpty [].class; // illegal!
08:35:29 		                          ^
08:35:29 X.java:28: error: illegal start of expression
08:35:29 		int x = @IllegalSyntax X.staticField;
08:35:29 		                                    ^
08:35:29 X.java:31: error: illegal start of expression
08:35:29 		int x2 = @IllegalSyntax X.super.f;
08:35:29 		                                 ^
08:35:29 8 errors
08:35:29 
08:35:29 
08:35:29 
08:35:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:30 
08:35:30 
08:35:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:31 
08:35:31 
08:35:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:32 
08:35:32 
08:35:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:33 
08:35:33 
08:35:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:34 
08:35:34 
08:35:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:35 
08:35:35 
08:35:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:36 
08:35:36 
08:35:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:37 --- javac err: ---
08:35:37 X.java:13: error: scoping construct cannot be annotated with type-use annotation: @TAnno
08:35:37 @TAnno java.lang.Object field8; // illegal
08:35:37                 ^
08:35:37 X.java:25: error: scoping construct cannot be annotated with type-use annotation: @TAnno
08:35:37 @TAnno java.lang.Object myMethod8() {  } // illegal
08:35:37                 ^
08:35:37 X.java:19: error: annotation type not applicable to this kind of declaration
08:35:37 @TAnno void myMethod2() { } // illegal
08:35:37 ^
08:35:37 X.java:15: error: annotation @FAnno not applicable in this type context
08:35:37 java.lang. @FAnno Object field10; // illegal
08:35:37            ^
08:35:37 X.java:27: error: annotation @MAnno not applicable in this type context
08:35:37 java.lang. @MAnno Object myMethod10() { } // illegal
08:35:37            ^
08:35:37 5 errors
08:35:37 
08:35:37 
08:35:37 
08:35:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:38 
08:35:38 
08:35:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:39 
08:35:39 
08:35:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:40 --- javac err: ---
08:35:40 X.java:7: error: annotation type not applicable to this kind of declaration
08:35:40 @Annotation @TypeAnnotation class X {
08:35:40             ^
08:35:40 1 error
08:35:40 
08:35:40 
08:35:40 
08:35:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:41 
08:35:41 
08:35:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:42 
08:35:42 
08:35:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:43 
08:35:43 
08:35:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:44 
08:35:44 
08:35:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:45 --- javac err: ---
08:35:45 X.java:4: warning: [rawtypes] found raw type: @NonNull Comparable
08:35:45 class X <T extends @NonNull Comparable> {
08:35:45                    ^
08:35:45   missing type arguments for generic class Comparable<T>
08:35:45   where T is a type-variable:
08:35:45     T extends Object declared in interface Comparable
08:35:45 1 warning
08:35:45 
08:35:45 
08:35:45 
08:35:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:46 --- javac err: ---
08:35:46 X.java:6: warning: [rawtypes] found raw type: Comparable
08:35:46 class X <T extends Comparable & @NonNull Serializable> {
08:35:46                    ^
08:35:46   missing type arguments for generic class Comparable<T>
08:35:46   where T is a type-variable:
08:35:46     T extends Object declared in interface Comparable
08:35:46 X.java:7: warning: [rawtypes] found raw type: @NonNull Comparable
08:35:46   <T extends @NonNull Comparable> void one(T t) {}
08:35:46              ^
08:35:46   missing type arguments for generic class Comparable<T>
08:35:46   where T is a type-variable:
08:35:46     T extends Object declared in interface Comparable
08:35:46 X.java:8: warning: [rawtypes] found raw type: Comparable
08:35:46   <T extends Comparable & @NonNull Serializable> void two(T t) {}
08:35:46              ^
08:35:46   missing type arguments for generic class Comparable<T>
08:35:46   where T is a type-variable:
08:35:46     T extends Object declared in interface Comparable
08:35:46 X.java:9: warning: [rawtypes] found raw type: @NonNull Comparable
08:35:46   <T extends @NonNull Comparable & @NonNull Serializable> void three(T t) {}
08:35:46              ^
08:35:46   missing type arguments for generic class Comparable<T>
08:35:46   where T is a type-variable:
08:35:46     T extends Object declared in interface Comparable
08:35:46 4 warnings
08:35:46 
08:35:46 
08:35:46 
08:35:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:47 
08:35:47 
08:35:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:48 
08:35:48 
08:35:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:49 
08:35:49 
08:35:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:50 
08:35:50 
08:35:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:51 
08:35:51 
08:35:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:52 
08:35:52 
08:35:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:53 --- javac err: ---
08:35:53 X.java:14: warning: [rawtypes] found raw type: @B Comparable
08:35:53 class X<T extends @A Object & @B Comparable, U extends @C Cloneable> {
08:35:53                               ^
08:35:53   missing type arguments for generic class Comparable<T>
08:35:53   where T is a type-variable:
08:35:53     T extends Object declared in interface Comparable
08:35:53 1 warning
08:35:53 
08:35:53 
08:35:53 
08:35:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:54 
08:35:54 
08:35:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:55 
08:35:55 
08:35:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:56 
08:35:56 
08:35:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:57 
08:35:57 
08:35:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:58 
08:35:58 
08:35:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:35:59 
08:35:59 
08:35:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:00 
08:36:00 
08:36:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:01 
08:36:01 
08:36:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:01 ***************************************************************************
08:36:01 * Comparison with Sun Javac compiler for class Deprecated18Test (null tests)
08:36:01 ***************************************************************************
08:36:02 --- javac err: ---
08:36:02 X.java:4: warning: [deprecation] callMe() in Y has been deprecated
08:36:02 			Y.callMe();
08:36:02 			 ^
08:36:02 1 warning
08:36:02 
08:36:02 
08:36:02 
08:36:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:02 ***************************************************************************
08:36:02 * Comparison with Sun Javac compiler for class MethodParametersAttributeTest (null tests)
08:36:02 ***************************************************************************
08:36:02 
08:36:02 
08:36:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:02 
08:36:02 
08:36:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:02 
08:36:02 
08:36:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:02 
08:36:02 
08:36:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:02 
08:36:02 
08:36:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:03 
08:36:03 
08:36:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:04 
08:36:04 
08:36:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:05 
08:36:05 
08:36:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:06 
08:36:06 
08:36:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:07 
08:36:07 
08:36:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:08 
08:36:08 
08:36:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:09 
08:36:09 
08:36:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:10 
08:36:10 
08:36:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:11 
08:36:11 
08:36:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:12 
08:36:12 
08:36:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 ***************************************************************************
08:36:13 * Comparison with Sun Javac compiler for class ClassFileReaderTest_1_8 (null tests)
08:36:13 ***************************************************************************
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 
08:36:13 
08:36:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:13 ***************************************************************************
08:36:13 * Comparison with Sun Javac compiler for class RepeatableAnnotationTest (null tests)
08:36:13 ***************************************************************************
08:36:14 --- javac err: ---
08:36:14 X.java:1: error: Foo is not a repeatable annotation type
08:36:14 public @Foo @Foo class X {
08:36:14             ^
08:36:14 1 error
08:36:14 
08:36:14 
08:36:14 
08:36:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:15 
08:36:15 
08:36:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:16 --- javac err: ---
08:36:16 X.java:1: error: container FooContainer is not applicable to element X
08:36:16 @Foo @Foo public class X { /* Problem */
08:36:16 ^
08:36:16 X.java:3: error: container FooContainer is not applicable to element local
08:36:16     @Foo @Foo int local = 0; /* Problem! */
08:36:16     ^
08:36:16 2 errors
08:36:16 
08:36:16 
08:36:16 
08:36:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:18 --- javac err: ---
08:36:18 X.java:1: error: container FooContainer is not applicable to element X
08:36:18 @Foo @Foo public class X { /* Problem */
08:36:18 ^
08:36:18 1 error
08:36:18 
08:36:18 
08:36:18 
08:36:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:19 
08:36:19 
08:36:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:20 --- javac err: ---
08:36:20 X.java:3: error: container FooContainer must not be present at the same time as the element it contains
08:36:20 @Foo @Foo @FooContainer({@Foo, @Foo}) public class X { /* A problem */ }
08:36:20           ^
08:36:20 1 error
08:36:20 
08:36:20 
08:36:20 
08:36:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:21 --- javac err: ---
08:36:21 X.java:4: error: container FooContainer must not be present at the same time as the element it contains
08:36:21 @Foo @Foo @FooContainer({@Foo, @Foo}) public class X { /* Still a problem */ }
08:36:21           ^
08:36:21 1 error
08:36:21 
08:36:21 
08:36:21 
08:36:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:22 --- javac err: ---
08:36:22 X.java:5: error: container FooContainer must not be present at the same time as the element it contains
08:36:22 @Foo @Foo @Bar @Bar @FooContainer({@Foo, @Foo}) public class X { /* Still a problem */ }
08:36:22                     ^
08:36:22 X.java:5: error: Bar is not a repeatable annotation type
08:36:22 @Foo @Foo @Bar @Bar @FooContainer({@Foo, @Foo}) public class X { /* Still a problem */ }
08:36:22                ^
08:36:22 2 errors
08:36:22 
08:36:22 
08:36:22 
08:36:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:22 --- javac err: ---
08:36:22 Foo.java:3: error: FooContainer is not a valid @Repeatable, no value element method declared
08:36:22 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:22 ^
08:36:22 1 error
08:36:22 
08:36:22 
08:36:22 
08:36:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:23 --- javac err: ---
08:36:23 Foo.java:4: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[]
08:36:23 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:23 ^
08:36:23 1 error
08:36:23 
08:36:23 
08:36:23 
08:36:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:24 --- javac err: ---
08:36:24 Foo.java:2: error: invalid type for annotation type element
08:36:24     Foo[][] value();
08:36:24        ^
08:36:24 Foo.java:4: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[]
08:36:24 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:24 ^
08:36:24 2 errors
08:36:24 
08:36:24 
08:36:24 
08:36:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:25 --- javac err: ---
08:36:25 Foo.java:6: error: containing annotation type (FooContainer) does not have a default value for element doesntHaveDefaultValue()
08:36:25 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:25 ^
08:36:25 1 error
08:36:25 
08:36:25 
08:36:25 
08:36:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:26 
08:36:26 
08:36:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:29 --- javac err: ---
08:36:29 X.java:1: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[]
08:36:29 @Foo @Foo public class X { /* Problem since Foo now uses FooContainer which doesn't work anymore*/
08:36:29 ^
08:36:29 X.java:1: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[]
08:36:29 @Foo @Foo public class X { /* Problem since Foo now uses FooContainer which doesn't work anymore*/
08:36:29      ^
08:36:29 2 errors
08:36:29 
08:36:29 
08:36:29 
08:36:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:30 --- javac err: ---
08:36:30 Foo.java:5: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
08:36:30 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:30 ^
08:36:30 1 error
08:36:30 
08:36:30 
08:36:30 
08:36:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:31 --- javac err: ---
08:36:31 Foo.java:5: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
08:36:31 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:31 ^
08:36:31 1 error
08:36:31 
08:36:31 
08:36:31 
08:36:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:32 --- javac err: ---
08:36:32 Foo.java:4: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
08:36:32 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:32 ^
08:36:32 1 error
08:36:32 
08:36:32 
08:36:32 
08:36:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:33 
08:36:33 
08:36:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:35 --- javac err: ---
08:36:35 Foo.java:1: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
08:36:35 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:35 ^
08:36:35 1 error
08:36:35 
08:36:35 
08:36:35 
08:36:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:37 --- javac err: ---
08:36:37 Foo.java:3: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
08:36:37 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:37 ^
08:36:37 1 error
08:36:37 
08:36:37 
08:36:37 
08:36:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:37 --- javac err: ---
08:36:37 Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo)
08:36:37 public @java.lang.annotation.Repeatable(FooContainer.class)
08:36:37        ^
08:36:37 1 error
08:36:37 
08:36:37 
08:36:37 
08:36:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:39 --- javac err: ---
08:36:39 Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo)
08:36:39 public @java.lang.annotation.Repeatable(FooContainer.class)
08:36:39        ^
08:36:39 1 error
08:36:39 
08:36:39 
08:36:39 
08:36:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:40 
08:36:40 
08:36:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:41 --- javac err: ---
08:36:41 Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo)
08:36:41 public @java.lang.annotation.Repeatable(FooContainer.class)
08:36:41        ^
08:36:41 1 error
08:36:41 
08:36:41 
08:36:41 
08:36:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:43 --- javac err: ---
08:36:43 Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo)
08:36:43 @java.lang.annotation.Repeatable(FooContainer.class)
08:36:43 ^
08:36:43 1 error
08:36:43 
08:36:43 
08:36:43 
08:36:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:44 
08:36:44 
08:36:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:45 
08:36:45 
08:36:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:46 --- javac err: ---
08:36:46 Foo.java:1: error: repeatable annotation type (Foo) is @Documented while containing annotation type (FooContainer) is not
08:36:46 @java.lang.annotation.Repeatable(FooContainer.class) @java.lang.annotation.Documented
08:36:46 ^
08:36:46 1 error
08:36:46 
08:36:46 
08:36:46 
08:36:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:47 
08:36:47 
08:36:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:48 
08:36:48 
08:36:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:49 
08:36:49 
08:36:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:50 --- javac err: ---
08:36:50 Foo.java:1: error: repeatable annotation type (Foo) is @Inherited while containing annotation type (FooContainer) is not
08:36:50 @java.lang.annotation.Repeatable(FooContainer.class) @java.lang.annotation.Inherited
08:36:50 ^
08:36:50 1 error
08:36:50 
08:36:50 
08:36:50 
08:36:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:52 
08:36:52 
08:36:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:53 --- javac err: ---
08:36:53 X.java:12: error: container TC is not applicable to element X
08:36:53 @T @T // we used to double report here.
08:36:53 ^
08:36:53 X.java:9: error: containing annotation type (TC) is applicable to more targets than repeatable annotation type (T)
08:36:53 @Repeatable(TC.class)
08:36:53 ^
08:36:53 2 errors
08:36:53 
08:36:53 
08:36:53 
08:36:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:55 
08:36:55 
08:36:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:56 
08:36:56 
08:36:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:57 
08:36:57 
08:36:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:58 
08:36:58 
08:36:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:36:59 
08:36:59 
08:36:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:00 --- javac err: ---
08:37:00 X.java:2: error: incompatible types: Class<X> cannot be converted to Class<? extends Annotation>
08:37:00 @Repeatable(X.class)
08:37:00              ^
08:37:00 1 error
08:37:00 
08:37:00 
08:37:00 
08:37:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:01 --- javac err: ---
08:37:01 T.java:5: error: container TC is not applicable to element I
08:37:01 interface I<@T(1) @T(2) K> {
08:37:01             ^
08:37:01 T.java:5: error: annotation @T not applicable in this type context
08:37:01 interface I<@T(1) @T(2) K> {
08:37:01                   ^
08:37:01 T.java:1: warning: [deprecation] TC in unnamed package has been deprecated
08:37:01 @java.lang.annotation.Repeatable(TC.class)
08:37:01                                  ^
08:37:01 2 errors
08:37:01 1 warning
08:37:01 
08:37:01 
08:37:01 
08:37:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:02 --- javac err: ---
08:37:02 T.java:9: error: container TC is not applicable to element I
08:37:02 interface I<@T(1) @T(2) K> {
08:37:02             ^
08:37:02 T.java:9: error: annotation @T not applicable in this type context
08:37:02 interface I<@T(1) @T(2) K> {
08:37:02                   ^
08:37:02 T.java:5: warning: [deprecation] TC in unnamed package has been deprecated
08:37:02 @java.lang.annotation.Repeatable(TC.class)
08:37:02                                  ^
08:37:02 2 errors
08:37:02 1 warning
08:37:02 
08:37:02 
08:37:02 
08:37:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:03 
08:37:03 
08:37:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:04 
08:37:04 
08:37:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:05 
08:37:05 
08:37:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:06 --- javac err: ---
08:37:06 X.java:35: warning: [rawtypes] found raw type: I
08:37:06   	TypeVariable<Class<I>>[] typeParameters = ci.getTypeParameters();
08:37:06   	                   ^
08:37:06   missing type arguments for generic class I<K>
08:37:06   where K is a type-variable:
08:37:06     K extends @T(3),@T(4) Object,@T(5),@T(6) Comparable<?> declared in interface I
08:37:06 1 warning
08:37:06 
08:37:06 
08:37:06 
08:37:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:07 --- javac err: ---
08:37:07 X.java:10: error: containing annotation type (TC) is applicable to more targets than repeatable annotation type (T)
08:37:07 @Repeatable(TC.class)
08:37:07 ^
08:37:07 1 error
08:37:07 
08:37:07 
08:37:07 
08:37:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:08 --- javac err: ---
08:37:08 X.java:14: error: container TC is not applicable to element X
08:37:08 @T @T
08:37:08 ^
08:37:08 X.java:10: error: containing annotation type (TC) is applicable to more targets than repeatable annotation type (T)
08:37:08 @Repeatable(TC.class)
08:37:08 ^
08:37:08 2 errors
08:37:08 
08:37:08 
08:37:08 
08:37:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:10 --- javac err: ---
08:37:10 X.java:36: warning: [rawtypes] found raw type: X
08:37:10   public <@T(23) @T(24) Q> X @T(25) @T(26) [] method(@T(27) @T(28) X<K, V> this, 
08:37:10                            ^
08:37:10   missing type arguments for generic class X<K,V>
08:37:10   where K,V are type-variables:
08:37:10     K extends @T(5),@T(6) Object,@T(7),@T(8) Comparable<?> declared in class X
08:37:10     V extends Object declared in class X
08:37:10 X.java:52: warning: [rawtypes] found raw type: X
08:37:10   	TypeVariable<Class<X>>[] typeParameters = xc.getTypeParameters();
08:37:10   	                   ^
08:37:10   missing type arguments for generic class X<K,V>
08:37:10   where K,V are type-variables:
08:37:10     K extends @T(5),@T(6) Object,@T(7),@T(8) Comparable<?> declared in class X
08:37:10     V extends Object declared in class X
08:37:10 2 warnings
08:37:10 
08:37:10 
08:37:10 
08:37:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:10 ***************************************************************************
08:37:10 * Comparison with Sun Javac compiler for class GenericsRegressionTest_1_8 (null tests)
08:37:10 ***************************************************************************
08:37:11 --- javac err: ---
08:37:11 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:37:11 	 default <T> void foo (T... p) {}
08:37:11 	                            ^
08:37:11   where T is a type-variable:
08:37:11     T extends Object declared in method <T>foo(T...)
08:37:11 1 warning
08:37:11 
08:37:11 
08:37:11 
08:37:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:12 --- javac err: ---
08:37:12 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:37:12 	 default <T> void foo (T... p) {}
08:37:12 	                            ^
08:37:12   where T is a type-variable:
08:37:12     T extends Object declared in method <T>foo(T...)
08:37:12 X.java:7: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
08:37:12 abstract class B extends A implements I {
08:37:12          ^
08:37:12   where T is a type-variable:
08:37:12     T extends Object declared in method <T>foo(T...)
08:37:12 X.java:9: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
08:37:12 public abstract class X extends B implements I {
08:37:12                 ^
08:37:12   where T is a type-variable:
08:37:12     T extends Object declared in method <T>foo(T...)
08:37:12 X.java:11: error: method foo in class A cannot be applied to given types;
08:37:12 		b.foo("hello", "world");
08:37:12 		 ^
08:37:12   required: Object[]
08:37:12   found: String,String
08:37:12   reason: actual and formal argument lists differ in length
08:37:12 1 error
08:37:12 3 warnings
08:37:12 
08:37:12 
08:37:12 
08:37:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:13 --- javac err: ---
08:37:13 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:37:13 	 default <T> void foo (T... p) {}
08:37:13 	                            ^
08:37:13   where T is a type-variable:
08:37:13     T extends Object declared in method <T>foo(T...)
08:37:13 1 warning
08:37:13 
08:37:13 
08:37:13 
08:37:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:14 --- javac err: ---
08:37:14 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:37:14    public static <T> T getLast(T... array) { return null; } // same with T[]
08:37:14                                     ^
08:37:14   where T is a type-variable:
08:37:14     T extends Object declared in method <T>getLast(T...)
08:37:14 1 warning
08:37:14 
08:37:14 
08:37:14 
08:37:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:15 --- javac err: ---
08:37:15 X.java:3: error: incompatible types: inference variable T has incompatible bounds
08:37:15       match(getLast("a"), null);
08:37:15       ^
08:37:15     lower bounds: Boolean,Object
08:37:15     lower bounds: String
08:37:15   where T is a type-variable:
08:37:15     T extends Object declared in method <T>getLast(T...)
08:37:15 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:37:15    public static <T> T getLast(T... array) { return null; } // same with T[]
08:37:15                                     ^
08:37:15   where T is a type-variable:
08:37:15     T extends Object declared in method <T>getLast(T...)
08:37:15 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:37:15 1 error
08:37:15 1 warning
08:37:15 
08:37:15 
08:37:15 
08:37:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:16 --- javac err: ---
08:37:16 OperationsPile.java:13: error: cannot infer type arguments for OperationsPile<>
08:37:16     addAll3(combined, new OperationsPile<>(handler));
08:37:16                       ^
08:37:16   reason: cannot infer type-variable(s) B
08:37:16     (argument mismatch; Consumer<S> cannot be converted to Function<B,?>)
08:37:16   where B,S are type-variables:
08:37:16     B extends Object declared in class OperationsPile
08:37:16     S extends Object declared in method <S>adaad3(List<OperationsPile<?>>,Consumer<S>)
08:37:16 1 error
08:37:16 
08:37:16 
08:37:16 
08:37:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:17 
08:37:17 
08:37:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:18 
08:37:18 
08:37:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:19 --- javac err: ---
08:37:19 X.java:11: error: incompatible types: Optional<Stream<Integer>> cannot be converted to Optional<Stream<Object>>
08:37:19 		return s31.map(s2 -> s2.map(s1 -> Integer.parseInt(s1))).findAny();
08:37:19 		                                                                ^
08:37:19 X.java:15: error: incompatible types: Class<X> cannot be converted to Integer
08:37:19 		  X.class);
08:37:19 		   ^
08:37:19 X.java:18: error: incompatible types: inference variable T has incompatible bounds
08:37:19 		return s3.map(s2 -> s2.map(s1 -> Integer.parseInt(s1))).findAny().orElse(Stream.of(new Object()));
08:37:19 		                                                                 ^
08:37:19     equality constraints: Integer
08:37:19     lower bounds: Object
08:37:19   where T is a type-variable:
08:37:19     T extends Object declared in method <T>of(T)
08:37:19 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:37:19 3 errors
08:37:19 
08:37:19 
08:37:19 
08:37:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:20 
08:37:20 
08:37:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:21 --- javac err: ---
08:37:21 X.java:3: error: cannot create array with '<>'
08:37:21 	final List<String>[] ls = Util.cast(new List<>[] { null });
08:37:21 	                                            ^
08:37:21 1 error
08:37:21 
08:37:21 
08:37:21 
08:37:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:22 
08:37:22 
08:37:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:24 
08:37:24 
08:37:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:26 --- javac err: ---
08:37:26 X.java:36: warning: [serial] serializable class Pair has no definition of serialVersionUID
08:37:26 abstract class Pair<L, R> implements Map.Entry<L, R>, Comparable<Pair<L, R>>, Serializable {
08:37:26          ^
08:37:26 1 warning
08:37:26 
08:37:26 
08:37:26 
08:37:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:28 
08:37:28 
08:37:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:29 --- javac err: ---
08:37:29 X.java:35: warning: [serial] serializable class IntCollection has no definition of serialVersionUID
08:37:29   public static class IntCollection extends ArrayList<Integer>
08:37:29                 ^
08:37:29 1 warning
08:37:29 
08:37:29 
08:37:29 
08:37:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:30 --- javac err: ---
08:37:30 X.java:15: warning: [rawtypes] found raw type: X
08:37:30 		new X("").two();
08:37:30 		    ^
08:37:30   missing type arguments for generic class X<T>
08:37:30   where T is a type-variable:
08:37:30     T extends Object declared in class X
08:37:30 1 warning
08:37:30 
08:37:30 
08:37:30 
08:37:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:31 --- javac err: ---
08:37:31 test/Test.java:5: warning: [rawtypes] found raw type: Function
08:37:31 		Function function = x -> x;
08:37:31 		^
08:37:31   missing type arguments for generic class Function<T,R>
08:37:31   where T,R are type-variables:
08:37:31     T extends Object declared in interface Function
08:37:31     R extends Object declared in interface Function
08:37:31 test/Test.java:6: warning: [unchecked] unchecked method invocation: method test2 in class Test is applied to given types
08:37:31 		String [] z = test2(function, "");
08:37:31 		                   ^
08:37:31   required: Function<T,T>,T
08:37:31   found: Function,String
08:37:31   where T is a type-variable:
08:37:31     T extends Object declared in method <T>test2(Function<T,T>,T)
08:37:31 test/Test.java:6: warning: [unchecked] unchecked conversion
08:37:31 		String [] z = test2(function, "");
08:37:31 		                    ^
08:37:31   required: Function<T,T>
08:37:31   found:    Function
08:37:31   where T is a type-variable:
08:37:31     T extends Object declared in method <T>test2(Function<T,T>,T)
08:37:31 3 warnings
08:37:31 
08:37:31 
08:37:31 
08:37:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:32 
08:37:32 
08:37:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:33 
08:37:33 
08:37:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:34 --- javac err: ---
08:37:34 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated
08:37:34         return m(new Long(12l), new Byte((byte)1)) == 1;
08:37:34                  ^
08:37:34 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
08:37:34         return m(new Long(12l), new Byte((byte)1)) == 1;
08:37:34                                 ^
08:37:34 2 warnings
08:37:34 
08:37:35 
08:37:35 
08:37:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:35 --- javac err: ---
08:37:35 Example.java:4: warning: [rawtypes] found raw type: ArrayList
08:37:35 		DoJobMr bean = getOnlyElement(new ArrayList());
08:37:35 		                                  ^
08:37:35   missing type arguments for generic class ArrayList<E>
08:37:35   where E is a type-variable:
08:37:35     E extends Object declared in class ArrayList
08:37:35 Example.java:4: warning: [unchecked] unchecked method invocation: method getOnlyElement in class Example is applied to given types
08:37:35 		DoJobMr bean = getOnlyElement(new ArrayList());
08:37:35 		                             ^
08:37:35   required: Iterable<T>
08:37:35   found: ArrayList
08:37:35   where T is a type-variable:
08:37:35     T extends Object declared in method <T>getOnlyElement(Iterable<T>)
08:37:35 Example.java:4: warning: [unchecked] unchecked conversion
08:37:35 		DoJobMr bean = getOnlyElement(new ArrayList());
08:37:35 		                              ^
08:37:35   required: Iterable<T>
08:37:35   found:    ArrayList
08:37:35   where T is a type-variable:
08:37:35     T extends Object declared in method <T>getOnlyElement(Iterable<T>)
08:37:35 Example.java:4: error: incompatible types: Object cannot be converted to DoJobMr
08:37:35 		DoJobMr bean = getOnlyElement(new ArrayList());
08:37:35 		                             ^
08:37:35 1 error
08:37:35 3 warnings
08:37:35 
08:37:35 
08:37:35 
08:37:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:36 --- javac err: ---
08:37:36 Test.java:18: error: reference to setValue is ambiguous
08:37:36 		 setValue(p1, null);
08:37:36 		 ^
08:37:36   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
08:37:36   where T#1,T#2 are type-variables:
08:37:36     T#1 extends Object declared in method <T#1>setValue(Parameter<T#1>,T#1)
08:37:36     T#2 extends Object declared in method <T#2>setValue(Parameter<T#2>,Field<T#2>)
08:37:36 Test.java:22: error: reference to setValue is ambiguous
08:37:36         setValue(p2, f2);
08:37:36         ^
08:37:36   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
08:37:36   where T#1,T#2 are type-variables:
08:37:36     T#1 extends Object declared in method <T#1>setValue(Parameter<T#1>,T#1)
08:37:36     T#2 extends Object declared in method <T#2>setValue(Parameter<T#2>,Field<T#2>)
08:37:36 Test.java:23: error: reference to setValue is ambiguous
08:37:36   		 setValue(p2, null);    }
08:37:36   		 ^
08:37:36   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
08:37:36   where T#1,T#2 are type-variables:
08:37:36     T#1 extends Object declared in method <T#1>setValue(Parameter<T#1>,T#1)
08:37:36     T#2 extends Object declared in method <T#2>setValue(Parameter<T#2>,Field<T#2>)
08:37:36 3 errors
08:37:36 
08:37:36 
08:37:36 
08:37:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:37 
08:37:37 
08:37:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:38 --- javac err: ---
08:37:38 X.java:7: error: reference to X is ambiguous
08:37:38    int i = m(new X<String>(""));
08:37:38              ^
08:37:38   both constructor X(T) in X and constructor X(String) in X match
08:37:38   where T is a type-variable:
08:37:38     T extends Object declared in class X
08:37:38 1 error
08:37:38 
08:37:38 
08:37:38 
08:37:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:39 
08:37:39 
08:37:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:41 
08:37:41 
08:37:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:42 
08:37:42 
08:37:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:43 
08:37:43 
08:37:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:44 --- javac err: ---
08:37:44 Main.java:9: error: incompatible types: String cannot be converted to CAP#1
08:37:44         return i.bold("1");
08:37:44                       ^
08:37:44   where CAP#1 is a fresh type-variable:
08:37:44     CAP#1 extends String from capture of ? extends String
08:37:44 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:37:44 1 error
08:37:44 
08:37:44 
08:37:44 
08:37:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:45 --- javac err: ---
08:37:45 junk/Junk3.java:12: warning: [rawtypes] found raw type: List
08:37:45     public static final List EMPTY_LIST = new ArrayList<>();
08:37:45                         ^
08:37:45   missing type arguments for generic class List<E>
08:37:45   where E is a type-variable:
08:37:45     E extends Object declared in interface List
08:37:45 junk/Junk3.java:14: warning: [unchecked] unchecked cast
08:37:45         return (List<T>) EMPTY_LIST;
08:37:45                          ^
08:37:45   required: List<T>
08:37:45   found:    List
08:37:45   where T is a type-variable:
08:37:45     T extends Object declared in method <T>emptyList()
08:37:45 junk/Junk3.java:27: warning: [rawtypes] found raw type: List
08:37:45     static List works = emptyList();
08:37:45            ^
08:37:45   missing type arguments for generic class List<E>
08:37:45   where E is a type-variable:
08:37:45     E extends Object declared in interface List
08:37:45 junk/Junk3.java:29: warning: [unchecked] unchecked method invocation: constructor <init> in class Junk3 is applied to given types
08:37:45         this(works);
08:37:45             ^
08:37:45   required: List<ZZObject>
08:37:45   found: List
08:37:45 junk/Junk3.java:29: warning: [unchecked] unchecked conversion
08:37:45         this(works);
08:37:45              ^
08:37:45   required: List<ZZObject>
08:37:45   found:    List
08:37:45 5 warnings
08:37:45 
08:37:45 
08:37:45 
08:37:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:46 
08:37:46 
08:37:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:47 
08:37:47 
08:37:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:48 --- javac err: ---
08:37:48 Foo.java:8: error: incompatible types: List<Stuff<E>> cannot be converted to List<Consumer<E>>
08:37:48         List<Consumer<E>> list2 = stream.gather(() -> new Stuff<>()).toList(); // ERROR
08:37:48                                                                            ^
08:37:48   where E is a type-variable:
08:37:48     E extends Object declared in class Foo
08:37:48 1 error
08:37:48 
08:37:48 
08:37:48 
08:37:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:49 
08:37:49 
08:37:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:50 
08:37:50 
08:37:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:51 --- javac err: ---
08:37:51 NPEOnCollector.java:18: error: incompatible types: inference variable R has incompatible bounds
08:37:51           .distinct().collect(Collectors.toCollection(ArrayList::new));
08:37:51                              ^
08:37:51     lower bounds: Stream<JarEntry>,Collection<T#2>,Object
08:37:51     lower bounds: ArrayList<E>
08:37:51   where R,A,T#1,T#2,C,E are type-variables:
08:37:51     R extends Object declared in method <R,A>collect(Collector<? super T#1,A,R>)
08:37:51     A extends Object declared in method <R,A>collect(Collector<? super T#1,A,R>)
08:37:51     T#1 extends Object declared in interface Stream
08:37:51     T#2 extends Object declared in method <T#2,C>toCollection(Supplier<C>)
08:37:51     C extends Collection<T#2> declared in method <T#2,C>toCollection(Supplier<C>)
08:37:51     E extends Object declared in class ArrayList
08:37:51 1 error
08:37:51 
08:37:51 
08:37:51 
08:37:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:52 
08:37:52 
08:37:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:53 
08:37:53 
08:37:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:54 
08:37:54 
08:37:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:55 
08:37:55 
08:37:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:56 
08:37:56 
08:37:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:57 --- javac err: ---
08:37:57 X.java:17: error: incompatible types: inference variable Q has incompatible bounds
08:37:57         foo(goo(ArrayList<String>::new));
08:37:57                ^
08:37:57     lower bounds: String,Collection<?>
08:37:57     lower bounds: ArrayList<String>
08:37:57   where Q is a type-variable:
08:37:57     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)
08:37:57 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:37:57 1 error
08:37:57 
08:37:57 ----------------------------------------
08:37:57 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug424415b - 12
08:37:57 X.java [
08:37:57 import java.util.ArrayList;
08:37:57 import java.util.Collection;
08:37:57 
08:37:57 interface Functional<T> {
08:37:57    T apply();
08:37:57 }
08:37:57 
08:37:57 class X {
08:37:57     void foo(Object o) { }
08:37:57     void foo(String str) {} 
08:37:57 
08:37:57     <Q extends Collection<?>> Q goo(Functional<Q> s) {
08:37:57         return null;
08:37:57     } 
08:37:57 
08:37:57     void test() {
08:37:57         foo(goo(ArrayList<String>::new));
08:37:57     }
08:37:57 }
08:37:57 
08:37:57 ]
08:37:57 
08:37:57 
08:37:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:37:59 
08:37:59 
08:37:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:00 
08:38:00 
08:38:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:01 --- javac err: ---
08:38:01 MyList.java:7: error: no suitable method found for copyOf(Object[],int,Class<CAP#1>)
08:38:01         return (A[]) Arrays.copyOf(elements, size, getClass());
08:38:01                            ^
08:38:01     method Arrays.<T#1>copyOf(T#1[],int) is not applicable
08:38:01       (cannot infer type-variable(s) T#1
08:38:01         (actual and formal argument lists differ in length))
08:38:01     method Arrays.<T#2,U>copyOf(U[],int,Class<? extends T#2[]>) is not applicable
08:38:01       (cannot infer type-variable(s) T#2,U
08:38:01         (argument mismatch; Class<CAP#2> cannot be converted to Class<? extends T#2[]>))
08:38:01   where T#1,T#2,U are type-variables:
08:38:01     T#1 extends Object declared in method <T#1>copyOf(T#1[],int)
08:38:01     T#2 extends Object declared in method <T#2,U>copyOf(U[],int,Class<? extends T#2[]>)
08:38:01     U extends Object declared in method <T#2,U>copyOf(U[],int,Class<? extends T#2[]>)
08:38:01   where CAP#1,CAP#2 are fresh type-variables:
08:38:01     CAP#1 extends MyList from capture of ? extends MyList
08:38:01     CAP#2 extends MyList from capture of ? extends MyList
08:38:01 MyList.java:7: warning: [cast] redundant cast to A[]
08:38:01         return (A[]) Arrays.copyOf(elements, size, getClass());
08:38:01                ^
08:38:01   where A is a type-variable:
08:38:01     A extends Object declared in method <A>toArray(A[])
08:38:01 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:38:01 1 error
08:38:01 1 warning
08:38:01 
08:38:01 
08:38:01 
08:38:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:02 
08:38:02 
08:38:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:03 
08:38:03 
08:38:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:04 
08:38:04 
08:38:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:05 
08:38:05 
08:38:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:06 --- javac err: ---
08:38:06 X.java:12: error: cannot find symbol
08:38:06         Set<Y> rosterSet = (Set<Y>) foo(null, Set::new);
08:38:06             ^
08:38:06   symbol:   class Y
08:38:06   location: class X
08:38:06 X.java:12: error: cannot find symbol
08:38:06         Set<Y> rosterSet = (Set<Y>) foo(null, Set::new);
08:38:06                                 ^
08:38:06   symbol:   class Y
08:38:06   location: class X
08:38:06 X.java:12: error: Set is abstract; cannot be instantiated
08:38:06         Set<Y> rosterSet = (Set<Y>) foo(null, Set::new);
08:38:06                                               ^
08:38:06 3 errors
08:38:06 
08:38:06 
08:38:06 
08:38:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:07 --- javac err: ---
08:38:07 X.java:4: warning: [unchecked] unchecked cast
08:38:07 		Comparator<? super T> comparator = (Comparator<? super T>) Comparator.naturalOrder();
08:38:07 		                                                                                  ^
08:38:07   required: Comparator<? super T#2>
08:38:07   found:    Comparator<T#1>
08:38:07   where T#1,T#2 are type-variables:
08:38:07     T#1 extends Comparable<? super T#1>
08:38:07     T#2 extends Object declared in method <T#2>test()
08:38:07 1 warning
08:38:07 
08:38:07 
08:38:07 
08:38:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:08 
08:38:08 
08:38:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:09 
08:38:09 
08:38:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:10 
08:38:10 
08:38:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:11 
08:38:11 
08:38:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:12 --- javac err: ---
08:38:12 X.java:14: error: non-static variable dequeCapacity cannot be referenced from a static context
08:38:12         return new X<>(() -> new ArrayDeque<>(dequeCapacity));
08:38:12                                               ^
08:38:12 1 error
08:38:12 
08:38:12 
08:38:12 
08:38:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:13 
08:38:13 
08:38:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:14 --- javac err: ---
08:38:14 SomethingBreaks.java:11: warning: [overloads] forEach(Consumer<T>) in SomethingBreaks is potentially ambiguous with <E2>forEach(Use<T,E2>) in SomethingBreaks
08:38:14   public void forEach(Consumer<T> use) throws E {}
08:38:14               ^
08:38:14   where T,E2,E are type-variables:
08:38:14     T extends Object declared in class SomethingBreaks
08:38:14     E2 extends E declared in method <E2>forEach(Use<T,E2>)
08:38:14     E extends Throwable declared in class SomethingBreaks
08:38:14 SomethingBreaks.java:39: error: reference to forEach is ambiguous
08:38:14     stream().<IOException> forEach((String s) -> System.out.println(Files.size(Paths.get(s))));
08:38:14             ^
08:38:14   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
08:38:14   where T,E2,E are type-variables:
08:38:14     T extends Object declared in class SomethingBreaks
08:38:14     E2 extends E declared in method <E2>forEach(Use<T,E2>)
08:38:14     E extends Throwable declared in class SomethingBreaks
08:38:14 SomethingBreaks.java:43: error: reference to forEach is ambiguous
08:38:14     stream().<IOException> forEach(SomethingBreaks::methodReference);
08:38:14             ^
08:38:14   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
08:38:14   where T,E2,E are type-variables:
08:38:14     T extends Object declared in class SomethingBreaks
08:38:14     E2 extends E declared in method <E2>forEach(Use<T,E2>)
08:38:14     E extends Throwable declared in class SomethingBreaks
08:38:14 SomethingBreaks.java:43: error: incompatible thrown types IOException in functional expression
08:38:14     stream().<IOException> forEach(SomethingBreaks::methodReference);
08:38:14                                    ^
08:38:14 SomethingBreaks.java:51: error: incompatible thrown types IOException in functional expression
08:38:14     stream().<Use<String, IOException>> forEach(SomethingBreaks::methodReference);
08:38:14                                                 ^
08:38:14 SomethingBreaks.java:55: error: reference to forEach is ambiguous
08:38:14     stream().forEach((String s) -> System.out.println(Files.size(Paths.get(s))));
08:38:14             ^
08:38:14   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
08:38:14   where T,E2,E are type-variables:
08:38:14     T extends Object declared in class SomethingBreaks
08:38:14     E2 extends E declared in method <E2>forEach(Use<T,E2>)
08:38:14     E extends Throwable declared in class SomethingBreaks
08:38:14 SomethingBreaks.java:59: error: reference to forEach is ambiguous
08:38:14     stream().forEach(SomethingBreaks::methodReference);
08:38:14             ^
08:38:14   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
08:38:14   where T,E2,E are type-variables:
08:38:14     T extends Object declared in class SomethingBreaks
08:38:14     E2 extends E declared in method <E2>forEach(Use<T,E2>)
08:38:14     E extends Throwable declared in class SomethingBreaks
08:38:14 SomethingBreaks.java:59: error: incompatible thrown types IOException in functional expression
08:38:14     stream().forEach(SomethingBreaks::methodReference);
08:38:14                      ^
08:38:14 7 errors
08:38:14 1 warning
08:38:14 
08:38:14 
08:38:14 
08:38:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:16 --- javac err: ---
08:38:16 SomethingBreaks.java:11: warning: [overloads] forEach(Consumer<T>) in SomethingBreaks is potentially ambiguous with <E2>forEach(Use<T,E2>) in SomethingBreaks
08:38:16   public void forEach(Consumer<T> use) throws E {}
08:38:16               ^
08:38:16   where T,E2,E are type-variables:
08:38:16     T extends Object declared in class SomethingBreaks
08:38:16     E2 extends E declared in method <E2>forEach(Use<T,E2>)
08:38:16     E extends Throwable declared in class SomethingBreaks
08:38:16 SomethingBreaks.java:20: error: reference to forEach is ambiguous
08:38:16     stream().forEach((String s) -> System.out.println(Files.size(Paths.get(s))));
08:38:16             ^
08:38:16   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
08:38:16   where T,E2,E are type-variables:
08:38:16     T extends Object declared in class SomethingBreaks
08:38:16     E2 extends E declared in method <E2>forEach(Use<T,E2>)
08:38:16     E extends Throwable declared in class SomethingBreaks
08:38:16 1 error
08:38:16 1 warning
08:38:16 
08:38:16 
08:38:16 
08:38:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:17 
08:38:17 
08:38:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:18 --- javac err: ---
08:38:18 Main.java:10: error: incompatible types: cannot infer functional interface descriptor for I<C1,Object>
08:38:18 	    	I<?, ?> i = (C1 c1) -> { return new C2(); };
08:38:18 	    	            ^
08:38:18 1 error
08:38:18 
08:38:18 
08:38:18 
08:38:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:19 
08:38:19 
08:38:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:20 
08:38:20 
08:38:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:21 
08:38:21 
08:38:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:22 
08:38:22 
08:38:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:23 
08:38:23 
08:38:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:24 --- javac err: ---
08:38:24 Test.java:3: error: method addAttribute in class Test cannot be applied to given types;
08:38:24         addAttribute(java.util.Objects.requireNonNull(attribute, ""),
08:38:24         ^
08:38:24   required: Attribute<T>,T
08:38:24   found: Attribute<CAP#1>,CAP#2
08:38:24   reason: inference variable T has incompatible bounds
08:38:24     equality constraints: CAP#3
08:38:24     lower bounds: Object
08:38:24   where T is a type-variable:
08:38:24     T extends Object declared in method <T>addAttribute(Attribute<T>,T)
08:38:24   where CAP#1,CAP#2,CAP#3 are fresh type-variables:
08:38:24     CAP#1 extends Object from capture of ?
08:38:24     CAP#2 extends Object from capture of ?
08:38:24     CAP#3 extends Object from capture of ?
08:38:24 Test.java:5: error: method addAttribute in class Test cannot be applied to given types;
08:38:24         addAttribute(attribute, attribute.getDefault());
08:38:24         ^
08:38:24   required: Attribute<T>,T
08:38:24   found: Attribute<CAP#1>,CAP#2
08:38:24   reason: inference variable T has incompatible bounds
08:38:24     equality constraints: CAP#1
08:38:24     lower bounds: Object
08:38:24   where T is a type-variable:
08:38:24     T extends Object declared in method <T>addAttribute(Attribute<T>,T)
08:38:24   where CAP#1,CAP#2 are fresh type-variables:
08:38:24     CAP#1 extends Object from capture of ?
08:38:24     CAP#2 extends Object from capture of ?
08:38:24 2 errors
08:38:24 
08:38:24 
08:38:24 
08:38:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:25 --- javac err: ---
08:38:25 Test.java:2: warning: [unchecked] unchecked cast
08:38:25 	S myself() { return (S)this; }
08:38:25 	                       ^
08:38:25   required: S
08:38:25   found:    MyType<S>
08:38:25   where S is a type-variable:
08:38:25     S extends MyType<S> declared in class MyType
08:38:25 Test.java:5: warning: [rawtypes] found raw type: MyType
08:38:25 	MyType test() {
08:38:25 	^
08:38:25   missing type arguments for generic class MyType<S>
08:38:25   where S is a type-variable:
08:38:25     S extends MyType<S> declared in class MyType
08:38:25 Test.java:8: warning: [rawtypes] found raw type: MyType
08:38:25 	MyType test2() {
08:38:25 	^
08:38:25   missing type arguments for generic class MyType<S>
08:38:25   where S is a type-variable:
08:38:25     S extends MyType<S> declared in class MyType
08:38:25 Test.java:11: warning: [rawtypes] found raw type: MyType
08:38:25 	public <T extends MyType> T newInstance() {
08:38:25 	                  ^
08:38:25   missing type arguments for generic class MyType<S>
08:38:25   where S is a type-variable:
08:38:25     S extends MyType<S> declared in class MyType
08:38:25 Test.java:12: warning: [rawtypes] found raw type: MyType
08:38:25 		return (T) new MyType();
08:38:25 		               ^
08:38:25   missing type arguments for generic class MyType<S>
08:38:25   where S is a type-variable:
08:38:25     S extends MyType<S> declared in class MyType
08:38:25 Test.java:12: warning: [unchecked] unchecked cast
08:38:25 		return (T) new MyType();
08:38:25 		           ^
08:38:25   required: T
08:38:25   found:    MyType
08:38:25   where T is a type-variable:
08:38:25     T extends MyType declared in method <T>newInstance()
08:38:25 6 warnings
08:38:25 
08:38:25 
08:38:25 
08:38:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:26 
08:38:26 
08:38:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:27 
08:38:27 
08:38:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:28 
08:38:28 
08:38:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:29 --- javac err: ---
08:38:29 Test.java:6: warning: [rawtypes] found raw type: Test.A
08:38:29         index(new A().test());
08:38:29                   ^
08:38:29   missing type arguments for generic class Test.A<S>
08:38:29   where S is a type-variable:
08:38:29     S extends Test.A<S> declared in class Test.A
08:38:29 Test.java:6: error: non-static variable this cannot be referenced from a static context
08:38:29         index(new A().test());
08:38:29               ^
08:38:29 Test.java:6: warning: [unchecked] unchecked method invocation: method index in class Test is applied to given types
08:38:29         index(new A().test());
08:38:29              ^
08:38:29   required: Iterable<X>
08:38:29   found: List
08:38:29   where X is a type-variable:
08:38:29     X extends Object declared in method <X>index(Iterable<X>)
08:38:29 Test.java:6: warning: [unchecked] unchecked conversion
08:38:29         index(new A().test());
08:38:29                           ^
08:38:29   required: Iterable<X>
08:38:29   found:    List
08:38:29   where X is a type-variable:
08:38:29     X extends Object declared in method <X>index(Iterable<X>)
08:38:29 1 error
08:38:29 3 warnings
08:38:29 
08:38:29 
08:38:29 
08:38:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:30 --- javac err: ---
08:38:30 Test.java:6: warning: [rawtypes] found raw type: Test.A
08:38:30         index(new A().test());
08:38:30                   ^
08:38:30   missing type arguments for generic class Test.A<S>
08:38:30   where S is a type-variable:
08:38:30     S extends Test.A<S> declared in class Test.A
08:38:30 Test.java:6: warning: [unchecked] unchecked method invocation: method index in class Test is applied to given types
08:38:30         index(new A().test());
08:38:30              ^
08:38:30   required: Iterable<X>
08:38:30   found: List
08:38:30   where X is a type-variable:
08:38:30     X extends Object declared in method <X>index(Iterable<X>)
08:38:30 Test.java:6: warning: [unchecked] unchecked conversion
08:38:30         index(new A().test());
08:38:30                           ^
08:38:30   required: Iterable<X>
08:38:30   found:    List
08:38:30   where X is a type-variable:
08:38:30     X extends Object declared in method <X>index(Iterable<X>)
08:38:30 3 warnings
08:38:30 
08:38:30 
08:38:30 
08:38:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:31 --- javac err: ---
08:38:31 MyFunction.java:19: error: illegal start of expression
08:38:31   default <V> @Throws(((MyFunction<? super V, ? extends T>) before::apply) @Returns MyFunction<V, @Returns R>
08:38:31                                                                            ^
08:38:31 MyFunction.java:19: error: ')' expected
08:38:31   default <V> @Throws(((MyFunction<? super V, ? extends T>) before::apply) @Returns MyFunction<V, @Returns R>
08:38:31                                                                                    ^
08:38:31 2 errors
08:38:31 
08:38:31 
08:38:31 
08:38:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:32 
08:38:32 
08:38:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:33 
08:38:33 
08:38:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:34 --- javac err: ---
08:38:34 X.java:2: warning: [rawtypes] found raw type: J
08:38:34 	void foo(J[] list, I<J<?>> i) {
08:38:34 	         ^
08:38:34   missing type arguments for generic class J<T>
08:38:34   where T is a type-variable:
08:38:34     T extends Object declared in interface J
08:38:34 X.java:3: error: incompatible types: I<J<?>> cannot be converted to I<? super J>
08:38:34 		sort(list, i);
08:38:34 		           ^
08:38:34 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:38:34 1 error
08:38:34 1 warning
08:38:34 
08:38:34 
08:38:34 
08:38:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:35 
08:38:35 
08:38:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:36 --- javac err: ---
08:38:36 Ups.java:2: warning: auxiliary class MImpl in Test.java should not be accessed from outside its own source file
08:38:36     static Object innocent(MImpl o) {
08:38:36                            ^
08:38:36 Ups.java:2: warning: [rawtypes] found raw type: MImpl
08:38:36     static Object innocent(MImpl o) {
08:38:36                            ^
08:38:36   missing type arguments for generic class MImpl<K,V>
08:38:36   where K,V are type-variables:
08:38:36     K extends Object declared in class MImpl
08:38:36     V extends Object declared in class MImpl
08:38:36 2 warnings
08:38:36 
08:38:36 
08:38:36 
08:38:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:37 
08:38:37 
08:38:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:38 --- javac err: ---
08:38:38 X.java:4: warning: [rawtypes] found raw type: Comparable
08:38:38 	<T extends Comparable & Serializable> void foo(T o1) {
08:38:38 	           ^
08:38:38   missing type arguments for generic class Comparable<T>
08:38:38   where T is a type-variable:
08:38:38     T extends Object declared in interface Comparable
08:38:38 1 warning
08:38:38 
08:38:38 
08:38:38 
08:38:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:39 
08:38:39 
08:38:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:41 
08:38:41 
08:38:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:42 
08:38:42 
08:38:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:43 
08:38:43 
08:38:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:44 --- javac err: ---
08:38:44 Test.java:8: error: cannot find symbol
08:38:44         m2(Test::id, "Hi").toUpperCase();
08:38:44                           ^
08:38:44   symbol:   method toUpperCase()
08:38:44   location: class Object
08:38:44 1 error
08:38:44 
08:38:44 
08:38:44 
08:38:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:45 
08:38:45 
08:38:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:46 
08:38:46 
08:38:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:47 
08:38:47 
08:38:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:48 
08:38:48 
08:38:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:49 --- javac err: ---
08:38:49 Snippet.java:2: warning: [rawtypes] found raw type: Class
08:38:49 	static void call(Class type, long init) {
08:38:49 	                 ^
08:38:49   missing type arguments for generic class Class<T>
08:38:49   where T is a type-variable:
08:38:49     T extends Object declared in class Class
08:38:49 Snippet.java:6: warning: [rawtypes] found raw type: Class
08:38:49 	private static void method(Class type, String s) {}
08:38:49 	                           ^
08:38:49   missing type arguments for generic class Class<T>
08:38:49   where T is a type-variable:
08:38:49     T extends Object declared in class Class
08:38:49 2 warnings
08:38:49 
08:38:49 
08:38:49 
08:38:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:50 --- javac err: ---
08:38:50 Snippet.java:4: warning: [rawtypes] found raw type: Class
08:38:50   static void newInstance(Class type, long init) {
08:38:50                           ^
08:38:50   missing type arguments for generic class Class<T>
08:38:50   where T is a type-variable:
08:38:50     T extends Object declared in class Class
08:38:50 Snippet.java:8: warning: [rawtypes] found raw type: Class
08:38:50   private static void method(Class type, String str) {}
08:38:50                              ^
08:38:50   missing type arguments for generic class Class<T>
08:38:50   where T is a type-variable:
08:38:50     T extends Object declared in class Class
08:38:50 2 warnings
08:38:50 
08:38:50 
08:38:50 
08:38:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:51 --- javac err: ---
08:38:51 NNLambda.java:13: error: ';' expected
08:38:51 				Collections.<String>singletonList("const")
08:38:51 				                                          ^
08:38:51 1 error
08:38:51 
08:38:51 
08:38:51 
08:38:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:52 --- javac err: ---
08:38:52 X.java:7: error: incompatible types: invalid functional descriptor for lambda expression
08:38:52 		perform(() -> 13); 
08:38:52 		        ^
08:38:52     method <P>()P in interface Producer is generic
08:38:52   where P is a type-variable:
08:38:52     P extends Object declared in method <P>produce()
08:38:52 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:38:52 1 error
08:38:52 
08:38:52 
08:38:52 
08:38:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:53 
08:38:53 
08:38:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:54 
08:38:54 
08:38:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:55 
08:38:55 
08:38:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:56 
08:38:56 
08:38:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:57 
08:38:57 
08:38:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:58 
08:38:58 
08:38:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:38:59 --- javac err: ---
08:38:59 Bug419048.java:13: error: cannot find symbol
08:38:59                             p -> p.getLast(),
08:38:59                                   ^
08:38:59   symbol:   method getLast()
08:38:59   location: variable p of type Object
08:38:59 Bug419048.java:14: error: cannot find symbol
08:38:59                             p -> p.getLast()
08:38:59                                   ^
08:38:59   symbol:   method getLast()
08:38:59   location: variable p of type Object
08:38:59 2 errors
08:38:59 
08:38:59 
08:38:59 
08:38:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:00 
08:39:00 
08:39:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:01 --- javac err: ---
08:39:01 Test.java:4: warning: [unchecked] unchecked generic array creation for varargs parameter of type Tree<T>[]
08:39:01 		return Node(Leaf(o), Leaf(o));
08:39:01 		           ^
08:39:01   where T is a type-variable:
08:39:01     T extends Object declared in method <T>model(T)
08:39:01 Test.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type Tree<T>
08:39:01 	static <T> Tree<T> Node(Tree<T>... children) { return null; }
08:39:01 	                                   ^
08:39:01   where T is a type-variable:
08:39:01     T extends Object declared in method <T>Node(Tree<T>...)
08:39:01 2 warnings
08:39:01 
08:39:01 
08:39:01 
08:39:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:02 --- javac err: ---
08:39:02 X.java:8: error: incompatible types: inference variable R has incompatible bounds
08:39:02         ss.stream().map(s -> {
08:39:02                        ^
08:39:02     lower bounds: Object
08:39:02     lower bounds: void
08:39:02   where R,T are type-variables:
08:39:02     R extends Object declared in method <R>map(Function<? super T,? extends R>)
08:39:02     T extends Object declared in interface Stream
08:39:02 1 error
08:39:02 
08:39:02 
08:39:02 
08:39:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:03 
08:39:03 
08:39:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:05 
08:39:05 
08:39:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:06 
08:39:06 
08:39:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:07 
08:39:07 
08:39:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:08 --- javac err: ---
08:39:08 p1/C1.java:15: warning: [unchecked] Possible heap pollution from parameterized vararg type E
08:39:08     public static <E> List<E> getList1(E... items) {
08:39:08                                             ^
08:39:08   where E is a type-variable:
08:39:08     E extends Object declared in method <E>getList1(E...)
08:39:08 Test.java:6: warning: [rawtypes] found raw type: CInner2
08:39:08 	void test2(List<C1.CInner2> l) {
08:39:08 	                  ^
08:39:08   missing type arguments for generic class CInner2<T3A,T3B>
08:39:08   where T3A,T3B are type-variables:
08:39:08     T3A extends Object declared in class CInner2
08:39:08     T3B extends Object declared in class CInner2
08:39:08 Test.java:9: warning: [unchecked] unchecked generic array creation for varargs parameter of type CInner<String,Integer>[]
08:39:08 				C1.getList1(new C1.CInner<>("b", 13))
08:39:08 				           ^
08:39:08 3 warnings
08:39:08 
08:39:08 
08:39:08 
08:39:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:09 
08:39:09 
08:39:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:10 --- javac err: ---
08:39:10 Junk5.java:17: warning: [rawtypes] found raw type: Collection
08:39:10         Collection c = getTouchDevices().stream()
08:39:10         ^
08:39:10   missing type arguments for generic class Collection<E>
08:39:10   where E is a type-variable:
08:39:10     E extends Object declared in interface Collection
08:39:10 Junk5.java:21: warning: [unchecked] unchecked conversion
08:39:10          return c;
08:39:10                 ^
08:39:10   required: Collection<Object[]>
08:39:10   found:    Collection
08:39:10 2 warnings
08:39:10 
08:39:10 
08:39:10 
08:39:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:12 
08:39:12 
08:39:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:13 
08:39:13 
08:39:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:14 
08:39:14 
08:39:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:15 --- javac err: ---
08:39:15 Junk10.java:4: warning: [rawtypes] found raw type: Junk10.Observable
08:39:15         public void invalidated(Observable observable);
08:39:15                                 ^
08:39:15   missing type arguments for generic class Junk10.Observable<T>
08:39:15   where T is a type-variable:
08:39:15     T extends Object declared in class Junk10.Observable
08:39:15 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
08:39:15     public static <E> SetListenerHelper<E> addListener(SetListenerHelper<E> helper, InvalidationListener listener) {
08:39:15                                            ^
08:39:15   where E#1,E#2 are type-variables:
08:39:15     E#1 extends Object declared in method <E#1>addListener(Junk10.SetListenerHelper<E#1>,InvalidationListener)
08:39:15     E#2 extends Object declared in method <E#2>addListener(Junk10.SetListenerHelper<E#2>,SetChangeListener<? super E#2>)
08:39:15 Junk10.java:18: warning: [rawtypes] found raw type: SetChangeListener
08:39:15         addListener(null, new SetChangeListener () {
08:39:15                               ^
08:39:15   missing type arguments for generic class SetChangeListener<E>
08:39:15   where E is a type-variable:
08:39:15     E extends Object declared in interface SetChangeListener
08:39:15 Junk10.java:19: warning: [rawtypes] found raw type: Change
08:39:15             public void onChanged(SetChangeListener.Change change) {}
08:39:15                                                    ^
08:39:15   missing type arguments for generic class Change<E>
08:39:15   where E is a type-variable:
08:39:15     E extends Object declared in class Change
08:39:15 Junk10.java:18: warning: [unchecked] unchecked method invocation: method addListener in class Junk10 is applied to given types
08:39:15         addListener(null, new SetChangeListener () {
08:39:15                    ^
08:39:15   required: Junk10.SetListenerHelper<E>,SetChangeListener<? super E>
08:39:15   found: <null>,<anonymous SetChangeListener>
08:39:15   where E is a type-variable:
08:39:15     E extends Object declared in method <E>addListener(Junk10.SetListenerHelper<E>,SetChangeListener<? super E>)
08:39:15 Junk10.java:18: warning: [unchecked] unchecked conversion
08:39:15         addListener(null, new SetChangeListener () {
08:39:15                           ^
08:39:15   required: SetChangeListener<? super E>
08:39:15   found:    <anonymous SetChangeListener>
08:39:15   where E is a type-variable:
08:39:15     E extends Object declared in method <E>addListener(Junk10.SetListenerHelper<E>,SetChangeListener<? super E>)
08:39:15 6 warnings
08:39:15 
08:39:15 
08:39:15 
08:39:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:16 --- javac err: ---
08:39:16 Junk10.java:17: error: cannot find symbol
08:39:16         addListener(null, (SetChangeListener.Change<?> c) -> {});
08:39:16                                             ^
08:39:16   symbol:   class Change
08:39:16   location: interface SetChangeListener
08:39:16 1 error
08:39:16 
08:39:16 
08:39:16 
08:39:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:17 
08:39:17 
08:39:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:18 
08:39:18 
08:39:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:19 
08:39:19 
08:39:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:20 --- javac err: ---
08:39:20 Main.java:14: error: unreported exception Exception; must be caught or declared to be thrown
08:39:20     close( x ->  { if (in.available() == 0) throw new EmptyStream(); x.close(); }, in );
08:39:20          ^
08:39:20 1 error
08:39:20 
08:39:20 
08:39:20 
08:39:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:21 
08:39:21 
08:39:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:22 --- javac err: ---
08:39:22 X.java:16: error: unreported exception IOException; must be caught or declared to be thrown
08:39:22 				throw new IOException();
08:39:22 				^
08:39:22 1 error
08:39:22 
08:39:22 
08:39:22 
08:39:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:23 
08:39:23 
08:39:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:24 --- javac err: ---
08:39:24 Junk11.java:5: warning: [rawtypes] found raw type: Junk11.Observable
08:39:24         public void invalidated(Observable observable);
08:39:24                                 ^
08:39:24   missing type arguments for generic class Junk11.Observable<T>
08:39:24   where T is a type-variable:
08:39:24     T extends Object declared in class Junk11.Observable
08:39:24 Junk11.java:19: warning: [rawtypes] found raw type: Junk11.Observable
08:39:24             public void invalidated(Observable o) {throw new RuntimeException();}
08:39:24                                     ^
08:39:24   missing type arguments for generic class Junk11.Observable<T>
08:39:24   where T is a type-variable:
08:39:24     T extends Object declared in class Junk11.Observable
08:39:24 2 warnings
08:39:24 
08:39:24 
08:39:24 
08:39:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:25 --- javac err: ---
08:39:25 Junk12.java:5: warning: [rawtypes] found raw type: Junk12.Observable
08:39:25         public void invalidated(Observable observable);
08:39:25                                 ^
08:39:25   missing type arguments for generic class Junk12.Observable<T>
08:39:25   where T is a type-variable:
08:39:25     T extends Object declared in class Junk12.Observable
08:39:25 Junk12.java:18: warning: [rawtypes] found raw type: ChangeListener
08:39:25         addListener(null, null, new ChangeListener () {
08:39:25                                     ^
08:39:25   missing type arguments for generic class ChangeListener<T>
08:39:25   where T is a type-variable:
08:39:25     T extends Object declared in interface ChangeListener
08:39:25 Junk12.java:19: warning: [rawtypes] found raw type: Junk12.ObservableValue
08:39:25             public void changed(ObservableValue observable, Object oldValue, Object newValue) {
08:39:25                                 ^
08:39:25   missing type arguments for generic class Junk12.ObservableValue<T>
08:39:25   where T is a type-variable:
08:39:25     T extends Object declared in class Junk12.ObservableValue
08:39:25 Junk12.java:18: warning: [unchecked] unchecked method invocation: method addListener in class Junk12 is applied to given types
08:39:25         addListener(null, null, new ChangeListener () {
08:39:25                    ^
08:39:25   required: Junk12.ExpressionHelper<T>,Junk12.ObservableValue<T>,ChangeListener<? super T>
08:39:25   found: <null>,<null>,<anonymous ChangeListener>
08:39:25   where T is a type-variable:
08:39:25     T extends Object declared in method <T>addListener(Junk12.ExpressionHelper<T>,Junk12.ObservableValue<T>,ChangeListener<? super T>)
08:39:25 Junk12.java:18: warning: [unchecked] unchecked conversion
08:39:25         addListener(null, null, new ChangeListener () {
08:39:25                                 ^
08:39:25   required: ChangeListener<? super T>
08:39:25   found:    <anonymous ChangeListener>
08:39:25   where T is a type-variable:
08:39:25     T extends Object declared in method <T>addListener(Junk12.ExpressionHelper<T>,Junk12.ObservableValue<T>,ChangeListener<? super T>)
08:39:25 5 warnings
08:39:25 
08:39:25 
08:39:25 
08:39:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:26 --- javac err: ---
08:39:26 AnnotationCollector.java:9: error: no suitable method found for toMap((Person p)[...]ame(),Function::identity,(p1,p2)->p1)
08:39:26                 return persons.collect(Collectors.toMap((Person p) -> p.getLastName(),
08:39:26                                                  ^
08:39:26     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
08:39:26       (cannot infer type-variable(s) T#1,K#1,U#1
08:39:26         (actual and formal argument lists differ in length))
08:39:26     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
08:39:26       (cannot infer type-variable(s) T#2,K#2,U#2
08:39:26         (argument mismatch; unexpected static method <T#3>identity() found in unbound lookup))
08:39:26     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
08:39:26       (cannot infer type-variable(s) T#4,K#3,U#3,M
08:39:26         (actual and formal argument lists differ in length))
08:39:26   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:
08:39:26     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>)
08:39:26     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>)
08:39:26     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>)
08:39:26     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>)
08:39:26     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>)
08:39:26     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>)
08:39:26     T#3 extends Object declared in method <T#3>identity()
08:39:26     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>)
08:39:26     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>)
08:39:26     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>)
08:39:26     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>)
08:39:26 1 error
08:39:26 
08:39:26 
08:39:26 
08:39:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:28 
08:39:28 
08:39:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:29 
08:39:29 
08:39:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:30 
08:39:30 
08:39:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:31 
08:39:31 
08:39:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:32 
08:39:32 
08:39:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:34 
08:39:34 
08:39:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:35 
08:39:35 
08:39:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:36 --- javac err: ---
08:39:36 X.java:9: error: incompatible types: bad type in conditional expression
08:39:36     new Bar(b ? 0 : new ArrayList<>());
08:39:36                 ^
08:39:36     int cannot be converted to Collection<String>
08:39:36 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:39:36 1 error
08:39:36 
08:39:36 
08:39:36 
08:39:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:37 --- javac err: ---
08:39:37 test/Test.java:28: error: incompatible types: invalid method reference
08:39:37 			w.set(this::call);
08:39:37 			      ^
08:39:37     incompatible types: Event<WWidget<M>> cannot be converted to Event<W>
08:39:37   where M,W are type-variables:
08:39:37     M extends MUIElement declared in class A
08:39:37     W extends WWidget<M> declared in class A
08:39:37 test/Test.java:30: error: incompatible types: Event<WWidget<M>> cannot be converted to Event<W>
08:39:37 			w.set((e) -> call(e));
08:39:37 			                  ^
08:39:37   where M,W are type-variables:
08:39:37     M extends MUIElement declared in class A
08:39:37     W extends WWidget<M> declared in class A
08:39:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:39:37 2 errors
08:39:37 
08:39:37 
08:39:37 
08:39:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:38 
08:39:38 
08:39:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:39 
08:39:39 
08:39:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:40 
08:39:40 
08:39:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:41 --- javac err: ---
08:39:41 Test.java:11: error: incompatible types: cannot infer type-variable(s) U
08:39:41 		new Foo<Bar>().apply(bar -> bar::setBar);
08:39:41 		                    ^
08:39:41     (argument mismatch; bad return type in lambda expression
08:39:41       invalid method reference
08:39:41         incompatible types: Object cannot be converted to String)
08:39:41   where U,T are type-variables:
08:39:41 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug435689 - 12
08:39:41 Test.java [
08:39:41     U extends Object declared in method <U>apply(Function<T,Consumer<U>>)
08:39:41 import java.util.function.*;
08:39:41     T extends Object declared in class Foo
08:39:41 class Foo<T> {
08:39:41 1 error
08:39:41 
08:39:41   <U> void apply(Function<T, Consumer<U>> bar) {}
08:39:41 }
08:39:41 ----------------------------------------
08:39:41 
08:39:41 class Bar {
08:39:41   void setBar(String bar){}
08:39:41 }
08:39:41 public class Test {
08:39:41 	void test() {
08:39:41 		new Foo<Bar>().apply(bar -> bar::setBar);
08:39:41 	}
08:39:41 }
08:39:41 
08:39:41 ]
08:39:41 
08:39:41 
08:39:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:42 
08:39:42 
08:39:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:44 
08:39:44 
08:39:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:45 
08:39:45 
08:39:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:47 
08:39:47 
08:39:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:48 
08:39:48 
08:39:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:49 --- javac err: ---
08:39:49 X.java:8: warning: [overloads] m(FI1<Number>) in X is potentially ambiguous with m(FI2) in X
08:39:49 	void m(FI1<Number> fi) { }
08:39:49 	     ^
08:39:49 X.java:14: error: reference to m is ambiguous
08:39:49 		m(X::id);
08:39:49 		^
08:39:49   both method m(FI1<Number>) in X and method m(FI2) in X match
08:39:49 1 error
08:39:49 1 warning
08:39:49 
08:39:49 
08:39:49 
08:39:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:50 --- javac err: ---
08:39:50 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:39:50 		public T get(T... n);
08:39:50 		                  ^
08:39:50   where T is a type-variable:
08:39:50     T extends Object declared in interface FI1
08:39:50 X.java:8: warning: [overloads] m(FI1<Number>) in X is potentially ambiguous with m(FI2) in X
08:39:50 	void m(FI1<Number> fi) { }
08:39:50 	     ^
08:39:50 X.java:14: error: reference to m is ambiguous
08:39:50 		m(this::id);
08:39:50 		^
08:39:50   both method m(FI1<Number>) in X and method m(FI2) in X match
08:39:50 1 error
08:39:50 2 warnings
08:39:50 
08:39:50 
08:39:50 
08:39:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:51 
08:39:51 
08:39:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:52 
08:39:52 
08:39:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:53 
08:39:53 
08:39:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:55 
08:39:55 
08:39:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:56 
08:39:56 
08:39:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:57 --- javac err: ---
08:39:57 Main.java:12: error: cannot find symbol
08:39:57 			removeEntity( e );
08:39:57 			^
08:39:57   symbol: method removeEntity(MyEntity)
08:39:57 1 error
08:39:57 
08:39:57 
08:39:57 
08:39:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:58 
08:39:58 
08:39:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:39:59 
08:39:59 
08:39:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:00 
08:40:00 
08:40:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:01 
08:40:01 
08:40:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:02 --- javac err: ---
08:40:02 Test.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:40:02     public static <T> Field<T> coalesce(T value, T... values) {
08:40:02                                           ^
08:40:02   where T is a type-variable:
08:40:02     T extends Object declared in method <T>coalesce(T,T...)
08:40:02 Test.java:5: error: reference to coalesce is ambiguous
08:40:02         return coalesce(field(value), fields(values));
08:40:02                ^
08:40:02   both method <T#1>coalesce(Field<T#1>,T#1) in Test and method <T#2>coalesce(Field<T#2>,Field<?>...) in Test match
08:40:02   where T#1,T#2 are type-variables:
08:40:02     T#1 extends Object declared in method <T#1>coalesce(Field<T#1>,T#1)
08:40:02     T#2 extends Object declared in method <T#2>coalesce(Field<T#2>,Field<?>...)
08:40:02 Test.java:5: error: incompatible types: inference variable T#1 has incompatible bounds
08:40:02         return coalesce(field(value), fields(values));
08:40:02                        ^
08:40:02     equality constraints: T#2,T#3
08:40:02     lower bounds: T#2,Field<T#4>[]
08:40:02   where T#1,T#2,T#3,T#4 are type-variables:
08:40:02     T#1 extends Object declared in method <T#1>coalesce(Field<T#1>,T#1)
08:40:02     T#2 extends Object declared in method <T#2>coalesce(T#2,T#2...)
08:40:02     T#3 extends Object declared in method <T#3>field(T#3)
08:40:02     T#4 extends Object declared in method <T#4>fields(T#4...)
08:40:02 Test.java:20: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:40:02     static <T> Field<T>[] fields(T... values) {
08:40:02                                       ^
08:40:02   where T is a type-variable:
08:40:02     T extends Object declared in method <T>fields(T...)
08:40:02 Test.java:21: warning: [unchecked] unchecked method invocation: method toArray in interface Stream is applied to given types
08:40:02         return Stream.of(values).map(Test::field).toArray(Field[]::new);
08:40:02                                                          ^
08:40:02   required: IntFunction<A[]>
08:40:02   found: IntFunction<Field[]>
08:40:02   where A is a type-variable:
08:40:02     A extends Object declared in method <A>toArray(IntFunction<A[]>)
08:40:02 Test.java:21: warning: [unchecked] unchecked conversion
08:40:02         return Stream.of(values).map(Test::field).toArray(Field[]::new);
08:40:02                                                          ^
08:40:02   required: Field<T>[]
08:40:02   found:    Field[]
08:40:02   where T is a type-variable:
08:40:02     T extends Object declared in method <T>fields(T...)
08:40:02 2 errors
08:40:02 4 warnings
08:40:02 
08:40:02 
08:40:02 
08:40:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:03 
08:40:03 
08:40:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:04 --- javac err: ---
08:40:04 X.java:5: error: cannot find symbol
08:40:04 		process(missing::new);
08:40:04 		        ^
08:40:04   symbol:   class missing
08:40:04   location: class X
08:40:04 1 error
08:40:04 
08:40:04 
08:40:04 
08:40:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:05 --- javac err: ---
08:40:05 Test.java:18: error: method createData in class Test cannot be applied to given types;
08:40:05 				(x) -> m(Data.class, str, (y) -> m(Data.class, BigInteger.ZERO, (z) -> createData(i, x, y, z))));
08:40:05 				                                                                       ^
08:40:05   required: no arguments
08:40:05   found: BigInteger,String,String,BigInteger
08:40:05   reason: cannot infer type-variable(s) T
08:40:05     (actual and formal argument lists differ in length)
08:40:05   where T is a type-variable:
08:40:05     T extends Object declared in method <T>createData()
08:40:05 1 error
08:40:05 
08:40:05 
08:40:05 
08:40:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:07 
08:40:07 
08:40:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:08 
08:40:08 
08:40:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:09 
08:40:09 
08:40:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:10 
08:40:10 
08:40:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:11 
08:40:11 
08:40:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:12 
08:40:12 
08:40:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:13 --- javac err: ---
08:40:13 Test.java:10: error: method test in class Test cannot be applied to given types;
08:40:13     test(type);
08:40:13     ^
08:40:13   required: List<L>
08:40:13   found: List<CAP#1>
08:40:13   reason: inference variable L has incompatible bounds
08:40:13     equality constraints: CAP#1
08:40:13     lower bounds: List<Y>
08:40:13   where L,Y are type-variables:
08:40:13     L extends List<Y> declared in method <Y,L>test(List<L>)
08:40:13     Y extends Object declared in method <Y,L>test(List<L>)
08:40:13   where CAP#1 is a fresh type-variable:
08:40:13     CAP#1 extends List<?> from capture of ? extends List<?>
08:40:13 1 error
08:40:13 
08:40:13 
08:40:13 
08:40:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:14 
08:40:14 
08:40:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:15 
08:40:15 
08:40:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:16 
08:40:16 
08:40:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:17 
08:40:17 
08:40:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:18 --- javac err: ---
08:40:18 ToArray.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type S
08:40:18 	<S extends E> E[] apply(@SuppressWarnings("unchecked") S... es);
08:40:18 	                                                            ^
08:40:18   where S,E are type-variables:
08:40:18     S extends E declared in method <S>apply(S...)
08:40:18     E extends Object declared in interface ArrayFunction
08:40:18 ToArray.java:7: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter es
08:40:18 		return es;
08:40:18 		       ^
08:40:18 2 warnings
08:40:18 
08:40:18 
08:40:18 
08:40:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:20 
08:40:20 
08:40:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:21 
08:40:21 
08:40:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:22 
08:40:22 
08:40:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:23 
08:40:23 
08:40:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:24 --- javac err: ---
08:40:24 Test.java:6: error: I is not public in sub; cannot be accessed from outside package
08:40:24     return (((Marker & J) j).getValue());
08:40:24             ^
08:40:24 1 error
08:40:24 
08:40:24 
08:40:24 
08:40:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:25 --- javac err: ---
08:40:25 X.java:6: warning: [overloads] <T>m(UnaryOp<T>) in X is potentially ambiguous with m(IntegerToNumber) in X
08:40:25   <T> void m(UnaryOp<T> f) {}
08:40:25            ^
08:40:25   where T is a type-variable:
08:40:25     T extends Object declared in method <T>m(UnaryOp<T>)
08:40:25 X.java:10: error: reference to m is ambiguous
08:40:25     m((Integer i) -> i);
08:40:25     ^
08:40:25   both method <T>m(UnaryOp<T>) in X and method m(IntegerToNumber) in X match
08:40:25   where T is a type-variable:
08:40:25     T extends Object declared in method <T>m(UnaryOp<T>)
08:40:25 1 error
08:40:25 1 warning
08:40:25 
08:40:25 
08:40:25 
08:40:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:26 
08:40:26 
08:40:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:27 --- javac err: ---
08:40:27 Task.java:4: error: reference to foo is ambiguous
08:40:27 		foo(rt -> true); // PROBLEM HERE
08:40:27 		^
08:40:27   both method <T>foo(T) in Task and method foo(Predicate<?>) in Task match
08:40:27   where T is a type-variable:
08:40:27     T extends Serializable declared in method <T>foo(T)
08:40:27 Task.java:4: error: incompatible types: cannot infer type-variable(s) T
08:40:27 		foo(rt -> true); // PROBLEM HERE
08:40:27 		   ^
08:40:27     (argument mismatch; Serializable is not a functional interface
08:40:27       no abstract method found in interface Serializable)
08:40:27   where T is a type-variable:
08:40:27     T extends Serializable declared in method <T>foo(T)
08:40:27 2 errors
08:40:27 
08:40:27 
08:40:27 
08:40:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:28 --- javac err: ---
08:40:28 TestGenericsFunctional.java:11: error: reference to doStuff is ambiguous
08:40:28 		doStuff(str, st -> collection.add(st));
08:40:28 		^
08:40:28   both method doStuff(String,Consumer<String>) in TestGenericsFunctional and method <C>doStuff(String,C) in TestGenericsFunctional match
08:40:28   where C is a type-variable:
08:40:28     C extends Collection<String> declared in method <C>doStuff(String,C)
08:40:28 1 error
08:40:28 
08:40:28 
08:40:28 
08:40:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:29 
08:40:29 
08:40:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:30 --- javac err: ---
08:40:30 Java8TypeInferenceProblem.java:8: error: reference to copyToValueObject is ambiguous
08:40:30 		return copyToValueObject(loadBusinessObject(), ValueObjectImpl.class);
08:40:30 		       ^
08:40:30   both method <T#1>copyToValueObject(BusinessObject,Class<T#1>) in Java8TypeInferenceProblem and method <T#2>copyToValueObject(Iterator<BusinessObject>,Class<T#2>) in Java8TypeInferenceProblem match
08:40:30   where T#1,T#2 are type-variables:
08:40:30     T#1 extends ValueObject declared in method <T#1>copyToValueObject(BusinessObject,Class<T#1>)
08:40:30     T#2 extends ValueObject declared in method <T#2>copyToValueObject(Iterator<BusinessObject>,Class<T#2>)
08:40:30 1 error
08:40:30 
08:40:30 
08:40:30 
08:40:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:31 
08:40:31 
08:40:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:32 --- javac err: ---
08:40:32 Test.java:16: warning: [deprecation] Long(long) in Long has been deprecated
08:40:32     Long l = new Long(3);
08:40:32              ^
08:40:32 1 warning
08:40:32 
08:40:32 
08:40:32 
08:40:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:33 
08:40:33 
08:40:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:34 --- javac err: ---
08:40:34 X.java:4: warning: [rawtypes] found raw type: A
08:40:34 	void test(A a) {
08:40:34 	          ^
08:40:34   missing type arguments for generic class A<T>
08:40:34   where T is a type-variable:
08:40:34     T extends Object declared in class A
08:40:34 X.java:5: warning: [unchecked] unchecked method invocation: method get in class X is applied to given types
08:40:34 		get(a).missing();
08:40:34 		   ^
08:40:34   required: A<U>
08:40:34   found: A
08:40:34   where U is a type-variable:
08:40:34     U extends Object declared in method <U>get(A<U>)
08:40:34 X.java:5: warning: [unchecked] unchecked conversion
08:40:34 		get(a).missing();
08:40:34 		    ^
08:40:34   required: A<U>
08:40:34   found:    A
08:40:34   where U is a type-variable:
08:40:34     U extends Object declared in method <U>get(A<U>)
08:40:34 X.java:5: error: cannot find symbol
08:40:34 		get(a).missing();
08:40:34 		      ^
08:40:34   symbol:   method missing()
08:40:34   location: class Object
08:40:34 1 error
08:40:34 3 warnings
08:40:34 
08:40:34 
08:40:34 
08:40:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:35 ----------------------------------------
08:40:35 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug488663 - 12
08:40:35 C.java [
08:40:35 import java.util.Comparator;
08:40:35 public class C {
08:40:35 	Comparator<String> comparator = new Comparator<String>() { //
08:40:35 		@Override
08:40:35 		public int compare(String o1, String o2) {
08:40:35 			return 0;
08:40:35 		}
08:40:35 	};
08:40:35 }
08:40:35 ]
08:40:35 
08:40:35 
08:40:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:36 --- javac err: ---
08:40:36 X.java:5: warning: [unchecked] unchecked method invocation: constructor <init> in class HashSet is applied to given types
08:40:36 		HashSet<String> activeBindings = new HashSet<>(manager.getActiveBindingsDisregardingContextFlat());
08:40:36 		                                 ^
08:40:36   required: Collection<? extends E>
08:40:36   found: Collection
08:40:36   where E is a type-variable:
08:40:36     E extends Object declared in class HashSet
08:40:36 X.java:5: warning: [unchecked] unchecked conversion
08:40:36 		HashSet<String> activeBindings = new HashSet<>(manager.getActiveBindingsDisregardingContextFlat());
08:40:36 		                                                                                               ^
08:40:36   required: Collection<? extends E>
08:40:36   found:    Collection
08:40:36   where E is a type-variable:
08:40:36     E extends Object declared in class HashSet
08:40:36 X.java:5: warning: [unchecked] unchecked conversion
08:40:36 		HashSet<String> activeBindings = new HashSet<>(manager.getActiveBindingsDisregardingContextFlat());
08:40:36 		                                 ^
08:40:36   required: HashSet<String>
08:40:36   found:    HashSet
08:40:36 X.java:10: warning: [rawtypes] found raw type: Collection
08:40:36 	Collection getActiveBindingsDisregardingContextFlat() {
08:40:36 	^
08:40:36   missing type arguments for generic class Collection<E>
08:40:36   where E is a type-variable:
08:40:36     E extends Object declared in interface Collection
08:40:36 4 warnings
08:40:36 
08:40:36 
08:40:36 
08:40:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:37 
08:40:37 
08:40:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:38 
08:40:38 
08:40:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:39 --- javac err: ---
08:40:39 Tester.java:20: error: incompatible types: bad return type in method reference
08:40:39 		return method((SAM<?,?,?> & I <?>) this::foo);
08:40:39 		                                   ^
08:40:39     Object cannot be converted to X3
08:40:39 1 error
08:40:39 
08:40:39 
08:40:39 
08:40:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:40 --- javac err: ---
08:40:40 Main.java:10: warning: [unchecked] unchecked method invocation: constructor <init> in class HashSet is applied to given types
08:40:40 		Set<String> genericSet = new HashSet<>(oldApiReturningUntypedSet());
08:40:40 		                         ^
08:40:40   required: Collection<? extends E>
08:40:40   found: Set
08:40:40   where E is a type-variable:
08:40:40     E extends Object declared in class HashSet
08:40:40 Main.java:10: warning: [unchecked] unchecked conversion
08:40:40 		Set<String> genericSet = new HashSet<>(oldApiReturningUntypedSet());
08:40:40 		                                                                ^
08:40:40   required: Collection<? extends E>
08:40:40   found:    Set
08:40:40   where E is a type-variable:
08:40:40     E extends Object declared in class HashSet
08:40:40 Main.java:10: warning: [unchecked] unchecked conversion
08:40:40 		Set<String> genericSet = new HashSet<>(oldApiReturningUntypedSet());
08:40:40 		                         ^
08:40:40   required: Set<String>
08:40:40   found:    HashSet
08:40:40 3 warnings
08:40:40 
08:40:40 
08:40:40 
08:40:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:42 --- javac err: ---
08:40:42 EclipseInference.java:34: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter suppliers
08:40:42         return Stream.of(suppliers)
08:40:42                          ^
08:40:42 1 warning
08:40:42 
08:40:42 
08:40:42 
08:40:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:43 --- javac err: ---
08:40:43 EclipseInference.java:34: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter suppliers
08:40:43         return Stream.of(suppliers)
08:40:43                          ^
08:40:43 1 warning
08:40:43 
08:40:43 
08:40:43 
08:40:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:44 --- javac err: ---
08:40:44 X.java:5: error: incompatible types: inference variable T has incompatible bounds
08:40:44         Set<List<Number>> numbetListSet = Collections.singleton(toWildcardGeneric(integerList));
08:40:44                                                                ^
08:40:44     equality constraints: List<Number>
08:40:44     lower bounds: List<Integer>
08:40:44   where T is a type-variable:
08:40:44     T extends Object declared in method <T>singleton(T)
08:40:44 1 error
08:40:44 
08:40:44 
08:40:44 
08:40:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:45 --- javac err: ---
08:40:45 X.java:5: error: incompatible types: inference variable T has incompatible bounds
08:40:45     List<Object> objectList = id(toWildcardGeneric(integerList));
08:40:45                                 ^
08:40:45     lower bounds: List<Object>,Object
08:40:45     lower bounds: List<Integer>
08:40:45   where T is a type-variable:
08:40:45     T extends Object declared in method <T>id(T)
08:40:45 1 error
08:40:45 
08:40:45 
08:40:45 
08:40:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:46 
08:40:46 
08:40:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:47 
08:40:47 
08:40:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:49 
08:40:49 
08:40:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:50 
08:40:50 
08:40:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:51 
08:40:51 
08:40:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:52 
08:40:52 
08:40:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:53 --- javac err: ---
08:40:53 Test.java:9: error: type argument String is not within bounds of type-variable X
08:40:53     public class E<X extends D<String>.C> {}
08:40:53                                ^
08:40:53   where X is a type-variable:
08:40:53     X extends Number declared in class Test.D
08:40:53 1 error
08:40:53 
08:40:53 
08:40:53 
08:40:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:54 --- javac err: ---
08:40:54 Test.java:2: error: package wrong does not exist
08:40:54     <X extends wrong.D<?>.C> void m() {}
08:40:54                     ^
08:40:54 1 error
08:40:54 
08:40:54 
08:40:54 
08:40:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:55 
08:40:55 
08:40:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:57 
08:40:57 
08:40:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:58 
08:40:58 
08:40:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:40:59 
08:40:59 
08:40:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:00 
08:41:00 
08:41:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:01 
08:41:01 
08:41:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:02 --- javac err: ---
08:41:02 NPETest.java:14: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:41:02         public Dummy(T... args) {
08:41:02                           ^
08:41:02   where T is a type-variable:
08:41:02     T extends Object declared in class NPETest.Dummy
08:41:02 1 warning
08:41:02 
08:41:02 
08:41:02 
08:41:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:03 --- javac err: ---
08:41:03 NPETest.java:14: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:41:03         public Dummy(T... args) {
08:41:03                           ^
08:41:03   where T is a type-variable:
08:41:03     T extends Object declared in class NPETest.Dummy
08:41:03 1 warning
08:41:03 
08:41:03 
08:41:03 
08:41:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:04 
08:41:04 
08:41:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:05 
08:41:05 
08:41:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:07 
08:41:07 
08:41:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:08 
08:41:08 
08:41:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:09 
08:41:09 
08:41:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:11 
08:41:11 
08:41:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:12 
08:41:12 
08:41:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:13 --- javac err: ---
08:41:13 makeCompilerFreeze/EclipseJava8Bug.java:20: error: method func in class Stuff cannot be applied to given types;
08:41:13       Stuff.func(Comparator.naturalOrder());
08:41:13            ^
08:41:13   required: Comparator<T>
08:41:13   found: Comparator<B#1>
08:41:13   reason: inference variable S has incompatible upper bounds B#2,Comparable<B#2>,Object,T
08:41:13   where T,S,B#1,B#2 are type-variables:
08:41:13     T extends Object declared in method <T,S>func(Comparator<T>)
08:41:13     S extends T declared in method <T,S>func(Comparator<T>)
08:41:13     B#1 extends Comparable<B#1>
08:41:13     B#2 extends Comparable<B#2> declared in method <B#2>naturalOrder()
08:41:13 1 error
08:41:13 
08:41:13 
08:41:13 
08:41:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:14 
08:41:14 
08:41:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:15 
08:41:15 
08:41:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:16 
08:41:16 
08:41:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:17 --- javac err: ---
08:41:17 test/Test.java:24: warning: [rawtypes] found raw type: ComputerProperty
08:41:17 		return map(this.properties(), property -> new ComputerProperty(property));
08:41:17 		                                              ^
08:41:17   missing type arguments for generic class ComputerProperty<E>
08:41:17   where E is a type-variable:
08:41:17     E extends Object declared in class ComputerProperty
08:41:17 test/Test.java:24: warning: [unchecked] unchecked call to ComputerProperty(Property<E>) as a member of the raw type ComputerProperty
08:41:17 		return map(this.properties(), property -> new ComputerProperty(property));
08:41:17 		                                          ^
08:41:17   where E is a type-variable:
08:41:17     E extends Object declared in class ComputerProperty
08:41:17 test/Test.java:24: warning: [unchecked] unchecked method invocation: method map in class Test is applied to given types
08:41:17 		return map(this.properties(), property -> new ComputerProperty(property));
08:41:17 		          ^
08:41:17   required: Iterator<F>,Function<F,G>
08:41:17   found: Iterator<CAP#1>,Function<CAP#1,Property<I>>
08:41:17   where F,G,H,I are type-variables:
08:41:17     F extends Object declared in method <F,G>map(Iterator<F>,Function<F,G>)
08:41:17     G extends Object declared in method <F,G>map(Iterator<F>,Function<F,G>)
08:41:17     H extends Object declared in method <H>properties()
08:41:17     I extends Object declared in method <I>test()
08:41:17   where CAP#1 is a fresh type-variable:
08:41:17     CAP#1 extends Property<Object> from capture of ? extends Property<H>
08:41:17 test/Test.java:24: warning: [unchecked] unchecked conversion
08:41:17 		return map(this.properties(), property -> new ComputerProperty(property));
08:41:17 		          ^
08:41:17   required: Iterator<Property<I>>
08:41:17   found:    Iterator
08:41:17   where I is a type-variable:
08:41:17     I extends Object declared in method <I>test()
08:41:17 4 warnings
08:41:17 
08:41:17 
08:41:17 
08:41:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:18 
08:41:18 
08:41:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:19 
08:41:19 
08:41:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:20 
08:41:20 
08:41:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:22 --- javac err: ---
08:41:22 NfaUtil.java:39: warning: [unchecked] Possible heap pollution from parameterized vararg type E
08:41:22 	public static <E> HashSet<E> newHashSet(E... elements) {
08:41:22 	                                             ^
08:41:22   where E is a type-variable:
08:41:22     E extends Object declared in method <E>newHashSet(E...)
08:41:22 1 warning
08:41:22 
08:41:22 
08:41:22 
08:41:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:23 
08:41:23 
08:41:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:24 --- javac err: ---
08:41:24 BrokenTypeInference.java:9: warning: [unchecked] Possible heap pollution from parameterized vararg type X
08:41:24     private static <X> List<X> x(X ... xs) {
08:41:24                                        ^
08:41:24   where X is a type-variable:
08:41:24     X extends Object declared in method <X>x(X...)
08:41:24 1 warning
08:41:24 
08:41:24 
08:41:24 
08:41:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:25 
08:41:25 
08:41:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:26 --- javac err: ---
08:41:26 test/ClassWithMethodWithMissingArgType.java:5: error: package missing does not exist
08:41:26 import missing.Type;
08:41:26               ^
08:41:26 test/ClassWithMethodWithMissingArgType.java:8: error: cannot find symbol
08:41:26 	public void matches(Type arg) {
08:41:26 	                    ^
08:41:26   symbol:   class Type
08:41:26   location: class ClassWithMethodWithMissingArgType
08:41:26 2 errors
08:41:26 
08:41:26 
08:41:26 
08:41:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:27 
08:41:27 
08:41:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:28 
08:41:28 
08:41:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:29 
08:41:29 
08:41:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:31 
08:41:31 
08:41:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:32 
08:41:32 
08:41:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:34 
08:41:34 
08:41:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:35 
08:41:35 
08:41:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:36 
08:41:36 
08:41:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:37 --- javac err: ---
08:41:37 Minimal.java:4: warning: [try] auto-closeable resource o is never referenced in body of corresponding try statement
08:41:37         try (Closeable o = consumes(sneaky()::withVarargs)) {
08:41:37                        ^
08:41:37 1 warning
08:41:37 
08:41:38 
08:41:38 
08:41:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:39 
08:41:39 
08:41:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:40 --- javac err: ---
08:41:40 test/Test.java:19: warning: [rawtypes] found raw type: Bar
08:41:40 		Bar b = null;
08:41:40 		^
08:41:40   missing type arguments for generic class Bar<U>
08:41:40   where U is a type-variable:
08:41:40     U extends Object declared in class Bar
08:41:40 test/Test.java:20: warning: [unchecked] unchecked method invocation: method bar in class Test is applied to given types
08:41:40 		return foo(bar(b));
08:41:40 		              ^
08:41:40   required: Bar<Integer>
08:41:40   found: Bar
08:41:40 test/Test.java:20: warning: [unchecked] unchecked conversion
08:41:40 		return foo(bar(b));
08:41:40 		               ^
08:41:40   required: Bar<Integer>
08:41:40   found:    Bar
08:41:40 test/Test.java:20: warning: [unchecked] unchecked method invocation: method foo in class Test is applied to given types
08:41:40 		return foo(bar(b));
08:41:40 		          ^
08:41:40   required: Foo<V>
08:41:40   found: Foo
08:41:40   where V is a type-variable:
08:41:40     V extends Object declared in method <V>foo(Foo<V>)
08:41:40 test/Test.java:20: warning: [unchecked] unchecked conversion
08:41:40 		return foo(bar(b));
08:41:40 		              ^
08:41:40   required: Foo<V>
08:41:40   found:    Foo
08:41:40   where V is a type-variable:
08:41:40     V extends Object declared in method <V>foo(Foo<V>)
08:41:40 5 warnings
08:41:40 
08:41:40 
08:41:40 
08:41:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:41 --- javac err: ---
08:41:41 Main.java:7: warning: [serial] serializable class MyMap has no definition of serialVersionUID
08:41:41     static class MyMap<K, V> extends HashMap<K, V> {
08:41:41            ^
08:41:41 1 warning
08:41:41 
08:41:41 
08:41:41 
08:41:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:42 
08:41:42 
08:41:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:43 
08:41:43 
08:41:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:44 --- javac err: ---
08:41:44 Z.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:41:44 	public Z(Runnable r, T... t1) {}
08:41:44 	                  ^
08:41:44   where T is a type-variable:
08:41:44     T extends Object declared in class Z
08:41:44 X.java:4: warning: [rawtypes] found raw type: Z
08:41:44 		Z z = new Z<>(()->{System.out.println("asdad");}, t.get());
08:41:44 		^
08:41:44   missing type arguments for generic class Z<T>
08:41:44   where T is a type-variable:
08:41:44     T extends Object declared in class Z
08:41:44 X.java:4: error: incompatible types: cannot infer type arguments for Z<>
08:41:44 		Z z = new Z<>(()->{System.out.println("asdad");}, t.get());
08:41:44 		           ^
08:41:44     reason: formal varargs element type Inner is not accessible from class X
08:41:44 1 error
08:41:44 2 warnings
08:41:44 
08:41:44 
08:41:44 
08:41:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:45 --- javac err: ---
08:41:45 Z.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type TT
08:41:45 		public Q(Runnable r, TT... ts) {}
08:41:45 		                  ^
08:41:45   where TT is a type-variable:
08:41:45     TT extends Object declared in class Z.Q
08:41:45 Z.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
08:41:45 	public Z(Runnable r, T... t1) {}
08:41:45 	                  ^
08:41:45   where T is a type-variable:
08:41:45     T extends Object declared in class Z
08:41:45 X.java:5: warning: [rawtypes] found raw type: Z.Q
08:41:45 		Z.Q zq = zr.new Q<>(null, t.get());
08:41:45 		 ^
08:41:45   missing type arguments for generic class Z<T>.Q<TT>
08:41:45   where TT,T are type-variables:
08:41:45     TT extends Object declared in class Z.Q
08:41:45     T extends Object declared in class Z
08:41:45 X.java:5: error: incompatible types: cannot infer type arguments for Z.Q<>
08:41:45 		Z.Q zq = zr.new Q<>(null, t.get());
08:41:45 		                 ^
08:41:45     reason: formal varargs element type Inner is not accessible from class X
08:41:45 1 error
08:41:45 3 warnings
08:41:45 
08:41:45 
08:41:45 
08:41:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:46 --- javac err: ---
08:41:46 Test.java:18: warning: [rawtypes] found raw type: X
08:41:46     static X x = new Y<>(Z::method);
08:41:46            ^
08:41:46   missing type arguments for generic class X<T>
08:41:46   where T is a type-variable:
08:41:46     T extends Object declared in class X
08:41:46 1 warning
08:41:46 
08:41:46 
08:41:46 
08:41:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:47 --- javac err: ---
08:41:47 Test.java:18: warning: [rawtypes] found raw type: ArrayList
08:41:47                 new Foo<>("str", new ArrayList())
08:41:47                                      ^
08:41:47   missing type arguments for generic class ArrayList<E>
08:41:47   where E is a type-variable:
08:41:47     E extends Object declared in class ArrayList
08:41:47 Test.java:18: warning: [unchecked] unchecked method invocation: constructor <init> in class Foo is applied to given types
08:41:47                 new Foo<>("str", new ArrayList())
08:41:47                 ^
08:41:47   required: T,List<String>
08:41:47   found: String,ArrayList
08:41:47   where T is a type-variable:
08:41:47     T extends Object declared in class Foo
08:41:47 Test.java:18: warning: [unchecked] unchecked conversion
08:41:47                 new Foo<>("str", new ArrayList())
08:41:47                                  ^
08:41:47   required: List<String>
08:41:47   found:    ArrayList
08:41:47 Test.java:17: error: incompatible types: cannot infer type-variable(s) Q,T
08:41:47 		method(getBar(
08:41:47 		      ^
08:41:47     (argument mismatch; Bar<Foo> cannot be converted to Bar<? extends Foo<Object>>)
08:41:47   where Q,T are type-variables:
08:41:47     Q extends Object declared in method <Q>method(Bar<? extends Foo<Q>>)
08:41:47     T extends Object declared in method <T>getBar(T)
08:41:47 1 error
08:41:47 3 warnings
08:41:47 
08:41:47 
08:41:47 
08:41:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:49 --- javac err: ---
08:41:49 X.java:24: error: reference to fun3 is ambiguous
08:41:49 		fun3(test(Integer.valueOf(2), 3), 4);
08:41:49 		^
08:41:49   both method <T#1>fun3(int,int) in X and method <T#2>fun3(Integer,T#2) in X match
08:41:49   where T#1,T#2 are type-variables:
08:41:49     T#1 extends Number declared in method <T#1>fun3(int,int)
08:41:49     T#2 extends Number declared in method <T#2>fun3(Integer,T#2)
08:41:49 1 error
08:41:49 
08:41:49 
08:41:49 
08:41:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:50 --- javac err: ---
08:41:50 test/Action.java:3: warning: [rawtypes] found raw type: Service
08:41:50 public class Action<S2 extends Service> {
08:41:50                                ^
08:41:50   missing type arguments for generic class Service<D1,S2>
08:41:50   where D1,S2 are type-variables:
08:41:50     D1 extends Device declared in class Service
08:41:50     S2 extends Service declared in class Service
08:41:50 test/Service.java:5: warning: [rawtypes] found raw type: Device
08:41:50 public abstract class Service<D1 extends Device, S2 extends Service> {
08:41:50                                          ^
08:41:50   missing type arguments for generic class Device<DI,S1>
08:41:50   where DI,S1 are type-variables:
08:41:50     DI extends Object declared in class Device
08:41:50     S1 extends Service declared in class Device
08:41:50 test/Service.java:5: warning: [rawtypes] found raw type: Service
08:41:50 public abstract class Service<D1 extends Device, S2 extends Service> {
08:41:50                                                             ^
08:41:50   missing type arguments for generic class Service<D1,S2>
08:41:50   where D1,S2 are type-variables:
08:41:50     D1 extends Device declared in class Service
08:41:50     S2 extends Service declared in class Service
08:41:50 test/Service.java:7: warning: [rawtypes] found raw type: Action
08:41:50         for (Action action : actionArr) {
08:41:50              ^
08:41:50   missing type arguments for generic class Action<S2>
08:41:50   where S2 is a type-variable:
08:41:50     S2 extends Service declared in class Action
08:41:50 test/Service.java:8: warning: [unchecked] unchecked call to setService(S2) as a member of the raw type Action
08:41:50             action.setService(this);
08:41:50                              ^
08:41:50   where S2 is a type-variable:
08:41:50     S2 extends Service declared in class Action
08:41:50 test/Service.java:12: warning: [rawtypes] found raw type: Action
08:41:50     public Action<S2>[] getActions(Collection<Action> actions) {
08:41:50                                               ^
08:41:50   missing type arguments for generic class Action<S2>
08:41:50   where S2 is a type-variable:
08:41:50     S2 extends Service declared in class Action
08:41:50 test/Service.java:13: warning: [rawtypes] found raw type: Action
08:41:50         return actions.toArray(new Action[actions.size()]);
08:41:50                                    ^
08:41:50   missing type arguments for generic class Action<S2>
08:41:50   where S2 is a type-variable:
08:41:50     S2 extends Service declared in class Action
08:41:50 test/Service.java:13: warning: [unchecked] unchecked method invocation: method toArray in interface Collection is applied to given types
08:41:50         return actions.toArray(new Action[actions.size()]);
08:41:50                               ^
08:41:50   required: T[]
08:41:50   found: Action[]
08:41:50   where T is a type-variable:
08:41:50     T extends Object declared in method <T>toArray(T[])
08:41:50 test/Service.java:13: warning: [unchecked] unchecked conversion
08:41:50         return actions.toArray(new Action[actions.size()]);
08:41:50                               ^
08:41:50   required: Action<S2>[]
08:41:50   found:    Action[]
08:41:50   where S2 is a type-variable:
08:41:50     S2 extends Service declared in class Service
08:41:50 test/Device.java:3: warning: [rawtypes] found raw type: Service
08:41:50 public abstract class Device<DI, S1 extends Service> {
08:41:50                                             ^
08:41:50   missing type arguments for generic class Service<D1,S2>
08:41:50   where D1,S2 are type-variables:
08:41:50     D1 extends Device declared in class Service
08:41:50     S2 extends Service declared in class Service
08:41:50 test/Device.java:6: warning: [rawtypes] found raw type: Service
08:41:50     protected void find(Service service) {
08:41:50                         ^
08:41:50   missing type arguments for generic class Service<D1,S2>
08:41:50   where D1,S2 are type-variables:
08:41:50     D1 extends Device declared in class Service
08:41:50     S2 extends Service declared in class Service
08:41:50 test/Device.java:10: warning: [rawtypes] found raw type: Device
08:41:50     public Object equals(Device obj) {
08:41:50                          ^
08:41:50   missing type arguments for generic class Device<DI,S1>
08:41:50   where DI,S1 are type-variables:
08:41:50     DI extends Object declared in class Device
08:41:50     S1 extends Service declared in class Device
08:41:50 12 warnings
08:41:50 
08:41:50 
08:41:50 
08:41:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:51 --- javac err: ---
08:41:51 org/a/a/g/d.java:5: error: cannot find symbol
08:41:51     public <T extends e> T a(Class<T> cls) {
08:41:51                       ^
08:41:51   symbol:   class e
08:41:51   location: class d
08:41:51 org/a/a/g/d.java:15: error: cannot find symbol
08:41:51         <T extends e> T a();
08:41:51                    ^
08:41:51   symbol:   class e
08:41:51   location: interface b
08:41:51 org/a/a/g/d.java:17: error: cannot find symbol
08:41:51         <T extends j> T b();
08:41:51                    ^
08:41:51   symbol:   class j
08:41:51   location: interface b
08:41:51 org/a/a/g/d.java:6: error: cannot find symbol
08:41:51         T t = (e) cls.newInstance();
08:41:51                ^
08:41:51   symbol:   class e
08:41:51   location: class d
08:41:51 org/a/a/g/d.java:6: warning: [deprecation] newInstance() in Class has been deprecated
08:41:51         T t = (e) cls.newInstance();
08:41:51                      ^
08:41:51   where T is a type-variable:
08:41:51     T extends Object declared in class Class
08:41:51 org/a/a/g/d.java:7: error: cannot find symbol
08:41:51         while (size >= 0) {
08:41:51                ^
08:41:51   symbol:   variable size
08:41:51   location: class d
08:41:51 org/a/a/g/d.java:8: error: cannot find symbol
08:41:51             T a = ((b) this.e.m.get(size)).a();
08:41:51                                     ^
08:41:51   symbol:   variable size
08:41:51   location: class d
08:41:51 org/a/a/g/d.java:8: error: cannot find symbol
08:41:51             T a = ((b) this.e.m.get(size)).a();
08:41:51                            ^
08:41:51   symbol: variable e
08:41:51 org/a/a/g/d.java:8: warning: [cast] redundant cast to b
08:41:51             T a = ((b) this.e.m.get(size)).a();
08:41:51                    ^
08:41:51 7 errors
08:41:51 2 warnings
08:41:51 
08:41:51 
08:41:51 
08:41:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:52 --- javac err: ---
08:41:52 xxxxxx/iiibii.java:5: error: cannot find symbol
08:41:52     public <T extends xxxxxx.jajaja> T b041D041D041D041DН041DН(xxxxxx.jjajaa jjajaa) {
08:41:52                             ^
08:41:52   symbol:   class jajaja
08:41:52   location: package xxxxxx
08:41:52 xxxxxx/iiibii.java:8: error: cannot find symbol
08:41:52     public xxxxxx.jajaja bН041D041D041DН041DН(byte b, byte b2) {
08:41:52                  ^
08:41:52   symbol:   class jajaja
08:41:52   location: package xxxxxx
08:41:52 xxxxxx/jjajaa.java:3: error: jjajaa is not abstract and does not override abstract method compareTo(jjajaa) in Comparable
08:41:52 public class jjajaa implements java.io.Serializable, java.lang.Comparable<xxxxxx.jjajaa> {
08:41:52        ^
08:41:52 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
08:41:52     public /* synthetic */ int compareTo(java.lang.Object obj) {
08:41:52                                ^
08:41:52 xxxxxx/jjajaa.java:38: error: cannot find symbol
08:41:52         return xxxxxx.ttotoo.bг04330433г04330433г(this.bхх0445хх04450445) + xxxxxx.ttotoo.bг04330433г04330433г(this.b0445х0445хх04450445);
08:41:52                      ^
08:41:52   symbol:   class ttotoo
08:41:52   location: package xxxxxx
08:41:52 xxxxxx/jjajaa.java:38: error: cannot find symbol
08:41:52         return xxxxxx.ttotoo.bг04330433г04330433г(this.bхх0445хх04450445) + xxxxxx.ttotoo.bг04330433г04330433г(this.b0445х0445хх04450445);
08:41:52                                                                                   ^
08:41:52   symbol:   class ttotoo
08:41:52   location: package xxxxxx
08:41:52 xxxxxx/jjajaa.java:3: warning: [serial] serializable class jjajaa has no definition of serialVersionUID
08:41:52 public class jjajaa implements java.io.Serializable, java.lang.Comparable<xxxxxx.jjajaa> {
08:41:52        ^
08:41:52 6 errors
08:41:52 1 warning
08:41:52 
08:41:52 
08:41:52 
08:41:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:53 --- javac err: ---
08:41:53 ECJTest.java:8: error: reference to accept is ambiguous
08:41:53 		accept(list::add);
08:41:53 		^
08:41:53   both method accept(Consumer<String>) in ECJTest and method accept(BiConsumer<String,String>) in ECJTest match
08:41:53 1 error
08:41:53 
08:41:53 
08:41:53 
08:41:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:54 
08:41:54 
08:41:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:55 
08:41:55 
08:41:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:56 
08:41:56 
08:41:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:57 --- javac err: ---
08:41:57 X.java:10: error: incompatible types: cannot infer type-variable(s) T
08:41:57 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);
08:41:57 		                                       ^
08:41:57     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)
08:41:57   where T is a type-variable:
08:41:57     T extends Object declared in method <T>returnNull(Class<? extends T>)
08:41:57 1 error
08:41:57 
08:41:57 ----------------------------------------
08:41:57 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug528970 - 12
08:41:57 X.java [
08:41:57 import java.util.*;
08:41:57 import java.util.concurrent.atomic.*;
08:41:57 public class X {
08:41:57 	public static <T> List<T> returnNull(Class<? extends T> clazz) {
08:41:57 		return null;
08:41:57 	}
08:41:57 
08:41:57 	public static void main( String[] args )
08:41:57 	{
08:41:57 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);
08:41:57 	}}
08:41:57 
08:41:57 ]
08:41:57 
08:41:57 
08:41:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:58 
08:41:58 
08:41:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:41:59 --- javac err: ---
08:41:59 X.java:7: error: incompatible types: inference variable U has incompatible bounds
08:41:59 	return exec(s -> {return X.getType(Integer.class);}); /*here the error*/
08:41:59 	           ^
08:41:59     lower bounds: S,Object
08:41:59     lower bounds: Integer,T
08:41:59   where U,S,T are type-variables:
08:41:59     U extends Object declared in method <U>exec(MySupplier<U>)
08:41:59     S extends Object declared in method <S>getSmth()
08:41:59     T extends Object declared in method <T>getType(Class<T>)
08:41:59 1 error
08:41:59 
08:41:59 
08:41:59 
08:41:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:00 
08:42:00 
08:42:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:02 
08:42:02 
08:42:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:03 --- javac err: ---
08:42:03 test/Main.java:5: error: reference to define is ambiguous
08:42:03       Test.define(State::mergeStates,()->true);
08:42:03           ^
08:42:03   both method define(FuncN,TODO...) in Test and method define(TODO...) in Test match
08:42:03 1 error
08:42:03 
08:42:03 
08:42:03 
08:42:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:04 
08:42:04 
08:42:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:06 
08:42:06 
08:42:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:07 
08:42:07 
08:42:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:08 
08:42:08 
08:42:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:09 
08:42:09 
08:42:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:10 
08:42:10 
08:42:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:11 --- javac err: ---
08:42:11 Test.java:17: warning: [deprecation] ROUND_HALF_UP in BigDecimal has been deprecated
08:42:11         .map(v -> (v instanceof BigDecimal) ? ((BigDecimal) v).setScale(10, BigDecimal.ROUND_HALF_UP) : v)
08:42:11                                                                                       ^
08:42:11 Test.java:17: warning: [deprecation] setScale(int,int) in BigDecimal has been deprecated
08:42:11         .map(v -> (v instanceof BigDecimal) ? ((BigDecimal) v).setScale(10, BigDecimal.ROUND_HALF_UP) : v)
08:42:11                                                               ^
08:42:11 2 warnings
08:42:11 
08:42:11 
08:42:11 
08:42:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:12 
08:42:12 
08:42:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:13 
08:42:13 
08:42:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:14 
08:42:14 
08:42:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:15 --- javac err: ---
08:42:15 Test.java:6: error: incompatible types: inference variable R has incompatible bounds
08:42:15 	  f = Stream.of(42).collect(Collectors.summingDouble(d -> d)); 
08:42:15 	                           ^
08:42:15     equality constraints: Double
08:42:15     lower bounds: char[],Object
08:42:15   where R,A,T are type-variables:
08:42:15     R extends Object declared in method <R,A>collect(Collector<? super T,A,R>)
08:42:15     A extends Object declared in method <R,A>collect(Collector<? super T,A,R>)
08:42:15     T extends Object declared in interface Stream
08:42:15 1 error
08:42:15 
08:42:15 
08:42:15 
08:42:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:16 
08:42:16 
08:42:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:17 
08:42:17 
08:42:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:19 
08:42:19 
08:42:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:19 
08:42:19 
08:42:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:21 
08:42:21 
08:42:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:21 
08:42:21 
08:42:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:22 --- javac err: ---
08:42:22 MyClass.java:8: error: ')' expected
08:42:22 		myMethod((this::myRun);
08:42:22 		                      ^
08:42:22 1 error
08:42:22 
08:42:22 
08:42:22 
08:42:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:23 --- javac err: ---
08:42:23 no/Message.java:9: warning: [unchecked] getMessageRecipients() in Message implements <CONTACT>getMessageRecipients() in WithMessageRecipients
08:42:23 	public List<EmailRecipient> getMessageRecipients() {
08:42:23 	                            ^
08:42:23   return type requires unchecked conversion from List<EmailRecipient> to List<? extends CONTACT>
08:42:23   where CONTACT is a type-variable:
08:42:23     CONTACT extends WithName,WithEmailAddress declared in method <CONTACT>getMessageRecipients()
08:42:23 1 warning
08:42:23 
08:42:24 
08:42:24 
08:42:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:25 --- javac err: ---
08:42:25 Tester.java:7: error: method toList in class Collectors cannot be applied to given types;
08:42:25         Stream.empty().collect(Collectors.toList(ArrayList::new));
08:42:25                                          ^
08:42:25   required: no arguments
08:42:25   found: ArrayList::new
08:42:25   reason: cannot infer type-variable(s) T
08:42:25     (actual and formal argument lists differ in length)
08:42:25   where T is a type-variable:
08:42:25     T extends Object declared in method <T>toList()
08:42:25 1 error
08:42:25 
08:42:25 
08:42:25 
08:42:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:26 
08:42:26 
08:42:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:26 
08:42:26 
08:42:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:26 ***************************************************************************
08:42:26 * Comparison with Sun Javac compiler for class Unicode18Test (null tests)
08:42:26 ***************************************************************************
08:42:27 
08:42:27 
08:42:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:28 
08:42:28 
08:42:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:29 
08:42:29 
08:42:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:30 ----------------------------------------
08:42:30 org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test#test426214_4 - 12
08:42:30 X.java [
08:42:30 public class X {
08:42:30 		int a\u061C = 0; // new unicode character in 6.3.0 
08:42:30 }
08:42:30 ]
08:42:30 
08:42:30 
08:42:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:30 ***************************************************************************
08:42:30 * Comparison with Sun Javac compiler for class LambdaShapeTests (null tests)
08:42:30 ***************************************************************************
08:42:31 --- javac err: ---
08:42:31 X.java:16: warning: [empty] empty statement after if
08:42:31 			if (true);
08:42:31 			         ^
08:42:31 X.java:31: warning: [empty] empty statement after if
08:42:31 			if (val);
08:42:31 			        ^
08:42:31 X.java:46: warning: [empty] empty statement after if
08:42:31 			if (x != null);
08:42:31 			              ^
08:42:31 3 warnings
08:42:31 
08:42:31 
08:42:31 
08:42:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:32 
08:42:32 
08:42:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:33 --- javac err: ---
08:42:33 X.java:10: error: incompatible types: unexpected return value
08:42:33 		test.gooVoid((x) -> {
08:42:33 		             ^
08:42:33 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:33 1 error
08:42:33 
08:42:33 
08:42:33 
08:42:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:34 --- javac err: ---
08:42:34 X.java:10: error: incompatible types: unexpected return value
08:42:34 		test.gooVoid((x) -> {
08:42:34 		             ^
08:42:34 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:34 1 error
08:42:34 
08:42:34 
08:42:34 
08:42:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:35 --- javac err: ---
08:42:35 X.java:10: error: incompatible types: unexpected return value
08:42:35 		test.gooVoid((x) -> {
08:42:35 		             ^
08:42:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:35 1 error
08:42:35 
08:42:35 
08:42:35 
08:42:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:36 --- javac err: ---
08:42:36 X.java:10: error: incompatible types: unexpected return value
08:42:36 		test.gooVoid((x) -> {
08:42:36 		             ^
08:42:36 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:36 1 error
08:42:36 
08:42:36 
08:42:36 
08:42:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:37 --- javac err: ---
08:42:37 X.java:10: error: incompatible types: unexpected return value
08:42:37 		test.gooVoid((x) -> {
08:42:37 		             ^
08:42:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:37 1 error
08:42:37 
08:42:37 
08:42:37 
08:42:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:38 --- javac err: ---
08:42:38 X.java:10: error: incompatible types: unexpected return value
08:42:38 		test.gooVoid((x) -> {
08:42:38 		             ^
08:42:38 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:38 1 error
08:42:38 
08:42:38 
08:42:38 
08:42:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:39 --- javac err: ---
08:42:39 X.java:8: error: lambda body is neither value nor void compatible
08:42:39 		goo((x) -> {
08:42:39 		           ^
08:42:39 X.java:8: error: incompatible types: bad return type in lambda expression
08:42:39 		goo((x) -> {
08:42:39 		    ^
08:42:39     missing return value
08:42:39 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:39 2 errors
08:42:39 
08:42:39 
08:42:39 
08:42:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:40 --- javac err: ---
08:42:40 X.java:7: error: lambda body is neither value nor void compatible
08:42:40 		goo((x) -> {
08:42:40 		           ^
08:42:40 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:40 		goo((x) -> {
08:42:40 		    ^
08:42:40     missing return value
08:42:40 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:40 2 errors
08:42:40 
08:42:40 
08:42:40 
08:42:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:41 --- javac err: ---
08:42:41 X.java:7: error: lambda body is neither value nor void compatible
08:42:41 		goo((x) -> {
08:42:41 		           ^
08:42:41 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:41 		goo((x) -> {
08:42:41 		    ^
08:42:41     missing return value
08:42:41 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:41 2 errors
08:42:41 
08:42:41 
08:42:41 
08:42:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:42 --- javac err: ---
08:42:42 X.java:7: error: lambda body is neither value nor void compatible
08:42:42 		goo((x) -> {
08:42:42 		           ^
08:42:42 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:42 		goo((x) -> {
08:42:42 		    ^
08:42:42     missing return value
08:42:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:42 2 errors
08:42:42 
08:42:42 
08:42:42 
08:42:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:42 --- javac err: ---
08:42:42 X.java:7: error: lambda body is neither value nor void compatible
08:42:42 		goo((x) -> {
08:42:42 		           ^
08:42:42 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:42 		goo((x) -> {
08:42:42 		    ^
08:42:42     missing return value
08:42:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:42 2 errors
08:42:42 
08:42:42 
08:42:42 
08:42:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:43 --- javac err: ---
08:42:43 X.java:7: error: lambda body is neither value nor void compatible
08:42:43 		goo((x) -> {
08:42:43 		           ^
08:42:43 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:43 		goo((x) -> {
08:42:43 		    ^
08:42:43     missing return value
08:42:43 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:43 2 errors
08:42:43 
08:42:43 
08:42:43 
08:42:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:44 --- javac err: ---
08:42:44 X.java:8: error: lambda body is neither value nor void compatible
08:42:44 		goo((x) -> {
08:42:44 		           ^
08:42:44 X.java:8: error: incompatible types: bad return type in lambda expression
08:42:44 		goo((x) -> {
08:42:44 		    ^
08:42:44     missing return value
08:42:44 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:44 2 errors
08:42:44 
08:42:44 
08:42:44 
08:42:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:45 --- javac err: ---
08:42:45 X.java:8: error: incompatible types: bad return type in lambda expression
08:42:45 		goo((x) -> {while (FALSE) throw new Exception();});
08:42:45 		    ^
08:42:45     missing return value
08:42:45 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:45 1 error
08:42:45 
08:42:45 
08:42:45 
08:42:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:46 --- javac err: ---
08:42:46 X.java:7: error: lambda body is neither value nor void compatible
08:42:46 		goo((x) -> {while (false) return "";});
08:42:46 		           ^
08:42:46 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:46 		goo((x) -> {while (false) return "";});
08:42:46 		    ^
08:42:46     missing return value
08:42:46 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:46 2 errors
08:42:46 
08:42:46 
08:42:46 
08:42:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:47 --- javac err: ---
08:42:47 X.java:7: error: lambda body is neither value nor void compatible
08:42:47 		goo((x) -> {while (x > 0) {
08:42:47 		           ^
08:42:47 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:47 		goo((x) -> {while (x > 0) {
08:42:47 		    ^
08:42:47     missing return value
08:42:47 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:47 2 errors
08:42:47 
08:42:47 
08:42:47 
08:42:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:48 --- javac err: ---
08:42:48 X.java:7: error: lambda body is neither value nor void compatible
08:42:48 		goo((x) -> {while (x > 0) {
08:42:48 		           ^
08:42:48 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:48 		goo((x) -> {while (x > 0) {
08:42:48 		    ^
08:42:48     missing return value
08:42:48 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:48 2 errors
08:42:48 
08:42:48 
08:42:48 
08:42:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:49 
08:42:49 
08:42:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:50 --- javac err: ---
08:42:50 X.java:7: error: lambda body is neither value nor void compatible
08:42:50 		goo((x) -> {
08:42:50 		           ^
08:42:50 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:50 		goo((x) -> {
08:42:50 		    ^
08:42:50     missing return value
08:42:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:50 2 errors
08:42:50 
08:42:50 
08:42:50 
08:42:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:51 
08:42:51 
08:42:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:52 
08:42:52 
08:42:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:53 --- javac err: ---
08:42:53 X.java:7: error: lambda body is neither value nor void compatible
08:42:53 		goo((x) -> {do {
08:42:53 		           ^
08:42:53 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:53 		goo((x) -> {do {
08:42:53 		    ^
08:42:53     missing return value
08:42:53 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:53 2 errors
08:42:53 
08:42:53 
08:42:53 
08:42:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:54 --- javac err: ---
08:42:54 X.java:7: error: lambda body is neither value nor void compatible
08:42:54 		goo((x) -> {do {
08:42:54 		           ^
08:42:54 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:54 		goo((x) -> {do {
08:42:54 		    ^
08:42:54     missing return value
08:42:54 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:54 2 errors
08:42:54 
08:42:54 
08:42:54 
08:42:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:55 --- javac err: ---
08:42:55 X.java:7: error: lambda body is neither value nor void compatible
08:42:55 		goo((x) -> {
08:42:55 		           ^
08:42:55 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:55 		goo((x) -> {
08:42:55 		    ^
08:42:55     missing return value
08:42:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:55 2 errors
08:42:55 
08:42:55 
08:42:55 
08:42:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:56 
08:42:56 
08:42:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:57 
08:42:57 
08:42:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:58 --- javac err: ---
08:42:58 X.java:8: error: incompatible types: bad return type in lambda expression
08:42:58 		goo((x) -> {
08:42:58 		    ^
08:42:58     missing return value
08:42:58 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:58 1 error
08:42:58 
08:42:58 
08:42:58 
08:42:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:42:59 --- javac err: ---
08:42:59 X.java:7: error: lambda body is neither value nor void compatible
08:42:59 		goo((x) -> {
08:42:59 		           ^
08:42:59 X.java:7: error: incompatible types: bad return type in lambda expression
08:42:59 		goo((x) -> {
08:42:59 		    ^
08:42:59     missing return value
08:42:59 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:42:59 2 errors
08:42:59 
08:42:59 
08:42:59 
08:42:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:00 --- javac err: ---
08:43:00 X.java:7: error: lambda body is neither value nor void compatible
08:43:00 		goo((x) -> {
08:43:00 		           ^
08:43:00 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:00 		goo((x) -> {
08:43:00 		    ^
08:43:00     missing return value
08:43:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:00 2 errors
08:43:00 
08:43:00 
08:43:00 
08:43:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:01 --- javac err: ---
08:43:01 X.java:7: error: lambda body is neither value nor void compatible
08:43:01 		goo((x) -> {
08:43:01 		           ^
08:43:01 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:01 		goo((x) -> {
08:43:01 		    ^
08:43:01     missing return value
08:43:01 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:01 2 errors
08:43:01 
08:43:01 
08:43:01 
08:43:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:02 
08:43:02 
08:43:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:03 --- javac err: ---
08:43:03 X.java:7: error: lambda body is neither value nor void compatible
08:43:03 		goo((x) -> {
08:43:03 		           ^
08:43:03 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:03 		goo((x) -> {
08:43:03 		    ^
08:43:03     missing return value
08:43:03 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:03 2 errors
08:43:03 
08:43:03 
08:43:03 
08:43:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:04 --- javac err: ---
08:43:04 X.java:7: error: lambda body is neither value nor void compatible
08:43:04 		goo((x) -> {
08:43:04 		           ^
08:43:04 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:04 		goo((x) -> {
08:43:04 		    ^
08:43:04     missing return value
08:43:04 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:04 2 errors
08:43:04 
08:43:04 
08:43:04 
08:43:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:05 --- javac err: ---
08:43:05 X.java:7: error: lambda body is neither value nor void compatible
08:43:05 		goo((x) -> {
08:43:05 		           ^
08:43:05 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:05 		goo((x) -> {
08:43:05 		    ^
08:43:05     missing return value
08:43:05 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:05 2 errors
08:43:05 
08:43:05 
08:43:05 
08:43:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:05 --- javac err: ---
08:43:05 X.java:7: error: lambda body is neither value nor void compatible
08:43:05 		goo((x) -> {
08:43:05 		           ^
08:43:05 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:05 		goo((x) -> {
08:43:05 		    ^
08:43:05     missing return value
08:43:05 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:05 2 errors
08:43:05 
08:43:05 
08:43:05 
08:43:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:07 --- javac err: ---
08:43:07 X.java:10: warning: [fallthrough] possible fall-through into case
08:43:07 			case 1: return "1";
08:43:07 			^
08:43:07 1 warning
08:43:07 
08:43:07 
08:43:07 
08:43:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:07 --- javac err: ---
08:43:07 X.java:7: error: lambda body is neither value nor void compatible
08:43:07 		goo((x) -> {
08:43:07 		           ^
08:43:07 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:07 		goo((x) -> {
08:43:07 		    ^
08:43:07     missing return value
08:43:07 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:07 2 errors
08:43:07 
08:43:07 
08:43:07 
08:43:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:09 --- javac err: ---
08:43:09 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:09 		goo((x) -> {
08:43:09 		    ^
08:43:09     missing return value
08:43:09 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:09 1 error
08:43:09 
08:43:09 
08:43:09 
08:43:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:10 --- javac err: ---
08:43:10 X.java:29: warning: [finally] finally clause cannot complete normally
08:43:10 				}
08:43:10 				^
08:43:10 1 warning
08:43:10 
08:43:10 
08:43:10 
08:43:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:11 --- javac err: ---
08:43:11 X.java:7: error: lambda body is neither value nor void compatible
08:43:11 		goo((x) -> {
08:43:11 		           ^
08:43:11 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:11 		goo((x) -> {
08:43:11 		    ^
08:43:11     missing return value
08:43:11 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:11 2 errors
08:43:11 
08:43:11 
08:43:11 
08:43:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:11 --- javac err: ---
08:43:11 X.java:7: error: lambda body is neither value nor void compatible
08:43:11 		goo((x) -> {
08:43:11 		           ^
08:43:11 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:11 		goo((x) -> {
08:43:11 		    ^
08:43:11     missing return value
08:43:11 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:11 2 errors
08:43:11 
08:43:11 
08:43:11 
08:43:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:12 --- javac err: ---
08:43:12 X.java:7: error: lambda body is neither value nor void compatible
08:43:12 		goo((x) -> {
08:43:12 		           ^
08:43:12 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:12 		goo((x) -> {
08:43:12 		    ^
08:43:12     missing return value
08:43:12 X.java:15: error: lambda body is neither value nor void compatible
08:43:12 		goo((x) -> {
08:43:12 		           ^
08:43:12 X.java:15: error: incompatible types: bad return type in lambda expression
08:43:12 		goo((x) -> {
08:43:12 		    ^
08:43:12     missing return value
08:43:12 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:12 4 errors
08:43:12 
08:43:12 
08:43:12 
08:43:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:13 --- javac err: ---
08:43:13 X.java:7: error: lambda body is neither value nor void compatible
08:43:13 		goo((x) -> {
08:43:13 		           ^
08:43:13 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:13 		goo((x) -> {
08:43:13 		    ^
08:43:13     missing return value
08:43:13 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:13 2 errors
08:43:13 
08:43:13 
08:43:13 
08:43:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:14 --- javac err: ---
08:43:14 X.java:7: error: lambda body is neither value nor void compatible
08:43:14 		goo((x) -> {
08:43:14 		           ^
08:43:14 X.java:12: warning: [finally] finally clause cannot complete normally
08:43:14 				} finally {
08:43:14 				          ^
08:43:14 X.java:7: error: incompatible types: bad return type in lambda expression
08:43:14 		goo((x) -> {
08:43:14 		    ^
08:43:14     missing return value
08:43:14 X.java:12: warning: [finally] finally clause cannot complete normally
08:43:14 				} finally {
08:43:14 				          ^
08:43:14 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:14 2 errors
08:43:14 2 warnings
08:43:14 
08:43:14 
08:43:14 
08:43:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:15 
08:43:15 
08:43:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:16 
08:43:16 
08:43:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:17 
08:43:17 
08:43:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:18 --- javac err: ---
08:43:18 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:18 		goo(() -> {
08:43:18 		    ^
08:43:18     missing return value
08:43:18 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:18 1 error
08:43:18 
08:43:18 
08:43:18 
08:43:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:19 
08:43:19 
08:43:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:21 
08:43:21 
08:43:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:21 --- javac err: ---
08:43:21 X.java:12: error: incompatible types: bad return type in lambda expression
08:43:21 		goo(() -> {
08:43:21 		    ^
08:43:21     missing return value
08:43:21 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:21 1 error
08:43:21 
08:43:21 
08:43:21 
08:43:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:22 --- javac err: ---
08:43:22 X.java:12: error: incompatible types: bad return type in lambda expression
08:43:22 		goo(() -> {
08:43:22 		    ^
08:43:22     missing return value
08:43:22 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:22 1 error
08:43:22 
08:43:22 
08:43:22 
08:43:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:23 --- javac err: ---
08:43:23 X.java:12: error: incompatible types: bad return type in lambda expression
08:43:23 		goo(() -> {
08:43:23 		    ^
08:43:23     missing return value
08:43:23 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:23 1 error
08:43:23 
08:43:23 
08:43:23 
08:43:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:24 
08:43:24 
08:43:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:25 --- javac err: ---
08:43:25 X.java:12: error: incompatible types: bad return type in lambda expression
08:43:25 		goo(() -> {
08:43:25 		    ^
08:43:25     missing return value
08:43:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:25 1 error
08:43:25 
08:43:25 
08:43:25 
08:43:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:26 --- javac err: ---
08:43:26 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:26 		goo(() -> {
08:43:26 		    ^
08:43:26     missing return value
08:43:26 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:26 1 error
08:43:26 
08:43:26 
08:43:26 
08:43:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:27 --- javac err: ---
08:43:27 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:27 		goo(() -> {
08:43:27 		    ^
08:43:27     missing return value
08:43:27 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:27 1 error
08:43:27 
08:43:27 
08:43:27 
08:43:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:28 --- javac err: ---
08:43:28 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:28 		goo(() -> {
08:43:28 		    ^
08:43:28     missing return value
08:43:28 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:28 1 error
08:43:28 
08:43:28 
08:43:28 
08:43:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:29 --- javac err: ---
08:43:29 X.java:15: warning: [finally] finally clause cannot complete normally
08:43:29 				}
08:43:29 				^
08:43:29 1 warning
08:43:29 
08:43:29 
08:43:29 
08:43:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:30 
08:43:30 
08:43:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:31 
08:43:31 
08:43:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:32 
08:43:32 
08:43:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:33 
08:43:33 
08:43:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:34 
08:43:34 
08:43:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:35 
08:43:35 
08:43:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:37 
08:43:37 
08:43:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:38 
08:43:38 
08:43:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:39 
08:43:39 
08:43:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:40 
08:43:40 
08:43:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:41 --- javac err: ---
08:43:41 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:41 		goo(() -> {
08:43:41 		    ^
08:43:41     missing return value
08:43:41 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:41 1 error
08:43:41 
08:43:41 
08:43:41 
08:43:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:42 --- javac err: ---
08:43:42 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:42 		goo(() -> {
08:43:42 		    ^
08:43:42     missing return value
08:43:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:42 1 error
08:43:42 
08:43:42 
08:43:42 
08:43:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:43 --- javac err: ---
08:43:43 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:43 		goo(() -> {
08:43:43 		    ^
08:43:43     missing return value
08:43:43 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:43 1 error
08:43:43 
08:43:43 
08:43:43 
08:43:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:44 --- javac err: ---
08:43:44 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:44 		goo(() -> {
08:43:44 		    ^
08:43:44     missing return value
08:43:44 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:44 1 error
08:43:44 
08:43:44 
08:43:44 
08:43:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:45 
08:43:45 
08:43:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:46 
08:43:46 
08:43:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:47 --- javac err: ---
08:43:47 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:47 		goo(() -> {
08:43:47 		    ^
08:43:47     missing return value
08:43:47 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:47 1 error
08:43:47 
08:43:47 
08:43:47 
08:43:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:48 --- javac err: ---
08:43:48 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:48 		goo(() -> {
08:43:48 		    ^
08:43:48     missing return value
08:43:48 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:48 1 error
08:43:48 
08:43:48 
08:43:48 
08:43:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:49 --- javac err: ---
08:43:49 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:49 		goo(() -> {
08:43:49 		    ^
08:43:49     missing return value
08:43:49 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:49 1 error
08:43:49 
08:43:49 
08:43:49 
08:43:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:50 --- javac err: ---
08:43:50 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:50 		goo(() -> {
08:43:50 		    ^
08:43:50     missing return value
08:43:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:50 1 error
08:43:50 
08:43:50 
08:43:50 
08:43:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:51 --- javac err: ---
08:43:51 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:51 		goo(() -> {
08:43:51 		    ^
08:43:51     missing return value
08:43:51 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:51 1 error
08:43:51 
08:43:51 
08:43:51 
08:43:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:51 --- javac err: ---
08:43:51 X.java:9: error: incompatible types: bad return type in lambda expression
08:43:51 		goo(() -> {
08:43:51 		    ^
08:43:51     missing return value
08:43:51 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:43:51 1 error
08:43:51 
08:43:51 
08:43:51 
08:43:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:53 
08:43:53 
08:43:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:54 
08:43:54 
08:43:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:55 
08:43:55 
08:43:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:56 
08:43:56 
08:43:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:57 
08:43:57 
08:43:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:58 
08:43:58 
08:43:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:43:59 
08:43:59 
08:43:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:00 --- javac err: ---
08:44:00 X.java:9: error: incompatible types: bad return type in lambda expression
08:44:00 		goo(() -> {
08:44:00 		    ^
08:44:00     missing return value
08:44:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:00 1 error
08:44:00 
08:44:00 
08:44:00 
08:44:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:01 --- javac err: ---
08:44:01 X.java:9: error: incompatible types: bad return type in lambda expression
08:44:01 		goo(() -> {
08:44:01 		    ^
08:44:01     missing return value
08:44:01 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:01 1 error
08:44:01 
08:44:01 
08:44:01 
08:44:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:02 --- javac err: ---
08:44:02 X.java:9: error: incompatible types: bad return type in lambda expression
08:44:02 		goo(() -> {
08:44:02 		    ^
08:44:02     missing return value
08:44:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:02 1 error
08:44:02 
08:44:02 
08:44:02 
08:44:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:03 --- javac err: ---
08:44:03 X.java:7: error: incompatible types: bad return type in lambda expression
08:44:03 		goo(() -> {
08:44:03 		    ^
08:44:03     missing return value
08:44:03 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:03 1 error
08:44:03 
08:44:03 
08:44:03 
08:44:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:04 --- javac err: ---
08:44:04 X.java:7: error: incompatible types: bad return type in lambda expression
08:44:04 		goo(() -> {
08:44:04 		    ^
08:44:04     missing return value
08:44:04 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:04 1 error
08:44:04 
08:44:04 
08:44:04 
08:44:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:05 --- javac err: ---
08:44:05 X.java:13: warning: [finally] finally clause cannot complete normally
08:44:05            }
08:44:05            ^
08:44:05 1 warning
08:44:05 
08:44:05 
08:44:05 
08:44:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:06 --- javac err: ---
08:44:06 X.java:9: error: incompatible types: bad return type in lambda expression
08:44:06 		goo(() -> {
08:44:06 		    ^
08:44:06     missing return value
08:44:06 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:06 1 error
08:44:06 
08:44:06 
08:44:06 
08:44:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:07 --- javac err: ---
08:44:07 X.java:9: error: incompatible types: bad return type in lambda expression
08:44:07 		goo(() -> {
08:44:07 		    ^
08:44:07     missing return value
08:44:07 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:07 1 error
08:44:07 
08:44:07 
08:44:07 
08:44:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:08 
08:44:08 
08:44:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:09 
08:44:09 
08:44:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:10 
08:44:10 
08:44:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:11 --- javac err: ---
08:44:11 X.java:9: error: incompatible types: bad return type in lambda expression
08:44:11 		goo(() -> {
08:44:11 		    ^
08:44:11     missing return value
08:44:11 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:11 1 error
08:44:11 
08:44:11 
08:44:11 
08:44:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:12 --- javac err: ---
08:44:12 X.java:9: error: incompatible types: bad return type in lambda expression
08:44:12 		goo(() -> {
08:44:12 		    ^
08:44:12     missing return value
08:44:12 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:12 1 error
08:44:12 
08:44:12 
08:44:12 
08:44:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:13 
08:44:13 
08:44:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:14 
08:44:14 
08:44:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:15 --- javac err: ---
08:44:15 X.java:9: error: incompatible types: bad return type in lambda expression
08:44:15 		goo(() -> {
08:44:15 		    ^
08:44:15     missing return value
08:44:15 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:44:15 1 error
08:44:15 
08:44:15 
08:44:15 
08:44:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:15 ***************************************************************************
08:44:15 * Comparison with Sun Javac compiler for class Unicode9Test (null tests)
08:44:15 ***************************************************************************
08:44:16 
08:44:16 
08:44:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:16 ***************************************************************************
08:44:16 * Comparison with Sun Javac compiler for class ModuleCompilationTests (null tests)
08:44:16 ***************************************************************************
08:44:17 --- javac err: ---
08:44:17 /tmp/comptest/run.1584180334688/regression/p/X.java:4: error: package java.sql is not visible
08:44:17      java.sql.Connection con = null;
08:44:17          ^
08:44:17   (package java.sql is declared in module java.sql, but module mod.one does not read it)
08:44:17 1 error
08:44:17 
08:44:17 
08:44:17 
08:44:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:18 
08:44:18 
08:44:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:19 
08:44:19 
08:44:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:20 
08:44:20 
08:44:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:21 
08:44:21 
08:44:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:22 
08:44:22 
08:44:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:23 --- javac err: ---
08:44:23 /tmp/comptest/run.1584180334688/regression/src/mod.two/q/Y.java:3: error: package p is not visible
08:44:23    java.sql.Connection con = p.X.getConnection();
08:44:23                              ^
08:44:23   (package p is declared in module mod.one, which does not export it)
08:44:23 1 error
08:44:23 
08:44:23 
08:44:23 
08:44:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:24 
08:44:24 
08:44:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:24 --- javac err: ---
08:44:24 error: option --system cannot be used together with --release
08:44:24 Usage: javac <options> <source files>
08:44:24 use --help for a list of possible options
08:44:24 
08:44:24 
08:44:24 
08:44:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:25 
08:44:25 
08:44:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:26 
08:44:26 
08:44:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:27 
08:44:27 
08:44:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:28 --- javac err: ---
08:44:28 /tmp/comptest/run.1584180334688/regression/src/mod.three/module-info.java:2: error: module not found: mod.one
08:44:28 	requires mod.one;
08:44:28 	            ^
08:44:28 /tmp/comptest/run.1584180334688/regression/src/mod.three/module-info.java:3: error: module not found: mod.two
08:44:28 	requires mod.two;
08:44:28 	            ^
08:44:28 2 errors
08:44:28 
08:44:28 
08:44:28 
08:44:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:29 
08:44:29 
08:44:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:30 
08:44:30 
08:44:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:31 --- javac err: ---
08:44:31 /tmp/comptest/run.1584180334688/regression/src/mod.two/q/Y.java:3: error: package p is not visible
08:44:31    java.sql.Connection con = p.X.getConnection();
08:44:31                              ^
08:44:31   (package p is declared in module mod.one, but module mod.two does not read it)
08:44:31 1 error
08:44:31 
08:44:31 test015: Error match cannot be resolved not found in 
08:44:31 /tmp/comptest/run.1584180334688/regression/src/mod.two/q/Y.java:3: error: package p is not visible
08:44:31    java.sql.Connection con = p.X.getConnection();
08:44:31                              ^
08:44:31   (package p is declared in module mod.one, but module mod.two does not read it)
08:44:31 1 error
08:44:31 
08:44:31 ----------------------------------------
08:44:31 org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests#test015 - 12
08:44:31 
08:44:31 
08:44:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:33 
08:44:33 
08:44:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:34 --- javac err: ---
08:44:34 warning: [options] module name in --add-exports option not found: mod.three
08:44:34 /tmp/comptest/run.1584180334688/regression/src/mod.two/q/Y.java:3: error: package p is not visible
08:44:34    java.sql.Connection con = p.X.getConnection();
08:44:34                              ^
08:44:34   (package p is declared in module mod.one, which does not export it)
08:44:34 1 error
08:44:34 1 warning
08:44:34 
08:44:34 
08:44:34 
08:44:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:35 
08:44:35 
08:44:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:36 
08:44:36 
08:44:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:38 
08:44:38 
08:44:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:39 --- javac err: ---
08:44:39 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/q/X.java:2: error: package s does not exist
08:44:39 import s.*;
08:44:39 ^
08:44:39 1 error
08:44:39 
08:44:39 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/module-info.class
08:44:39 
08:44:39 
08:44:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:40 --- javac err: ---
08:44:40 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/X.java:2: error: package com.sun.security.ntlm does not exist
08:44:40 public abstract class X extends com.sun.security.ntlm.Server {
08:44:40                                                      ^
08:44:40 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/X.java:4: error: package com.sun.security.ntlm does not exist
08:44:40 	public X(String arg0, String arg1) throws com.sun.security.ntlm.NTLMException {
08:44:40 	                                                               ^
08:44:40 2 errors
08:44:40 
08:44:40 
08:44:40 
08:44:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:40 --- javac err: ---
08:44:40 error: bad value for --add-exports option: 'mod.one=mod.two,mod.three'
08:44:40 Usage: javac <options> <source files>
08:44:40 use --help for a list of possible options
08:44:40 
08:44:40 
08:44:40 
08:44:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:40 --- javac err: ---
08:44:40 error: bad value for --add-reads option: 'mod.one/mod.two'
08:44:40 Usage: javac <options> <source files>
08:44:40 use --help for a list of possible options
08:44:40 
08:44:40 
08:44:40 
08:44:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:41 --- javac err: ---
08:44:41 warning: [options] module name in --add-exports option not found: mod.three
08:44:41 1 warning
08:44:41 
08:44:41 
08:44:41 
08:44:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:42 --- javac err: ---
08:44:42 error: option -extdirs cannot be used together with --release
08:44:42 Usage: javac <options> <source files>
08:44:42 use --help for a list of possible options
08:44:42 
08:44:42 
08:44:42 
08:44:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:42 --- javac err: ---
08:44:42 error: option --boot-class-path cannot be used together with --release
08:44:42 Usage: javac <options> <source files>
08:44:42 use --help for a list of possible options
08:44:42 
08:44:42 test024: Error match not allowed not found in 
08:44:42 error: option --boot-class-path cannot be used together with --release
08:44:42 Usage: javac <options> <source files>
08:44:42 use --help for a list of possible options
08:44:42 
08:44:42 ----------------------------------------
08:44:42 org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests#test024 - 12
08:44:42 
08:44:42 
08:44:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:42 --- javac err: ---
08:44:42 error: option -endorseddirs cannot be used together with --release
08:44:42 Usage: javac <options> <source files>
08:44:42 use --help for a list of possible options
08:44:42 
08:44:42 
08:44:42 
08:44:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:43 
08:44:43 
08:44:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:44 --- javac err: ---
08:44:44 /tmp/comptest/run.1584180334688/regression/src/mod.three/r/Z.java:4: error: package p1 is not visible
08:44:44 	p1.X1 x1 = null;
08:44:44 	^
08:44:44   (package p1 is declared in module mod.one, which does not export it)
08:44:44 1 error
08:44:44 
08:44:44 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.three/module-info.class
08:44:44 
08:44:44 
08:44:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:45 --- javac err: ---
08:44:45 warning: [options] module name in --add-exports option not found: mod.three
08:44:45 /tmp/comptest/run.1584180334688/regression/src/mod.two/q/Y.java:3: error: package java.sql is not visible
08:44:45    java.sql.Connection con = p.X.getConnection();
08:44:45        ^
08:44:45   (package java.sql is declared in module java.sql, but module mod.two does not read it)
08:44:45 1 error
08:44:45 1 warning
08:44:45 
08:44:45 
08:44:45 
08:44:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:46 --- javac err: ---
08:44:46 warning: [options] module name in --add-exports option not found: mod.three
08:44:46 /tmp/comptest/run.1584180334688/regression/src/mod.two/q/Y.java:2: error: package java.sql is not visible
08:44:46 import java.sql.*;
08:44:46            ^
08:44:46   (package java.sql is declared in module java.sql, but module mod.two does not read it)
08:44:46 1 error
08:44:46 1 warning
08:44:46 
08:44:46 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/p/X.class
08:44:46 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.two/module-info.class
08:44:46 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/module-info.class
08:44:46 
08:44:46 
08:44:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:47 --- javac err: ---
08:44:47 warning: [options] module name in --add-exports option not found: mod.three
08:44:47 /tmp/comptest/run.1584180334688/regression/src/mod.two/q/Y.java:2: error: package java.sql is not visible
08:44:47 import java.sql.Connection;
08:44:47            ^
08:44:47   (package java.sql is declared in module java.sql, but module mod.two does not read it)
08:44:47 1 error
08:44:47 1 warning
08:44:47 
08:44:47 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/p/X.class
08:44:47 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.two/module-info.class
08:44:47 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/module-info.class
08:44:47 
08:44:47 
08:44:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:48 
08:44:48 
08:44:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:49 --- javac err: ---
08:44:49 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/X.java:2: error: package a does not exist
08:44:49 public class X extends a.A {
08:44:49                         ^
08:44:49 1 error
08:44:49 
08:44:49 
08:44:49 
08:44:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:50 --- javac err: ---
08:44:50 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/X.java:2: error: package a is not visible
08:44:50 public class X extends a.A {
08:44:50                        ^
08:44:50   (package a is declared in module lib1, but module mod.one does not read it)
08:44:50 1 error
08:44:50 
08:44:50 
08:44:50 
08:44:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:51 
08:44:51 
08:44:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:52 --- javac err: ---
08:44:52 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/exp/C1.java:7: warning: [exports] class C2 in module mod.one is not exported
08:44:52 	public C2 f;
08:44:52 	       ^
08:44:52 /tmp/comptest/run.1584180334688/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
08:44:52 	public void test1(C0 c) {}
08:44:52 	                  ^
08:44:52 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/exp/C1.java:9: warning: [exports] class C2 in module mod.one is not exported
08:44:52 	public void test2(C2 c) {}
08:44:52 	                  ^
08:44:52 /tmp/comptest/run.1584180334688/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
08:44:52 	protected void test3(C0 c) {}
08:44:52 	                     ^
08:44:52 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/exp/C1.java:11: warning: [exports] class C2 in module mod.one is not exported
08:44:52 	protected void test4(C2 c) {}
08:44:52 	                     ^
08:44:52 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/exp/C1.java:12: warning: [exports] class C2 in module mod.one is not exported
08:44:52 	public p.priv.C2 test5() { return null; }
08:44:52 	             ^
08:44:52 6 warnings
08:44:52 
08:44:52 
08:44:52 
08:44:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:53 --- javac err: ---
08:44:53 /tmp/comptest/run.1584180334688/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
08:44:53 	public List<C0> f1;
08:44:53 	            ^
08:44:53 /tmp/comptest/run.1584180334688/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
08:44:53 	public C0[] f2;
08:44:53 	       ^
08:44:53 2 warnings
08:44:53 
08:44:53 
08:44:53 
08:44:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:54 
08:44:54 
08:44:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:55 --- javac err: ---
08:44:55 /tmp/comptest/run.1584180334688/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
08:44:55 	public C3 f1;
08:44:55 	       ^
08:44:55 /tmp/comptest/run.1584180334688/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
08:44:55 	public C3.C4 f2;
08:44:55 	       ^
08:44:55 2 warnings
08:44:55 
08:44:55 
08:44:55 
08:44:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:56 --- javac err: ---
08:44:56 /tmp/comptest/run.1584180334688/regression/src/mod.three/p/exp3/C3.java:3: warning: [exports] class C1 in module mod.one is not indirectly exported using requires transitive
08:44:56 	public void m1(p.exp1.C1 arg) {}
08:44:56 	                     ^
08:44:56 1 warning
08:44:56 
08:44:56 
08:44:56 
08:44:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:57 --- javac err: ---
08:44:57 /tmp/comptest/run.1584180334688/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
08:44:57 	public @ANN C0 f3;
08:44:57 	            ^
08:44:57 /tmp/comptest/run.1584180334688/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
08:44:57 	public @ANN String test(@ANN String arg, @ANN C0 c) { return ""; }
08:44:57 	                                              ^
08:44:57 2 warnings
08:44:57 
08:44:57 
08:44:57 
08:44:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:58 
08:44:58 
08:44:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:44:59 
08:44:59 
08:44:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:00 --- javac err: ---
08:45:00 /tmp/comptest/run.1584180334688/regression/src/mod.one/pm/C1.java:4: warning: [exports] class SomeImpl in module mod.one is not exported
08:45:00 	public void m1(SomeImpl o) {}
08:45:00 	               ^
08:45:00 /tmp/comptest/run.1584180334688/regression/src/mod.one/pm/Other.java:3: warning: [exports] class SomeImpl in module mod.one is not exported
08:45:00 public class Other extends SomeImpl {
08:45:00                            ^
08:45:00 /tmp/comptest/run.1584180334688/regression/src/mod.two/po/Client.java:8: error: incompatible types: impl.SomeImpl cannot be converted to impl.SomeImpl
08:45:00         one.m1(impl);
08:45:00                ^
08:45:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
08:45:00 1 error
08:45:00 2 warnings
08:45:00 
08:45:00 
08:45:00 
08:45:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:00 
08:45:00 
08:45:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:01 
08:45:01 
08:45:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:02 
08:45:02 
08:45:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:02 
08:45:02 
08:45:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:02 
08:45:02 
08:45:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:02 
08:45:02 
08:45:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:03 --- javac err: ---
08:45:03 /tmp/comptest/run.1584180334688/regression/src/mod.one/module-info.java:1: error: modules are not supported in -source 8
08:45:03 module mod.one { 
08:45:03 ^
08:45:03   (use -source 9 or higher to enable modules)
08:45:03 1 error
08:45:03 
08:45:03 
08:45:03 
08:45:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:03 
08:45:03 
08:45:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:04 
08:45:04 
08:45:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:04 
08:45:04 
08:45:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:05 
08:45:05 
08:45:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:05 
08:45:05 
08:45:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:05 
08:45:05 
08:45:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:06 
08:45:06 
08:45:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:08 
08:45:08 
08:45:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:09 --- javac err: ---
08:45:09 /tmp/comptest/run.1584180334688/regression/src/test/Test.java:3: error: package org.eclipse does not exist
08:45:09 public class Test implements org.eclipse.SomeInterface {
08:45:09                                         ^
08:45:09 1 error
08:45:09 
08:45:09 
08:45:09 
08:45:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:09 
08:45:09 
08:45:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:10 
08:45:10 
08:45:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:11 
08:45:11 
08:45:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:12 --- javac err: ---
08:45:12 warning: [options] bootstrap class path not set in conjunction with -source 9
08:45:12 /tmp/comptest/run.1584180334688/regression/src/test/p/Test.java:1: error: not in a module on the module source path
08:45:12 package p;
08:45:12 ^
08:45:12 1 error
08:45:12 1 warning
08:45:12 
08:45:12 
08:45:12 
08:45:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:13 --- javac err: ---
08:45:13 warning: [options] bootstrap class path not set in conjunction with -source 9
08:45:13 /tmp/comptest/run.1584180334688/regression/src/test/p/Test.java:1: error: not in a module on the module source path
08:45:13 package p;
08:45:13 ^
08:45:13 1 error
08:45:13 1 warning
08:45:13 
08:45:13 
08:45:13 
08:45:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:13 --- javac err: ---
08:45:13 warning: [options] bootstrap class path not set in conjunction with -source 9
08:45:13 /tmp/comptest/run.1584180334688/regression/src/test/p/Test.java:1: error: not in a module on the module source path
08:45:13 package p;
08:45:13 ^
08:45:13 1 error
08:45:13 1 warning
08:45:13 
08:45:13 
08:45:13 
08:45:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:14 --- javac err: ---
08:45:14 /tmp/comptest/run.1584180334688/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1
08:45:14 	exports p1;
08:45:14 	        ^
08:45:14 1 error
08:45:14 
08:45:14 
08:45:14 
08:45:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:15 --- javac err: ---
08:45:15 /tmp/comptest/run.1584180334688/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1
08:45:15 	exports p1;
08:45:15 	        ^
08:45:15 1 error
08:45:15 
08:45:15 
08:45:15 
08:45:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:16 --- javac err: ---
08:45:16 /tmp/comptest/run.1584180334688/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1
08:45:16 	exports p1;
08:45:16 	        ^
08:45:16 /tmp/comptest/run.1584180334688/regression/src/mod.one/module-info.java:3: error: package is empty or does not exist: p2
08:45:16 	exports p2;
08:45:16 	        ^
08:45:16 2 errors
08:45:16 
08:45:16 
08:45:16 
08:45:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:17 --- javac err: ---
08:45:17 /tmp/comptest/run.1584180334688/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1
08:45:17 	exports p1;
08:45:17 	        ^
08:45:17 /tmp/comptest/run.1584180334688/regression/src/mod.one/module-info.java:3: error: package is empty or does not exist: p2
08:45:17 	exports p2;
08:45:17 	        ^
08:45:17 2 errors
08:45:17 
08:45:17 
08:45:17 
08:45:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:18 --- javac err: ---
08:45:18 /tmp/comptest/run.1584180334688/regression/src/mod.three/module-info.java:1: error: module name mod._3_ does not match expected name mod.three
08:45:18 module mod._3_ { 
08:45:18           ^
08:45:18 1 error
08:45:18 
08:45:18 
08:45:18 
08:45:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:19 --- javac err: ---
08:45:19 /tmp/comptest/run.1584180334688/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
08:45:19 module mod.two { 
08:45:19 ^
08:45:19 1 error
08:45:19 
08:45:19 
08:45:19 
08:45:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:20 
08:45:20 
08:45:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:21 
08:45:21 
08:45:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:22 
08:45:22 
08:45:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:23 
08:45:23 
08:45:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:24 
08:45:24 
08:45:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:25 --- javac err: ---
08:45:25 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/q/Test.java:1: error: unnamed package is not allowed in named modules
08:45:25 class Test {}
08:45:25 ^
08:45:25 1 error
08:45:25 
08:45:25 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/p/X.class
08:45:25 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/module-info.class
08:45:25 
08:45:25 
08:45:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:26 --- javac err: ---
08:45:26 /tmp/comptest/run.1584180334688/regression/src/mod.one/p/q/Test.java:1: error: unnamed package is not allowed in named modules
08:45:26 import java.lang.*;
08:45:26 ^
08:45:26 1 error
08:45:26 
08:45:26 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/p/X.class
08:45:26 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/module-info.class
08:45:26 
08:45:26 
08:45:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:27 
08:45:27 
08:45:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:27 --- javac err: ---
08:45:27 error: bad value for --module-version option: 'fourtyseven.11'
08:45:27 Usage: javac <options> <source files>
08:45:27 use --help for a list of possible options
08:45:27 
08:45:27 
08:45:27 
08:45:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:28 --- javac err: ---
08:45:28 /tmp/comptest/run.1584180334688/regression/src/mod.three/module-info.java:2: error: package is empty or does not exist: pkg.invalid
08:45:28 	exports pkg.invalid;
08:45:28 	           ^
08:45:28 1 error
08:45:28 
08:45:28 
08:45:28 
08:45:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:29 --- javac err: ---
08:45:29 /tmp/comptest/run.1584180334688/regression/src/mod.x/module-info.java:1: error: module not found: java.sql
08:45:29 module mod.x { 
08:45:29 ^
08:45:29 1 error
08:45:29 
08:45:29 
08:45:29 
08:45:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:30 --- javac err: ---
08:45:30 /tmp/comptest/run.1584180334688/regression/src/mod.x/pm/C1.java:2: error: package java.sql is not visible
08:45:30 import java.sql.Connection;
08:45:30            ^
08:45:30   (package java.sql is declared in module java.sql, but module mod.x does not read it)
08:45:30 1 error
08:45:30 
08:45:30 
08:45:30 
08:45:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:31 
08:45:31 
08:45:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:32 
08:45:32 
08:45:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:33 --- javac err: ---
08:45:33 /tmp/comptest/run.1584180334688/regression/src/mod.three/module-info.java:1: error: module not found: mod.two
08:45:33 module mod.three { 
08:45:33 ^
08:45:33 1 error
08:45:33 
08:45:33 
08:45:33 
08:45:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:33 --- javac err: ---
08:45:33 error: cannot specify both --source-path and --module-source-path
08:45:33 
08:45:33 
08:45:33 
08:45:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:34 --- javac err: ---
08:45:34 /tmp/comptest/run.1584180334688/regression/src/mod.three/module-info.java:1: error: module mod.three reads package pm from both mod.one and mod.two
08:45:34 module mod.three { 
08:45:34 ^
08:45:34 1 error
08:45:34 
08:45:34 
08:45:34 
08:45:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:35 --- javac err: ---
08:45:35 /tmp/comptest/run.1584180334688/regression/src/mod.three/module-info.java:1: error: module mod.three reads package pm from both mod.one and mod.two
08:45:35 module mod.three { 
08:45:35 ^
08:45:35 1 error
08:45:35 
08:45:35 
08:45:35 
08:45:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:36 --- javac err: ---
08:45:36 /tmp/comptest/run.1584180334688/regression/src/mod.two/pm/C3.java:1: error: package exists in another module: mod.one
08:45:36 package pm;
08:45:36 ^
08:45:36 1 error
08:45:36 
08:45:36 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/pm/C1.class
08:45:36 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.two/module-info.class
08:45:36 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/module-info.class
08:45:36 
08:45:36 
08:45:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:38 --- javac err: ---
08:45:38 /tmp/comptest/run.1584180334688/regression/src/p/X.java:1: error: package pm is not visible
08:45:38 public class X extends pm.C1 { 
08:45:38                        ^
08:45:38   (package pm is declared in module mod.x, which is not in the module graph)
08:45:38 1 error
08:45:38 
08:45:38 testPackageConflict4: Error match package conflict not found in 
08:45:38 org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests#testPackageConflict4 - 12
08:45:38 /tmp/comptest/run.1584180334688/regression/src/p/X.java:1: error: package pm is not visible
08:45:38 public class X extends pm.C1 { 
08:45:38                        ^
08:45:38   (package pm is declared in module mod.x, which is not in the module graph)
08:45:38 1 error
08:45:38 
08:45:38 ----------------------------------------
08:45:38 
08:45:38 
08:45:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:39 --- javac err: ---
08:45:39 error: the unnamed module reads package pm from both mod.y and mod.x
08:45:39 1 error
08:45:39 
08:45:40 --- javac err: ---
08:45:40 error: module not found: mod.z
08:45:40 1 error
08:45:40 
08:45:40 
08:45:40 
08:45:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:42 Previous error was from testPackageConflict6
08:45:42 ----------------------------------------
08:45:42 org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests#testPackageConflict6 - 12
08:45:42 
08:45:42 
08:45:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:44 --- javac err: ---
08:45:44 error: the unnamed module reads package pm from both mod.y and mod.x
08:45:44 1 error
08:45:44 
08:45:44 
08:45:44 
08:45:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:45 
08:45:45 
08:45:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:46 --- javac err: ---
08:45:46 /tmp/comptest/run.1584180334688/regression/src/mod.two/p1/p2/t3/t4.java:1: error: package p1.p2.t3 clashes with class of same name
08:45:46 package p1.p2.t3;
08:45:46 ^
08:45:46 1 error
08:45:46 
08:45:46 
08:45:46 
08:45:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:46 
08:45:46 
08:45:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:46 
08:45:46 
08:45:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:46 
08:45:46 
08:45:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:47 
08:45:47 
08:45:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:48 
08:45:48 
08:45:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:49 --- javac err: ---
08:45:49 /tmp/comptest/run.1584180334688/regression/module-info.java:1: error: modules are not supported in -source 8
08:45:49 module mod.one { 
08:45:49 ^
08:45:49   (use -source 9 or higher to enable modules)
08:45:49 1 error
08:45:49 
08:45:49 
08:45:49 
08:45:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:50 
08:45:50 
08:45:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:51 --- javac err: ---
08:45:51 warning: [options] bootstrap class path not set in conjunction with -source 9
08:45:51 /tmp/comptest/run.1584180334688/regression/bar/X.java:4: error: reference to Module is ambiguous
08:45:51 	public Module getModule(String name) {
08:45:51 	       ^
08:45:51   both class foo.Module in foo and class java.lang.Module in java.lang match
08:45:51 1 error
08:45:51 1 warning
08:45:51 
08:45:51 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/foo/Module.class
08:45:51 
08:45:51 
08:45:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:51 --- javac err: ---
08:45:51 error: release version 60 not supported
08:45:51 Usage: javac <options> <source files>
08:45:51 use --help for a list of possible options
08:45:51 
08:45:51 
08:45:51 
08:45:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:51 --- javac err: ---
08:45:51 error: invalid flag: -1.8
08:45:51 Usage: javac <options> <source files>
08:45:51 use --help for a list of possible options
08:45:51 
08:45:51 
08:45:51 
08:45:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 --- javac err: ---
08:45:52 error: file not found: /tmp/comptest/run.1584180334688/regression/foo/Module.java
08:45:52 Usage: javac <options> <source files>
08:45:52 use --help for a list of possible options
08:45:52 
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:52 
08:45:52 
08:45:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:53 
08:45:53 
08:45:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:53 --- javac err: ---
08:45:53 /tmp/comptest/run.1584180334688/regression/src/mod.one/X.java:1: error: unnamed package is not allowed in named modules
08:45:53 public class X {
08:45:53 ^
08:45:53 1 error
08:45:53 
08:45:53 Missing output file from javac:    /tmp/comptest/run.1584180334688/regression/bin/mod.one/module-info.class
08:45:53 
08:45:53 
08:45:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:54 
08:45:54 
08:45:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:54 ***************************************************************************
08:45:54 * Comparison with Sun Javac compiler for class GenericsRegressionTest_9 (null tests)
08:45:54 ***************************************************************************
08:45:56 
08:45:56 
08:45:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:56 --- javac err: ---
08:45:56 X.java:5: error: cannot find symbol
08:45:56 			public void foo(T t) {
08:45:56 			                ^
08:45:56   symbol: class T
08:45:56 1 error
08:45:56 
08:45:56 
08:45:56 
08:45:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:58 
08:45:58 
08:45:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:45:59 
08:45:59 
08:45:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:00 --- javac err: ---
08:46:00 X.java:7: error: cannot infer type arguments for Y<>
08:46:00 		Y<?> y = new Y<>() {};
08:46:00 		              ^
08:46:00   reason: type argument INT#1 inferred for Y<> is not allowed in this context
08:46:00     inferred argument is not expressible in the Signature attribute
08:46:00   where INT#1 is an intersection type:
08:46:00     INT#1 extends Object,I,J
08:46:00 1 error
08:46:00 
08:46:00 
08:46:00 
08:46:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:01 --- javac err: ---
08:46:01 X.java:8: error: cannot infer type arguments for Y<>
08:46:01 	  Y<?> f = new Y<>(fi){};
08:46:01 	                ^
08:46:01   reason: type argument Y<CAP#1> inferred for Y<> is not allowed in this context
08:46:01     inferred argument is not expressible in the Signature attribute
08:46:01   where CAP#1 is a fresh type-variable:
08:46:01     CAP#1 extends Integer from capture of ? extends Integer
08:46:01 1 error
08:46:01 
08:46:01 
08:46:01 
08:46:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:02 
08:46:02 
08:46:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:03 
08:46:03 
08:46:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:04 
08:46:04 
08:46:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:05 
08:46:05 
08:46:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:06 
08:46:06 
08:46:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:07 --- javac err: ---
08:46:07 X.java:10: error: I is abstract; cannot be instantiated
08:46:07 		Y<String> y = new Y<>("Done", new I<>() {
08:46:07 		                              ^
08:46:07 1 error
08:46:07 
08:46:07 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9#testBug488663_012 - 12
08:46:07 ----------------------------------------
08:46:07 X.java [
08:46:07 public class X {
08:46:07 	String name;
08:46:07 	public X(String name) {
08:46:07 		this.name = name;
08:46:07 	}
08:46:07 	String name() {
08:46:07 		return this.name;
08:46:07 	}
08:46:07 	public static void main(String[] args) {
08:46:07 		Y<String> y = new Y<>("Done", new I<>() {
08:46:07 				public void doSomething(String s) {
08:46:07 					System.out.println(s);
08:46:07 				}
08:46:07 			}){
08:46:07 		};
08:46:07 	}
08:46:07 }
08:46:07 interface I<T> {
08:46:07 	void doSomething(T t);
08:46:07 }
08:46:07 class Y<T> {
08:46:07 	public Y(T t, I<T> i) {
08:46:07 		i.doSomething(t);
08:46:07 	}
08:46:07 }
08:46:07 ]
08:46:07 
08:46:07 
08:46:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:08 ----------------------------------------
08:46:08 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9#testBug488663_013 - 12
08:46:08 X.java [
08:46:08 public class X {
08:46:08 	String name;
08:46:08 	public X(String name) {
08:46:08 		this.name = name;
08:46:08 	}
08:46:08 	String name() {
08:46:08 		return this.name;
08:46:08 	}
08:46:08 	public static void main(String[] args) {
08:46:08 		X x = new X("Success");
08:46:08 		I<X> i = new I<X>() {
08:46:08 			public String toString(X x1) {
08:46:08 				return x1.name();
08:46:08 			}
08:46:08 		};
08:46:08 		System.out.println(i.toString(x));
08:46:08 	}
08:46:08 }
08:46:08 interface I<T> {
08:46:08 	String toString(T t);
08:46:08 }
08:46:08 ]
08:46:08 
08:46:08 
08:46:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:09 --- javac err: ---
08:46:09 X.java:15: error: method does not override or implement a method from a supertype
08:46:09 			public String toString(String s) {
08:46:09 			              ^
08:46:09   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
08:46:09 1 error
08:46:09 
08:46:09 
08:46:09 
08:46:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:10 --- javac err: ---
08:46:10 Test.java:4: warning: auxiliary class I in X.java should not be accessed from outside its own source file
08:46:10 	<R> void print(I<R> i) {}
08:46:10 	               ^
08:46:10 Z.java:1: warning: auxiliary class I in X.java should not be accessed from outside its own source file
08:46:10 class Z<T> implements I<T> {
08:46:10                       ^
08:46:10 Z.java:1: warning: auxiliary class I in X.java should not be accessed from outside its own source file
08:46:10 class Z<T> implements I<T> {
08:46:10                       ^
08:46:10 X.java:4: error: Inner has private access in Test
08:46:10 		t.print(new Z<>(t.get()) {
08:46:10 		       ^
08:46:10 1 error
08:46:10 3 warnings
08:46:10 
08:46:10 
08:46:10 
08:46:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:11 --- javac err: ---
08:46:11 Test.java:4: warning: auxiliary class I in X.java should not be accessed from outside its own source file
08:46:11 	<R extends Inner> void print(I<R> i) {}
08:46:11 	                             ^
08:46:11 X.java:4: error: Inner has private access in Test
08:46:11 		t.print(new I<>() {
08:46:11 		       ^
08:46:11 1 error
08:46:11 1 warning
08:46:11 
08:46:11 
08:46:11 
08:46:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:12 --- javac err: ---
08:46:12 X.java:15: error: method does not override or implement a method from a supertype
08:46:12 			public String name() {return null;}
08:46:12 			              ^
08:46:12   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
08:46:12 1 error
08:46:12 
08:46:12 
08:46:12 
08:46:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:13 --- javac err: ---
08:46:13 a/Y.java:4: error: reference to Inner is ambiguous
08:46:13 	Inner t;
08:46:13 	^
08:46:13   both class a.b.I.Inner in I and class a.b.Cl.Inner in Cl match
08:46:13 1 error
08:46:13 
08:46:13 
08:46:13 
08:46:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:14 ----------------------------------------
08:46:14 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9#testBug521815b - 12
08:46:14 a/b/X.java [
08:46:14 package a.b;
08:46:14 interface I{
08:46:14     public static class Inner { }
08:46:14 }
08:46:14 class Cl {
08:46:14     public static class Inner {}
08:46:14 }
08:46:14 public class X extends Cl implements I {}
08:46:14 
08:46:14 ]
08:46:14 a/Y.java [
08:46:14 package p;
08:46:14 import static a.b.X.Inner;
08:46:14 public class Y {;
08:46:14 }
08:46:14 
08:46:14 ]
08:46:14 
08:46:14 
08:46:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:16 
08:46:16 
08:46:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:16 ***************************************************************************
08:46:16 * Comparison with Sun Javac compiler for class InterfaceMethodsTest_9 (null tests)
08:46:16 ***************************************************************************
08:46:17 
08:46:17 
08:46:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:18 
08:46:18 
08:46:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:19 
08:46:19 
08:46:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:19 --- javac err: ---
08:46:19 I.java:3: error: missing method body, or declare abstract
08:46:19     private void foo();
08:46:19                  ^
08:46:19 1 error
08:46:19 
08:46:19 
08:46:19 
08:46:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:20 --- javac err: ---
08:46:20 I.java:3: error: illegal combination of modifiers: private and default
08:46:20     private default void foo();
08:46:20                          ^
08:46:20 1 error
08:46:20 
08:46:20 
08:46:20 
08:46:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:21 --- javac err: ---
08:46:21 I.java:2: error: illegal combination of modifiers: abstract and private
08:46:21 	private abstract void foo();
08:46:21 	                      ^
08:46:21 1 error
08:46:21 
08:46:21 
08:46:21 
08:46:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:22 --- javac err: ---
08:46:22 I.java:2: error: modifier synchronized not allowed here
08:46:22     private synchronized void foo();
08:46:22                               ^
08:46:22 1 error
08:46:22 
08:46:22 
08:46:22 
08:46:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:23 --- javac err: ---
08:46:23 X.java:7: error: foo() in X cannot implement foo() in I
08:46:23 	private void foo() {}
08:46:23 	             ^
08:46:23   attempting to assign weaker access privileges; was public
08:46:23 1 error
08:46:23 
08:46:23 
08:46:23 
08:46:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:24 
08:46:24 
08:46:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:24 --- javac err: ---
08:46:24 I.java:2: error: illegal combination of modifiers: public and private
08:46:24     private public void foo(){}
08:46:24                         ^
08:46:24 1 error
08:46:24 
08:46:24 
08:46:24 
08:46:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:25 --- javac err: ---
08:46:25 I.java:2: error: modifier protected not allowed here
08:46:25     private protected void foo();
08:46:25                            ^
08:46:25 1 error
08:46:25 
08:46:25 
08:46:25 
08:46:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:26 --- javac err: ---
08:46:26 I.java:2: error: repeated modifier
08:46:26     private private public default protected void foo();
08:46:26             ^
08:46:26 1 error
08:46:26 
08:46:26 
08:46:26 
08:46:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:27 --- javac err: ---
08:46:27 A.java:2: error: method does not override or implement a method from a supertype
08:46:27 	@Override
08:46:27 	^
08:46:27 1 error
08:46:27 
08:46:27 
08:46:27 
08:46:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:28 
08:46:28 
08:46:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:29 --- javac err: ---
08:46:29 X.java:3: error: foo() has private access in I
08:46:29 	I.foo();
08:46:29 	 ^
08:46:29 1 error
08:46:29 
08:46:29 
08:46:29 
08:46:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:30 
08:46:30 
08:46:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:30 --- javac err: ---
08:46:30 X.java:7: warning: [static] static method should be qualified by type name, I, instead of by an expression
08:46:30 	i.foo();
08:46:30 	 ^
08:46:30 X.java:7: error: illegal static interface method call
08:46:30 	i.foo();
08:46:30 	     ^
08:46:30   the receiver expression should be replaced with the type qualifier 'I'
08:46:30 1 error
08:46:30 1 warning
08:46:30 
08:46:30 
08:46:30 
08:46:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:31 --- javac err: ---
08:46:31 X.java:6: warning: [static] static method should be qualified by type name, I, instead of by an expression
08:46:31    default void goo(){I.super.foo();};
08:46:31                              ^
08:46:31 X.java:6: error: illegal static interface method call
08:46:31    default void goo(){I.super.foo();};
08:46:31                                  ^
08:46:31   the receiver expression should be replaced with the type qualifier 'I'
08:46:31 1 error
08:46:31 1 warning
08:46:31 
08:46:31 
08:46:31 
08:46:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:32 --- javac err: ---
08:46:32 FI.java:2: warning: [rawtypes] found raw type: Class
08:46:32     private <T> void foo(Class c){}
08:46:32                          ^
08:46:32   missing type arguments for generic class Class<T>
08:46:32   where T is a type-variable:
08:46:32     T extends Object declared in class Class
08:46:32 1 warning
08:46:32 
08:46:32 
08:46:32 
08:46:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:32 ***************************************************************************
08:46:32 * Comparison with Sun Javac compiler for class Deprecated9Test (null tests)
08:46:32 ***************************************************************************
08:46:33 --- javac err: ---
08:46:33 p/M1.java:4: warning: [removal] N1.N2 in N1 has been deprecated and marked for removal
08:46:33     a.N1.N2.N3 m = null;
08:46:33         ^
08:46:33 1 warning
08:46:33 
08:46:33 
08:46:33 
08:46:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:35 --- javac err: ---
08:46:35 p/M1.java:4: warning: [removal] N1.N2 in N1 has been deprecated and marked for removal
08:46:35     a.N1.N2.N3 m = null;
08:46:35         ^
08:46:35 1 warning
08:46:35 
08:46:35 
08:46:35 
08:46:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:36 --- javac err: ---
08:46:36 test1/E02.java:4: warning: [removal] x in E01 has been deprecated and marked for removal
08:46:36 		System.out.println(E01.x);
08:46:36 		                      ^
08:46:36 test1/E02.java:5: warning: [removal] y in E01 has been deprecated and marked for removal
08:46:36 		System.out.println(E01.y);
08:46:36 		                      ^
08:46:36 2 warnings
08:46:36 
08:46:36 
08:46:36 
08:46:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:37 --- javac err: ---
08:46:37 p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
08:46:37 package p1;
08:46:37         ^
08:46:37 1 warning
08:46:37 
08:46:37 
08:46:37 
08:46:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:38 --- javac err: ---
08:46:38 p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
08:46:38 package p1;
08:46:38         ^
08:46:38 1 warning
08:46:38 
08:46:38 
08:46:38 
08:46:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:39 --- javac err: ---
08:46:39 p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
08:46:39 package p1;
08:46:39         ^
08:46:39 p2/C.java:5: warning: [removal] foo() in Inner has been deprecated and marked for removal
08:46:39         a.foo();
08:46:39          ^
08:46:39 2 warnings
08:46:39 
08:46:39 
08:46:39 
08:46:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:40 --- javac err: ---
08:46:40 test1/E02.java:3: warning: [deprecation] E01 in test1 has been deprecated
08:46:40 	public void foo(E01 arg) {
08:46:40 	                ^
08:46:40 1 warning
08:46:40 
08:46:40 
08:46:40 
08:46:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:41 --- javac err: ---
08:46:41 p2/C.java:4: warning: [deprecation] foo() in X has been deprecated
08:46:41     @Override public void foo() {}
08:46:41                           ^
08:46:41 p2/C.java:5: warning: [removal] bar() in X has been deprecated and marked for removal
08:46:41     @Override public void bar() {}
08:46:41                           ^
08:46:41 2 warnings
08:46:41 
08:46:41 
08:46:41 
08:46:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:41 --- javac err: ---
08:46:41 module-info.java:2: error: module not found: jdk.xml.bind
08:46:41 	requires jdk.xml.bind;
08:46:41 	                ^
08:46:41 1 error
08:46:41 
08:46:41 
08:46:41 
08:46:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:43 --- javac err: ---
08:46:43 my.mod/module-info.java:2: warning: [removal] module dont.use has been deprecated and marked for removal
08:46:43 	requires dont.use;
08:46:43 	             ^
08:46:43 1 warning
08:46:43 
08:46:43 
08:46:43 
08:46:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:44 --- javac err: ---
08:46:44 pdep/Dep1.java:3: error: package pmissing does not exist
08:46:44 import pmissing.CMissing;
08:46:44                ^
08:46:44 pdep/Dep1.java:6: error: cannot find symbol
08:46:44 @CMissing
08:46:44  ^
08:46:44   symbol: class CMissing
08:46:44 p1/C1.java:6: warning: [deprecation] Dep1 in pdep has been deprecated
08:46:44 	Dep1 f;
08:46:44 	^
08:46:44 2 errors
08:46:44 1 warning
08:46:44 
08:46:44 
08:46:44 
08:46:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:45 --- javac err: ---
08:46:45 test/Screen.java:7: error: cannot find symbol
08:46:45 	public interface Component extends test.ReaderWarningView.Component {
08:46:45 	                                                         ^
08:46:45   symbol:   class Component
08:46:45   location: class ReaderWarningView
08:46:45 Test.java:1: warning: [deprecation] Screen in test has been deprecated
08:46:45 public class Test implements test.Screen.Component {}
08:46:45                                  ^
08:46:45 Test.java:1: warning: [deprecation] Component in Screen has been deprecated
08:46:45 public class Test implements test.Screen.Component {}
08:46:45                                         ^
08:46:45 1 error
08:46:45 2 warnings
08:46:45 
08:46:45 
08:46:45 
08:46:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:45 --- javac err: ---
08:46:45 folder1/module-info.java:1: error: too many module declarations found
08:46:45 @Deprecated(since="42") module mod.dep.since {}
08:46:45 ^
08:46:45 folder2/module-info.java:1: error: too many module declarations found
08:46:45 @Deprecated(forRemoval=true) module mod.dep.terminally {}
08:46:45 ^
08:46:45 folder3/module-info.java:1: error: too many module declarations found
08:46:45 @Deprecated(since="42",forRemoval=true) module mod.dep.since.terminally {}
08:46:45 ^
08:46:45 module-info.java:1: error: too many module declarations found
08:46:45 module mod1 {
08:46:45 ^
08:46:45 4 errors
08:46:45 
08:46:45 
08:46:45 
08:46:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:46 --- javac err: ---
08:46:46 mod1/p1/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
08:46:46 @Deprecated package p1;
08:46:46                     ^
08:46:46 mod1/p2/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
08:46:46 @Deprecated(since="13") package p2;
08:46:46                                 ^
08:46:46 mod1/p3/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
08:46:46 @Deprecated(since="13",forRemoval=true) package p3;
08:46:46                                                 ^
08:46:46 mod1/p4/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
08:46:46 @Deprecated(since="14",forRemoval=true) package p4;
08:46:46                                                 ^
08:46:46 module-info.java:1: warning: [module] module name component mod1 should avoid terminal digits
08:46:46 module mod1 {
08:46:46        ^
08:46:46 5 warnings
08:46:46 
08:46:46 
08:46:46 
08:46:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:47 --- javac err: ---
08:46:47 mod0/module-info.java:1: warning: [module] module name component mod0 should avoid terminal digits
08:46:47 module mod0 {
08:46:47        ^
08:46:47 mod1/module-info.java:1: warning: [module] module name component mod1 should avoid terminal digits
08:46:47 module mod1 {
08:46:47        ^
08:46:47 mod1/module-info.java:3: warning: [deprecation] IServiceDep in p1 has been deprecated
08:46:47 	provides p1.IServiceDep with p1impl.ServiceDep;
08:46:47 	           ^
08:46:47 mod1/module-info.java:3: warning: [deprecation] ServiceDep in p1impl has been deprecated
08:46:47 	provides p1.IServiceDep with p1impl.ServiceDep;
08:46:47 	                                   ^
08:46:47 mod1/module-info.java:4: warning: [deprecation] IServiceDepSince in p1 has been deprecated
08:46:47 	provides p1.IServiceDepSince with p1impl.ServiceDepSince;
08:46:47 	           ^
08:46:47 mod1/module-info.java:4: warning: [deprecation] ServiceDepSince in p1impl has been deprecated
08:46:47 	provides p1.IServiceDepSince with p1impl.ServiceDepSince;
08:46:47 	                                        ^
08:46:47 mod1/module-info.java:5: warning: [removal] IServiceTermDep in p1 has been deprecated and marked for removal
08:46:47 	provides p1.IServiceTermDep with p1impl.ServiceTermDep;
08:46:47 	           ^
08:46:47 mod1/module-info.java:5: warning: [removal] ServiceTermDep in p1impl has been deprecated and marked for removal
08:46:47 	provides p1.IServiceTermDep with p1impl.ServiceTermDep;
08:46:47 	                                       ^
08:46:47 mod1/module-info.java:6: warning: [removal] IServiceTermDepSince in p1 has been deprecated and marked for removal
08:46:47 	provides p1.IServiceTermDepSince with p1impl.ServiceTermDepSince;
08:46:47 	           ^
08:46:47 mod1/module-info.java:6: warning: [removal] ServiceTermDepSince in p1impl has been deprecated and marked for removal
08:46:47 	provides p1.IServiceTermDepSince with p1impl.ServiceTermDepSince;
08:46:47 	                                            ^
08:46:47 mod1/p1impl/ServiceTermDep.java:3: warning: [removal] IServiceTermDep in p1 has been deprecated and marked for removal
08:46:47 public class ServiceTermDep implements p1.IServiceTermDep {}
08:46:47                                          ^
08:46:47 mod1/p1impl/ServiceTermDepSince.java:3: warning: [removal] IServiceTermDepSince in p1 has been deprecated and marked for removal
08:46:47 public class ServiceTermDepSince implements p1.IServiceTermDepSince {}
08:46:47                                               ^
08:46:47 12 warnings
08:46:47 
08:46:47 
08:46:47 
08:46:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:48 --- javac err: ---
08:46:48 module-info.java:1: warning: [module] module name component mod0 should avoid terminal digits
08:46:48 module mod0 {
08:46:48        ^
08:46:48 1 warning
08:46:48 
08:46:49 --- javac err: ---
08:46:49 module-info.java:1: warning: [module] module name component mod2 should avoid terminal digits
08:46:49 module mod2 {
08:46:49        ^
08:46:49 module-info.java:3: warning: [deprecation] IServiceDep in p1 has been deprecated
08:46:49 	uses p1.IServiceDep;
08:46:49 	       ^
08:46:49 module-info.java:4: warning: [deprecation] IServiceDepSince in p1 has been deprecated
08:46:49 	uses p1.IServiceDepSince;
08:46:49 	       ^
08:46:49 module-info.java:5: warning: [removal] IServiceTermDep in p1 has been deprecated and marked for removal
08:46:49 	uses p1.IServiceTermDep;
08:46:49 	       ^
08:46:49 module-info.java:6: warning: [removal] IServiceTermDepSince in p1 has been deprecated and marked for removal
08:46:49 	uses p1.IServiceTermDepSince;
08:46:49 	       ^
08:46:49 5 warnings
08:46:49 
08:46:49 
08:46:49 
08:46:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:51 --- javac err: ---
08:46:51 test1/E02.java:4: warning: [deprecation] Old in E01 has been deprecated
08:46:51 		System.out.println(new E01.Old());
08:46:51 		                          ^
08:46:51 test1/E02.java:5: warning: [deprecation] E01() in E01 has been deprecated
08:46:51 		E01 e = new E01();
08:46:51 		        ^
08:46:51 test1/E02.java:6: warning: [deprecation] old() in E01 has been deprecated
08:46:51 		e.old();
08:46:51 		 ^
08:46:51 test1/E02.java:7: warning: [deprecation] x in E01 has been deprecated
08:46:51 		System.out.println(E01.x);
08:46:51 		                      ^
08:46:51 test1/E02.java:8: warning: [deprecation] y in E01 has been deprecated
08:46:51 		System.out.println(E01.y);
08:46:51 		                      ^
08:46:51 test1/E02.java:10: warning: [deprecation] E01() in E01 has been deprecated
08:46:51 	class E03 extends E01 {
08:46:51 	^
08:46:51 test1/E02.java:11: warning: [deprecation] old() in E01 has been deprecated
08:46:51 		protected void old() {}
08:46:51 		               ^
08:46:51 7 warnings
08:46:51 
08:46:51 
08:46:51 
08:46:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:52 --- javac err: ---
08:46:52 test1/E02.java:4: warning: [deprecation] Old in E01 has been deprecated
08:46:52 		System.out.println(new E01.Old());
08:46:52 		                          ^
08:46:52 test1/E02.java:5: warning: [deprecation] E01() in E01 has been deprecated
08:46:52 		E01 e = new E01();
08:46:52 		        ^
08:46:52 test1/E02.java:6: warning: [deprecation] old() in E01 has been deprecated
08:46:52 		e.old();
08:46:52 		 ^
08:46:52 test1/E02.java:7: warning: [deprecation] x in E01 has been deprecated
08:46:52 		System.out.println(E01.x);
08:46:52 		                      ^
08:46:52 test1/E02.java:8: warning: [deprecation] y in E01 has been deprecated
08:46:52 		System.out.println(E01.y);
08:46:52 		                      ^
08:46:52 test1/E02.java:10: warning: [deprecation] E01() in E01 has been deprecated
08:46:52 	class E03 extends E01 {
08:46:52 	^
08:46:52 test1/E02.java:11: warning: [deprecation] old() in E01 has been deprecated
08:46:52 		protected void old() {}
08:46:52 		               ^
08:46:52 7 warnings
08:46:52 
08:46:52 
08:46:52 
08:46:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:53 --- javac err: ---
08:46:53 test1/E02.java:4: warning: [removal] Old in E01 has been deprecated and marked for removal
08:46:53 		System.out.println(new E01.Old());
08:46:53 		                          ^
08:46:53 test1/E02.java:5: warning: [removal] E01() in E01 has been deprecated and marked for removal
08:46:53 		E01 e = new E01();
08:46:53 		        ^
08:46:53 test1/E02.java:6: warning: [removal] old() in E01 has been deprecated and marked for removal
08:46:53 		e.old();
08:46:53 		 ^
08:46:53 test1/E02.java:7: warning: [removal] x in E01 has been deprecated and marked for removal
08:46:53 		System.out.println(E01.x);
08:46:53 		                      ^
08:46:53 test1/E02.java:8: warning: [removal] y in E01 has been deprecated and marked for removal
08:46:53 		System.out.println(E01.y);
08:46:53 		                      ^
08:46:53 test1/E02.java:10: warning: [removal] E01() in E01 has been deprecated and marked for removal
08:46:53 	class E03 extends E01 {
08:46:53 	^
08:46:53 test1/E02.java:11: warning: [removal] old() in E01 has been deprecated and marked for removal
08:46:53 		protected void old() {}
08:46:53 		               ^
08:46:53 7 warnings
08:46:53 
08:46:53 
08:46:53 
08:46:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:53 ***************************************************************************
08:46:53 * Comparison with Sun Javac compiler for class ModuleAttributeTests (null tests)
08:46:53 ***************************************************************************
08:46:53 
08:46:53 
08:46:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:54 --- javac err: ---
08:46:54 module-info.java:2: warning: [module] module not found: zero
08:46:54 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;
08:46:54                                    ^
08:46:54 module-info.java:2: warning: [module] module not found: one
08:46:54 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;
08:46:54                                          ^
08:46:54 module-info.java:2: warning: [module] module not found: two
08:46:54 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;
08:46:54                                               ^
08:46:54 module-info.java:2: warning: [module] module not found: three
08:46:54 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;
08:46:54                                                    ^
08:46:54 module-info.java:2: warning: [module] module not found: four
08:46:54 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;
08:46:54                                                           ^
08:46:54 module-info.java:2: warning: [module] module not found: five
08:46:54 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;
08:46:54                                                                 ^
08:46:54 module-info.java:2: warning: [module] module not found: six
08:46:54 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;
08:46:54                                                                       ^
08:46:54 module-info.java:2: warning: [module] module not found: seven
08:46:54 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;
08:46:54                                                                            ^
08:46:54 module-info.java:2: warning: [module] module not found: eight
08:46:54 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;
08:46:54                                                                                   ^
08:46:54 module-info.java:2: warning: [module] module not found: nine
08:46:54 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;
08:46:54                                                                                          ^
08:46:54 module-info.java:2: warning: [module] module not found: ten
08:46:54 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;
08:46:54                                                                                                ^
08:46:54 module-info.java:2: warning: [module] module not found: eleven
08:46:54 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;
08:46:54                                                                                                     ^
08:46:54 module-info.java:2: warning: [module] module not found: twelve
08:46:54 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;
08:46:54                                                                                                             ^
08:46:54 module-info.java:2: warning: [module] module not found: thirteen
08:46:54 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;
08:46:54                                                                                                                     ^
08:46:54 module-info.java:2: warning: [module] module not found: fourteen
08:46:54 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;
08:46:54                                                                                                                               ^
08:46:54 module-info.java:2: warning: [module] module not found: fifteen
08:46:54 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;
08:46:54                                                                                                                                         ^
08:46:54 module-info.java:2: warning: [module] module not found: sixteen
08:46:54 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;
08:46:54                                                                                                                                                  ^
08:46:54 module-info.java:2: warning: [module] module not found: seventeen
08:46:54 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;
08:46:54                                                                                                                                                           ^
08:46:54 module-info.java:2: warning: [module] module not found: eighteen
08:46:54 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;
08:46:54                                                                                                                                                                      ^
08:46:54 module-info.java:2: warning: [module] module not found: nineteen
08:46:54 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;
08:46:54                                                                                                                                                                                ^
08:46:54 module-info.java:2: warning: [module] module not found: twenty
08:46:54 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;
08:46:54                                                                                                                                                                                          ^
08:46:54 module-info.java:3: warning: [module] module not found: zero
08:46:54 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;
08:46:54                                        ^
08:46:54 module-info.java:3: warning: [module] module not found: one
08:46:54 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;
08:46:54                                              ^
08:46:54 module-info.java:3: warning: [module] module not found: two
08:46:54 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;
08:46:54                                                   ^
08:46:54 module-info.java:3: warning: [module] module not found: three
08:46:54 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;
08:46:54                                                        ^
08:46:54 module-info.java:3: warning: [module] module not found: four
08:46:54 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;
08:46:54                                                               ^
08:46:54 module-info.java:3: warning: [module] module not found: five
08:46:54 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;
08:46:54                                                                     ^
08:46:54 module-info.java:3: warning: [module] module not found: six
08:46:54 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;
08:46:54                                                                           ^
08:46:54 module-info.java:3: warning: [module] module not found: seven
08:46:54 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;
08:46:54                                                                                ^
08:46:54 module-info.java:3: warning: [module] module not found: eight
08:46:54 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;
08:46:54                                                                                       ^
08:46:54 module-info.java:3: warning: [module] module not found: nine
08:46:54 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;
08:46:54                                                                                              ^
08:46:54 module-info.java:3: warning: [module] module not found: ten
08:46:54 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;
08:46:54                                                                                                    ^
08:46:54 module-info.java:3: warning: [module] module not found: eleven
08:46:54 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;
08:46:54                                                                                                         ^
08:46:54 module-info.java:3: warning: [module] module not found: twelve
08:46:54 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;
08:46:54                                                                                                                 ^
08:46:54 module-info.java:3: warning: [module] module not found: thirteen
08:46:54 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;
08:46:54                                                                                                                         ^
08:46:54 module-info.java:3: warning: [module] module not found: fourteen
08:46:54 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;
08:46:54                                                                                                                                   ^
08:46:54 module-info.java:3: warning: [module] module not found: fifteen
08:46:54 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;
08:46:54                                                                                                                                             ^
08:46:54 module-info.java:3: warning: [module] module not found: sixteen
08:46:54 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;
08:46:54                                                                                                                                                      ^
08:46:54 module-info.java:3: warning: [module] module not found: seventeen
08:46:54 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;
08:46:54                                                                                                                                                               ^
08:46:54 module-info.java:3: warning: [module] module not found: eighteen
08:46:54 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;
08:46:54                                                                                                                                                                          ^
08:46:54 module-info.java:3: warning: [module] module not found: nineteen
08:46:54 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;
08:46:54                                                                                                                                                                                    ^
08:46:54 module-info.java:3: warning: [module] module not found: twenty
08:46:54 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;
08:46:54                                                                                                                                                                                              ^
08:46:54 module-info.java:4: warning: [module] module not found: zero
08:46:54 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;
08:46:54                                        ^
08:46:54 module-info.java:4: warning: [module] module not found: one
08:46:54 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;
08:46:54                                              ^
08:46:54 module-info.java:4: warning: [module] module not found: two
08:46:54 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;
08:46:54                                                   ^
08:46:54 module-info.java:4: warning: [module] module not found: three
08:46:54 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;
08:46:54                                                        ^
08:46:54 module-info.java:4: warning: [module] module not found: four
08:46:54 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;
08:46:54                                                               ^
08:46:54 module-info.java:4: warning: [module] module not found: five
08:46:54 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;
08:46:54                                                                     ^
08:46:54 module-info.java:4: warning: [module] module not found: six
08:46:54 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;
08:46:54                                                                           ^
08:46:54 module-info.java:4: warning: [module] module not found: seven
08:46:54 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;
08:46:54                                                                                ^
08:46:54 module-info.java:4: warning: [module] module not found: eight
08:46:54 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;
08:46:54                                                                                       ^
08:46:54 module-info.java:4: warning: [module] module not found: nine
08:46:54 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;
08:46:54                                                                                              ^
08:46:54 module-info.java:4: warning: [module] module not found: ten
08:46:54 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;
08:46:54                                                                                                    ^
08:46:54 module-info.java:4: warning: [module] module not found: eleven
08:46:54 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;
08:46:54                                                                                                         ^
08:46:54 module-info.java:4: warning: [module] module not found: twelve
08:46:54 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;
08:46:54                                                                                                                 ^
08:46:54 module-info.java:4: warning: [module] module not found: thirteen
08:46:54 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;
08:46:54                                                                                                                         ^
08:46:54 module-info.java:4: warning: [module] module not found: fourteen
08:46:54 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;
08:46:54                                                                                                                                   ^
08:46:54 module-info.java:4: warning: [module] module not found: fifteen
08:46:54 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;
08:46:54                                                                                                                                             ^
08:46:54 module-info.java:4: warning: [module] module not found: sixteen
08:46:54 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;
08:46:54                                                                                                                                                      ^
08:46:54 module-info.java:4: warning: [module] module not found: seventeen
08:46:54 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;
08:46:54                                                                                                                                                               ^
08:46:54 module-info.java:4: warning: [module] module not found: eighteen
08:46:54 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;
08:46:54                                                                                                                                                                          ^
08:46:54 module-info.java:4: warning: [module] module not found: nineteen
08:46:54 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;
08:46:54                                                                                                                                                                                    ^
08:46:54 module-info.java:4: warning: [module] module not found: twenty
08:46:54 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;
08:46:54                                                                                                                                                                                              ^
08:46:54 module-info.java:5: warning: [module] module not found: zero
08:46:54 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;
08:46:54                                        ^
08:46:54 module-info.java:5: warning: [module] module not found: one
08:46:54 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;
08:46:54                                              ^
08:46:54 module-info.java:5: warning: [module] module not found: two
08:46:54 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;
08:46:54                                                   ^
08:46:54 module-info.java:5: warning: [module] module not found: three
08:46:54 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;
08:46:54                                                        ^
08:46:54 module-info.java:5: warning: [module] module not found: four
08:46:54 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;
08:46:54                                                               ^
08:46:54 module-info.java:5: warning: [module] module not found: five
08:46:54 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;
08:46:54                                                                     ^
08:46:54 module-info.java:5: warning: [module] module not found: six
08:46:54 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;
08:46:54                                                                           ^
08:46:54 module-info.java:5: warning: [module] module not found: seven
08:46:54 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;
08:46:54                                                                                ^
08:46:54 module-info.java:5: warning: [module] module not found: eight
08:46:54 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;
08:46:54                                                                                       ^
08:46:54 module-info.java:5: warning: [module] module not found: nine
08:46:54 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;
08:46:54                                                                                              ^
08:46:54 module-info.java:5: warning: [module] module not found: ten
08:46:54 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;
08:46:54                                                                                                    ^
08:46:54 module-info.java:5: warning: [module] module not found: eleven
08:46:54 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;
08:46:54                                                                                                         ^
08:46:54 module-info.java:5: warning: [module] module not found: twelve
08:46:54 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;
08:46:54                                                                                                                 ^
08:46:54 module-info.java:5: warning: [module] module not found: thirteen
08:46:54 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;
08:46:54                                                                                                                         ^
08:46:54 module-info.java:5: warning: [module] module not found: fourteen
08:46:54 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;
08:46:54                                                                                                                                   ^
08:46:54 module-info.java:5: warning: [module] module not found: fifteen
08:46:54 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;
08:46:54                                                                                                                                             ^
08:46:54 module-info.java:5: warning: [module] module not found: sixteen
08:46:54 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;
08:46:54                                                                                                                                                      ^
08:46:54 module-info.java:5: warning: [module] module not found: seventeen
08:46:54 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;
08:46:54                                                                                                                                                               ^
08:46:54 module-info.java:5: warning: [module] module not found: eighteen
08:46:54 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;
08:46:54                                                                                                                                                                          ^
08:46:54 module-info.java:5: warning: [module] module not found: nineteen
08:46:54 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;
08:46:54                                                                                                                                                                                    ^
08:46:54 module-info.java:5: warning: [module] module not found: twenty
08:46:54 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;
08:46:54                                                                                                                                                                                              ^
08:46:54 module-info.java:6: warning: [module] module not found: zero
08:46:54 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;
08:46:54                                        ^
08:46:54 module-info.java:6: warning: [module] module not found: one
08:46:54 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;
08:46:54                                              ^
08:46:54 module-info.java:6: warning: [module] module not found: two
08:46:54 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;
08:46:54                                                   ^
08:46:54 module-info.java:6: warning: [module] module not found: three
08:46:54 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;
08:46:54                                                        ^
08:46:54 module-info.java:6: warning: [module] module not found: four
08:46:54 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;
08:46:54                                                               ^
08:46:54 module-info.java:6: warning: [module] module not found: five
08:46:54 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;
08:46:54                                                                     ^
08:46:54 module-info.java:6: warning: [module] module not found: six
08:46:54 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;
08:46:54                                                                           ^
08:46:54 module-info.java:6: warning: [module] module not found: seven
08:46:54 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;
08:46:54                                                                                ^
08:46:54 module-info.java:6: warning: [module] module not found: eight
08:46:54 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;
08:46:54                                                                                       ^
08:46:54 module-info.java:6: warning: [module] module not found: nine
08:46:54 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;
08:46:54                                                                                              ^
08:46:54 module-info.java:6: warning: [module] module not found: ten
08:46:54 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;
08:46:54                                                                                                    ^
08:46:54 module-info.java:6: warning: [module] module not found: eleven
08:46:54 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;
08:46:54                                                                                                         ^
08:46:54 module-info.java:6: warning: [module] module not found: twelve
08:46:54 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;
08:46:54                                                                                                                 ^
08:46:54 module-info.java:6: warning: [module] module not found: thirteen
08:46:54 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;
08:46:54                                                                                                                         ^
08:46:54 module-info.java:6: warning: [module] module not found: fourteen
08:46:54 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;
08:46:54                                                                                                                                   ^
08:46:54 module-info.java:6: warning: [module] module not found: fifteen
08:46:54 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;
08:46:54                                                                                                                                             ^
08:46:54 100 warnings
08:46:54 
08:46:54 
08:46:54 
08:46:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:55 
08:46:55 
08:46:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:56 --- javac err: ---
08:46:56 Fatal Error: Unable to find package java.lang in classpath or bootclasspath
08:46:56 
08:46:56 ----------------------------------------
08:46:56 org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests#testBug519330 - 12
08:46:56 module-info.java [
08:46:56 module java.base {
08:46:56 }
08:46:56 
08:46:56 ]
08:46:56 
08:46:56 
08:46:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:56 
08:46:56 
08:46:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:57 
08:46:57 
08:46:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:58 
08:46:58 
08:46:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 --- javac err: ---
08:46:59 module-info.java:3: warning: [module] module not found: zero
08:46:59 exports pack2 to zero;
08:46:59                  ^
08:46:59 1 warning
08:46:59 
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 ***************************************************************************
08:46:59 * Comparison with Sun Javac compiler for class AutomaticModuleNamingTest (null tests)
08:46:59 ***************************************************************************
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 
08:46:59 
08:46:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:46:59 ***************************************************************************
08:46:59 * Comparison with Sun Javac compiler for class UnnamedModuleTest (null tests)
08:46:59 ***************************************************************************
08:47:00 
08:47:00 
08:47:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:01 
08:47:01 
08:47:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:01 ***************************************************************************
08:47:01 * Comparison with Sun Javac compiler for class NullAnnotationTests9 (null tests)
08:47:01 ***************************************************************************
08:47:02 
08:47:02 
08:47:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:04 
08:47:04 
08:47:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:06 
08:47:06 
08:47:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:08 
08:47:08 
08:47:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:10 
08:47:10 
08:47:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:10 ***************************************************************************
08:47:10 * Comparison with Sun Javac compiler for class AnnotationTest_9 (null tests)
08:47:10 ***************************************************************************
08:47:11 --- javac err: ---
08:47:11 X.java:2: error: elements in annotation type declarations cannot declare formal parameters
08:47:11 	String value(X this);
08:47:11 	               ^
08:47:11 1 error
08:47:11 
08:47:11 
08:47:11 
08:47:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:12 --- javac err: ---
08:47:12 X.java:6: error: elements in annotation type declarations cannot declare formal parameters
08:47:12 	X[] value(Container this);
08:47:12 	                    ^
08:47:12 1 error
08:47:12 
08:47:12 
08:47:12 
08:47:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:13 --- javac err: ---
08:47:13 X.java:3: error: elements in annotation type declarations cannot declare formal parameters
08:47:13 	String value(X this, int i);
08:47:13 	                         ^
08:47:13 1 error
08:47:13 
08:47:13 
08:47:13 
08:47:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:15 --- javac err: ---
08:47:15 X.java:3: warning: [deprecation] A in p has been deprecated
08:47:15   @A void foo() {}
08:47:15    ^
08:47:15 1 warning
08:47:15 
08:47:15 
08:47:15 
08:47:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:15 ***************************************************************************
08:47:15 * Comparison with Sun Javac compiler for class JEP286Test (null tests)
08:47:15 ***************************************************************************
08:47:16 
08:47:16 
08:47:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:17 
08:47:17 
08:47:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:18 
08:47:18 
08:47:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:18 SUCCESS!
08:47:18 
08:47:19 
08:47:19 
08:47:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:20 --- javac err: ---
08:47:20 X.java:3: error: cannot infer type for local variable a
08:47:20 		var a;
08:47:20 		    ^
08:47:20   (cannot use 'var' on variable without initializer)
08:47:20 X.java:4: error: cannot infer type for local variable b
08:47:20 		for(var b;;);
08:47:20 		        ^
08:47:20   (cannot use 'var' on variable without initializer)
08:47:20 2 errors
08:47:20 
08:47:20 
08:47:20 
08:47:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:21 --- javac err: ---
08:47:21 X.java:3: error: 'var' is not allowed in a compound declaration
08:47:21 		var a = 1, b = 2;
08:47:21 		           ^
08:47:21 X.java:4: error: 'var' is not allowed in a compound declaration
08:47:21 		for(var c = 1, d = 20; c<d; c++);
08:47:21 		               ^
08:47:21 2 errors
08:47:21 
08:47:21 
08:47:21 
08:47:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:22 --- javac err: ---
08:47:22 X.java:2: error: 'var' is not allowed here
08:47:22 	private var someField = 0;
08:47:22 	        ^
08:47:22 X.java:3: error: 'var' is not allowed here
08:47:22 	public var method() {
08:47:22 	       ^
08:47:22 X.java:6: error: 'var' is not allowed here
08:47:22 	public void main(var arg) {
08:47:22 	                 ^
08:47:22 3 errors
08:47:22 
08:47:22 
08:47:22 
08:47:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:23 --- javac err: ---
08:47:23 X.java:3: error: cannot infer type for local variable notMuch
08:47:23 		var notMuch = null;
08:47:23 		    ^
08:47:23   (variable initializer is 'null')
08:47:23 1 error
08:47:23 
08:47:23 
08:47:23 
08:47:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:23 --- javac err: ---
08:47:23 X.java:6: error: cannot infer type for local variable nothingHere
08:47:23 		var nothingHere = foo();
08:47:23 		    ^
08:47:23   (variable initializer is 'void')
08:47:23 1 error
08:47:23 
08:47:23 
08:47:23 
08:47:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:24 --- javac err: ---
08:47:24 X.java:2: error: 'var' not allowed here
08:47:24 	public enum var { V, A, R };
08:47:24 	            ^
08:47:24   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
08:47:24 1 error
08:47:24 
08:47:24 
08:47:24 
08:47:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:25 --- javac err: ---
08:47:25 X.java:3: error: cannot infer type for local variable myArray
08:47:25 		var myArray = { 1, 2, 3 };
08:47:25 		    ^
08:47:25   (array initializer needs an explicit target-type)
08:47:25 1 error
08:47:25 
08:47:25 
08:47:25 
08:47:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:26 --- javac err: ---
08:47:26 X.java:3: error: 'var' is not allowed as an element type of an array
08:47:26 		var myArray[] = new int[42];
08:47:26 		    ^
08:47:26 X.java:4: error: 'var' is not allowed as an element type of an array
08:47:26 		var[] moreArray = new int[1337];
08:47:26 		      ^
08:47:26 2 errors
08:47:26 
08:47:26 
08:47:26 
08:47:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:27 --- javac err: ---
08:47:27 X.java:3: error: cannot infer type for local variable a
08:47:27 		var a = 42 + a;
08:47:27 		    ^
08:47:27   (cannot use 'var' on self-referencing variable)
08:47:27 X.java:4: error: cannot infer type for local variable b
08:47:27 		var b = ((java.util.concurrent.Callable<Integer>)(() -> true ? 1 : b)).call();
08:47:27 		    ^
08:47:27   (cannot use 'var' on self-referencing variable)
08:47:27 2 errors
08:47:27 
08:47:27 
08:47:27 
08:47:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:28 --- javac err: ---
08:47:28 X.java:3: error: cannot infer type for local variable a
08:47:28 		var a = (int i) -> 42;
08:47:28 		    ^
08:47:28   (lambda expression needs an explicit target-type)
08:47:28 1 error
08:47:28 
08:47:28 
08:47:28 
08:47:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:29 --- javac err: ---
08:47:29 X.java:3: error: cannot infer type for local variable a
08:47:29 		var a = X::main;
08:47:29 		    ^
08:47:29   (method reference needs an explicit target-type)
08:47:29 1 error
08:47:29 
08:47:29 
08:47:29 
08:47:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:30 --- javac err: ---
08:47:30 X.java:3: error: cannot infer type for local variable a
08:47:30 		var a = args.length > 1 ? X::main : (int i) -> 42;
08:47:30 		    ^
08:47:30   (lambda expression needs an explicit target-type)
08:47:30 1 error
08:47:30 
08:47:30 
08:47:30 
08:47:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:31 
08:47:31 
08:47:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:32 --- javac err: ---
08:47:32 X.java:9: warning: [try] auto-closeable resource i2_Bar is never referenced in body of corresponding try statement
08:47:32         try (var i2_Bar = new Bar()) { } finally { }
08:47:32                  ^
08:47:32 X.java:10: warning: [try] auto-closeable resource i2_Bar is never referenced in body of corresponding try statement
08:47:32         try (var i2_Bar = new Bar(); var i3_Bar = new Bar()) { } finally { }
08:47:32                  ^
08:47:32 X.java:10: warning: [try] auto-closeable resource i3_Bar is never referenced in body of corresponding try statement
08:47:32         try (var i2_Bar = new Bar(); var i3_Bar = new Bar()) { } finally { }
08:47:32                                          ^
08:47:32 3 warnings
08:47:32 
08:47:32 
08:47:32 
08:47:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:33 
08:47:33 
08:47:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:34 
08:47:34 
08:47:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:35 --- javac err: ---
08:47:35 X.java:4: error: 'void' type not allowed here
08:47:35         for (var v : foo()) { }
08:47:35         ^
08:47:35 X.java:4: error: for-each not applicable to expression type
08:47:35         for (var v : foo()) { }
08:47:35                         ^
08:47:35   required: array or java.lang.Iterable
08:47:35   found:    void
08:47:35 2 errors
08:47:35 
08:47:35 
08:47:35 
08:47:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:36 --- javac err: ---
08:47:36 X.java:3: error: for-each not applicable to expression type
08:47:36         for (var v : null) { }
08:47:36                      ^
08:47:36   required: array or java.lang.Iterable
08:47:36   found:    <null>
08:47:36 1 error
08:47:36 
08:47:36 
08:47:36 
08:47:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:37 --- javac err: ---
08:47:37 X.java:6: error: annotation type not applicable to this kind of declaration
08:47:37 		@AnnM  var vm = strings;
08:47:37 		^
08:47:37 X.java:8: error: annotation type not applicable to this kind of declaration
08:47:37 		@AnnT  var vt = "";
08:47:37 		^
08:47:37 error: scoping construct cannot be annotated with type-use annotation: @a.AnnT
08:47:37 3 errors
08:47:37 
08:47:37 
08:47:37 
08:47:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:38 --- javac err: ---
08:47:38 X.java:3: error: 'var' is not allowed as an element type of an array
08:47:38         for (var[] v : args) { }
08:47:38                    ^
08:47:38 1 error
08:47:38 
08:47:38 
08:47:38 
08:47:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:39 
08:47:39 
08:47:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:39 
08:47:39 
08:47:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:40 --- javac err: ---
08:47:40 X.java:6: error: incompatible types: Integer cannot be converted to INT#1
08:47:40 		vi = yj.t;
08:47:40 		       ^
08:47:40   where INT#1 is an intersection type:
08:47:40     INT#1 extends Number,I
08:47:40 1 error
08:47:40 
08:47:40 
08:47:40 
08:47:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:41 --- javac err: ---
08:47:41 X.java:5: error: incompatible types: Y<Integer> cannot be converted to Y<? super Q>
08:47:41 		vy = yi;
08:47:41 		     ^
08:47:41   where Q is a type-variable:
08:47:41     Q extends Number,I declared in method <Q>foo(Y<? super Q>)
08:47:41 1 error
08:47:41 
08:47:41 
08:47:41 
08:47:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:42 --- javac err: ---
08:47:42 X.java:3: error: type argument ? extends I is not within bounds of type-variable T
08:47:42 		Y<? extends I> y = new Y<>();
08:47:42 		  ^
08:47:42   where T is a type-variable:
08:47:42     T extends Integer declared in class Y
08:47:42 1 error
08:47:42 
08:47:42 ----------------------------------------
08:47:42 org.eclipse.jdt.core.tests.compiler.regression.JEP286Test#testBug532349_002 - 12
08:47:42 X.java [
08:47:42 class X {
08:47:42 	public static void foo() {
08:47:42 		Y<? extends I> y = new Y<>();
08:47:42 		var v = y.t;
08:47:42 		Integer dsbType0 = v;
08:47:42 	}
08:47:42 }
08:47:42 interface I { }
08:47:42 class Y<T extends Integer> {
08:47:42 	public T t;
08:47:42 }
08:47:42 ]
08:47:42 
08:47:42 
08:47:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:43 --- javac err: ---
08:47:43 X.java:2: error: type argument ? extends I is not within bounds of type-variable T
08:47:43 	public static void foo(Y<? extends I> y) {
08:47:43 	                         ^
08:47:43   where T is a type-variable:
08:47:43     T extends Integer declared in class Y
08:47:43 1 error
08:47:43 
08:47:43 org.eclipse.jdt.core.tests.compiler.regression.JEP286Test#testBug532349_003 - 12
08:47:43 ----------------------------------------
08:47:43 X.java [
08:47:43 class X {
08:47:43 	public static void foo(Y<? extends I> y) {
08:47:43 		var v = y.t;
08:47:43 		Integer dsbType0 = v;
08:47:43 		I i = v;
08:47:43 	}
08:47:43 }
08:47:43 interface I { }
08:47:43 class Y<T extends Integer> {
08:47:43 	public T t;
08:47:43 }
08:47:43 ]
08:47:43 
08:47:43 
08:47:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:44 
08:47:44 
08:47:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:45 
08:47:45 
08:47:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:46 
08:47:46 
08:47:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:47 
08:47:47 
08:47:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:48 
08:47:48 
08:47:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:49 --- javac err: ---
08:47:49 X.java:7: error: incompatible types: I cannot be converted to Serializable
08:47:49 		Serializable s = v;
08:47:49 		                 ^
08:47:49 1 error
08:47:49 
08:47:49 
08:47:49 
08:47:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:50 --- javac err: ---
08:47:50 X.java:11: warning: [serial] serializable class D has no definition of serialVersionUID
08:47:50 class D implements I, Serializable { public void doSomething() {} }
08:47:50 ^
08:47:50 1 warning
08:47:50 
08:47:50 
08:47:50 
08:47:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:50 
08:47:50 
08:47:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:51 
08:47:51 
08:47:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:52 
08:47:52 
08:47:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:53 --- javac err: ---
08:47:53 X.java:2: warning: [rawtypes] found raw type: C
08:47:53 	public static void foo(A<? super C> ac) {
08:47:53 	                                 ^
08:47:53   missing type arguments for generic class C<T>
08:47:53   where T is a type-variable:
08:47:53     T extends Object declared in class C
08:47:53 X.java:3: warning: [rawtypes] found raw type: C
08:47:53 		C c = new C(100);
08:47:53 		^
08:47:53   missing type arguments for generic class C<T>
08:47:53   where T is a type-variable:
08:47:53     T extends Object declared in class C
08:47:53 X.java:3: warning: [rawtypes] found raw type: C
08:47:53 		C c = new C(100);
08:47:53 		          ^
08:47:53   missing type arguments for generic class C<T>
08:47:53   where T is a type-variable:
08:47:53     T extends Object declared in class C
08:47:53 X.java:3: warning: [unchecked] unchecked call to C(T) as a member of the raw type C
08:47:53 		C c = new C(100);
08:47:53 		      ^
08:47:53   where T is a type-variable:
08:47:53     T extends Object declared in class C
08:47:53 X.java:5: warning: [rawtypes] found raw type: C
08:47:53 		A<? super C> a1 = c1;
08:47:53 		          ^
08:47:53   missing type arguments for generic class C<T>
08:47:53   where T is a type-variable:
08:47:53     T extends Object declared in class C
08:47:53 X.java:6: warning: [rawtypes] found raw type: C
08:47:53 		A<? super C> a2 = new A<B>(new B());
08:47:53 		          ^
08:47:53   missing type arguments for generic class C<T>
08:47:53   where T is a type-variable:
08:47:53     T extends Object declared in class C
08:47:53 6 warnings
08:47:53 
08:47:53 
08:47:53 
08:47:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:54 --- javac err: ---
08:47:54 X.java:3: warning: [rawtypes] found raw type: A
08:47:54         return new A(t);
08:47:54                    ^
08:47:54   missing type arguments for generic class A<E>
08:47:54   where E is a type-variable:
08:47:54     E extends Object declared in class A
08:47:54 X.java:3: warning: [unchecked] unchecked call to A(E) as a member of the raw type A
08:47:54         return new A(t);
08:47:54                ^
08:47:54   where E is a type-variable:
08:47:54     E extends Object declared in class A
08:47:54 X.java:3: warning: [unchecked] unchecked conversion
08:47:54         return new A(t);
08:47:54                ^
08:47:54   required: A<T>
08:47:54   found:    A
08:47:54   where T is a type-variable:
08:47:54     T extends Object declared in method <T>m(T)
08:47:54 X.java:6: warning: [rawtypes] found raw type: A
08:47:54         return new A(u);
08:47:54                    ^
08:47:54   missing type arguments for generic class A<E>
08:47:54   where E is a type-variable:
08:47:54     E extends Object declared in class A
08:47:54 X.java:6: warning: [unchecked] unchecked call to A(A<E>) as a member of the raw type A
08:47:54         return new A(u);
08:47:54                ^
08:47:54   where E is a type-variable:
08:47:54     E extends Object declared in class A
08:47:54 X.java:6: warning: [unchecked] unchecked conversion
08:47:54         return new A(u);
08:47:54                ^
08:47:54   required: A<? extends U>
08:47:54   found:    A
08:47:54   where U is a type-variable:
08:47:54     U extends I1<?> declared in method <U>m2(A<? super U>)
08:47:54 X.java:9: warning: [rawtypes] found raw type: C
08:47:54         A<?> checkValue1 = new C(10);
08:47:54                                ^
08:47:54   missing type arguments for generic class C<T>
08:47:54   where T is a type-variable:
08:47:54     T extends Object declared in class C
08:47:54 X.java:9: warning: [unchecked] unchecked call to C(T) as a member of the raw type C
08:47:54         A<?> checkValue1 = new C(10);
08:47:54                            ^
08:47:54   where T is a type-variable:
08:47:54     T extends Object declared in class C
08:47:54 X.java:34: warning: [rawtypes] found raw type: A
08:47:54 class C<T> extends A implements I1 {
08:47:54                    ^
08:47:54   missing type arguments for generic class A<E>
08:47:54   where E is a type-variable:
08:47:54     E extends Object declared in class A
08:47:54 X.java:34: warning: [rawtypes] found raw type: I1
08:47:54 class C<T> extends A implements I1 {
08:47:54                                 ^
08:47:54   missing type arguments for generic class I1<E>
08:47:54   where E is a type-variable:
08:47:54     E extends Object declared in interface I1
08:47:54 X.java:36: warning: [unchecked] unchecked call to A(E) as a member of the raw type A
08:47:54         super(t);
08:47:54              ^
08:47:54   where E is a type-variable:
08:47:54     E extends Object declared in class A
08:47:54 11 warnings
08:47:54 
08:47:54 
08:47:54 
08:47:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:55 
08:47:55 
08:47:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:56 --- javac err: ---
08:47:56 X.java:4: warning: [try] auto-closeable resource Y<Boolean> has a member method close() that could throw InterruptedException
08:47:56 		try (var v = y) {
08:47:56 		         ^
08:47:56 X.java:9: warning: [try] auto-closeable resource Y<T> has a member method close() that could throw InterruptedException
08:47:56 class Y<T extends Boolean> implements AutoCloseable {
08:47:56 ^
08:47:56   where T is a type-variable:
08:47:56     T extends Boolean declared in class Y
08:47:56 2 warnings
08:47:56 
08:47:56 
08:47:56 
08:47:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:57 --- javac err: ---
08:47:57 X.java:3: error: non-static variable this cannot be referenced from a static context
08:47:57     Y<? super Number> y = new Y<Number>(); // Javac reports, ECJ accepts
08:47:57                           ^
08:47:57 1 error
08:47:57 
08:47:57 
08:47:57 
08:47:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:58 --- javac err: ---
08:47:58 X.java:4: error: for-each not applicable to expression type
08:47:58     for (var l : ef.t) {
08:47:58                    ^
08:47:58   required: array or java.lang.Iterable
08:47:58   found:    I<CAP#1>
08:47:58   where CAP#1 is a fresh type-variable:
08:47:58     CAP#1 extends Iterable<? super Y> from capture of ?
08:47:58 1 error
08:47:58 
08:47:58 
08:47:58 
08:47:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:58 ***************************************************************************
08:47:58 * Comparison with Sun Javac compiler for class Unicode10Test (null tests)
08:47:58 ***************************************************************************
08:47:59 
08:47:59 
08:47:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:47:59 ***************************************************************************
08:47:59 * Comparison with Sun Javac compiler for class JEP323VarLambdaParamsTest (null tests)
08:47:59 ***************************************************************************
08:48:00 --- javac err: ---
08:48:00 X.java:3: error: invalid lambda parameter declaration
08:48:00         I lam = (var  x, y) -> {System.out.println("SUCCESS " + x);};
08:48:00                 ^
08:48:00   (cannot mix 'var' and implicitly-typed parameters)
08:48:00 1 error
08:48:00 
08:48:00 
08:48:00 
08:48:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:01 --- javac err: ---
08:48:01 X.java:3: error: invalid lambda parameter declaration
08:48:01         I lam = (var  x, Integer y) -> {System.out.println("SUCCESS " + x);};
08:48:01                 ^
08:48:01   (cannot mix 'var' and explicitly-typed parameters)
08:48:01 1 error
08:48:01 
08:48:01 
08:48:01 
08:48:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:01 --- javac err: ---
08:48:01 X.java:3: error: invalid lambda parameter declaration
08:48:01         I lam = (Integer  x, var y) -> {System.out.println("SUCCESS " + x);};
08:48:01                 ^
08:48:01   (cannot mix 'var' and explicitly-typed parameters)
08:48:01 1 error
08:48:01 
08:48:01 
08:48:01 
08:48:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:02 --- javac err: ---
08:48:02 X.java:3: error: 'var' is not allowed as an element type of an array
08:48:02         I lam = (var  x, var y, var...s) -> {System.out.println("SUCCESS " + x);};
08:48:02                                       ^
08:48:02 1 error
08:48:02 
08:48:02 
08:48:02 
08:48:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:03 --- javac err: ---
08:48:03 X.java:3: error: invalid lambda parameter declaration
08:48:03         I lam = (var  x, Integer y, var...s) -> {System.out.println("SUCCESS " + x);};
08:48:03                 ^
08:48:03   (cannot mix 'var' and explicitly-typed parameters)
08:48:03 1 error
08:48:03 
08:48:03 
08:48:03 
08:48:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:04 --- javac err: ---
08:48:04 X.java:3: error: ';' expected
08:48:04         I lam = var  x -> {System.out.println("SUCCESS " + x);};
08:48:04                    ^
08:48:04 X.java:3: error: not a statement
08:48:04         I lam = var  x -> {System.out.println("SUCCESS " + x);};
08:48:04                      ^
08:48:04 2 errors
08:48:04 
08:48:04 
08:48:04 
08:48:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:05 
08:48:05 
08:48:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:06 
08:48:06 
08:48:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:07 
08:48:07 
08:48:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:08 
08:48:08 
08:48:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:09 
08:48:09 
08:48:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:10 
08:48:10 
08:48:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:11 
08:48:11 
08:48:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:12 --- javac err: ---
08:48:12 X.java:3: error: 'var' is not allowed as an element type of an array
08:48:12   FI x = (var i []) -> 5;
08:48:12               ^
08:48:12 1 error
08:48:12 
08:48:12 
08:48:12 
08:48:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:13 
08:48:13 
08:48:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:13 ***************************************************************************
08:48:13 * Comparison with Sun Javac compiler for class JEP181NestTest (null tests)
08:48:13 ***************************************************************************
08:48:14 
08:48:14 
08:48:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:15 
08:48:15 
08:48:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:16 
08:48:16 
08:48:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:17 
08:48:17 
08:48:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:18 
08:48:18 
08:48:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:19 
08:48:19 
08:48:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:20 
08:48:20 
08:48:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:24 
08:48:24 
08:48:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:25 
08:48:25 
08:48:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:26 --- javac err: ---
08:48:26 pack1/X.java:14: warning: [static] static variable should be qualified by type name, Y, instead of by an expression
08:48:26 		int i = y.priv_int;
08:48:26 		         ^
08:48:26 1 warning
08:48:26 
08:48:26 
08:48:26 
08:48:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:27 
08:48:27 
08:48:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:28 
08:48:28 
08:48:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:29 
08:48:29 
08:48:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:30 
08:48:30 
08:48:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:31 
08:48:31 
08:48:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:32 
08:48:32 
08:48:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:33 
08:48:33 
08:48:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:35 
08:48:35 
08:48:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:36 
08:48:36 
08:48:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:37 
08:48:37 
08:48:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:38 
08:48:38 
08:48:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:39 
08:48:39 
08:48:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:40 
08:48:40 
08:48:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:41 
08:48:41 
08:48:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:42 
08:48:42 
08:48:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:43 
08:48:43 
08:48:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:44 
08:48:44 
08:48:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:45 
08:48:45 
08:48:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:46 
08:48:46 
08:48:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:47 
08:48:47 
08:48:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:48 
08:48:48 
08:48:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:49 
08:48:49 
08:48:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:50 
08:48:50 
08:48:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:50 ***************************************************************************
08:48:50 * Comparison with Sun Javac compiler for class SwitchExpressionTest (null tests)
08:48:50 ***************************************************************************
08:48:51 --- javac err: ---
08:48:51 X.java:4: error: switch rules are a preview feature and are disabled by default.
08:48:51 			default -> 3;
08:48:51 			        ^
08:48:51   (use --enable-preview to enable switch rules)
08:48:51 X.java:4: error: not a statement
08:48:51 			default -> 3;
08:48:51 			           ^
08:48:51 2 errors
08:48:51 
08:48:51 
08:48:51 
08:48:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:52 --- javac err: ---
08:48:52 X.java:3: error: switch expressions are a preview feature and are disabled by default.
08:48:52 		int tw = switch (i) {
08:48:52 		         ^
08:48:52   (use --enable-preview to enable switch expressions)
08:48:52 X.java:4: error: switch rules are a preview feature and are disabled by default.
08:48:52 			case 0 -> i * 0;
08:48:52 			       ^
08:48:52   (use --enable-preview to enable switch rules)
08:48:52 2 errors
08:48:52 
08:48:52 
08:48:52 
08:48:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:52 --- javac err: ---
08:48:52 X.java:3: error: switch expressions are a preview feature and are disabled by default.
08:48:52 		int tw = switch (i) {
08:48:52 		         ^
08:48:52   (use --enable-preview to enable switch expressions)
08:48:52 X.java:4: error: switch rules are a preview feature and are disabled by default.
08:48:52 			case 0 -> 0;
08:48:52 			       ^
08:48:52   (use --enable-preview to enable switch rules)
08:48:52 2 errors
08:48:52 
08:48:52 
08:48:52 
08:48:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:52 ***************************************************************************
08:48:52 * Comparison with Sun Javac compiler for class Unicode11Test (null tests)
08:48:52 ***************************************************************************
08:48:53 
08:48:53 
08:48:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:54 ----------------------------------------
08:48:54 org.eclipse.jdt.core.tests.compiler.regression.Unicode11Test#test2 - 12
08:48:54 X.java [
08:48:54 public class X {
08:48:54 		public int a\u0560; // new unicode character in unicode 11.0 
08:48:54 }
08:48:54 ]
08:48:54 
08:48:54 
08:48:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:54 ***************************************************************************
08:48:54 * Comparison with Sun Javac compiler for class Jsr14Test (null tests)
08:48:54 ***************************************************************************
08:48:55 
08:48:55 
08:48:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:48:55 Tests run: 10069, Failures: 234, Errors: 0, Skipped: 0, Time elapsed: 9,801.001 s <<< FAILURE! - in org.eclipse.jdt.core.tests.compiler.regression.TestAll
08:48:55 testBug545383_01(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.942 s
08:48:55 testBug526996_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.579 s
08:48:55 testBug526996_002(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.298 s
08:48:55 testBug415066_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.026 s
08:48:55 testBug415066_002(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.01 s
08:48:55 test1(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.014 s
08:48:55 test2(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.054 s
08:48:55 test3(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.011 s
08:48:55 test4(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.001 s
08:48:55 test5(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0 s
08:48:55 test6(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.013 s
08:48:55 test7(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.015 s
08:48:55 testBug461250(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.011 s
08:48:55 testBug465048(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.04 s
08:48:55 testBug480545(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.002 s
08:48:55 testBug482254(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.056 s
08:48:55 testBug558517(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.385 s
08:48:55 testBug533210_0001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.021 s
08:48:55 testBug547900_01(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.005 s
08:48:55 testBug529654_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.01 s
08:48:55 testBug493336_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.014 s
08:48:55 testBug530299_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.004 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.311 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.256 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.994 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.278 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.347 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.804 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.956 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.029 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.833 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.845 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.007 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.02 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.92 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.863 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test014 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	long[] other = longs.clone();\n
08:48:55 	               ^^^^^^^^^^^^^\n
08:48:55 Type mismatch: cannot convert from Object to long[]\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	long[] other = longs.clone();\n
08:48:55 	               ^^^^^^^^^^^^^\n
08:48:55 Type mismatch: cannot convert from Object to long[]\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ArrayTest.test014(ArrayTest.java:415)
08:48:55 
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.944 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.952 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.947 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.836 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.025 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.29 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.819 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.982 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.906 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.005 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.833 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.954 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.071 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test034 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 356)\n
08:48:55 	if (rs != null)\n
08:48:55 	    ^^\n
08:48:55 Redundant null check: The variable rs cannot be null at this location\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 356)\n
08:48:55 	if (rs != null)\n
08:48:55 	    ^^\n
08:48:55 Redundant null check: The variable rs cannot be null at this location\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test034(AssignmentTest.java:413)
08:48:55 
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.828 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.859 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.615 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.321 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.123 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.829 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.807 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.84 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.826 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.855 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.829 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.885 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.995 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.93 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.883 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.896 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.876 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.861 s
08:48:55 test055_definite_unassignment_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.945 s
08:48:55 test056_definite_unassignment_infinite_for_loop - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.918 s
08:48:55 test057_definite_unassignment_infinite_while_loop - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.922 s
08:48:55 test058_definite_unassignment_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.959 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test058_definite_unassignment_try_finally - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:8: error: variable i might be assigned in loop\n
08:48:55         i = 0;\n
08:48:55         ^\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:8: error: variable i might be assigned in loop\n
08:48:55         i = 0;\n
08:48:55         ^\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test058_definite_unassignment_try_finally(AssignmentTest.java:1479)
08:48:55 
08:48:55 test059_definite_unassignment_assign_in_for_condition - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.945 s
08:48:55 test060_definite_unassignment_assign_in_for_condition - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.025 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.991 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.94 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.931 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.118 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.01 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test065 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 10)\n
08:48:55 	return foo && (foo = foo);\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The assignment to variable foo has no effect\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 10)\n
08:48:55 	return foo && (foo = foo);\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The assignment to variable foo has no effect\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test065(AssignmentTest.java:1893)
08:48:55 
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.997 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test066 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 7)\n
08:48:55 	if ((i = 3) != i) {\n
08:48:55 	    ^^^^^^^^^^^^\n
08:48:55 Comparing identical expressions\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 7)\n
08:48:55 	if ((i = 3) != i) {\n
08:48:55 	    ^^^^^^^^^^^^\n
08:48:55 Comparing identical expressions\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test066(AssignmentTest.java:1925)
08:48:55 
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.981 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test067 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 7)\n
08:48:55 	if ((s = "") != s) {\n
08:48:55 	    ^^^^^^^^^^^^^\n
08:48:55 Comparing identical expressions\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 7)\n
08:48:55 	if ((s = "") != s) {\n
08:48:55 	    ^^^^^^^^^^^^^\n
08:48:55 Comparing identical expressions\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test067(AssignmentTest.java:1956)
08:48:55 
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.921 s
08:48:55 testBug486908_A - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.043 s
08:48:55 testBug486908_B - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.932 s
08:48:55 testbug480989 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.968 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.024 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.198 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.992 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.983 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.006 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.931 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.055 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.029 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.032 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.017 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.026 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.017 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.995 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.999 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.996 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.007 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.001 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.005 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.03 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.013 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.022 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.013 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.017 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.009 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.024 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.056 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.019 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.98 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.997 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.008 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.99 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.981 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.024 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.001 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.997 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.025 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.049 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.012 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.995 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.003 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.996 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.047 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.029 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.038 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.047 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.031 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.05 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.09 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 0.985 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.995 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.917 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.988 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.003 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.149 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.015 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.977 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.924 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.95 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.043 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.953 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.935 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.885 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.892 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.915 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.86 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.924 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.889 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.998 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.12 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.979 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.921 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.917 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.011 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.99 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.05 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.025 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.998 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.998 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.094 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.174 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.99 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.037 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.93 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.895 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.954 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.901 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.934 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.054 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.035 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.092 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.988 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.009 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.048 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.866 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.904 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.868 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.994 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.001 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.02 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.993 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.058 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.013 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.008 s
08:48:55 test059b - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.003 s
08:48:55 test059c - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.033 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.069 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.006 s
08:48:55 test061b - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.959 s
08:48:55 test420283 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.05 s
08:48:55 test428388 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.911 s
08:48:55 test428388a - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.014 s
08:48:55 test428388b - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.995 s
08:48:55 test428388c - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.045 s
08:48:55 test428388d - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.02 s
08:48:55 test428388e - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.306 s
08:48:55 test428388f - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.449 s
08:48:55 test428388g - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.961 s
08:48:55 test428388h - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.916 s
08:48:55 test428388i - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.19 s
08:48:55 test428388j - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.088 s
08:48:55 test428522 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.061 s
08:48:55 test428522a - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.018 s
08:48:55 test428522b - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.029 s
08:48:55 test428522c - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.031 s
08:48:55 test441731 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.901 s
08:48:55 test448112 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.056 s
08:48:55 test461706 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.236 s
08:48:55 test461706a - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.208 s
08:48:55 test543727 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.39 s
08:48:55 test543727_notequals - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.087 s
08:48:55 test548647 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.829 s
08:48:55 test548647a - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.954 s
08:48:55 testAnonymous_bug520727 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.008 s
08:48:55 testBug428274 - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.011 s
08:48:55 testBug428274b - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.021 s
08:48:55 testBug428274c - 12(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.958 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.014 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.01 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.01 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.011 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.011 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.009 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.01 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.008 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.012 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.01 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.015 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.012 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.035 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.013 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.006 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.009 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.CollisionCase)  Time elapsed: 1.087 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.CollisionCase)  Time elapsed: 0.845 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.CollisionCase)  Time elapsed: 0.881 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.982 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.938 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.977 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.17 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.013 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.98 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.01 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.99 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.079 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.949 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.062 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.115 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.817 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.001 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.107 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.065 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.027 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.888 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.095 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.077 s
08:48:55 testAllConstants - 12(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.003 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.885 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.872 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.914 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.956 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.837 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.976 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.876 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.794 s
08:48:55 test008a - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.425 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.88 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.845 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.877 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.847 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.945 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.922 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.898 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.881 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.196 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.825 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.915 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.901 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.8 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.895 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.9 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.917 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.885 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.335 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.886 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.063 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.886 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.924 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.888 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.874 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.854 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.878 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.025 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.884 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.889 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.826 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.864 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.857 s
08:48:55 test412119a - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.848 s
08:48:55 test412119b - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.904 s
08:48:55 test412119c - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.918 s
08:48:55 test412119d - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.932 s
08:48:55 testBug537033 - 12(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.981 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.409 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.862 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.98 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.09 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.99 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.87 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.901 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.892 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.972 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.887 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.866 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.962 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.846 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.877 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.976 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.969 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.036 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.108 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.894 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.959 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.984 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.912 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.906 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.888 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.033 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.915 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.909 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.982 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.847 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.953 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.985 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.909 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.831 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.872 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.835 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.864 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.863 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.936 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.88 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.876 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.946 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.864 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.003 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.947 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 2.01 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.867 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.069 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.138 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.951 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.101 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.858 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.004 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.003 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.101 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.863 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.974 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.882 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.986 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.867 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.905 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.96 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.926 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.811 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.023 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.015 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.999 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.995 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.015 s
08:48:55 test068a - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 2.914 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.015 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.948 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.883 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.886 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.824 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.764 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.108 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.909 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.024 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.891 s
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.064 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.266 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.428 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.084 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.131 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.049 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.88 s
08:48:55 test088 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.804 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.855 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.834 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.884 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.898 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.892 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.981 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.819 s
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.912 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.917 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.97 s
08:48:55 test099 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.899 s
08:48:55 test100 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.009 s
08:48:55 test101 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.936 s
08:48:55 test102 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.938 s
08:48:55 test103 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.853 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test103 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in A.java (at line 2)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.x is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in A.java (at line 4)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.B.x is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in A.java (at line 5)\n
08:48:55 	private C c = new C() {\n
08:48:55 	          ^\n
08:48:55 The value of the field A.B.c is not used\n
08:48:55 ----------\n
08:48:55 4. WARNING in A.java (at line 6)\n
08:48:55 	void foo() {\n
08:48:55 	     ^^^^^\n
08:48:55 The method foo() from the type new A.C(){} is never used locally\n
08:48:55 ----------\n
08:48:55 5. WARNING in A.java (at line 12)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.C.x is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in A.java (at line 2)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.x is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in A.java (at line 4)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.B.x is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in A.java (at line 5)\n
08:48:55 	private C c = new C() {\n
08:48:55 	          ^\n
08:48:55 The value of the field A.B.c is not used\n
08:48:55 ----------\n
08:48:55 4. WARNING in A.java (at line 6)\n
08:48:55 	void foo() {\n
08:48:55 	     ^^^^^\n
08:48:55 The method foo() from the type new A.C(){} is never used locally\n
08:48:55 ----------\n
08:48:55 5. WARNING in A.java (at line 12)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.C.x is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.LookupTest.test103(LookupTest.java:3413)
08:48:55 
08:48:55 test104 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.877 s
08:48:55 test105 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.828 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test105 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in A.java (at line 2)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.x is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in A.java (at line 3)\n
08:48:55 	private C c = new C() {\n
08:48:55 	          ^\n
08:48:55 The value of the field A.c is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in A.java (at line 4)\n
08:48:55 	void foo() {\n
08:48:55 	     ^^^^^\n
08:48:55 The method foo() from the type new A.C(){} is never used locally\n
08:48:55 ----------\n
08:48:55 4. WARNING in A.java (at line 9)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.C.x is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in A.java (at line 2)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.x is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in A.java (at line 3)\n
08:48:55 	private C c = new C() {\n
08:48:55 	          ^\n
08:48:55 The value of the field A.c is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in A.java (at line 4)\n
08:48:55 	void foo() {\n
08:48:55 	     ^^^^^\n
08:48:55 The method foo() from the type new A.C(){} is never used locally\n
08:48:55 ----------\n
08:48:55 4. WARNING in A.java (at line 9)\n
08:48:55 	private int x;\n
08:48:55 	            ^\n
08:48:55 The value of the field A.C.x is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.LookupTest.test105(LookupTest.java:3537)
08:48:55 
08:48:55 test106 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.946 s
08:48:55 testBug537828 - 12(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.981 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 0.969 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 0.899 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 0.758 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 0.73 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 1.084 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.903 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.788 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.887 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.895 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test004 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public int unusedMethod() { return this.state; }\n
08:48:55 	           ^^^^^^^^^^^^^^\n
08:48:55 The method unusedMethod() from the type X.M is never used locally\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	public M (int state) { this.state = state;} \n
08:48:55 	       ^^^^^^^^^^^^^\n
08:48:55 The constructor X.M(int) is never used locally\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 6)\n
08:48:55 	public int unusedField = 0;\n
08:48:55 	           ^^^^^^^^^^^\n
08:48:55 The value of the field X.M.unusedField is not used\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 7)\n
08:48:55 	public class N {}\n
08:48:55 	             ^\n
08:48:55 The type X.M.N is never used locally\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public int unusedMethod() { return this.state; }\n
08:48:55 	           ^^^^^^^^^^^^^^\n
08:48:55 The method unusedMethod() from the type X.M is never used locally\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	public M (int state) { this.state = state;} \n
08:48:55 	       ^^^^^^^^^^^^^\n
08:48:55 The constructor X.M(int) is never used locally\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 6)\n
08:48:55 	public int unusedField = 0;\n
08:48:55 	           ^^^^^^^^^^^\n
08:48:55 The value of the field X.M.unusedField is not used\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 7)\n
08:48:55 	public class N {}\n
08:48:55 	             ^\n
08:48:55 The type X.M.N is never used locally\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test004(ProblemConstructorTest.java:151)
08:48:55 
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.928 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.905 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test006 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in A.java (at line 8)\n
08:48:55 	public B () { super(""); }\n
08:48:55 	       ^^^^\n
08:48:55 The constructor A.B() is never used locally\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in A.java (at line 8)\n
08:48:55 	public B () { super(""); }\n
08:48:55 	       ^^^^\n
08:48:55 The constructor A.B() is never used locally\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test006(ProblemConstructorTest.java:256)
08:48:55 
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.88 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.875 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.873 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test009 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in A.java (at line 7)\n
08:48:55 	public B () { super(""); }\n
08:48:55 	       ^^^^\n
08:48:55 The constructor C.B() is never used locally\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in A.java (at line 7)\n
08:48:55 	public B () { super(""); }\n
08:48:55 	       ^^^^\n
08:48:55 The constructor C.B() is never used locally\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test009(ProblemConstructorTest.java:316)
08:48:55 
08:48:55 test408038a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.889 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test408038a - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public Y() {}\n
08:48:55 	       ^^^\n
08:48:55 The constructor X.Y() is never used locally\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public Y() {}\n
08:48:55 	       ^^^\n
08:48:55 The constructor X.Y() is never used locally\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038a(ProblemConstructorTest.java:344)
08:48:55 
08:48:55 test408038b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.9 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test408038b - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public Y() {}\n
08:48:55 	       ^^^\n
08:48:55 The constructor X.Y() is never used locally\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public Y() {}\n
08:48:55 	       ^^^\n
08:48:55 The constructor X.Y() is never used locally\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038b(ProblemConstructorTest.java:376)
08:48:55 
08:48:55 test408038c - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.969 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test408038c - Javac found warning(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
08:48:55 	private static class Y implements Externalizable {\n
08:48:55 	               ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
08:48:55 	private static class Y implements Externalizable {\n
08:48:55 	               ^\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038c(ProblemConstructorTest.java:408)
08:48:55 
08:48:55 test408038d - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.959 s
08:48:55 test408038e - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.859 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test408038e - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	private X(int x) {i = x;}\n
08:48:55 	        ^^^^^^^^\n
08:48:55 The constructor X(int) is never used locally\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	private X(int x) {i = x;}\n
08:48:55 	        ^^^^^^^^\n
08:48:55 The constructor X(int) is never used locally\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038e(ProblemConstructorTest.java:492)
08:48:55 
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.872 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.85 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.865 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.697 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.937 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.974 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.97 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.955 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.948 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.94 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.771 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.742 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.924 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.915 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.922 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.912 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.895 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.93 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.875 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.831 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.958 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.806 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.824 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.848 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.839 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.797 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.801 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.922 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.807 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.602 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.848 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.864 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.834 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.824 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.603 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.814 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.658 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.807 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.681 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.82 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.626 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.832 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.622 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.835 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.619 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.847 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.614 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.809 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.633 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.841 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.642 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.862 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.847 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.854 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.62 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.64 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.687 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.801 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.877 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.824 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.849 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.831 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.811 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.874 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.825 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.814 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.079 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.951 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.923 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.831 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.837 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.866 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.81 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.129 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.858 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.86 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.847 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.911 s
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.837 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.895 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.969 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.05 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.937 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.813 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.854 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.831 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.89 s
08:48:55 test088 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.906 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.07 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.9 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.204 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.896 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.921 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.913 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.77 s
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.892 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.852 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.189 s
08:48:55 test099 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.097 s
08:48:55 test099a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.961 s
08:48:55 test099b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.943 s
08:48:55 test100 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.87 s
08:48:55 test101 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.828 s
08:48:55 test102 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.857 s
08:48:55 test103 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.844 s
08:48:55 test104 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.715 s
08:48:55 test105 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.878 s
08:48:55 test106 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.857 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.752 s
08:48:55 test108 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.144 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test108 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:48:55 	@SuppressWarnings("synthetic-access")\n
08:48:55 	                  ^^^^^^^^^^^^^^^^^^\n
08:48:55 Unnecessary @SuppressWarnings("synthetic-access")\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:48:55 	@SuppressWarnings("synthetic-access")\n
08:48:55 	                  ^^^^^^^^^^^^^^^^^^\n
08:48:55 Unnecessary @SuppressWarnings("synthetic-access")\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest.test108(ProblemTypeAndMethodTest.java:5750)
08:48:55 
08:48:55 test109 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.207 s
08:48:55 test110 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.25 s
08:48:55 test111 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.363 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test111 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:48:55 	@SuppressWarnings("synthetic-access")\n
08:48:55 	                  ^^^^^^^^^^^^^^^^^^\n
08:48:55 Unnecessary @SuppressWarnings("synthetic-access")\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:48:55 	@SuppressWarnings("synthetic-access")\n
08:48:55 	                  ^^^^^^^^^^^^^^^^^^\n
08:48:55 Unnecessary @SuppressWarnings("synthetic-access")\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest.test111(ProblemTypeAndMethodTest.java:6015)
08:48:55 
08:48:55 test112 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.222 s
08:48:55 test113 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.878 s
08:48:55 test114 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.928 s
08:48:55 test115 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.923 s
08:48:55 test116a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.97 s
08:48:55 test116b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.891 s
08:48:55 test117a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.977 s
08:48:55 test117b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.103 s
08:48:55 test118 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.929 s
08:48:55 test119 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.943 s
08:48:55 test120 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.933 s
08:48:55 test121 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.924 s
08:48:55 test122 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.897 s
08:48:55 test123 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.892 s
08:48:55 test124a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.877 s
08:48:55 test124b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.884 s
08:48:55 test354502 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.907 s
08:48:55 test360164 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.09 s
08:48:55 test376550_10a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.943 s
08:48:55 test376550_10b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.961 s
08:48:55 test376550_11 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.427 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test376550_11 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	return new ArrayList<Object>() {\n
08:48:55 	           ^^^^^^^^^^^^^^^^^^^\n
08:48:55 The serializable class  does not declare a static final serialVersionUID field of type long\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	return new ArrayList<Object>() {\n
08:48:55 	           ^^^^^^^^^^^^^^^^^^^\n
08:48:55 The serializable class  does not declare a static final serialVersionUID field of type long\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest.test376550_11(ProblemTypeAndMethodTest.java:8181)
08:48:55 
08:48:55 test376550_11a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.099 s
08:48:55 test376550_12 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.21 s
08:48:55 test376550_13 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.119 s
08:48:55 test376550_1a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.918 s
08:48:55 test376550_1b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.871 s
08:48:55 test376550_2a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.894 s
08:48:55 test376550_2b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.881 s
08:48:55 test376550_3a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.915 s
08:48:55 test376550_3b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.926 s
08:48:55 test376550_4a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.896 s
08:48:55 test376550_4b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.893 s
08:48:55 test376550_5a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.88 s
08:48:55 test376550_5aa - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.934 s
08:48:55 test376550_5b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.947 s
08:48:55 test376550_6a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.839 s
08:48:55 test376550_6b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.908 s
08:48:55 test376550_7a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.887 s
08:48:55 test376550_7b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.893 s
08:48:55 test376550_8a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.855 s
08:48:55 test376550_8b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.873 s
08:48:55 test376550_9a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.898 s
08:48:55 test376550_9b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.892 s
08:48:55 test378674_comment0 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.964 s
08:48:55 test378674_comment11 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.906 s
08:48:55 test378674_comment1b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.956 s
08:48:55 test378674_comment1c - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.946 s
08:48:55 test378674_comment2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.947 s
08:48:55 test378674_comment21a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.86 s
08:48:55 test378674_comment21b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.265 s
08:48:55 test378674_comment21c - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.863 s
08:48:55 test378674_comment21d - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.904 s
08:48:55 test378674_comment3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.975 s
08:48:55 test378674_comment5a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.005 s
08:48:55 test378674_comment5b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.942 s
08:48:55 test378674_comment9 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.953 s
08:48:55 test379530 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.957 s
08:48:55 test393781 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.958 s
08:48:55 test406396 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.88 s
08:48:55 test406396a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.871 s
08:48:55 testBug335845a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.897 s
08:48:55 testBug335845b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.85 s
08:48:55 testBug335845c - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.875 s
08:48:55 testBug335845d - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.902 s
08:48:55 testBug335845e - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.899 s
08:48:55 testBug335845f - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.946 s
08:48:55 testBug335845g - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.679 s
08:48:55 testBug542829 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.872 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.008 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.056 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.998 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.976 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.011 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.992 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.002 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.921 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test045 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 _X.java:5: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0001;\n
08:48:55 		       ^\n
08:48:55 _X.java:6: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0002;\n
08:48:55 		       ^\n
08:48:55 _X.java:7: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0003;\n
08:48:55 		       ^\n
08:48:55 _X.java:8: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0004;\n
08:48:55 		       ^\n
08:48:55 _X.java:9: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0005;\n
08:48:55 		       ^\n
08:48:55 _X.java:10: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0006;\n
08:48:55 		       ^\n
08:48:55 _X.java:11: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0007;\n
08:48:55 		       ^\n
08:48:55 _X.java:12: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0008;\n
08:48:55 		       ^\n
08:48:55 _X.java:13: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u000e;\n
08:48:55 		       ^\n
08:48:55 _X.java:14: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u000f;\n
08:48:55 		       ^\n
08:48:55 _X.java:15: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0010;\n
08:48:55 		       ^\n
08:48:55 _X.java:16: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0011;\n
08:48:55 		       ^\n
08:48:55 _X.java:17: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0012;\n
08:48:55 		       ^\n
08:48:55 _X.java:18: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0013;\n
08:48:55 		       ^\n
08:48:55 _X.java:19: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0014;\n
08:48:55 		       ^\n
08:48:55 _X.java:20: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0015;\n
08:48:55 		       ^\n
08:48:55 _X.java:21: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0016;\n
08:48:55 		       ^\n
08:48:55 _X.java:22: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0017;\n
08:48:55 		       ^\n
08:48:55 _X.java:23: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0018;\n
08:48:55 		       ^\n
08:48:55 _X.java:24: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0019;\n
08:48:55 		       ^\n
08:48:55 _X.java:25: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u001a;\n
08:48:55 		       ^\n
08:48:55 _X.java:26: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u001b;\n
08:48:55 		       ^\n
08:48:55 _X.java:27: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u007f;\n
08:48:55 		       ^\n
08:48:55 23 errors\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[_X.java:5: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0001;\n
08:48:55 		       ^\n
08:48:55 _X.java:6: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0002;\n
08:48:55 		       ^\n
08:48:55 _X.java:7: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0003;\n
08:48:55 		       ^\n
08:48:55 _X.java:8: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0004;\n
08:48:55 		       ^\n
08:48:55 _X.java:9: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0005;\n
08:48:55 		       ^\n
08:48:55 _X.java:10: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0006;\n
08:48:55 		       ^\n
08:48:55 _X.java:11: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0007;\n
08:48:55 		       ^\n
08:48:55 _X.java:12: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0008;\n
08:48:55 		       ^\n
08:48:55 _X.java:13: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u000e;\n
08:48:55 		       ^\n
08:48:55 _X.java:14: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u000f;\n
08:48:55 		       ^\n
08:48:55 _X.java:15: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0010;\n
08:48:55 		       ^\n
08:48:55 _X.java:16: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0011;\n
08:48:55 		       ^\n
08:48:55 _X.java:17: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0012;\n
08:48:55 		       ^\n
08:48:55 _X.java:18: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0013;\n
08:48:55 		       ^\n
08:48:55 _X.java:19: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0014;\n
08:48:55 		       ^\n
08:48:55 _X.java:20: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0015;\n
08:48:55 		       ^\n
08:48:55 _X.java:21: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0016;\n
08:48:55 		       ^\n
08:48:55 _X.java:22: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0017;\n
08:48:55 		       ^\n
08:48:55 _X.java:23: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0018;\n
08:48:55 		       ^\n
08:48:55 _X.java:24: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u0019;\n
08:48:55 		       ^\n
08:48:55 _X.java:25: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u001a;\n
08:48:55 		       ^\n
08:48:55 _X.java:26: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u001b;\n
08:48:55 		       ^\n
08:48:55 _X.java:27: error: variable i is already defined in method main(String[])\n
08:48:55 		String i\u007f;\n
08:48:55 		       ^\n
08:48:55 23 errors\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ScannerTest.test045(ScannerTest.java:961)
08:48:55 
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.002 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.002 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.806 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.918 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.787 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.83 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.784 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.854 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.753 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.865 s
08:48:55 testBug422760 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 testBug531716_001_since_13 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 testBug531716_001_since_13_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.914 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.869 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.87 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.954 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.006 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.909 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.885 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.98 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.979 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.926 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.996 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.995 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.04 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.924 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test014 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 18)\n
08:48:55 	case 6://WRONG\n
08:48:55 	^^^^^^\n
08:48:55 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:8: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 2://OK\n
08:48:55 			^\n
08:48:55 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 3://OK\n
08:48:55 			^\n
08:48:55 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 4://OK\n
08:48:55 			^\n
08:48:55 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 6://WRONG\n
08:48:55 			^\n
08:48:55 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 7://OK\n
08:48:55 			^\n
08:48:55 5 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 18)\n
08:48:55 	case 6://WRONG\n
08:48:55 	^^^^^^\n
08:48:55 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 2://OK\n
08:48:55 			^\n
08:48:55 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 3://OK\n
08:48:55 			^\n
08:48:55 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 4://OK\n
08:48:55 			^\n
08:48:55 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 6://WRONG\n
08:48:55 			^\n
08:48:55 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 7://OK\n
08:48:55 			^\n
08:48:55 5 warnings]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test014(SwitchTest.java:610)
08:48:55 
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.979 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test015 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 18)\n
08:48:55 	case 6://WRONG\n
08:48:55 	^^^^^^\n
08:48:55 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:8: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 2://OK\n
08:48:55 			^\n
08:48:55 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 3://OK\n
08:48:55 			^\n
08:48:55 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 4://OK\n
08:48:55 			^\n
08:48:55 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 6://WRONG\n
08:48:55 			^\n
08:48:55 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 7://OK\n
08:48:55 			^\n
08:48:55 5 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 18)\n
08:48:55 	case 6://WRONG\n
08:48:55 	^^^^^^\n
08:48:55 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 2://OK\n
08:48:55 			^\n
08:48:55 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 3://OK\n
08:48:55 			^\n
08:48:55 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 4://OK\n
08:48:55 			^\n
08:48:55 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 6://WRONG\n
08:48:55 			^\n
08:48:55 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 7://OK\n
08:48:55 			^\n
08:48:55 5 warnings]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test015(SwitchTest.java:653)
08:48:55 
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.967 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test016 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 8)\n
08:48:55 	case 2://WRONG\n
08:48:55 	^^^^^^\n
08:48:55 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:8: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 2://WRONG\n
08:48:55 			^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 8)\n
08:48:55 	case 2://WRONG\n
08:48:55 	^^^^^^\n
08:48:55 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
08:48:55 			case 2://WRONG\n
08:48:55 			^\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test016(SwitchTest.java:696)
08:48:55 
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.923 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test017 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 10)\n
08:48:55 	default :\n
08:48:55 	^^^^^^^\n
08:48:55 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 			default :\n
08:48:55 			^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 10)\n
08:48:55 	default :\n
08:48:55 	^^^^^^^\n
08:48:55 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 			default :\n
08:48:55 			^\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test017(SwitchTest.java:725)
08:48:55 
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.871 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.002 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.055 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.027 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.994 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.243 s
08:48:55 test383643 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.882 s
08:48:55 test387146a - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.01 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test387146a - Javac found warning(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 		case 2:\n
08:48:55 		^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 		case 2:\n
08:48:55 		^\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test387146a(SwitchTest.java:2572)
08:48:55 
08:48:55 test387146b - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.936 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test387146b - Javac found warning(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 		case 2:\n
08:48:55 		^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
08:48:55 		case 2:\n
08:48:55 		^\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test387146b(SwitchTest.java:2601)
08:48:55 
08:48:55 test393537 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.972 s
08:48:55 test410892 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.915 s
08:48:55 test410892_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.928 s
08:48:55 test410892_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.93 s
08:48:55 test410892_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.937 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test410892_4 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	int var2 = 0;\n
08:48:55 	    ^^^^\n
08:48:55 The value of the local variable var2 is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	int var2 = 0;\n
08:48:55 	    ^^^^\n
08:48:55 The value of the local variable var2 is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test410892_4(SwitchTest.java:2782)
08:48:55 
08:48:55 test410892_5 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.961 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test410892_5 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	int var2 = 0;\n
08:48:55 	    ^^^^\n
08:48:55 The value of the local variable var2 is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	int var2 = 0;\n
08:48:55 	    ^^^^\n
08:48:55 The value of the local variable var2 is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test410892_5(SwitchTest.java:2817)
08:48:55 
08:48:55 test410892_6 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.919 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test410892_6 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	int var2 = 0;\n
08:48:55 	    ^^^^\n
08:48:55 The value of the local variable var2 is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	int var2 = 0;\n
08:48:55 	    ^^^^\n
08:48:55 The value of the local variable var2 is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test410892_6(SwitchTest.java:2853)
08:48:55 
08:48:55 test526911 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.25 s
08:48:55 test526911a - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.468 s
08:48:55 testBreakOut - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.108 s
08:48:55 testBug374605 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.849 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug374605 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in p\X.java (at line 4)\n
08:48:55 	switch (i) {\n
08:48:55 	        ^\n
08:48:55 The switch statement should have a default case\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in p\X.java (at line 4)\n
08:48:55 	switch (i) {\n
08:48:55 	        ^\n
08:48:55 The switch statement should have a default case\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.testBug374605(SwitchTest.java:2144)
08:48:55 
08:48:55 testBug380927 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.984 s
08:48:55 testBug380927a - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.016 s
08:48:55 testBug380927b - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.022 s
08:48:55 testBug380927c - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.009 s
08:48:55 testBug380927d - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.923 s
08:48:55 testBug380927e - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.893 s
08:48:55 testBug380927f - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.99 s
08:48:55 testBug380927g - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.933 s
08:48:55 testBug381172 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.97 s
08:48:55 testBug383629 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.973 s
08:48:55 testBug533475 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.025 s
08:48:55 testBug545518 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0 s
08:48:55 testCaseTypeMismatch - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.916 s
08:48:55 testCaseTypeMismatch2 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.076 s
08:48:55 testCaseTypeMismatch3 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.02 s
08:48:55 testDuplicateCase - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.884 s
08:48:55 testDuplicateCase2 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.886 s
08:48:55 testDuplicateCase3 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.903 s
08:48:55 testDuplicateHashCode - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.106 s
08:48:55 testDuplicateHashCode2 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.094 s
08:48:55 testFallThrough - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.105 s
08:48:55 testFallThrough2 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.199 s
08:48:55 testFor356002 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.053 s
08:48:55 testFor356002_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.007 s
08:48:55 testFor356002_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.015 s
08:48:55 testMarysLamb - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.04 s
08:48:55 testMultipleSwitches - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.27 s
08:48:55 testNestedSwitches - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.032 s
08:48:55 testNullCase - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.892 s
08:48:55 testSideEffect - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.991 s
08:48:55 testStringSwitchAtJDK6 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.877 s
08:48:55 testSwitchOnNull - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.177 s
08:48:55 testVariableCase - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.863 s
08:48:55 testVariableCaseFinal - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.897 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.898 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.908 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.895 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.947 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.963 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.012 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.952 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.985 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.056 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.109 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.071 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.126 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.012 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.085 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.127 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.015 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.104 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.997 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.034 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.068 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.002 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.049 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.978 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.925 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.083 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.026 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.994 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.013 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.992 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.024 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.912 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.293 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.061 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.113 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.036 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.018 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.029 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.112 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.134 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.985 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.99 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.027 s
08:48:55 test042_not_shared - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.001 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.094 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.982 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.009 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.933 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.844 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.991 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.011 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.034 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.069 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.009 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.021 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.091 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.023 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.064 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.03 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.923 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.902 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.044 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.023 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.029 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.906 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.831 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.012 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.041 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.945 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.885 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.862 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.845 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.855 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.927 s
08:48:55 testBug387612 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.947 s
08:48:55 testBug387612b - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 0.966 s
08:48:55 testBug387612c - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.885 s
08:48:55 test01 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test02 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test03 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test04 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test05 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test06 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test07 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test08 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test09 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test10 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test11 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test12 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test13 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test14 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test15 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test16 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test17 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test18 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test19 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test20 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test21 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test22 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test23 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test24 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test25 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test26 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test27 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test28 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test29 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test30 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test31 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test32 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test33 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test34 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test35 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test36 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test37 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test38 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test39 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test40 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test41 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test42 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test43 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test44 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test45 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test46 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test47 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test48 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test49 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test50 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test51 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test52 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test53 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test54 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test56 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test57 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test58 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test59 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test60 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test61 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test62 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test63 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test64 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test65 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test66 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test67 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test68 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test69 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test70 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test71 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test71b - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test72 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
08:48:55 test72b - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test73 - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test73b - 12(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.743 s
08:48:55 test0016 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.365 s
08:48:55 test0017 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.341 s
08:48:55 test0018 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.191 s
08:48:55 test0019 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.183 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.603 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.606 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.632 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.117 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.771 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.608 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.302 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.363 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.157 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.214 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.167 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.431 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.151 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.316 s
08:48:55 test368435 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.869 s
08:48:55 test368435b - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.98 s
08:48:55 test368435c - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 3.164 s
08:48:55 testBug519070 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 93.919 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.InternalScannerTest)  Time elapsed: 0 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.InternalScannerTest)  Time elapsed: 0.001 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.094 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.004 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.067 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.015 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.063 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.005 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.027 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.011 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.209 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.342 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.191 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.168 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.207 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 0.978 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 0.993 s
08:48:55 test427625 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.024 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test427625 - Javac found warning(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:48:55 		c.add(b ? new Integer(1)\n
08:48:55 		          ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:48:55 		c.add(b ? new Integer(1)\n
08:48:55 		          ^\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest.test427625(ConditionalExpressionTest.java:529)
08:48:55 
08:48:55 test437444_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.011 s
08:48:55 test437444_c113 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 0.949 s
08:48:55 test484425 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.023 s
08:48:55 testBug432487 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 0.946 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.89 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.902 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.777 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.941 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.871 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.781 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.87 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.95 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.091 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.978 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.931 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.958 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.926 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.975 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.919 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.904 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.773 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.751 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.766 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.799 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.866 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.807 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.803 s
08:48:55 test443456 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.024 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.976 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.958 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.903 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.892 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.943 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.893 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.982 s
08:48:55 testDuplicateImports1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.209 s
08:48:55 testDuplicateImports2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.317 s
08:48:55 testDuplicateImports3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.126 s
08:48:55 testImportStaticProblems - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.012 s
08:48:55 testImportUnresolved - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.005 s
08:48:55 testImportUnresolved_fatal - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.01 s
08:48:55 testImportVariousProblems - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.011 s
08:48:55 testPackageConflict - 12(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.009 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.946 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.84 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.862 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.894 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.847 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.969 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.917 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.045 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.957 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.905 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.911 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.899 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.926 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.898 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.001 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.868 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.894 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.886 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.085 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.93 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.135 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.957 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.997 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.989 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.992 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.866 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.007 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.903 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.912 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.851 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.949 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.062 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.896 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.932 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.085 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.865 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.016 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.945 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.909 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.894 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test046 - Javac found error(s) but Eclipse only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	for (final int i; 0 < (i = 1); i = i + 1) {\n
08:48:55 	                               ^^^^^^^^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:3: error: variable i might be assigned in loop\n
08:48:55     for (final int i; 0 < (i = 1); i = i + 1) {\n
08:48:55                            ^\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	for (final int i; 0 < (i = 1); i = i + 1) {\n
08:48:55 	                               ^^^^^^^^^\n
08:48:55 Dead code\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:3: error: variable i might be assigned in loop\n
08:48:55     for (final int i; 0 < (i = 1); i = i + 1) {\n
08:48:55                            ^\n
08:48:55 1 error]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test046(FlowAnalysisTest.java:1422)
08:48:55 
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.031 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.005 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.004 s
08:48:55 test050_definite_assigment_and_if_true - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.888 s
08:48:55 test051_definite_assigment_and_if_true - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.921 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.871 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.867 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.883 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.928 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.87 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.909 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test057 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 5)\n
08:48:55 	i++) {//dead code\n
08:48:55 	^^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	break;\n
08:48:55 	^^^^^^\n
08:48:55 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 5)\n
08:48:55 	i++) {//dead code\n
08:48:55 	^^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	break;\n
08:48:55 	^^^^^^\n
08:48:55 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test057(FlowAnalysisTest.java:1782)
08:48:55 
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.923 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.842 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.97 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.974 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.91 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.911 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test063 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	new IllegalArgumentException("You must not bar!");\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 The allocated object is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	new IllegalArgumentException("You must not bar!");\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 The allocated object is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test063(FlowAnalysisTest.java:2042)
08:48:55 
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.872 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test064 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	new String("You must not bar!");\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 The allocated object is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	new String("You must not bar!");\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 The allocated object is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test064(FlowAnalysisTest.java:2068)
08:48:55 
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.002 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.962 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.984 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.997 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.87 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test069 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	new Object() {};\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 The allocated object is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	new Object() {};\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 The allocated object is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test069(FlowAnalysisTest.java:2184)
08:48:55 
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.937 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test070 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	Object first = true ? null : "";        \n
08:48:55 	                             ^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	Object first = true ? null : "";        \n
08:48:55 	                             ^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test070(FlowAnalysisTest.java:2209)
08:48:55 
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.884 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test071 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 9)\n
08:48:55 	throw new IOException();\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	throw new IOException();\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 9)\n
08:48:55 	throw new IOException();\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	throw new IOException();\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test071(FlowAnalysisTest.java:2233)
08:48:55 
08:48:55 testBug338234a - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.897 s
08:48:55 testBug338234b - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.944 s
08:48:55 testBug338234c - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.908 s
08:48:55 testBug338234d - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.879 s
08:48:55 testBug380313 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.012 s
08:48:55 testBug380313b - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.014 s
08:48:55 testBug380750 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.02 s
08:48:55 testBug391517 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.979 s
08:48:55 testBug415997a - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.931 s
08:48:55 testBug415997b - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.95 s
08:48:55 testBug415997c - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.986 s
08:48:55 testBug499809 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.131 s
08:48:55 testBug499809a - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1 s
08:48:55 testBug506315 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.934 s
08:48:55 testBug537804_comment0 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.911 s
08:48:55 testBug537804_comment5 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.888 s
08:48:55 testBug548318_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.001 s
08:48:55 testBug548318_007 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_009 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_010 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_011 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_012 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_012b - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.001 s
08:48:55 testBug548318_013 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_014 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_015 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_016 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_017 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_018 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_019 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_020 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_021 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_022 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_023 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_024 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_025 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.001 s
08:48:55 testBug548318_026 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_027 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_028 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_029 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testBug548318_030 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
08:48:55 testCloseable1 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.937 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testCloseable1 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 7)\n
08:48:55 	FileReader fileReader = new FileReader(file); // not closed\n
08:48:55 	           ^^^^^^^^^^\n
08:48:55 Resource leak: 'fileReader' is never closed\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 7)\n
08:48:55 	FileReader fileReader = new FileReader(file); // not closed\n
08:48:55 	           ^^^^^^^^^^\n
08:48:55 Resource leak: 'fileReader' is never closed\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.testCloseable1(FlowAnalysisTest.java:2383)
08:48:55 
08:48:55 testCloseable2 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.059 s
08:48:55 testLocalClassInInitializer1 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.004 s
08:48:55 testLocalClassInInitializer2 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.827 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0.001 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0.001 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0.001 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
08:48:55 test0500_synchronization - 12(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 1.096 s
08:48:55 test0600_reflection - 12(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 1.029 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test0600_reflection: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$3@15324f25 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests.test0600_reflection(RuntimeTests.java:148)
08:48:55 
08:48:55 test0601_reflection - 12(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 1.037 s
08:48:55 test1000_partial_rebuild - 12(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 2.064 s
08:48:55 test1001_partial_rebuild - 12(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 2.003 s
08:48:55 test1002_partial_rebuild - 12(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 1.964 s
08:48:55 test1003_partial_rebuild - 12(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 1.938 s
08:48:55 test1004_partial_rebuild - 12(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 2 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest)  Time elapsed: 0.954 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest)  Time elapsed: 0.984 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest)  Time elapsed: 1.066 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest)  Time elapsed: 0.991 s
08:48:55 test0001_simple_local - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.862 s
08:48:55 test0002_simple_field - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.888 s
08:48:55 test0003_simple_parameter - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.824 s
08:48:55 test0004_final_local - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.878 s
08:48:55 test0005_final_local - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.881 s
08:48:55 test0006_final_local - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.832 s
08:48:55 test0007_local_with_member - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.871 s
08:48:55 test0008_local_with_member - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.894 s
08:48:55 test0009_local_with_member - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.989 s
08:48:55 test0010_field_with_method_call - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.964 s
08:48:55 test0011_field_with_method_call - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.984 s
08:48:55 test0012_field_with_method_call - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.984 s
08:48:55 test0013_field_with_method_call - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.979 s
08:48:55 test0014_field_with_explicit_this_access - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.852 s
08:48:55 test0015_field_with_explicit_this_access - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.868 s
08:48:55 test0016_field_of_another_object - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.959 s
08:48:55 test0017_field_of_another_object - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.96 s
08:48:55 test0018_field_of_enclosing_object - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.892 s
08:48:55 test0019_field_synchronized - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.886 s
08:48:55 test0020_final_field - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.865 s
08:48:55 test0021_final_field - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.854 s
08:48:55 test0022_final_field - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.87 s
08:48:55 test0023_field_assignment - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.935 s
08:48:55 test0024_field_cast_assignment - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.963 s
08:48:55 test0025_parameter - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.989 s
08:48:55 test0026_suppress_warnings - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.96 s
08:48:55 test0027_embedded_comparison - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.876 s
08:48:55 test0028_field_as_initializer - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.94 s
08:48:55 test0029_field_assignment - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.851 s
08:48:55 test0030_conditional_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.871 s
08:48:55 test0031_conditional_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.85 s
08:48:55 test0032_conditional_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.022 s
08:48:55 test0033_conditional_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.934 s
08:48:55 test0034_conditional_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.91 s
08:48:55 test0034_conditional_expression_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1 s
08:48:55 test0034_conditional_expression_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.9 s
08:48:55 test0035_conditional_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.051 s
08:48:55 test0036_conditional_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.859 s
08:48:55 test0037_autounboxing_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.933 s
08:48:55 test0037_autounboxing_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.949 s
08:48:55 test0037_autounboxing_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.947 s
08:48:55 test0037_autounboxing_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.944 s
08:48:55 test0037_autounboxing_5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.959 s
08:48:55 test0037_autounboxing_6 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.969 s
08:48:55 test0037_conditional_expression_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.906 s
08:48:55 test0037_conditional_expression_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.918 s
08:48:55 test0037_conditional_expression_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.898 s
08:48:55 test0037_conditional_expression_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.891 s
08:48:55 test0037_conditional_expression_5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.9 s
08:48:55 test0040_autoboxing_compound_assignment - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.9 s
08:48:55 test0041_autoboxing_increment_operator - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.913 s
08:48:55 test0042_autoboxing_literal - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.903 s
08:48:55 test0043_autoboxing_literal - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.891 s
08:48:55 test0044_autoboxing - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.988 s
08:48:55 test0045_autoboxing_operator - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.967 s
08:48:55 test0050_array - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.961 s
08:48:55 test0051_array - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.87 s
08:48:55 test0052_array - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.014 s
08:48:55 test0053_array - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.988 s
08:48:55 test0061_method_call_guard - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.901 s
08:48:55 test0062_method_call_isolation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.861 s
08:48:55 test0063_method_call_isolation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
08:48:55 test0064_method_call_isolation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.838 s
08:48:55 test0065_method_call_invocation_target - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.993 s
08:48:55 test0066_method_call_invocation_target - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.869 s
08:48:55 test0067_method_call_invocation_target - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.904 s
08:48:55 test0068_method_call_assignment - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.959 s
08:48:55 test0070_type_reference - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.26 s
08:48:55 test0080_shortcut_boolean_expressions - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.249 s
08:48:55 test0081_shortcut_boolean_expressions - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.045 s
08:48:55 test0082_shortcut_boolean_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.878 s
08:48:55 test0083_shortcut_boolean_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.903 s
08:48:55 test0084_shortcut_boolean_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.922 s
08:48:55 test0085_shortcut_boolean_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.251 s
08:48:55 test0086_shortcut_boolean_expression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.184 s
08:48:55 test0090_instanceof - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.963 s
08:48:55 test0091_instanceof - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.973 s
08:48:55 test0092_instanceof - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.84 s
08:48:55 test0093_instanceof - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.839 s
08:48:55 test0094_instanceof - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.959 s
08:48:55 test0095_instanceof_conditional_or - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.909 s
08:48:55 test0120_strings_concatenation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.074 s
08:48:55 test0121_strings_concatenation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.078 s
08:48:55 test0122_strings_concatenation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.912 s
08:48:55 test0123_strings_concatenation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.046 s
08:48:55 test0124_strings_concatenation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.093 s
08:48:55 test0125_strings_concatenation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.058 s
08:48:55 test0126_strings_concatenation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.053 s
08:48:55 test0127_strings_concatenation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.04 s
08:48:55 test0300_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.875 s
08:48:55 test0301_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.857 s
08:48:55 test0302_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.843 s
08:48:55 test0303_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.841 s
08:48:55 test0304_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.873 s
08:48:55 test0305_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.87 s
08:48:55 test0306_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.89 s
08:48:55 test0307_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.01 s
08:48:55 test0308_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.876 s
08:48:55 test0309_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.893 s
08:48:55 test0310_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.891 s
08:48:55 test0311_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.986 s
08:48:55 test0312_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.898 s
08:48:55 test0313_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.844 s
08:48:55 test0314_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.853 s
08:48:55 test0315_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.849 s
08:48:55 test0316_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.904 s
08:48:55 test0317_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.972 s
08:48:55 test0318_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.975 s
08:48:55 test0319_if_else_dead_branch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.949 s
08:48:55 test0320_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.888 s
08:48:55 test0321_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.955 s
08:48:55 test0322_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.858 s
08:48:55 test0323_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.962 s
08:48:55 test0324_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.983 s
08:48:55 test0325_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.865 s
08:48:55 test0326_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.881 s
08:48:55 test0327_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.897 s
08:48:55 test0328_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.897 s
08:48:55 test0329_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.89 s
08:48:55 test0330_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.006 s
08:48:55 test0331_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.985 s
08:48:55 test0332_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.856 s
08:48:55 test0333_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.858 s
08:48:55 test0334_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.877 s
08:48:55 test0335_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.899 s
08:48:55 test0336_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.899 s
08:48:55 test0338_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.983 s
08:48:55 test0339_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.861 s
08:48:55 test0340_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.881 s
08:48:55 test0341_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.882 s
08:48:55 test0342_if_else_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.904 s
08:48:55 test0401_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.995 s
08:48:55 test0402_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.821 s
08:48:55 test0403_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.941 s
08:48:55 test0404_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.017 s
08:48:55 test0405_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.868 s
08:48:55 test0406_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.874 s
08:48:55 test0407_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.897 s
08:48:55 test0408_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.001 s
08:48:55 test0409_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.88 s
08:48:55 test0410_while_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.017 s
08:48:55 test0411_while_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.986 s
08:48:55 test0412_while_if_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.899 s
08:48:55 test0413_while_unknown_field - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.996 s
08:48:55 test0414_while_unknown_parameter - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.901 s
08:48:55 test0415_while_unknown_if_else - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.983 s
08:48:55 test0416_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.905 s
08:48:55 test0417_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.852 s
08:48:55 test0418_while_try - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.983 s
08:48:55 test0419_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.873 s
08:48:55 test0420_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.847 s
08:48:55 test0421_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.977 s
08:48:55 test0422_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.861 s
08:48:55 test0423_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.853 s
08:48:55 test0424_while_try - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.986 s
08:48:55 test0425_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.875 s
08:48:55 test0426_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.886 s
08:48:55 test0427_while_return - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.842 s
08:48:55 test0428_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.957 s
08:48:55 test0429_while_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.968 s
08:48:55 test0430_while_for_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.994 s
08:48:55 test0431_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.964 s
08:48:55 test0432_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.991 s
08:48:55 test0433_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.89 s
08:48:55 test0434_while_switch_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.962 s
08:48:55 test0435_while_init - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.964 s
08:48:55 test0436_while_init - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.933 s
08:48:55 test0437_while_exit - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.961 s
08:48:55 test0438_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.877 s
08:48:55 test0439_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.909 s
08:48:55 test0440_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.842 s
08:48:55 test0441_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.844 s
08:48:55 test0442_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.866 s
08:48:55 test0443_while_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.98 s
08:48:55 test0444_while_deeply_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.973 s
08:48:55 test0445_while_deeply_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.882 s
08:48:55 test0446_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.843 s
08:48:55 test0447_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.949 s
08:48:55 test0448_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.852 s
08:48:55 test0449_while_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.964 s
08:48:55 test0450_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.849 s
08:48:55 test0451_while_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.868 s
08:48:55 test0454_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.969 s
08:48:55 test0455_while_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.862 s
08:48:55 test0456_while_nested_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.001 s
08:48:55 test0457_while_nested_break - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
08:48:55 test0458_while_nested_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.969 s
08:48:55 test0459_while_nested - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.9 s
08:48:55 test0460_while_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.948 s
08:48:55 test0461_while_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.95 s
08:48:55 test0462_while_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.968 s
08:48:55 test0463_while_infinite - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.998 s
08:48:55 test0464_while_infinite - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.999 s
08:48:55 test0465_while_infinite - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
08:48:55 test0466_while_infinite - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.95 s
08:48:55 test0467_while_break - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.974 s
08:48:55 test0468_while_break - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.971 s
08:48:55 test0469_while_break - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.955 s
08:48:55 test0470_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.881 s
08:48:55 test0500_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.009 s
08:48:55 test0501_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.872 s
08:48:55 test0502_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.017 s
08:48:55 test0503_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.829 s
08:48:55 test0504_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.871 s
08:48:55 test0505_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.86 s
08:48:55 test0506_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.852 s
08:48:55 test0507_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.888 s
08:48:55 test0508_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.856 s
08:48:55 test0509_try_finally_embedded - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.863 s
08:48:55 test0510_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.016 s
08:48:55 test0511_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.996 s
08:48:55 test0512_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.871 s
08:48:55 test0513_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.996 s
08:48:55 test0514_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1 s
08:48:55 test0515_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
08:48:55 test0516_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
08:48:55 test0517_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.002 s
08:48:55 test0518_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.895 s
08:48:55 test0519_try_finally_constructor_exc - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.998 s
08:48:55 test0520_try_finally_constructor_exc - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
08:48:55 test0521_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.989 s
08:48:55 test0522_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.889 s
08:48:55 test0523_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.9 s
08:48:55 test0524_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.851 s
08:48:55 test0526_try_finally_unchecked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.969 s
08:48:55 test0527_try_finally_unchecked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.954 s
08:48:55 test0528_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.841 s
08:48:55 test0529_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.889 s
08:48:55 test0530_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.897 s
08:48:55 test0531_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.902 s
08:48:55 test0532_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.008 s
08:48:55 test0533_try_finally_field - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.003 s
08:48:55 test0535_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.987 s
08:48:55 test0536_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.897 s
08:48:55 test0537_try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.896 s
08:48:55 test0550_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.995 s
08:48:55 test0551_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.903 s
08:48:55 test0552_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.988 s
08:48:55 test0553_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.904 s
08:48:55 test0554_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.844 s
08:48:55 test0555_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.879 s
08:48:55 test0556_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.889 s
08:48:55 test0557_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.889 s
08:48:55 test0558_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.993 s
08:48:55 test0559_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.904 s
08:48:55 test0560_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.915 s
08:48:55 test0561_try_catch_unchecked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.839 s
08:48:55 test0562_try_catch_unchecked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.87 s
08:48:55 test0563_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.898 s
08:48:55 test0564_try_catch_unchecked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.966 s
08:48:55 test0565_try_catch_unchecked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.94 s
08:48:55 test0566_try_catch_unchecked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.952 s
08:48:55 test0567_try_catch_checked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.01 s
08:48:55 test0568_try_catch_checked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.437 s
08:48:55 test0569_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.021 s
08:48:55 test0570_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.891 s
08:48:55 test0571_try_catch_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.953 s
08:48:55 test0572_if_statement - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.913 s
08:48:55 test0573_try_catch_unchecked_and_checked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.877 s
08:48:55 test0574_try_multi_catch_unchecked_and_checked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.862 s
08:48:55 test0575_try_multi_catch_finally_unchecked_and_checked_exception - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.892 s
08:48:55 test0576_try_with_resources - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.962 s
08:48:55 test0595_throw - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.003 s
08:48:55 test0596_throw - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.002 s
08:48:55 test0597_throw - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.003 s
08:48:55 test0601_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.9 s
08:48:55 test0602_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.823 s
08:48:55 test0603_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.869 s
08:48:55 test0604_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.011 s
08:48:55 test0605_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.865 s
08:48:55 test0606_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.952 s
08:48:55 test0607_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.841 s
08:48:55 test0608_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.964 s
08:48:55 test0609_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.899 s
08:48:55 test0610_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.928 s
08:48:55 test0611_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.868 s
08:48:55 test0613_do_while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.009 s
08:48:55 test0616_do_while_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.984 s
08:48:55 test0617_do_while_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.93 s
08:48:55 test0618_do_while_infinite - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.985 s
08:48:55 test0619_do_while_infinite - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.006 s
08:48:55 test0701_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.887 s
08:48:55 test0702_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.827 s
08:48:55 test0703_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.997 s
08:48:55 test0704_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.984 s
08:48:55 test0705_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.877 s
08:48:55 test0707_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.98 s
08:48:55 test0708_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.879 s
08:48:55 test0709_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.869 s
08:48:55 test0710_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.863 s
08:48:55 test0711_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.842 s
08:48:55 test0712_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.904 s
08:48:55 test0713_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.984 s
08:48:55 test0714_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.07 s
08:48:55 test0715_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.984 s
08:48:55 test0716_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.981 s
08:48:55 test0717_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.859 s
08:48:55 test0718_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.892 s
08:48:55 test0719_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.982 s
08:48:55 test0720_for_continue_break - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.846 s
08:48:55 test0721_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.995 s
08:48:55 test0722_for_return - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.868 s
08:48:55 test0723_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.991 s
08:48:55 test0724_for_with_initialization - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.997 s
08:48:55 test0725_for_with_assignment - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
08:48:55 test0726_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.989 s
08:48:55 test0727_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.929 s
08:48:55 test0728_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.881 s
08:48:55 test0729_for_try_catch_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.031 s
08:48:55 test0730_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.883 s
08:48:55 test0731_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.834 s
08:48:55 test0732_for_nested_break - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.052 s
08:48:55 test0733_for_while_break - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.014 s
08:48:55 test0734_for_while_break - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
08:48:55 test0735_for_nested_break - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
08:48:55 test0736_for_embedded_lazy_init - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.981 s
08:48:55 test0737_for_unknown_protection - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.853 s
08:48:55 test0739_for - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.019 s
08:48:55 test0740_for_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.958 s
08:48:55 test0741_for_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.005 s
08:48:55 test0742_for_explicit_label - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.069 s
08:48:55 test0743_for_infinite - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.009 s
08:48:55 test0744_for_infinite - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.991 s
08:48:55 test0746_for_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.92 s
08:48:55 test0747_for_try_catch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.959 s
08:48:55 test0800_switch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.039 s
08:48:55 test0801_switch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.869 s
08:48:55 test0802_switch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.874 s
08:48:55 test0803_switch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.882 s
08:48:55 test0804_switch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.888 s
08:48:55 test0805_switch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.963 s
08:48:55 test0903_non_null_protection_tag - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.88 s
08:48:55 test0903_notNull_protection_tag - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.95 s
08:48:55 test0905_non_null_protection_tag - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.886 s
08:48:55 test0906_non_null_protection_tag - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.915 s
08:48:55 test0950_assert - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.048 s
08:48:55 test0951_assert - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.915 s
08:48:55 test0952_assert - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.93 s
08:48:55 test0953_assert_combined - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.893 s
08:48:55 test0954_assert_fake_reachable - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.901 s
08:48:55 test0955_assert_combined - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.891 s
08:48:55 test0956_assert_combined - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.901 s
08:48:55 test0957_assert - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.99 s
08:48:55 test0958_assert - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.042 s
08:48:55 test0959a_assert_loop - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.975 s
08:48:55 test0959b_assert_loop - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.904 s
08:48:55 test0960_assert_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.945 s
08:48:55 test1004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.856 s
08:48:55 test1005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.023 s
08:48:55 test1006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.968 s
08:48:55 test1007 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.913 s
08:48:55 test1008 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.961 s
08:48:55 test1009 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.938 s
08:48:55 test1010 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.022 s
08:48:55 test1011 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.855 s
08:48:55 test1012 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.839 s
08:48:55 test1013 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.853 s
08:48:55 test1014 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.938 s
08:48:55 test1015 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.002 s
08:48:55 test1016 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.873 s
08:48:55 test1017 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.886 s
08:48:55 test1018 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.831 s
08:48:55 test1019 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.012 s
08:48:55 test1021 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.978 s
08:48:55 test1022 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
08:48:55 test1023 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.867 s
08:48:55 test1024 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.899 s
08:48:55 test1025 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.859 s
08:48:55 test1027 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.861 s
08:48:55 test1029 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.008 s
08:48:55 test1030 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.878 s
08:48:55 test1031 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.885 s
08:48:55 test1032 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.842 s
08:48:55 test1033 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.892 s
08:48:55 test1034 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.896 s
08:48:55 test1036 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.91 s
08:48:55 test1050_options_all_default - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.896 s
08:48:55 test1051_options_all_ignore - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.9 s
08:48:55 test1052_options_all_error - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.876 s
08:48:55 test1053_options_mix - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.899 s
08:48:55 test1054_options_mix - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.909 s
08:48:55 test1055_options_mix - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.898 s
08:48:55 test1056_options_mix_with_SuppressWarnings - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.916 s
08:48:55 test1057_options_instanceof_is_check - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.898 s
08:48:55 test1058_options_instanceof_is_check - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.892 s
08:48:55 test1059_options_cannot_be_null_check - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.894 s
08:48:55 test1500 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.02 s
08:48:55 test1501 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.996 s
08:48:55 test1502 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1 s
08:48:55 test1503 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.998 s
08:48:55 test2000_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.894 s
08:48:55 test2001_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.983 s
08:48:55 test2002_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.33 s
08:48:55 test2003_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.377 s
08:48:55 test2004_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.008 s
08:48:55 test2005_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.003 s
08:48:55 test2006_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
08:48:55 test2007_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.98 s
08:48:55 test2008_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.018 s
08:48:55 test2009_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.901 s
08:48:55 test2010_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.864 s
08:48:55 test2011_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.879 s
08:48:55 test2012_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.881 s
08:48:55 test2013_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.899 s
08:48:55 test2014_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.979 s
08:48:55 test2015_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.984 s
08:48:55 test2016_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.933 s
08:48:55 test2017_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.015 s
08:48:55 test2018_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.895 s
08:48:55 test2019_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.922 s
08:48:55 test2020_flow_info - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.087 s
08:48:55 test358827 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.965 s
08:48:55 test367879 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.076 s
08:48:55 test401092 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.002 s
08:48:55 test401092a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.01 s
08:48:55 testBug190623 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.929 s
08:48:55 testBug195638_comment14 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.869 s
08:48:55 testBug195638_comment19 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.909 s
08:48:55 testBug195638_comment3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.917 s
08:48:55 testBug195638_comment6 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.9 s
08:48:55 testBug253896a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.923 s
08:48:55 testBug253896b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.948 s
08:48:55 testBug253896c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.943 s
08:48:55 testBug253896d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.964 s
08:48:55 testBug256796 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.948 s
08:48:55 testBug256796a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.008 s
08:48:55 testBug291418a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.887 s
08:48:55 testBug291418b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.895 s
08:48:55 testBug292478 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.903 s
08:48:55 testBug292478a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.896 s
08:48:55 testBug292478b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.905 s
08:48:55 testBug292478c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.897 s
08:48:55 testBug292478d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.056 s
08:48:55 testBug292478e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.851 s
08:48:55 testBug292478f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.871 s
08:48:55 testBug292478g - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.884 s
08:48:55 testBug293917a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.906 s
08:48:55 testBug293917b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.9 s
08:48:55 testBug293917c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.901 s
08:48:55 testBug299900a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.919 s
08:48:55 testBug299900b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.968 s
08:48:55 testBug303448a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.03 s
08:48:55 testBug303448b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.988 s
08:48:55 testBug304416 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.971 s
08:48:55 testBug305590 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.864 s
08:48:55 testBug313870 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.008 s
08:48:55 testBug313870b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.041 s
08:48:55 testBug313870c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.006 s
08:48:55 testBug317829a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.362 s
08:48:55 testBug317829a2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.032 s
08:48:55 testBug317829b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.989 s
08:48:55 testBug317829c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
08:48:55 testBug317829d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.996 s
08:48:55 testBug317829e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.988 s
08:48:55 testBug317829f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.986 s
08:48:55 testBug319201 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.863 s
08:48:55 testBug319201a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.891 s
08:48:55 testBug319201b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.892 s
08:48:55 testBug319201c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.997 s
08:48:55 testBug319201d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.933 s
08:48:55 testBug320414 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.015 s
08:48:55 testBug321926a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.998 s
08:48:55 testBug321926a2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.023 s
08:48:55 testBug321926b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.931 s
08:48:55 testBug321926c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
08:48:55 testBug321926d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.034 s
08:48:55 testBug321926e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.004 s
08:48:55 testBug321926f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
08:48:55 testBug321926g - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.987 s
08:48:55 testBug321926h - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.024 s
08:48:55 testBug321926i - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.982 s
08:48:55 testBug321926j - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.997 s
08:48:55 testBug321926k - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.002 s
08:48:55 testBug321926l - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.968 s
08:48:55 testBug321926m - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.011 s
08:48:55 testBug321926n - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.97 s
08:48:55 testBug321926o - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.001 s
08:48:55 testBug321926p - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.991 s
08:48:55 testBug321926q - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
08:48:55 testBug321926r - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.997 s
08:48:55 testBug321926s - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.99 s
08:48:55 testBug321926t - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.997 s
08:48:55 testBug321926u - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.993 s
08:48:55 testBug321926v - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.999 s
08:48:55 testBug324178 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.027 s
08:48:55 testBug324178a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.032 s
08:48:55 testBug324762 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.923 s
08:48:55 testBug324762a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.905 s
08:48:55 testBug325229a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.173 s
08:48:55 testBug325229b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.074 s
08:48:55 testBug325229c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.056 s
08:48:55 testBug325229d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.09 s
08:48:55 testBug325342a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.94 s
08:48:55 testBug325342b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.943 s
08:48:55 testBug325755a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.227 s
08:48:55 testBug325755b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.03 s
08:48:55 testBug326950a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.964 s
08:48:55 testBug326950b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.956 s
08:48:55 testBug326950c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1 s
08:48:55 testBug326950d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.998 s
08:48:55 testBug332637 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.142 s
08:48:55 testBug332637b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.169 s
08:48:55 testBug332838 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.936 s
08:48:55 testBug333089 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.975 s
08:48:55 testBug336428 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.988 s
08:48:55 testBug336428c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.953 s
08:48:55 testBug336428d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.838 s
08:48:55 testBug336428d2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.907 s
08:48:55 testBug336428e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.913 s
08:48:55 testBug336428f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.905 s
08:48:55 testBug336544 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.017 s
08:48:55 testBug336544_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.014 s
08:48:55 testBug336544_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.999 s
08:48:55 testBug338234 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.885 s
08:48:55 testBug338303 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.024 s
08:48:55 testBug339250 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.065 s
08:48:55 testBug339250a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.937 s
08:48:55 testBug339250b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.947 s
08:48:55 testBug342300 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.01 s
08:48:55 testBug342300b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.909 s
08:48:55 testBug345305_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.881 s
08:48:55 testBug345305_10 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.915 s
08:48:55 testBug345305_11 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.914 s
08:48:55 testBug345305_12 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.937 s
08:48:55 testBug345305_13 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.919 s
08:48:55 testBug345305_14 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.929 s
08:48:55 testBug345305_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.912 s
08:48:55 testBug345305_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.902 s
08:48:55 testBug345305_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.893 s
08:48:55 testBug345305_6 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.901 s
08:48:55 testBug345305_7 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.902 s
08:48:55 testBug345305_8 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.883 s
08:48:55 testBug345305_9 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.927 s
08:48:55 testBug348379a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.941 s
08:48:55 testBug348379b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.984 s
08:48:55 testBug348379c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.933 s
08:48:55 testBug348379d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.948 s
08:48:55 testBug348379e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.939 s
08:48:55 testBug348379f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.939 s
08:48:55 testBug354554 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.968 s
08:48:55 testBug354554b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.926 s
08:48:55 testBug360328 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.961 s
08:48:55 testBug360328b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.954 s
08:48:55 testBug360328c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.961 s
08:48:55 testBug360328d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.954 s
08:48:55 testBug364326 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.938 s
08:48:55 testBug376263 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.953 s
08:48:55 testBug384380 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.044 s
08:48:55 testBug384380_a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.092 s
08:48:55 testBug384380_b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.035 s
08:48:55 testBug401088 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.028 s
08:48:55 testBug401088a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.021 s
08:48:55 testBug402993 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.914 s
08:48:55 testBug402993a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.924 s
08:48:55 testBug406160a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.118 s
08:48:55 testBug418500 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.085 s
08:48:55 testBug431016 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.922 s
08:48:55 testBug431016_simplified - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.874 s
08:48:55 testBug432109 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.927 s
08:48:55 testBug435528_notaconstant - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.972 s
08:48:55 testBug435528_orig - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.936 s
08:48:55 testBug441737 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.96 s
08:48:55 testBug447695 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.834 s
08:48:55 testBug447695b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.009 s
08:48:55 testBug447695c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.895 s
08:48:55 testBug447695d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.009 s
08:48:55 testBug447695e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.931 s
08:48:55 testBug447695f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.928 s
08:48:55 testBug447695g - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.856 s
08:48:55 testBug451660 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.921 s
08:48:55 testBug453305 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.952 s
08:48:55 testBug454031 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.936 s
08:48:55 testBug486912KnownNullInLoop - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.851 s
08:48:55 testBug486912PotNullInLoop - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.917 s
08:48:55 testBug486912PotNullInLoop_orig - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.958 s
08:48:55 testBug509188 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.005 s
08:48:55 testBug536408 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.915 s
08:48:55 testBug542707_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0 s
08:48:55 testBug544872 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.882 s
08:48:55 testBug551012 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.926 s
08:48:55 testExpressions01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.917 s
08:48:55 testExpressions02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.897 s
08:48:55 testExpressions03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.902 s
08:48:55 testExpressions04 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.896 s
08:48:55 testBug127575a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.223 s
08:48:55 testBug127575b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.971 s
08:48:55 testBug127575c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.979 s
08:48:55 testBug127575d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.922 s
08:48:55 testBug127575e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.915 s
08:48:55 testBug127575e_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.947 s
08:48:55 testBug127575e_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.947 s
08:48:55 testBug127575f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.907 s
08:48:55 testBug127575g - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.948 s
08:48:55 testBug127575h - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.924 s
08:48:55 testBug127575i - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.929 s
08:48:55 testBug127575j - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.951 s
08:48:55 testBug127575k - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.996 s
08:48:55 testBug127575l - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.998 s
08:48:55 testBug127575m - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.936 s
08:48:55 testBug127575n - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.913 s
08:48:55 testBug127575o - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.936 s
08:48:55 testBug373953 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.903 s
08:48:55 testBug382069a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.236 s
08:48:55 testBug382069b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.182 s
08:48:55 testBug382069c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.928 s
08:48:55 testBug382069d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.951 s
08:48:55 testBug382069e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.932 s
08:48:55 testBug382069f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.08 s
08:48:55 testBug382069g - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.194 s
08:48:55 testBug382069h - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.027 s
08:48:55 testBug401159 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0.001 s
08:48:55 testBug472618 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.052 s
08:48:55 test001_irritant_warning_token - 12(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.001 s
08:48:55 test002_problem_categories - 12(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.005 s
08:48:55 test003_task_tags_options - 12(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.006 s
08:48:55 test007_task_tags_options - 12(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.004 s
08:48:55 test009_missing_message_templates - 12(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0 s
08:48:55 test010_missing_elaboration_templates - 12(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0 s
08:48:55 test011_problem_categories - 12(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.007 s
08:48:55 test012_compiler_problems_tuning - 12(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.006 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.072 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.915 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.898 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.814 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.968 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.974 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.02 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.987 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.051 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.981 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.977 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.063 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.964 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.138 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.102 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.184 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.128 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.15 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.309 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.162 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.179 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.963 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.966 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.031 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.992 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.907 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.907 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.904 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.895 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.088 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.881 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.104 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.911 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.978 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.007 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.987 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.964 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.973 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.985 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.99 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.992 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.977 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.972 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.983 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.981 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.99 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.001 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.023 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.982 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.019 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.024 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.88 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.905 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.07 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.03 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.089 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.01 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.999 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.012 s
08:48:55 test062a - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.099 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.047 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.074 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.076 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.082 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.087 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.143 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.115 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.164 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.005 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.185 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.023 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.022 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.977 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.035 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.988 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.061 s
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.144 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.047 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.009 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.052 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.055 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.984 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.077 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.627 s
08:48:55 test088 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.225 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.077 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.017 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.074 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.165 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.887 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.911 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.903 s
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.868 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.056 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.008 s
08:48:55 test099 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.994 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test099 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	Object a = new Y$1Local();        // compile-time error \n
08:48:55 	               ^^^^^^^^\n
08:48:55 The nested type Y$1Local cannot be referenced using its binary name\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n
08:48:55 		Object a = new Y$1Local();        // compile-time error \n
08:48:55 		               ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	Object a = new Y$1Local();        // compile-time error \n
08:48:55 	               ^^^^^^^^\n
08:48:55 The nested type Y$1Local cannot be referenced using its binary name\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n
08:48:55 		Object a = new Y$1Local();        // compile-time error \n
08:48:55 		               ^\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest.test099(InnerEmulationTest.java:3781)
08:48:55 
08:48:55 test101 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.986 s
08:48:55 test102 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.874 s
08:48:55 test104 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.891 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.864 s
08:48:55 test108 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.955 s
08:48:55 test109 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.954 s
08:48:55 test110 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.974 s
08:48:55 test111 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.945 s
08:48:55 test112 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.967 s
08:48:55 test113 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.016 s
08:48:55 test114 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.983 s
08:48:55 test115 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.012 s
08:48:55 test116 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.87 s
08:48:55 test117 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.983 s
08:48:55 test118 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.901 s
08:48:55 test119 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.122 s
08:48:55 test120 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.864 s
08:48:55 test121 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.98 s
08:48:55 test123 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.012 s
08:48:55 test124 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.069 s
08:48:55 test125 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.996 s
08:48:55 test126 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.95 s
08:48:55 test127 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.938 s
08:48:55 test128 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.964 s
08:48:55 test129 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.904 s
08:48:55 test130 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.036 s
08:48:55 test131 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.957 s
08:48:55 test132 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.88 s
08:48:55 test133 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.999 s
08:48:55 test134 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.016 s
08:48:55 test135 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.907 s
08:48:55 test136 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.888 s
08:48:55 test137 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.951 s
08:48:55 test138 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.924 s
08:48:55 test139 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.84 s
08:48:55 test140 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.874 s
08:48:55 test141 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.868 s
08:48:55 test142 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.901 s
08:48:55 test143 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.942 s
08:48:55 test144 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.89 s
08:48:55 test145 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.822 s
08:48:55 test146 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.882 s
08:48:55 test147 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.88 s
08:48:55 test148 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.89 s
08:48:55 test149 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.906 s
08:48:55 test150 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.948 s
08:48:55 test151 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.018 s
08:48:55 test152 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.043 s
08:48:55 test154 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.045 s
08:48:55 test155 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.858 s
08:48:55 test156 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.039 s
08:48:55 test157 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.057 s
08:48:55 test158 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.017 s
08:48:55 test159 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.074 s
08:48:55 test160 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.022 s
08:48:55 test161 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.069 s
08:48:55 test162 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.041 s
08:48:55 test163 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.992 s
08:48:55 test164 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.013 s
08:48:55 test165 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.051 s
08:48:55 test166 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.097 s
08:48:55 test167 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.252 s
08:48:55 test168 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.133 s
08:48:55 test169 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.132 s
08:48:55 test170 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.992 s
08:48:55 test171 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.016 s
08:48:55 test172 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.93 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test172 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:8: error: method a in class X cannot be applied to given types;\n
08:48:55 			a(null);\n
08:48:55 			^\n
08:48:55   required: no arguments\n
08:48:55   found: <null>\n
08:48:55   reason: actual and formal argument lists differ in length\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:8: error: method a in class X cannot be applied to given types;\n
08:48:55 			a(null);\n
08:48:55 			^\n
08:48:55   required: no arguments\n
08:48:55   found: <null>\n
08:48:55   reason: actual and formal argument lists differ in length\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest.test172(InnerEmulationTest.java:6895)
08:48:55 
08:48:55 test173 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.137 s
08:48:55 test174 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.097 s
08:48:55 test175 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 2.248 s
08:48:55 test176 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.205 s
08:48:55 testbug373371 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.869 s
08:48:55 testbug481793 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.842 s
08:48:55 testbug484546 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.019 s
08:48:55 testbug522061 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.957 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.888 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.025 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.014 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.016 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.999 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.017 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.931 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.972 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.843 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.887 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.003 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.884 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.011 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.002 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.002 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.003 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.002 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.003 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 0.989 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.026 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.033 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.048 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 0.952 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.086 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.088 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.049 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.109 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.505 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.333 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.092 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.235 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.11 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.097 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.944 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.877 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.012 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.899 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.918 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.912 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.873 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.857 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.846 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.828 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.878 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.897 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.837 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.858 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.837 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.881 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.959 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.926 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.915 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.944 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.955 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.901 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.891 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test023 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in p2\B.java (at line 4)\n
08:48:55 	protected int field;\n
08:48:55 	              ^^^^^\n
08:48:55 The field B.field is hiding a field from type A\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in p2\B.java (at line 4)\n
08:48:55 	protected int field;\n
08:48:55 	              ^^^^^\n
08:48:55 The field B.field is hiding a field from type A\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest.test023(FieldAccessTest.java:689)
08:48:55 
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.887 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test024 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in p2\B.java (at line 4)\n
08:48:55 	protected int field;\n
08:48:55 	              ^^^^^\n
08:48:55 The field B.field is hiding a field from type SuperSuper\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in p2\B.java (at line 4)\n
08:48:55 	protected int field;\n
08:48:55 	              ^^^^^\n
08:48:55 The field B.field is hiding a field from type SuperSuper\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest.test024(FieldAccessTest.java:712)
08:48:55 
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.885 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test025 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in p2\B.java (at line 4)\n
08:48:55 	protected int field;\n
08:48:55 	              ^^^^^\n
08:48:55 The field B.field is hiding a field from type Interface\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in p2\B.java (at line 4)\n
08:48:55 	protected int field;\n
08:48:55 	              ^^^^^\n
08:48:55 The field B.field is hiding a field from type Interface\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest.test025(FieldAccessTest.java:743)
08:48:55 
08:48:55 testBug361039 - 12(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.917 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.022 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.995 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.9 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.87 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.852 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.982 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.954 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.879 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test011 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	private static final long serialVersionUID = 1L;\n
08:48:55 	                          ^^^^^^^^^^^^^^^^\n
08:48:55 The value of the field X.serialVersionUID is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	private static final long serialVersionUID = 1L;\n
08:48:55 	                          ^^^^^^^^^^^^^^^^\n
08:48:55 The value of the field X.serialVersionUID is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test011(SerialVersionUIDTests.java:220)
08:48:55 
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.927 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test012 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	private static final long serialVersionUID = 1L;\n
08:48:55 	                          ^^^^^^^^^^^^^^^^\n
08:48:55 The value of the field X<T>.serialVersionUID is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	private static final long serialVersionUID = 1L;\n
08:48:55 	                          ^^^^^^^^^^^^^^^^\n
08:48:55 The value of the field X<T>.serialVersionUID is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test012(SerialVersionUIDTests.java:243)
08:48:55 
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.851 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test013 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	private static final long serialPersistentFields = 1L;\n
08:48:55 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 The value of the field X<T>.serialPersistentFields is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	private static final long serialPersistentFields = 1L;\n
08:48:55 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 The value of the field X<T>.serialPersistentFields is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test013(SerialVersionUIDTests.java:266)
08:48:55 
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.836 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test014 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	private static final long serialPersistentFields = 1L;\n
08:48:55 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 The value of the field X.serialPersistentFields is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	private static final long serialPersistentFields = 1L;\n
08:48:55 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 The value of the field X.serialPersistentFields is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test014(SerialVersionUIDTests.java:288)
08:48:55 
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.909 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test015 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	private int i;\n
08:48:55 	            ^\n
08:48:55 The value of the field X<T>.i is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	private int i;\n
08:48:55 	            ^\n
08:48:55 The value of the field X<T>.i is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test015(SerialVersionUIDTests.java:311)
08:48:55 
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.898 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test016 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	private int i;\n
08:48:55 	            ^\n
08:48:55 The value of the field X.i is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	private int i;\n
08:48:55 	            ^\n
08:48:55 The value of the field X.i is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test016(SerialVersionUIDTests.java:336)
08:48:55 
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest)  Time elapsed: 1.011 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest)  Time elapsed: 1.043 s
08:48:55 testBug509027 - 12(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest)  Time elapsed: 0.882 s
08:48:55 testBug520714 - 12(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest)  Time elapsed: 0.864 s
08:48:55 test0001_unread_parameters - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.939 s
08:48:55 test0002_unread_parameters - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.006 s
08:48:55 test0003_unread_parameters - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
08:48:55 test0004_unread_parameters - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
08:48:55 test0005_unread_parameters - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.005 s
08:48:55 test0006_unread_parameters - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.001 s
08:48:55 test0007_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.954 s
08:48:55 test0008_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.005 s
08:48:55 test0009_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0010_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0011_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0012_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.001 s
08:48:55 test0013_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0014_declared_thrown_checked_exceptions_unread_parameters - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.001 s
08:48:55 test0015_declared_thrown_checked_exceptions_unread_parameters - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0016_unread_parameters_constructor - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.001 s
08:48:55 test0017_shadowing_package_visible_methods - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.005 s
08:48:55 test0018_declared_thrown_unchecked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
08:48:55 test0019_declared_thrown_unchecked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.005 s
08:48:55 test0020_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
08:48:55 test0021_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0022_declared_thrown_unchecked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
08:48:55 test0023_declared_thrown_unchecked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0024_declared_thrown_unchecked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
08:48:55 test0025_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0026_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
08:48:55 test0027_declared_thrown_unchecked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0028_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
08:48:55 test0029_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0030_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.001 s
08:48:55 test0031_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
08:48:55 test0032_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
08:48:55 test0033_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.005 s
08:48:55 test0034_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.006 s
08:48:55 test0035_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.006 s
08:48:55 test0036_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.006 s
08:48:55 test0037 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.899 s
08:48:55 test0038 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.89 s
08:48:55 test0039 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.88 s
08:48:55 test0040 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.926 s
08:48:55 test0041 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.938 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0041 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	System.out.println(1.0 == 1.0);\n
08:48:55 	                   ^^^^^^^^^^\n
08:48:55 Comparing identical expressions\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 4)\n
08:48:55 	System.out.println(1.0f == 1.0f);\n
08:48:55 	                   ^^^^^^^^^^^^\n
08:48:55 Comparing identical expressions\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	System.out.println(1.0 == 1.0);\n
08:48:55 	                   ^^^^^^^^^^\n
08:48:55 Comparing identical expressions\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 4)\n
08:48:55 	System.out.println(1.0f == 1.0f);\n
08:48:55 	                   ^^^^^^^^^^^^\n
08:48:55 Comparing identical expressions\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0041(ProgrammingProblemsTest.java:1578)
08:48:55 
08:48:55 test0042 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.007 s
08:48:55 test0043 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.873 s
08:48:55 test0044 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.871 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0044 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	nvx = nvx;\n
08:48:55 	^^^^^^^^^\n
08:48:55 The assignment to variable nvx has no effect\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	nvx = nvx;\n
08:48:55 	^^^^^^^^^\n
08:48:55 The assignment to variable nvx has no effect\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0044(ProgrammingProblemsTest.java:1657)
08:48:55 
08:48:55 test0045 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.842 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0045 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 2)\n
08:48:55 	volatile int x = this.x;\n
08:48:55 	             ^^^^^^^^^^\n
08:48:55 The assignment to variable x has no effect\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 3)\n
08:48:55 	int nvx = this.nvx;\n
08:48:55 	    ^^^^^^^^^^^^^^\n
08:48:55 The assignment to variable nvx has no effect\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 2)\n
08:48:55 	volatile int x = this.x;\n
08:48:55 	             ^^^^^^^^^^\n
08:48:55 The assignment to variable x has no effect\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 3)\n
08:48:55 	int nvx = this.nvx;\n
08:48:55 	    ^^^^^^^^^^^^^^\n
08:48:55 The assignment to variable nvx has no effect\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0045(ProgrammingProblemsTest.java:1678)
08:48:55 
08:48:55 test0046 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.988 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0046 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 6)\n
08:48:55 	int k = 2;\n
08:48:55 	    ^\n
08:48:55 The value of the local variable k is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 6)\n
08:48:55 	int k = 2;\n
08:48:55 	    ^\n
08:48:55 The value of the local variable k is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046(ProgrammingProblemsTest.java:1706)
08:48:55 
08:48:55 test0046_field - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.079 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0046_field - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	private boolean b=false;\n
08:48:55 	                ^\n
08:48:55 The value of the field X.b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 4)\n
08:48:55 	private int k = 2;\n
08:48:55 	            ^\n
08:48:55 The value of the field X.k is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	private boolean b=false;\n
08:48:55 	                ^\n
08:48:55 The value of the field X.b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 4)\n
08:48:55 	private int k = 2;\n
08:48:55 	            ^\n
08:48:55 The value of the field X.k is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field(ProgrammingProblemsTest.java:1746)
08:48:55 
08:48:55 test0046_field_in_private_type - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.998 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0046_field_in_private_type - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public boolean b=false;\n
08:48:55 	               ^\n
08:48:55 The value of the field X.Y.b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	protected int k = 2;\n
08:48:55 	              ^\n
08:48:55 The value of the field X.Y.k is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public boolean b=false;\n
08:48:55 	               ^\n
08:48:55 The value of the field X.Y.b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	protected int k = 2;\n
08:48:55 	              ^\n
08:48:55 The value of the field X.Y.k is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field_in_private_type(ProgrammingProblemsTest.java:1865)
08:48:55 
08:48:55 test0046_field_qualified - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.94 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0046_field_qualified - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	private boolean b=false;\n
08:48:55 	                ^\n
08:48:55 The value of the field X.b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 4)\n
08:48:55 	private int k = 2;\n
08:48:55 	            ^\n
08:48:55 The value of the field X.k is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	private boolean b=false;\n
08:48:55 	                ^\n
08:48:55 The value of the field X.b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 4)\n
08:48:55 	private int k = 2;\n
08:48:55 	            ^\n
08:48:55 The value of the field X.k is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field_qualified(ProgrammingProblemsTest.java:1825)
08:48:55 
08:48:55 test0046_field_this_qualified - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.171 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0046_field_this_qualified - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	private boolean b=false;\n
08:48:55 	                ^\n
08:48:55 The value of the field X.b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 4)\n
08:48:55 	private int k = 2;\n
08:48:55 	            ^\n
08:48:55 The value of the field X.k is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	private boolean b=false;\n
08:48:55 	                ^\n
08:48:55 The value of the field X.b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 4)\n
08:48:55 	private int k = 2;\n
08:48:55 	            ^\n
08:48:55 The value of the field X.k is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field_this_qualified(ProgrammingProblemsTest.java:1785)
08:48:55 
08:48:55 test0047 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.932 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0047 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 2)\n
08:48:55 	void foo(int param1, int param2, Integer param3) {\n
08:48:55 	             ^^^^^^\n
08:48:55 The value of the parameter param1 is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 2)\n
08:48:55 	void foo(int param1, int param2, Integer param3) {\n
08:48:55 	                         ^^^^^^\n
08:48:55 The value of the parameter param2 is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 3)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 2)\n
08:48:55 	void foo(int param1, int param2, Integer param3) {\n
08:48:55 	             ^^^^^^\n
08:48:55 The value of the parameter param1 is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 2)\n
08:48:55 	void foo(int param1, int param2, Integer param3) {\n
08:48:55 	                         ^^^^^^\n
08:48:55 The value of the parameter param2 is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 3)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0047(ProgrammingProblemsTest.java:1908)
08:48:55 
08:48:55 test0048 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.943 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0048 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	public void foo(int param1, int param2) {\n
08:48:55 	                    ^^^^^^\n
08:48:55 The value of the parameter param1 is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 9)\n
08:48:55 	public void foo(int param1, int param2) {\n
08:48:55 	                                ^^^^^^\n
08:48:55 The value of the parameter param2 is not used\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 10)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	public void foo(int param1, int param2) {\n
08:48:55 	                    ^^^^^^\n
08:48:55 The value of the parameter param1 is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 9)\n
08:48:55 	public void foo(int param1, int param2) {\n
08:48:55 	                                ^^^^^^\n
08:48:55 The value of the parameter param2 is not used\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 10)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0048(ProgrammingProblemsTest.java:1954)
08:48:55 
08:48:55 test0049 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.914 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0049 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	public void foo(int param1, Integer param3) {\n
08:48:55 	                    ^^^^^^\n
08:48:55 The value of the parameter param1 is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 15)\n
08:48:55 	public void foo(int param1, int param2, Integer param3) {\n
08:48:55 	                    ^^^^^^\n
08:48:55 The value of the parameter param1 is not used\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 15)\n
08:48:55 	public void foo(int param1, int param2, Integer param3) {\n
08:48:55 	                                ^^^^^^\n
08:48:55 The value of the parameter param2 is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 3)\n
08:48:55 	boolean b=false;\n
08:48:55 	        ^\n
08:48:55 The value of the local variable b is not used\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	public void foo(int param1, Integer param3) {\n
08:48:55 	                    ^^^^^^\n
08:48:55 The value of the parameter param1 is not used\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 15)\n
08:48:55 	public void foo(int param1, int param2, Integer param3) {\n
08:48:55 	                    ^^^^^^\n
08:48:55 The value of the parameter param1 is not used\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 15)\n
08:48:55 	public void foo(int param1, int param2, Integer param3) {\n
08:48:55 	                                ^^^^^^\n
08:48:55 The value of the parameter param2 is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0049(ProgrammingProblemsTest.java:2019)
08:48:55 
08:48:55 test0050 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.914 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0050 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (false) {\n
08:48:55         	boolean b=false;\n
08:48:55         	b|=true;\n
08:48:55 		 }\n
08:48:55 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 8)\n
08:48:55 	int k = 2;\n
08:48:55 	    ^\n
08:48:55 The value of the local variable k is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (false) {\n
08:48:55         	boolean b=false;\n
08:48:55         	b|=true;\n
08:48:55 		 }\n
08:48:55 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 8)\n
08:48:55 	int k = 2;\n
08:48:55 	    ^\n
08:48:55 The value of the local variable k is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0050(ProgrammingProblemsTest.java:2075)
08:48:55 
08:48:55 test0051 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.824 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0051 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 2)\n
08:48:55 	X(int abc) {\n
08:48:55 	      ^^^\n
08:48:55 The value of the parameter abc is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 2)\n
08:48:55 	X(int abc) {\n
08:48:55 	      ^^^\n
08:48:55 The value of the parameter abc is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0051(ProgrammingProblemsTest.java:2117)
08:48:55 
08:48:55 test0052 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.964 s
08:48:55 test0052a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.921 s
08:48:55 test0052b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.941 s
08:48:55 test0053 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.936 s
08:48:55 test0054 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.933 s
08:48:55 test0055 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.89 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0055 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in test1\E.java (at line 4)\n
08:48:55 	int a= 10;\n
08:48:55 	    ^\n
08:48:55 The value of the local variable a is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in test1\E.java (at line 4)\n
08:48:55 	int a= 10;\n
08:48:55 	    ^\n
08:48:55 The value of the local variable a is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0055(ProgrammingProblemsTest.java:2287)
08:48:55 
08:48:55 test0056 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.967 s
08:48:55 test0057 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.97 s
08:48:55 test0059 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.935 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0059 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (a != null){\n
08:48:55         	int j = 3;\n
08:48:55         	j++;\n
08:48:55     	}\n
08:48:55 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	int j = 3;\n
08:48:55 	    ^\n
08:48:55 The value of the local variable j is not used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (a != null){\n
08:48:55         	int j = 3;\n
08:48:55         	j++;\n
08:48:55     	}\n
08:48:55 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Dead code\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	int j = 3;\n
08:48:55 	    ^\n
08:48:55 The value of the local variable j is not used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0059(ProgrammingProblemsTest.java:2399)
08:48:55 
08:48:55 test0060 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.914 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0060 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
08:48:55 	if (t1 == t2) {\n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
08:48:55 	if (t1 == t2) {\n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
08:48:55 	if (t1 == t2) {\n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
08:48:55 	if (t1 == t2) {\n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0060(ProgrammingProblemsTest.java:2435)
08:48:55 
08:48:55 test0061 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.887 s
08:48:55 test0062 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.902 s
08:48:55 test0063 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.906 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0063 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
08:48:55 	if (t1 == t2) {\n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
08:48:55 	if (t1 == t2) {\n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
08:48:55 	if (t1 == t2) {\n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
08:48:55 	if (t1 == t2) {\n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
08:48:55 	if (t1 == t2) { \n
08:48:55 	    ^^^^^^^^\n
08:48:55 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0063(ProgrammingProblemsTest.java:2630)
08:48:55 
08:48:55 testBug410218a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.017 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug410218a - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 8)\n
08:48:55 	if (set.contains("ONE")) // bad\n
08:48:55 	                 ^^^^^\n
08:48:55 Unlikely argument type String for contains(Object) on a Collection<Short>\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	set.remove("ONE"); // bad\n
08:48:55 	           ^^^^^\n
08:48:55 Unlikely argument type String for remove(Object) on a Collection<Short>\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 10)\n
08:48:55 	if (set.contains(1)) // bad\n
08:48:55 	                 ^\n
08:48:55 Unlikely argument type int for contains(Object) on a Collection<Short>\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 11)\n
08:48:55 	set.remove(1); // bad (tries to remove "Integer 1")\n
08:48:55 	           ^\n
08:48:55 Unlikely argument type int for remove(Object) on a Collection<Short>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 8)\n
08:48:55 	if (set.contains("ONE")) // bad\n
08:48:55 	                 ^^^^^\n
08:48:55 Unlikely argument type String for contains(Object) on a Collection<Short>\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	set.remove("ONE"); // bad\n
08:48:55 	           ^^^^^\n
08:48:55 Unlikely argument type String for remove(Object) on a Collection<Short>\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 10)\n
08:48:55 	if (set.contains(1)) // bad\n
08:48:55 	                 ^\n
08:48:55 Unlikely argument type int for contains(Object) on a Collection<Short>\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 11)\n
08:48:55 	set.remove(1); // bad (tries to remove "Integer 1")\n
08:48:55 	           ^\n
08:48:55 Unlikely argument type int for remove(Object) on a Collection<Short>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218a(ProgrammingProblemsTest.java:2714)
08:48:55 
08:48:55 testBug410218b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.959 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug410218b - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (hss.contains(ts)) // bad\n
08:48:55 	                 ^^\n
08:48:55 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	hss.remove(ts); // bad\n
08:48:55 	           ^^\n
08:48:55 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (hss.contains(ts)) // bad\n
08:48:55 	                 ^^\n
08:48:55 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	hss.remove(ts); // bad\n
08:48:55 	           ^^\n
08:48:55 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218b(ProgrammingProblemsTest.java:2764)
08:48:55 
08:48:55 testBug410218b2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.93 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug410218b2 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (hss.contains(ts)) // bad\n
08:48:55 	                 ^^\n
08:48:55 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	hss.remove(ts); // bad\n
08:48:55 	           ^^\n
08:48:55 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 6)\n
08:48:55 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
08:48:55 	                 ^^^^^^^^^^\n
08:48:55 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 7)\n
08:48:55 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
08:48:55 	           ^^^^^^^^^^\n
08:48:55 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (hss.contains(ts)) // bad\n
08:48:55 	                 ^^\n
08:48:55 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	hss.remove(ts); // bad\n
08:48:55 	           ^^\n
08:48:55 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 6)\n
08:48:55 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
08:48:55 	                 ^^^^^^^^^^\n
08:48:55 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 7)\n
08:48:55 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
08:48:55 	           ^^^^^^^^^^\n
08:48:55 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218b2(ProgrammingProblemsTest.java:2797)
08:48:55 
08:48:55 testBug410218c - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.984 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug410218c - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (m.containsKey("ONE")) // bad\n
08:48:55 	                  ^^^^^\n
08:48:55 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	m.remove("ONE"); // bad\n
08:48:55 	         ^^^^^\n
08:48:55 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 6)\n
08:48:55 	if (m.containsValue("ONE")) // bad\n
08:48:55 	                    ^^^^^\n
08:48:55 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 7)\n
08:48:55 	m.remove("ONE"); // bad\n
08:48:55 	         ^^^^^\n
08:48:55 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 5. WARNING in X.java (at line 14)\n
08:48:55 	return m.get("ONE"); // bad\n
08:48:55 	             ^^^^^\n
08:48:55 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	if (m.containsKey("ONE")) // bad\n
08:48:55 	                  ^^^^^\n
08:48:55 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 5)\n
08:48:55 	m.remove("ONE"); // bad\n
08:48:55 	         ^^^^^\n
08:48:55 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 6)\n
08:48:55 	if (m.containsValue("ONE")) // bad\n
08:48:55 	                    ^^^^^\n
08:48:55 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 7)\n
08:48:55 	m.remove("ONE"); // bad\n
08:48:55 	         ^^^^^\n
08:48:55 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 5. WARNING in X.java (at line 14)\n
08:48:55 	return m.get("ONE"); // bad\n
08:48:55 	             ^^^^^\n
08:48:55 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218c(ProgrammingProblemsTest.java:2841)
08:48:55 
08:48:55 testBug410218d - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.001 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug410218d - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 10)\n
08:48:55 	numbers.removeAll(stringSet); // bad\n
08:48:55 	                  ^^^^^^^^^\n
08:48:55 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 10)\n
08:48:55 	numbers.removeAll(stringSet); // bad\n
08:48:55 	                  ^^^^^^^^^\n
08:48:55 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218d(ProgrammingProblemsTest.java:2895)
08:48:55 
08:48:55 testBug410218e - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.946 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug410218e - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	return ints.indexOf("ONE"); // bad\n
08:48:55 	                    ^^^^^\n
08:48:55 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	return ints.indexOf("ONE"); // bad\n
08:48:55 	                    ^^^^^\n
08:48:55 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218e(ProgrammingProblemsTest.java:2927)
08:48:55 
08:48:55 testBug410218f - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.168 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug410218f - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in test\TestUnlikely.java (at line 30)\n
08:48:55 	c.remove(o); // warning: unrelated interface\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
08:48:55 ----------\n
08:48:55 2. WARNING in test\TestUnlikely.java (at line 37)\n
08:48:55 	c.remove(i); // warning: unrelated interface\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:48:55 ----------\n
08:48:55 3. WARNING in test\TestUnlikely.java (at line 39)\n
08:48:55 	c.remove(f); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:48:55 ----------\n
08:48:55 4. WARNING in test\TestUnlikely.java (at line 40)\n
08:48:55 	c.remove(nf); // warning: castable, but not supertype\n
08:48:55 	         ^^\n
08:48:55 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:48:55 ----------\n
08:48:55 5. WARNING in test\TestUnlikely.java (at line 46)\n
08:48:55 	c.remove(o); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
08:48:55 ----------\n
08:48:55 6. WARNING in test\TestUnlikely.java (at line 48)\n
08:48:55 	c.remove(nf); // warning: impossible\n
08:48:55 	         ^^\n
08:48:55 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
08:48:55 ----------\n
08:48:55 7. WARNING in test\TestUnlikely.java (at line 49)\n
08:48:55 	c.remove(s); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
08:48:55 ----------\n
08:48:55 8. WARNING in test\TestUnlikely.java (at line 54)\n
08:48:55 	c.remove(o); // warning: unrelated interface\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:48:55 ----------\n
08:48:55 9. WARNING in test\TestUnlikely.java (at line 55)\n
08:48:55 	c.remove(f); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:48:55 ----------\n
08:48:55 10. WARNING in test\TestUnlikely.java (at line 63)\n
08:48:55 	c.remove(f); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
08:48:55 ----------\n
08:48:55 11. WARNING in test\TestUnlikely.java (at line 70)\n
08:48:55 	map.containsKey(value); // warning\n
08:48:55 	                ^^^^^\n
08:48:55 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
08:48:55 ----------\n
08:48:55 12. WARNING in test\TestUnlikely.java (at line 71)\n
08:48:55 	map.containsValue(key); // warning\n
08:48:55 	                  ^^^\n
08:48:55 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
08:48:55 ----------\n
08:48:55 13. WARNING in test\TestUnlikely.java (at line 95)\n
08:48:55 	if (c.contains(iterator.next())) { // warning\n
08:48:55 	               ^^^^^^^^^^^^^^^\n
08:48:55 Unlikely argument type U for contains(Object) on a Collection<T>\n
08:48:55 ----------\n
08:48:55 14. WARNING in test\TestUnlikely.java (at line 105)\n
08:48:55 	c.removeAll(other); // warning\n
08:48:55 	            ^^^^^\n
08:48:55 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
08:48:55 ----------\n
08:48:55 15. WARNING in test\TestUnlikely.java (at line 111)\n
08:48:55 	Predicate<OtherInterface> p2 = c::contains; // warning\n
08:48:55 	                               ^^^^^^^^^^^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:48:55 ----------\n
08:48:55 16. WARNING in test\TestUnlikely.java (at line 112)\n
08:48:55 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
08:48:55 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:48:55 ----------\n
08:48:55 17. INFO in test\TestUnlikely.java (at line 120)\n
08:48:55 	s.equals(i); // info\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:48:55 ----------\n
08:48:55 18. INFO in test\TestUnlikely.java (at line 121)\n
08:48:55 	i.equals(s); // info\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:48:55 ----------\n
08:48:55 19. INFO in test\TestUnlikely.java (at line 125)\n
08:48:55 	Predicate<String> p1 = i::equals; // info\n
08:48:55 	                       ^^^^^^^^^\n
08:48:55 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:48:55 ----------\n
08:48:55 20. INFO in test\TestUnlikely.java (at line 128)\n
08:48:55 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
08:48:55 	                                   ^^^^^^^^^^^^^^\n
08:48:55 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:48:55 ----------\n
08:48:55 21. INFO in test\TestUnlikely.java (at line 131)\n
08:48:55 	Objects.equals(s, i); // info\n
08:48:55 	                  ^\n
08:48:55 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:48:55 ----------\n
08:48:55 22. INFO in test\TestUnlikely.java (at line 132)\n
08:48:55 	Objects.equals(i, s); // info\n
08:48:55 	                  ^\n
08:48:55 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:48:55 ----------\n
08:48:55 23. INFO in test\TestUnlikely.java (at line 136)\n
08:48:55 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
08:48:55 	                                   ^^^^^^^^^^^^^^^\n
08:48:55 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in test\TestUnlikely.java (at line 30)\n
08:48:55 	c.remove(o); // warning: unrelated interface\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
08:48:55 ----------\n
08:48:55 2. WARNING in test\TestUnlikely.java (at line 37)\n
08:48:55 	c.remove(i); // warning: unrelated interface\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:48:55 ----------\n
08:48:55 3. WARNING in test\TestUnlikely.java (at line 39)\n
08:48:55 	c.remove(f); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:48:55 ----------\n
08:48:55 4. WARNING in test\TestUnlikely.java (at line 40)\n
08:48:55 	c.remove(nf); // warning: castable, but not supertype\n
08:48:55 	         ^^\n
08:48:55 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:48:55 ----------\n
08:48:55 5. WARNING in test\TestUnlikely.java (at line 46)\n
08:48:55 	c.remove(o); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
08:48:55 ----------\n
08:48:55 6. WARNING in test\TestUnlikely.java (at line 48)\n
08:48:55 	c.remove(nf); // warning: impossible\n
08:48:55 	         ^^\n
08:48:55 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
08:48:55 ----------\n
08:48:55 7. WARNING in test\TestUnlikely.java (at line 49)\n
08:48:55 	c.remove(s); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
08:48:55 ----------\n
08:48:55 8. WARNING in test\TestUnlikely.java (at line 54)\n
08:48:55 	c.remove(o); // warning: unrelated interface\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:48:55 ----------\n
08:48:55 9. WARNING in test\TestUnlikely.java (at line 55)\n
08:48:55 	c.remove(f); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:48:55 ----------\n
08:48:55 10. WARNING in test\TestUnlikely.java (at line 63)\n
08:48:55 	c.remove(f); // warning: impossible\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
08:48:55 ----------\n
08:48:55 11. WARNING in test\TestUnlikely.java (at line 70)\n
08:48:55 	map.containsKey(value); // warning\n
08:48:55 	                ^^^^^\n
08:48:55 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
08:48:55 ----------\n
08:48:55 12. WARNING in test\TestUnlikely.java (at line 71)\n
08:48:55 	map.containsValue(key); // warning\n
08:48:55 	                  ^^^\n
08:48:55 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
08:48:55 ----------\n
08:48:55 13. WARNING in test\TestUnlikely.java (at line 95)\n
08:48:55 	if (c.contains(iterator.next())) { // warning\n
08:48:55 	               ^^^^^^^^^^^^^^^\n
08:48:55 Unlikely argument type U for contains(Object) on a Collection<T>\n
08:48:55 ----------\n
08:48:55 14. WARNING in test\TestUnlikely.java (at line 105)\n
08:48:55 	c.removeAll(other); // warning\n
08:48:55 	            ^^^^^\n
08:48:55 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
08:48:55 ----------\n
08:48:55 15. WARNING in test\TestUnlikely.java (at line 111)\n
08:48:55 	Predicate<OtherInterface> p2 = c::contains; // warning\n
08:48:55 	                               ^^^^^^^^^^^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:48:55 ----------\n
08:48:55 16. WARNING in test\TestUnlikely.java (at line 112)\n
08:48:55 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
08:48:55 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:48:55 ----------\n
08:48:55 17. INFO in test\TestUnlikely.java (at line 120)\n
08:48:55 	s.equals(i); // info\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:48:55 ----------\n
08:48:55 18. INFO in test\TestUnlikely.java (at line 121)\n
08:48:55 	i.equals(s); // info\n
08:48:55 	         ^\n
08:48:55 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:48:55 ----------\n
08:48:55 19. INFO in test\TestUnlikely.java (at line 125)\n
08:48:55 	Predicate<String> p1 = i::equals; // info\n
08:48:55 	                       ^^^^^^^^^\n
08:48:55 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:48:55 ----------\n
08:48:55 20. INFO in test\TestUnlikely.java (at line 128)\n
08:48:55 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
08:48:55 	                                   ^^^^^^^^^^^^^^\n
08:48:55 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:48:55 ----------\n
08:48:55 21. INFO in test\TestUnlikely.java (at line 131)\n
08:48:55 	Objects.equals(s, i); // info\n
08:48:55 	                  ^\n
08:48:55 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:48:55 ----------\n
08:48:55 22. INFO in test\TestUnlikely.java (at line 132)\n
08:48:55 	Objects.equals(i, s); // info\n
08:48:55 	                  ^\n
08:48:55 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:48:55 ----------\n
08:48:55 23. INFO in test\TestUnlikely.java (at line 136)\n
08:48:55 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
08:48:55 	                                   ^^^^^^^^^^^^^^^\n
08:48:55 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218f(ProgrammingProblemsTest.java:2961)
08:48:55 
08:48:55 testBug513310 - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.927 s
08:48:55 testBug514956a - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.902 s
08:48:55 testBug514956b - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.848 s
08:48:55 testBug514956c - 12(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.853 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug514956c - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in Unlikely.java (at line 6)\n
08:48:55 	return i1.equals((I1)this);\n
08:48:55 	                 ^^^^^^^^\n
08:48:55 Unnecessary cast from Unlikely to I1\n
08:48:55 ----------\n
08:48:55 2. ERROR in Unlikely.java (at line 9)\n
08:48:55 	return i1.equals((I3)i2);\n
08:48:55 	                 ^^^^^^\n
08:48:55 Unnecessary cast from I2 to I3\n
08:48:55 ----------\n
08:48:55 3. WARNING in Unlikely.java (at line 9)\n
08:48:55 	return i1.equals((I3)i2);\n
08:48:55 	                 ^^^^^^\n
08:48:55 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in Unlikely.java (at line 6)\n
08:48:55 	return i1.equals((I1)this);\n
08:48:55 	                 ^^^^^^^^\n
08:48:55 Unnecessary cast from Unlikely to I1\n
08:48:55 ----------\n
08:48:55 2. ERROR in Unlikely.java (at line 9)\n
08:48:55 	return i1.equals((I3)i2);\n
08:48:55 	                 ^^^^^^\n
08:48:55 Unnecessary cast from I2 to I3\n
08:48:55 ----------\n
08:48:55 3. WARNING in Unlikely.java (at line 9)\n
08:48:55 	return i1.equals((I3)i2);\n
08:48:55 	                 ^^^^^^\n
08:48:55 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug514956c(ProgrammingProblemsTest.java:3268)
08:48:55 
08:48:55 testWithOneJar - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0.001 s
08:48:55 testWithOneJarUsingUTF8Name - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 testWithOneJarWithWiteSpace - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0.001 s
08:48:55 testWithSecondJarOnNextLine - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 testWithSecondJarOnNextLine5 - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 testWithSecondJarOnTwoLine - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 testWithSecondJarOnTwoLine2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 testWithSecondJarOnTwoLine3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0.001 s
08:48:55 testWithSecondJarOnTwoLine4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 testWithSecondJarOnTwoLineEndedWithEOF - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 testWithSecondJarOnTwoLineEndedWithEOF2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 testWithSecondJarOnTwoLineEndedWithNewLineEOF - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 testWithSecondJarOnTwoLineEndedWithWhiteSpaceEOF - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0.001 s
08:48:55 testWithSecondJarOnTwoLineEndedWithWhiteSpaceNewLineEOF - 12(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
08:48:55 test318020a - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.023 s
08:48:55 test318020b - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.962 s
08:48:55 test318020c - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.893 s
08:48:55 test318020d - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.879 s
08:48:55 test318020e - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.869 s
08:48:55 test318020f - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.856 s
08:48:55 test318020g - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.864 s
08:48:55 test318020h - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.969 s
08:48:55 test318020i - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.037 s
08:48:55 test318020j - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.827 s
08:48:55 test318020k - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.818 s
08:48:55 test325567 - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.885 s
08:48:55 testBug324178b - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.991 s
08:48:55 testBug324178c - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.041 s
08:48:55 testBug324178d - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.947 s
08:48:55 testBug383690 - 12(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.821 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.901 s
08:48:55 test056a - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.958 s
08:48:55 test056b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.017 s
08:48:55 test056c - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.03 s
08:48:55 test056d - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.964 s
08:48:55 test056d_suppress - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.949 s
08:48:55 test056e - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.95 s
08:48:55 test056f - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.945 s
08:48:55 test056g - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.955 s
08:48:55 test056g2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.941 s
08:48:55 test056h - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.952 s
08:48:55 test056i - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.026 s
08:48:55 test056i2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.955 s
08:48:55 test056i_ignore - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.049 s
08:48:55 test056j - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.911 s
08:48:55 test056jconditional - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.918 s
08:48:55 test056k - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.972 s
08:48:55 test056l - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.935 s
08:48:55 test056m - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.044 s
08:48:55 test056n - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.034 s
08:48:55 test056o - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.049 s
08:48:55 test056p - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.955 s
08:48:55 test056q - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.995 s
08:48:55 test056r - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.989 s
08:48:55 test056s - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.99 s
08:48:55 test056t - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.972 s
08:48:55 test056throw1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.946 s
08:48:55 test056throw2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.965 s
08:48:55 test056throw3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.025 s
08:48:55 test056throw4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.981 s
08:48:55 test056throw5 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.981 s
08:48:55 test056u - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.933 s
08:48:55 test056v - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.98 s
08:48:55 test056w - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.916 s
08:48:55 test056x - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.895 s
08:48:55 test056y - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.945 s
08:48:55 test056z - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.879 s
08:48:55 test056zz - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.902 s
08:48:55 test056zzz - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.906 s
08:48:55 test061a - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.024 s
08:48:55 test061b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.948 s
08:48:55 test061c - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.999 s
08:48:55 test061d - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.934 s
08:48:55 test061e - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.04 s
08:48:55 test061f - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.092 s
08:48:55 test061f2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.016 s
08:48:55 test061f3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.93 s
08:48:55 test061f4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.892 s
08:48:55 test061g - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.958 s
08:48:55 test061h - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.949 s
08:48:55 test061i - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.972 s
08:48:55 test061j - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.043 s
08:48:55 test061k - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.98 s
08:48:55 test061l - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.001 s
08:48:55 test061l2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.894 s
08:48:55 test061l3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.914 s
08:48:55 test061m - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.899 s
08:48:55 test061n - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.897 s
08:48:55 test061o - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.915 s
08:48:55 test061p - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.02 s
08:48:55 test061r - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.041 s
08:48:55 test061s - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.004 s
08:48:55 test062a - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.911 s
08:48:55 test062b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.013 s
08:48:55 test062c - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.917 s
08:48:55 test062d - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.964 s
08:48:55 test063a - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.899 s
08:48:55 test063b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.963 s
08:48:55 test063c - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.028 s
08:48:55 test063d - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.943 s
08:48:55 test063e - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.989 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.975 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.935 s
08:48:55 test066b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.951 s
08:48:55 test067b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.989 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.983 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.129 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.919 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.904 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.021 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.981 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.92 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.95 s
08:48:55 testBug361073c7 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.027 s
08:48:55 testBug368709a - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.991 s
08:48:55 testBug368709b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.929 s
08:48:55 testBug371614_comment0 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.978 s
08:48:55 testBug371614_comment2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.942 s
08:48:55 testBug371614_comment8 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.989 s
08:48:55 testBug376053 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.935 s
08:48:55 testBug381445_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.969 s
08:48:55 testBug381445_1b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.152 s
08:48:55 testBug381445_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.951 s
08:48:55 testBug381445_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.061 s
08:48:55 testBug385415 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.036 s
08:48:55 testBug386534 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.033 s
08:48:55 testBug388996 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.008 s
08:48:55 testBug390064 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.934 s
08:48:55 testBug394768 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.079 s
08:48:55 testBug394768_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.116 s
08:48:55 testBug395977 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.032 s
08:48:55 testBug395977_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.034 s
08:48:55 testBug395977_1a - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.921 s
08:48:55 testBug395977_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.934 s
08:48:55 testBug396575 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.984 s
08:48:55 testBug397204 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.187 s
08:48:55 testBug397204_comment4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.119 s
08:48:55 testBug400523 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.011 s
08:48:55 testBug411098_comment19 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.899 s
08:48:55 testBug411098_test1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.938 s
08:48:55 testBug411098_test2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.925 s
08:48:55 testBug411098_test3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.937 s
08:48:55 testBug411098_test4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.936 s
08:48:55 testBug411098_test5 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.955 s
08:48:55 testBug411098_test6 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.975 s
08:48:55 testBug411098_test7 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.971 s
08:48:55 testBug415790_ex2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.001 s
08:48:55 testBug415790_ex4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.952 s
08:48:55 testBug421035 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.938 s
08:48:55 testBug433510 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.938 s
08:48:55 testBug440282 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.956 s
08:48:55 testBug444964 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.883 s
08:48:55 testBug462371_orig - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.951 s
08:48:55 testBug463320 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.004 s
08:48:55 testBug463320_comment19 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.999 s
08:48:55 testBug463320_comment8 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.014 s
08:48:55 testBug473317 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.081 s
08:48:55 testBug486506 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.217 s
08:48:55 testBug519740 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.995 s
08:48:55 testBug527761 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.907 s
08:48:55 testBug527761_neg - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 2.308 s
08:48:55 testBug527761_otherClose - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 2.124 s
08:48:55 testBug541705 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.058 s
08:48:55 testBug541705b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.043 s
08:48:55 testBug542707_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0 s
08:48:55 testBug542707_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0 s
08:48:55 testBug542707_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.02 s
08:48:55 testBug552441 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.09 s
08:48:55 testBug552521 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.071 s
08:48:55 testBug552521_comment14 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.995 s
08:48:55 testBug552521_comment14b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.397 s
08:48:55 testBug558574 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.61 s
08:48:55 testBug558759 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.961 s
08:48:55 testBug559119 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.997 s
08:48:55 testBug560460 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.01 s
08:48:55 testBug560610 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.123 s
08:48:55 testBug560671 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.056 s
08:48:55 testBug560671b - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.067 s
08:48:55 testStream1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.987 s
08:48:55 testStream1_Double_Long - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.074 s
08:48:55 testStream1_Int - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.084 s
08:48:55 testStream2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.017 s
08:48:55 testStream3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.006 s
08:48:55 testStream4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.116 s
08:48:55 test02 - 12(org.eclipse.jdt.core.tests.compiler.regression.PackageBindingTest)  Time elapsed: 0.001 s
08:48:55 test03 - 12(org.eclipse.jdt.core.tests.compiler.regression.PackageBindingTest)  Time elapsed: 0 s
08:48:55 test04 - 12(org.eclipse.jdt.core.tests.compiler.regression.PackageBindingTest)  Time elapsed: 0 s
08:48:55 testBug103304a_private - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.378 s
08:48:55 testBug103304a_public - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.984 s
08:48:55 testBug103304b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.026 s
08:48:55 testBug103304c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.854 s
08:48:55 testBug103304d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.865 s
08:48:55 testBug103304e - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.899 s
08:48:55 testBug103304f - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.9 s
08:48:55 testBug116464 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.898 s
08:48:55 testBug125518a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.863 s
08:48:55 testBug125518b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.855 s
08:48:55 testBug125518c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.862 s
08:48:55 testBug125518d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.836 s
08:48:55 testBug125518e - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.88 s
08:48:55 testBug125903 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.866 s
08:48:55 testBug128954 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.888 s
08:48:55 testBug128954a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.841 s
08:48:55 testBug129241a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.866 s
08:48:55 testBug129241b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.853 s
08:48:55 testBug129241c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.873 s
08:48:55 testBug129241d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.887 s
08:48:55 testBug132813 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.773 s
08:48:55 testBug149013_Private01 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.863 s
08:48:55 testBug149013_Private02 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.861 s
08:48:55 testBug149013_Private03 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.848 s
08:48:55 testBug149013_Public01 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.855 s
08:48:55 testBug149013_Public02 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.862 s
08:48:55 testBug149013_Public03 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.843 s
08:48:55 testBug153399a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.842 s
08:48:55 testBug153399b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.86 s
08:48:55 testBug153399c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.881 s
08:48:55 testBug153399d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.848 s
08:48:55 testBug153399e - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.898 s
08:48:55 testBug160015 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.886 s
08:48:55 testBug163659 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.893 s
08:48:55 testBug166365 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.906 s
08:48:55 testBug166436 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.882 s
08:48:55 testBug168849a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.836 s
08:48:55 testBug168849b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.856 s
08:48:55 testBug168849c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.891 s
08:48:55 testBug168849d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.84 s
08:48:55 testBug168849e - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.859 s
08:48:55 testBug168849f - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.846 s
08:48:55 testBug168849g - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.854 s
08:48:55 testBug168849h - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.843 s
08:48:55 testBug168849i - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.867 s
08:48:55 testBug168849j - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.895 s
08:48:55 testBug170637 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.891 s
08:48:55 testBug170637a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.906 s
08:48:55 testBug170637b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.902 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug170637b - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 70)\n
08:48:55 	String bar31\n
08:48:55 	       ^^^^^\n
08:48:55 Javadoc: Missing tag for parameter bar31\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 70)\n
08:48:55 	String bar31\n
08:48:55 	       ^^^^^\n
08:48:55 Javadoc: Missing tag for parameter bar31\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug170637b(JavadocBugsTest.java:6696)
08:48:55 
08:48:55 testBug176027a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.901 s
08:48:55 testBug176027b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.845 s
08:48:55 testBug176027c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.892 s
08:48:55 testBug176027d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.885 s
08:48:55 testBug176027f - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.829 s
08:48:55 testBug176027g - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.871 s
08:48:55 testBug176027h_private - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.89 s
08:48:55 testBug176027h_public - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.849 s
08:48:55 testBug177009a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.888 s
08:48:55 testBug177009b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.871 s
08:48:55 testBug190970a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.88 s
08:48:55 testBug190970b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.098 s
08:48:55 testBug190970c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.892 s
08:48:55 testBug191322 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.851 s
08:48:55 testBug191322b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.875 s
08:48:55 testBug191322c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.835 s
08:48:55 testBug191322d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.896 s
08:48:55 testBug191322e - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.892 s
08:48:55 testBug191322f - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.899 s
08:48:55 testBug191322g - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.92 s
08:48:55 testBug191322h - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.892 s
08:48:55 testBug191322i - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.861 s
08:48:55 testBug195374 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.85 s
08:48:55 testBug206345a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.886 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345a - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 7)\r\n
08:48:55 	* 			{@link expected_error}\r\n
08:48:55 	  			       ^^^^^^^^^^^^^^\n
08:48:55 Javadoc: expected_error cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 7)\r\n
08:48:55 	* 			{@link expected_error}\r\n
08:48:55 	  			       ^^^^^^^^^^^^^^\n
08:48:55 Javadoc: expected_error cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345a(JavadocBugsTest.java:8912)
08:48:55 
08:48:55 testBug206345b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.953 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345b - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 7)\r\n
08:48:55 	* 			{@link expected_error}\r\n
08:48:55 	  			       ^^^^^^^^^^^^^^\n
08:48:55 Javadoc: expected_error cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 7)\r\n
08:48:55 	* 			{@link expected_error}\r\n
08:48:55 	  			       ^^^^^^^^^^^^^^\n
08:48:55 Javadoc: expected_error cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345b(JavadocBugsTest.java:8941)
08:48:55 
08:48:55 testBug206345c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.85 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345c - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@link raw text:\n
08:48:55 	          ^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@link raw text:\n
08:48:55 	                 ^^^\n
08:48:55 Javadoc: raw cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 3. ERROR in pkg\X.java (at line 6)\n
08:48:55 	* 			{@link BadLink} is just text}\n
08:48:55 	  			       ^^^^^^^\n
08:48:55 Javadoc: BadLink cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 4. ERROR in pkg\X.java (at line 7)\n
08:48:55 	* 			{@link expected_error}\n
08:48:55 	  			       ^^^^^^^^^^^^^^\n
08:48:55 Javadoc: expected_error cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@link raw text:\n
08:48:55 	          ^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@link raw text:\n
08:48:55 	                 ^^^\n
08:48:55 Javadoc: raw cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 3. ERROR in pkg\X.java (at line 6)\n
08:48:55 	* 			{@link BadLink} is just text}\n
08:48:55 	  			       ^^^^^^^\n
08:48:55 Javadoc: BadLink cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 4. ERROR in pkg\X.java (at line 7)\n
08:48:55 	* 			{@link expected_error}\n
08:48:55 	  			       ^^^^^^^^^^^^^^\n
08:48:55 Javadoc: expected_error cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345c(JavadocBugsTest.java:8970)
08:48:55 
08:48:55 testBug206345d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.87 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345d - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 7)\n
08:48:55 	* 			{@link expected_error}\n
08:48:55 	  			       ^^^^^^^^^^^^^^\n
08:48:55 Javadoc: expected_error cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 7)\n
08:48:55 	* 			{@link expected_error}\n
08:48:55 	  			       ^^^^^^^^^^^^^^\n
08:48:55 Javadoc: expected_error cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345d(JavadocBugsTest.java:9015)
08:48:55 
08:48:55 testBug206345e - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.881 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345e - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\r\n
08:48:55 	* This is {@code raw text:\n
08:48:55 	 * 			{{{{{{@link BadLink}}} is just text}\r\n
08:48:55 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\r\n
08:48:55 	* This is {@code raw text:\n
08:48:55 	 * 			{{{{{{@link BadLink}}} is just text}\r\n
08:48:55 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345e(JavadocBugsTest.java:9042)
08:48:55 
08:48:55 testBug206345f - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.882 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345f - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\r\n
08:48:55 	* This is {@code raw text:\n
08:48:55 	 * 			{@link BadLink}\r\n
08:48:55 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\r\n
08:48:55 	* This is {@code raw text:\n
08:48:55 	 * 			{@link BadLink}\r\n
08:48:55 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345f(JavadocBugsTest.java:9070)
08:48:55 
08:48:55 testBug206345g - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.968 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345g - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@code raw text:\n
08:48:55 	          ^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@code raw text:\n
08:48:55 	          ^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345g(JavadocBugsTest.java:9098)
08:48:55 
08:48:55 testBug206345h - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.867 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345h - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\r\n
08:48:55 	* This is {@code raw text:\r\n
08:48:55 	          ^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\r\n
08:48:55 	* This is {@code raw text:\r\n
08:48:55 	          ^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345h(JavadocBugsTest.java:9123)
08:48:55 
08:48:55 testBug206345i - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.905 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345i - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\r\n
08:48:55 	* This is {@code raw text:\r\n
08:48:55 	          ^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\r\n
08:48:55 	* This is {@code raw text:\r\n
08:48:55 	          ^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345i(JavadocBugsTest.java:9147)
08:48:55 
08:48:55 testBug206345j - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.17 s
08:48:55 testBug206345k - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.132 s
08:48:55 testBug206345l - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.902 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345l - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@literal raw text:\n
08:48:55 	 * 			{@link BadLink}\n
08:48:55 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@literal raw text:\n
08:48:55 	 * 			{@link BadLink}\n
08:48:55 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345l(JavadocBugsTest.java:9211)
08:48:55 
08:48:55 testBug206345m - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.908 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug206345m - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@code raw text:\n
08:48:55 	 * 			{@link BadLink}\n
08:48:55 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* This is {@code raw text:\n
08:48:55 	 * 			{@link BadLink}\n
08:48:55 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Missing closing brace for inline tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345m(JavadocBugsTest.java:9238)
08:48:55 
08:48:55 testBug207765 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.847 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug207765 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* {@link "http://www.eclipse.org/}\n
08:48:55 	         ^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Invalid reference\n
08:48:55 ----------\n
08:48:55 2. ERROR in pkg\X.java (at line 6)\n
08:48:55 	* @see "http://www.eclipse.org/\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 5)\n
08:48:55 	* {@link "http://www.eclipse.org/}\n
08:48:55 	         ^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Invalid reference\n
08:48:55 ----------\n
08:48:55 2. ERROR in pkg\X.java (at line 6)\n
08:48:55 	* @see "http://www.eclipse.org/\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug207765(JavadocBugsTest.java:7551)
08:48:55 
08:48:55 testBug221539a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.851 s
08:48:55 testBug221539b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.879 s
08:48:55 testBug221539c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.876 s
08:48:55 testBug222188a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.871 s
08:48:55 testBug222188b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.874 s
08:48:55 testBug222900a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.194 s
08:48:55 testBug222900b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.817 s
08:48:55 testBug222900c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.87 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug222900c - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	* Test the {@code} missing description\n
08:48:55 	             ^^^^\n
08:48:55 Javadoc: Description expected after @code\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 3)\n
08:48:55 	* Test the {@code\n
08:48:55 	             ^^^^\n
08:48:55 Javadoc: Description expected after @code\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	* Test the {@code} missing description\n
08:48:55 	             ^^^^\n
08:48:55 Javadoc: Description expected after @code\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 3)\n
08:48:55 	* Test the {@code\n
08:48:55 	             ^^^^\n
08:48:55 Javadoc: Description expected after @code\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug222900c(JavadocBugsTest.java:7654)
08:48:55 
08:48:55 testBug222902 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.916 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: testBug222902: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug222902(JavadocBugsTest.java:7707)
08:48:55 
08:48:55 testBug227730a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.889 s
08:48:55 testBug227730b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.914 s
08:48:55 testBug233187a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.888 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug233187a - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in test\a\X.java (at line 10)\n
08:48:55 	* {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n
08:48:55 	             ^^^\n
08:48:55 Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n
08:48:55 ----------\n
08:48:55 2. ERROR in test\a\X.java (at line 11)\n
08:48:55 	* {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n
08:48:55 	                 ^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: no_test[] cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 3. ERROR in test\a\X.java (at line 12)\n
08:48:55 	* {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n
08:48:55 	                 ^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------\n
08:48:55 4. ERROR in test\a\X.java (at line 13)\n
08:48:55 	* {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n
08:48:55 	                        ^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in test\a\X.java (at line 10)\n
08:48:55 	* {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n
08:48:55 	             ^^^\n
08:48:55 Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n
08:48:55 ----------\n
08:48:55 2. ERROR in test\a\X.java (at line 11)\n
08:48:55 	* {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n
08:48:55 	                 ^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: no_test[] cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 3. ERROR in test\a\X.java (at line 12)\n
08:48:55 	* {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n
08:48:55 	                 ^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------\n
08:48:55 4. ERROR in test\a\X.java (at line 13)\n
08:48:55 	* {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n
08:48:55 	                        ^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug233187a(JavadocBugsTest.java:7853)
08:48:55 
08:48:55 testBug233187b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.902 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug233187b - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in test\b\X.java (at line 10)\n
08:48:55 	* {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n
08:48:55 	             ^^^\n
08:48:55 Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n
08:48:55 ----------\n
08:48:55 2. ERROR in test\b\X.java (at line 11)\n
08:48:55 	* {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n
08:48:55 	                 ^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: no_test cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 3. ERROR in test\b\X.java (at line 12)\n
08:48:55 	* {@link X.Y#foo(Y.Z)} KO for javadoc tool\n
08:48:55 	                 ^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------\n
08:48:55 4. ERROR in test\b\X.java (at line 13)\n
08:48:55 	* {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n
08:48:55 	                        ^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in test\b\X.java (at line 10)\n
08:48:55 	* {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n
08:48:55 	             ^^^\n
08:48:55 Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n
08:48:55 ----------\n
08:48:55 2. ERROR in test\b\X.java (at line 11)\n
08:48:55 	* {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n
08:48:55 	                 ^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: no_test cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 3. ERROR in test\b\X.java (at line 12)\n
08:48:55 	* {@link X.Y#foo(Y.Z)} KO for javadoc tool\n
08:48:55 	                 ^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------\n
08:48:55 4. ERROR in test\b\X.java (at line 13)\n
08:48:55 	* {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n
08:48:55 	                        ^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug233187b(JavadocBugsTest.java:7882)
08:48:55 
08:48:55 testBug233187c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.872 s
08:48:55 testBug233887 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.855 s
08:48:55 testBug237937 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.869 s
08:48:55 testBug246712 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.89 s
08:48:55 testBug246712b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.895 s
08:48:55 testBug246715 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.89 s
08:48:55 testBug247037 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.863 s
08:48:55 testBug247037b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.851 s
08:48:55 testBug247037c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.883 s
08:48:55 testBug247037d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.894 s
08:48:55 testBug254825 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.857 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug254825 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	/** @see #o */\n
08:48:55 	          ^\n
08:48:55 Javadoc: o cannot be resolved or is not a field\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	/** @see #o */\n
08:48:55 	          ^\n
08:48:55 Javadoc: o cannot be resolved or is not a field\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug254825(JavadocBugsTest.java:8110)
08:48:55 
08:48:55 testBug254825b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.882 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug254825b - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	/** @see #o */\n
08:48:55 	          ^\n
08:48:55 Javadoc: o cannot be resolved or is not a field\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	/** @see #o */\n
08:48:55 	          ^\n
08:48:55 Javadoc: o cannot be resolved or is not a field\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug254825b(JavadocBugsTest.java:8131)
08:48:55 
08:48:55 testBug258798_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.904 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug258798_1 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 5)\n
08:48:55 	X(int i) {\n
08:48:55 	      ^\n
08:48:55 Javadoc: Missing tag for parameter i\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 5)\n
08:48:55 	X(int i) {\n
08:48:55 	      ^\n
08:48:55 Javadoc: Missing tag for parameter i\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_1(JavadocBugsTest.java:8165)
08:48:55 
08:48:55 testBug258798_2a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.911 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug258798_2a - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	Y(double d) { super(0); }\n
08:48:55 	         ^\n
08:48:55 Javadoc: Missing tag for parameter d\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	Y(double d) { super(0); }\n
08:48:55 	         ^\n
08:48:55 Javadoc: Missing tag for parameter d\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_2a(JavadocBugsTest.java:8186)
08:48:55 
08:48:55 testBug258798_2b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.948 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug258798_2b - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 7)\n
08:48:55 	Y(List<U> lu) { super(null); }\n
08:48:55 	          ^^\n
08:48:55 Javadoc: Missing tag for parameter lu\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 7)\n
08:48:55 	Y(List<U> lu) { super(null); }\n
08:48:55 	          ^^\n
08:48:55 Javadoc: Missing tag for parameter lu\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_2b(JavadocBugsTest.java:8208)
08:48:55 
08:48:55 testBug258798_2c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.923 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug258798_2c - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 7)\n
08:48:55 	Y(List<U> lu) { super(lu); }\n
08:48:55 	          ^^\n
08:48:55 Javadoc: Missing tag for parameter lu\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 7)\n
08:48:55 	Y(List<U> lu) { super(lu); }\n
08:48:55 	          ^^\n
08:48:55 Javadoc: Missing tag for parameter lu\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_2c(JavadocBugsTest.java:8232)
08:48:55 
08:48:55 testBug258798_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.995 s
08:48:55 testBug267833 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.851 s
08:48:55 testBug267833_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.001 s
08:48:55 testBug267833_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.862 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug267833_3 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                ^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                                ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                                               ^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                                                             ^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                                                                         ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 6. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	             ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 7. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	                            ^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 8. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	                                             ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 9. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	                                                            ^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 10. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	                                                                                               ^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 11. ERROR in X.java (at line 5)\n
08:48:55 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:48:55 	             ^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 12. ERROR in X.java (at line 5)\n
08:48:55 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:48:55 	                           ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 13. ERROR in X.java (at line 5)\n
08:48:55 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:48:55 	                                         ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 14. ERROR in X.java (at line 5)\n
08:48:55 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:48:55 	                                                             ^^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                ^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                                ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                                               ^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                                                             ^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 3)\n
08:48:55 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:48:55 	                                                                         ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 6. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	             ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 7. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	                            ^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 8. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	                                             ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 9. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	                                                            ^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 10. ERROR in X.java (at line 4)\n
08:48:55 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:48:55 	                                                                                               ^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 11. ERROR in X.java (at line 5)\n
08:48:55 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:48:55 	             ^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 12. ERROR in X.java (at line 5)\n
08:48:55 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:48:55 	                           ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 13. ERROR in X.java (at line 5)\n
08:48:55 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:48:55 	                                         ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 14. ERROR in X.java (at line 5)\n
08:48:55 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:48:55 	                                                             ^^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug267833_3(JavadocBugsTest.java:8498)
08:48:55 
08:48:55 testBug281609a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.869 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug281609a - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pkg\X.java (at line 7)\n
08:48:55 	* @see PKG\n
08:48:55 	       ^^^\n
08:48:55 Javadoc: PKG cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pkg\X.java (at line 7)\n
08:48:55 	* @see PKG\n
08:48:55 	       ^^^\n
08:48:55 Javadoc: PKG cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug281609a(JavadocBugsTest.java:8592)
08:48:55 
08:48:55 testBug281609b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.841 s
08:48:55 testBug292510 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.882 s
08:48:55 testBug316782 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.831 s
08:48:55 testBug382606 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.86 s
08:48:55 testBug45592 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.922 s
08:48:55 testBug45596 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.933 s
08:48:55 testBug45596a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.993 s
08:48:55 testBug45596b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.943 s
08:48:55 testBug45669 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.901 s
08:48:55 testBug45669a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.898 s
08:48:55 testBug45737 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.927 s
08:48:55 testBug45782 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.963 s
08:48:55 testBug45782a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.917 s
08:48:55 testBug45958 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.841 s
08:48:55 testBug45958a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.851 s
08:48:55 testBug45958b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.922 s
08:48:55 testBug45958c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.926 s
08:48:55 testBug46901 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.861 s
08:48:55 testBug47132 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.839 s
08:48:55 testBug47215 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.87 s
08:48:55 testBug47339 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.928 s
08:48:55 testBug47339a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.949 s
08:48:55 testBug47339b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.9 s
08:48:55 testBug47339c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.922 s
08:48:55 testBug47341 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.885 s
08:48:55 testBug48064 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.926 s
08:48:55 testBug48064a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.911 s
08:48:55 testBug48376 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.826 s
08:48:55 testBug48376a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.865 s
08:48:55 testBug48385 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.997 s
08:48:55 testBug48385And49620 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.985 s
08:48:55 testBug48385a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.844 s
08:48:55 testBug48523 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.872 s
08:48:55 testBug48711 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.899 s
08:48:55 testBug49260 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.983 s
08:48:55 testBug49491 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.904 s
08:48:55 testBug49491a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.924 s
08:48:55 testBug50644 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.9 s
08:48:55 testBug50695 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.886 s
08:48:55 testBug50695b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.874 s
08:48:55 testBug51529 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.954 s
08:48:55 testBug51529a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.966 s
08:48:55 testBug51529b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.944 s
08:48:55 testBug51606 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.988 s
08:48:55 testBug51606a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.996 s
08:48:55 testBug51606b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.956 s
08:48:55 testBug51606c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.862 s
08:48:55 testBug51626 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.866 s
08:48:55 testBug51911 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.909 s
08:48:55 testBug51911a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.966 s
08:48:55 testBug51911b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.921 s
08:48:55 testBug51911c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.904 s
08:48:55 testBug52216 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.897 s
08:48:55 testBug52216a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.824 s
08:48:55 testBug52216b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.847 s
08:48:55 testBug53279 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.845 s
08:48:55 testBug53279a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.871 s
08:48:55 testBug53279b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.887 s
08:48:55 testBug53279c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.858 s
08:48:55 testBug53290 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.872 s
08:48:55 testBug62812 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.874 s
08:48:55 testBug62812a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.874 s
08:48:55 testBug65174 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.857 s
08:48:55 testBug65174a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.883 s
08:48:55 testBug65174b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.836 s
08:48:55 testBug65174c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.883 s
08:48:55 testBug65174d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.889 s
08:48:55 testBug65180 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.873 s
08:48:55 testBug65180a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.854 s
08:48:55 testBug65180b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.893 s
08:48:55 testBug65180c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.914 s
08:48:55 testBug65180d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.87 s
08:48:55 testBug65180e - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.887 s
08:48:55 testBug65180f - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.88 s
08:48:55 testBug65253 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.918 s
08:48:55 testBug66551 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.885 s
08:48:55 testBug66551a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.854 s
08:48:55 testBug66551b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.861 s
08:48:55 testBug66551c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.891 s
08:48:55 testBug66573 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.912 s
08:48:55 testBug68017conform - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.879 s
08:48:55 testBug68017javadocWarning1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.852 s
08:48:55 testBug68017javadocWarning2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.895 s
08:48:55 testBug68017javadocWarning3 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.878 s
08:48:55 testBug68017negative - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.837 s
08:48:55 testBug68025conform - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.873 s
08:48:55 testBug68025negative - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.888 s
08:48:55 testBug68726conform1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.829 s
08:48:55 testBug68726conform2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.311 s
08:48:55 testBug68726negative1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.864 s
08:48:55 testBug68726negative2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.822 s
08:48:55 testBug69272classInvalid - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.866 s
08:48:55 testBug69272classValid - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.883 s
08:48:55 testBug69272fieldInvalid - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.916 s
08:48:55 testBug69272fieldValid - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.857 s
08:48:55 testBug69272methodInvalid - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.851 s
08:48:55 testBug69272methodValid - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.893 s
08:48:55 testBug69275conform - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.871 s
08:48:55 testBug69275negative - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.856 s
08:48:55 testBug69302conform1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.888 s
08:48:55 testBug69302negative1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.883 s
08:48:55 testBug69302negative2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.891 s
08:48:55 testBug70892a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.853 s
08:48:55 testBug70892b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.883 s
08:48:55 testBug73348conform - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.861 s
08:48:55 testBug73348negative - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.84 s
08:48:55 testBug73352a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.923 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: testBug73352a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug73352a(JavadocBugsTest.java:3106)
08:48:55 
08:48:55 testBug73352b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.924 s
08:48:55 testBug73352c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.946 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: testBug73352c: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug73352c(JavadocBugsTest.java:3238)
08:48:55 
08:48:55 testBug73352d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.964 s
08:48:55 testBug73479 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.916 s
08:48:55 testBug73995 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.92 s
08:48:55 testBug74369 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.976 s
08:48:55 testBug74369deprecated - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.949 s
08:48:55 testBug76324 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.89 s
08:48:55 testBug76324string - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.883 s
08:48:55 testBug76324url - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.872 s
08:48:55 testBug77260 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.907 s
08:48:55 testBug77260nested - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.887 s
08:48:55 testBug77260nested_disabled - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.975 s
08:48:55 testBug77510disabled - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.879 s
08:48:55 testBug77510enabled - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.902 s
08:48:55 testBug77602 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.877 s
08:48:55 testBug77602_Public - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.89 s
08:48:55 testBug78091 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.899 s
08:48:55 testBug80910 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.876 s
08:48:55 testBug82088 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.904 s
08:48:55 testBug83285a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.921 s
08:48:55 testBug83285b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.913 s
08:48:55 testBug83285c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.916 s
08:48:55 testBug86769_Classes1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.95 s
08:48:55 testBug86769_Classes2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.96 s
08:48:55 testBug86769_Field1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.005 s
08:48:55 testBug86769_Fields2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.889 s
08:48:55 testBug86769_Methods2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.907 s
08:48:55 testBug86769_Metthods1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.89 s
08:48:55 testBug87404 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.896 s
08:48:55 testBug90302 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.921 s
08:48:55 testBug90302b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.952 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.903 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.913 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.97 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.003 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.914 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.929 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.912 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.935 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.851 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.804 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.877 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.826 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.867 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.835 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.861 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.838 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.851 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.942 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.868 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.878 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.902 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.847 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.88 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.926 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.86 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.995 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.852 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.886 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.87 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.886 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.924 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.885 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.898 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.919 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.844 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.839 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.839 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.859 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.849 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.895 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.886 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.899 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.903 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.903 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.998 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.896 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.967 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.924 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.907 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.908 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.976 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.882 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.853 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.864 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.882 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.913 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.881 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.906 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.831 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.846 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.953 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.058 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.964 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.056 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.02 s
08:48:55 test100 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.083 s
08:48:55 test101 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.1 s
08:48:55 test102 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.947 s
08:48:55 test103 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.994 s
08:48:55 test104 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.952 s
08:48:55 test105 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.999 s
08:48:55 test106 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.008 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.134 s
08:48:55 test108 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.992 s
08:48:55 test109 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.204 s
08:48:55 test110 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.966 s
08:48:55 test115 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.949 s
08:48:55 test116 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.984 s
08:48:55 test117 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.963 s
08:48:55 test118 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.014 s
08:48:55 test120 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.972 s
08:48:55 test121 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.854 s
08:48:55 test122 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.887 s
08:48:55 test123 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.899 s
08:48:55 test124 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.984 s
08:48:55 test125 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.83 s
08:48:55 test126 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.916 s
08:48:55 test127 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.978 s
08:48:55 test130 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.004 s
08:48:55 test131 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.886 s
08:48:55 test132 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.014 s
08:48:55 test133 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.001 s
08:48:55 test135 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.087 s
08:48:55 test136 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.871 s
08:48:55 test137 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.96 s
08:48:55 test138 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.984 s
08:48:55 test140 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.977 s
08:48:55 test141 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.991 s
08:48:55 test142 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.984 s
08:48:55 test143 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.958 s
08:48:55 test144 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.043 s
08:48:55 test145 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.018 s
08:48:55 test146 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.054 s
08:48:55 test147 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.005 s
08:48:55 test148 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.01 s
08:48:55 test150 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.036 s
08:48:55 test151 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.918 s
08:48:55 test152 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.974 s
08:48:55 test153 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.006 s
08:48:55 test154 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.976 s
08:48:55 test155 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.227 s
08:48:55 test156 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.986 s
08:48:55 test157 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.1 s
08:48:55 test158 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.009 s
08:48:55 test159 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.012 s
08:48:55 test160 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.085 s
08:48:55 test161 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.004 s
08:48:55 test162 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.031 s
08:48:55 test163 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.051 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.843 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.867 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.849 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.874 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.883 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.795 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.844 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.869 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.878 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.894 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.956 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.976 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.97 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.967 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.967 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.032 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.966 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.803 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.801 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.921 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.897 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.896 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.884 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.868 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.844 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.871 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.863 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.848 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.897 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.891 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.868 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.919 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.851 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.873 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.961 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.023 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.975 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.977 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.087 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.017 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.068 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.002 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.972 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.957 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.992 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.077 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.896 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.014 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.972 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.031 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.985 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.035 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.965 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.022 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.03 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.965 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.805 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.089 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test055 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	* <li> {@link Entry} </li>\n
08:48:55 	              ^^^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:8: warning: [rawtypes] found raw type: Map\n
08:48:55 public interface X extends Map {\n
08:48:55                            ^\n
08:48:55   missing type arguments for generic class Map<K,V>\n
08:48:55   where K,V are type-variables:\n
08:48:55     K extends Object declared in interface Map\n
08:48:55     V extends Object declared in interface Map\n
08:48:55 X.java:9: warning: [rawtypes] found raw type: Entry\n
08:48:55 	Entry e = null;\n
08:48:55 	^\n
08:48:55   missing type arguments for generic class Entry<K,V>\n
08:48:55   where K,V are type-variables:\n
08:48:55     K extends Object declared in interface Entry\n
08:48:55     V extends Object declared in interface Entry\n
08:48:55 2 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	* <li> {@link Entry} </li>\n
08:48:55 	              ^^^^^\n
08:48:55 Javadoc: Invalid member type qualification\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:8: warning: [rawtypes] found raw type: Map\n
08:48:55 public interface X extends Map {\n
08:48:55                            ^\n
08:48:55   missing type arguments for generic class Map<K,V>\n
08:48:55   where K,V are type-variables:\n
08:48:55     K extends Object declared in interface Map\n
08:48:55     V extends Object declared in interface Map\n
08:48:55 X.java:9: warning: [rawtypes] found raw type: Entry\n
08:48:55 	Entry e = null;\n
08:48:55 	^\n
08:48:55   missing type arguments for generic class Entry<K,V>\n
08:48:55   where K,V are type-variables:\n
08:48:55     K extends Object declared in interface Entry\n
08:48:55     V extends Object declared in interface Entry\n
08:48:55 2 warnings]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass.test055(JavadocTestForClass.java:1066)
08:48:55 
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.87 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.933 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.966 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.92 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.887 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.871 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.869 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.868 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.985 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.998 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.149 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.025 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.967 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.051 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.001 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.444 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.097 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.016 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.005 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.071 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.912 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.01 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.062 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.01 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.112 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.979 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.992 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.038 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.232 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.049 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.997 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.896 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.904 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.891 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.902 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.891 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.904 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.909 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.974 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.847 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.883 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.915 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.907 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.985 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.403 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.999 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.094 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.225 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.098 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.017 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 5.169 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.163 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.01 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.013 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.07 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.909 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.024 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.02 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.039 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.004 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.027 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.01 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.369 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.006 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.001 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.041 s
08:48:55 test451418 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.884 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.896 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.897 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.888 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.895 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.876 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.84 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.899 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.9 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.887 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.89 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.891 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.9 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.925 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.033 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.086 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.01 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.199 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.046 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.999 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.03 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.065 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.952 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.967 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.989 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.051 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.86 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.955 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.984 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.984 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.007 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.007 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.08 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.024 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.183 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.033 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.89 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.943 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.947 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.96 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.887 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.843 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.892 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.887 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.849 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.237 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.215 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.066 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.852 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.891 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.924 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.867 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.891 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.896 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.897 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.873 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.851 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.897 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.879 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.011 s
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.003 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.991 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.998 s
08:48:55 test099 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.083 s
08:48:55 test105 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.056 s
08:48:55 test106 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.983 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.031 s
08:48:55 test108 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.037 s
08:48:55 test110 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.006 s
08:48:55 test111 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.019 s
08:48:55 test112 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.081 s
08:48:55 test113 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.843 s
08:48:55 test114 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.983 s
08:48:55 test115 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.996 s
08:48:55 test116 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.013 s
08:48:55 test117 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.009 s
08:48:55 test118 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.957 s
08:48:55 test119 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.015 s
08:48:55 test120 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.005 s
08:48:55 test121 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.975 s
08:48:55 test122 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.012 s
08:48:55 test123 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.989 s
08:48:55 testInvalidTagsClassDefaults - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.859 s
08:48:55 testInvalidTagsClassErrorNotags - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.97 s
08:48:55 testInvalidTagsClassErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.918 s
08:48:55 testInvalidTagsClassErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.953 s
08:48:55 testInvalidTagsClassErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.99 s
08:48:55 testInvalidTagsClassErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.946 s
08:48:55 testInvalidTagsClassNoSupport - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.993 s
08:48:55 testInvalidTagsClassWithMissingTagsOption - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.93 s
08:48:55 testInvalidTagsConstructorDefaults - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.944 s
08:48:55 testInvalidTagsConstructorErrorNotags - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.002 s
08:48:55 testInvalidTagsConstructorErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.917 s
08:48:55 testInvalidTagsConstructorErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.933 s
08:48:55 testInvalidTagsConstructorErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.946 s
08:48:55 testInvalidTagsConstructorErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.944 s
08:48:55 testInvalidTagsConstructorNoSupport - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.914 s
08:48:55 testInvalidTagsConstructorWithMissingTagsOption - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.937 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.949 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.017 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.971 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.968 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.95 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.926 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.94 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.998 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.939 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.908 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.945 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.927 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.966 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.038 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.994 s
08:48:55 testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.002 s
08:48:55 testInvalidTagsDeprecatedRefClassErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.011 s
08:48:55 testInvalidTagsDeprecatedRefClassErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.959 s
08:48:55 testInvalidTagsDeprecatedRefClassErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.951 s
08:48:55 testInvalidTagsDeprecatedRefClassErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.953 s
08:48:55 testInvalidTagsDeprecatedRefConstructorErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.008 s
08:48:55 testInvalidTagsDeprecatedRefConstructorErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.943 s
08:48:55 testInvalidTagsDeprecatedRefConstructorErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.904 s
08:48:55 testInvalidTagsDeprecatedRefConstructorErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.893 s
08:48:55 testInvalidTagsDeprecatedRefFieldErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.894 s
08:48:55 testInvalidTagsDeprecatedRefFieldErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.959 s
08:48:55 testInvalidTagsDeprecatedRefFieldErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.929 s
08:48:55 testInvalidTagsDeprecatedRefFieldErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.954 s
08:48:55 testInvalidTagsDeprecatedRefMethodErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.952 s
08:48:55 testInvalidTagsDeprecatedRefMethodErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.932 s
08:48:55 testInvalidTagsDeprecatedRefMethodErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.94 s
08:48:55 testInvalidTagsDeprecatedRefMethodErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.937 s
08:48:55 testInvalidTagsFieldDefaults - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.958 s
08:48:55 testInvalidTagsFieldErrorNotags - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.95 s
08:48:55 testInvalidTagsFieldErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.946 s
08:48:55 testInvalidTagsFieldErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1 s
08:48:55 testInvalidTagsFieldErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.927 s
08:48:55 testInvalidTagsFieldErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.918 s
08:48:55 testInvalidTagsFieldNoSupport - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.953 s
08:48:55 testInvalidTagsFieldWithMissingTagsOption - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.916 s
08:48:55 testInvalidTagsJavadocSupportDisabled - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 3.902 s
08:48:55 testInvalidTagsMethodDefaults - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.977 s
08:48:55 testInvalidTagsMethodErrorNotags - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.003 s
08:48:55 testInvalidTagsMethodErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.992 s
08:48:55 testInvalidTagsMethodErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.999 s
08:48:55 testInvalidTagsMethodErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.98 s
08:48:55 testInvalidTagsMethodErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.909 s
08:48:55 testInvalidTagsMethodNoSupport - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.946 s
08:48:55 testInvalidTagsMethodWithMissingTagsOption - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.973 s
08:48:55 testInvalidTagsNotVisibleRefClassErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.926 s
08:48:55 testInvalidTagsNotVisibleRefClassErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.967 s
08:48:55 testInvalidTagsNotVisibleRefClassErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.973 s
08:48:55 testInvalidTagsNotVisibleRefClassErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.891 s
08:48:55 testInvalidTagsNotVisibleRefConstructorErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.904 s
08:48:55 testInvalidTagsNotVisibleRefConstructorErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.932 s
08:48:55 testInvalidTagsNotVisibleRefConstructorErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.924 s
08:48:55 testInvalidTagsNotVisibleRefConstructorErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.952 s
08:48:55 testInvalidTagsNotVisibleRefFieldErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.981 s
08:48:55 testInvalidTagsNotVisibleRefFieldErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.963 s
08:48:55 testInvalidTagsNotVisibleRefFieldErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.936 s
08:48:55 testInvalidTagsNotVisibleRefFieldErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.894 s
08:48:55 testInvalidTagsNotVisibleRefMethodErrorTagsPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.977 s
08:48:55 testInvalidTagsNotVisibleRefMethodErrorTagsPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.999 s
08:48:55 testInvalidTagsNotVisibleRefMethodErrorTagsProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.004 s
08:48:55 testInvalidTagsNotVisibleRefMethodErrorTagsPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.973 s
08:48:55 testMissingCommentsDefaults - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.009 s
08:48:55 testMissingCommentsErrorPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.938 s
08:48:55 testMissingCommentsErrorPackageOverriding - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.959 s
08:48:55 testMissingCommentsErrorPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.937 s
08:48:55 testMissingCommentsErrorPrivateOverriding - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.964 s
08:48:55 testMissingCommentsErrorProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.932 s
08:48:55 testMissingCommentsErrorProtectedOverriding - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.439 s
08:48:55 testMissingCommentsErrorPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.978 s
08:48:55 testMissingCommentsErrorPublicOverriding - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.946 s
08:48:55 testMissingCommentsJavadocSupportDisabled - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.128 s
08:48:55 testMissingTagsDefaults - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.974 s
08:48:55 testMissingTagsErrorPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.934 s
08:48:55 testMissingTagsErrorPackageOverriding - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.92 s
08:48:55 testMissingTagsErrorPrivate - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.917 s
08:48:55 testMissingTagsErrorPrivateOverriding - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.959 s
08:48:55 testMissingTagsErrorProtected - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.953 s
08:48:55 testMissingTagsErrorProtectedOverriding - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.925 s
08:48:55 testMissingTagsErrorPublic - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.986 s
08:48:55 testMissingTagsErrorPublicOverriding - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.951 s
08:48:55 testMissingTagsJavadocSupportDisabled - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.039 s
08:48:55 testMissingTagsWithInvalidTagsOption - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.915 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 0.788 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.264 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.126 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.287 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.147 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 0.966 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.28 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.215 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.141 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.166 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.199 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.035 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.042 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.162 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.378 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.349 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 0.935 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 0.947 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.241 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 0.974 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 0.928 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 0.957 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.094 s
08:48:55 test000 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.073 s
08:48:55 test000a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.079 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.044 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.915 s
08:48:55 test002a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.06 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.926 s
08:48:55 test003a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.222 s
08:48:55 test003b - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.995 s
08:48:55 test003c - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.982 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.99 s
08:48:55 test004a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.052 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.895 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.001 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.996 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.093 s
08:48:55 test008a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.926 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.113 s
08:48:55 test009a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.309 s
08:48:55 test010a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.004 s
08:48:55 test010b - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.125 s
08:48:55 test010c - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.087 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.08 s
08:48:55 test011a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.035 s
08:48:55 test011b - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.975 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.01 s
08:48:55 test012a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.979 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.018 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.044 s
08:48:55 test014a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.018 s
08:48:55 test014b - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.054 s
08:48:55 test014c - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.955 s
08:48:55 test014d - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.946 s
08:48:55 test014e - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.053 s
08:48:55 test014f - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.962 s
08:48:55 test014g - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.325 s
08:48:55 test014h - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 2.31 s
08:48:55 test014i - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.163 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.064 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.14 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.05 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.029 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.159 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.046 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.132 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.178 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.992 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.044 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.536 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.117 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.103 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.971 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.959 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.113 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.142 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.978 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.039 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.012 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.11 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.067 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.067 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.912 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.897 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.928 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.011 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.977 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.126 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.974 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.099 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.105 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.064 s
08:48:55 test058a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.232 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.99 s
08:48:55 test059a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.032 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.166 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.925 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.22 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.067 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.093 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.115 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.056 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.098 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.05 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.013 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.963 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.087 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.103 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.934 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.056 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.949 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.046 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.063 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1 s
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.981 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.098 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.116 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test081 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 C.java:3: warning: [unchecked] unchecked cast\n
08:48:55         this.set((ValueType) valueGetter.getObject());\n
08:48:55                                                   ^\n
08:48:55   required: ValueType\n
08:48:55   found:    Object\n
08:48:55   where ValueType is a type-variable:\n
08:48:55     ValueType extends Object declared in class A\n
08:48:55 C.java:9: warning: [rawtypes] found raw type: E\n
08:48:55 class B extends A<E, CharSequence> {\n
08:48:55                   ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:48:55 	public void set(CharSequence string) {\n
08:48:55 	            ^\n
08:48:55   first method:  set(CharSequence) in I\n
08:48:55   second method: set(Object) in A\n
08:48:55 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                                    ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class Class\n
08:48:55 C.java:36: warning: [cast] redundant cast to Type\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                    ^\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:20: warning: [rawtypes] found raw type: E\n
08:48:55         E e = new E<String>(String.class);\n
08:48:55         ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 1 error\n
08:48:55 5 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
08:48:55         this.set((ValueType) valueGetter.getObject());\n
08:48:55                                                   ^\n
08:48:55   required: ValueType\n
08:48:55   found:    Object\n
08:48:55   where ValueType is a type-variable:\n
08:48:55     ValueType extends Object declared in class A\n
08:48:55 C.java:9: warning: [rawtypes] found raw type: E\n
08:48:55 class B extends A<E, CharSequence> {\n
08:48:55                   ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:48:55 	public void set(CharSequence string) {\n
08:48:55 	            ^\n
08:48:55   first method:  set(CharSequence) in I\n
08:48:55   second method: set(Object) in A\n
08:48:55 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                                    ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class Class\n
08:48:55 C.java:36: warning: [cast] redundant cast to Type\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                    ^\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:20: warning: [rawtypes] found raw type: E\n
08:48:55         E e = new E<String>(String.class);\n
08:48:55         ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 1 error\n
08:48:55 5 warnings\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test081(AmbiguousMethodTest.java:4065)
08:48:55 
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.062 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test082 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 C.java:3: warning: [unchecked] unchecked cast\n
08:48:55         this.set((ValueType) valueGetter.getObject());\n
08:48:55                                                   ^\n
08:48:55   required: ValueType\n
08:48:55   found:    Object\n
08:48:55   where ValueType is a type-variable:\n
08:48:55     ValueType extends Object declared in class A\n
08:48:55 C.java:9: warning: [rawtypes] found raw type: E\n
08:48:55 class B extends A<E, CharSequence> {\n
08:48:55                   ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:48:55 	public void set(CharSequence string) {\n
08:48:55 	            ^\n
08:48:55   first method:  set(CharSequence) in I\n
08:48:55   second method: set(Object) in A\n
08:48:55 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                                    ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class Class\n
08:48:55 C.java:36: warning: [cast] redundant cast to Type\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                    ^\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:20: warning: [rawtypes] found raw type: E\n
08:48:55         E e = new E<String>(String.class);\n
08:48:55         ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 1 error\n
08:48:55 5 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
08:48:55         this.set((ValueType) valueGetter.getObject());\n
08:48:55                                                   ^\n
08:48:55   required: ValueType\n
08:48:55   found:    Object\n
08:48:55   where ValueType is a type-variable:\n
08:48:55     ValueType extends Object declared in class A\n
08:48:55 C.java:9: warning: [rawtypes] found raw type: E\n
08:48:55 class B extends A<E, CharSequence> {\n
08:48:55                   ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:48:55 	public void set(CharSequence string) {\n
08:48:55 	            ^\n
08:48:55   first method:  set(CharSequence) in I\n
08:48:55   second method: set(Object) in A\n
08:48:55 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                                    ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class Class\n
08:48:55 C.java:36: warning: [cast] redundant cast to Type\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                    ^\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:20: warning: [rawtypes] found raw type: E\n
08:48:55         E e = new E<String>(String.class);\n
08:48:55         ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 1 error\n
08:48:55 5 warnings\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test082(AmbiguousMethodTest.java:4119)
08:48:55 
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.053 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test083 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 C.java:3: warning: [unchecked] unchecked cast\n
08:48:55         this.set((ValueType) valueGetter.getObject());\n
08:48:55                                                   ^\n
08:48:55   required: ValueType\n
08:48:55   found:    Object\n
08:48:55   where ValueType is a type-variable:\n
08:48:55     ValueType extends Object declared in class A\n
08:48:55 C.java:9: warning: [rawtypes] found raw type: E\n
08:48:55 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
08:48:55                   ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:9: warning: [rawtypes] found raw type: E\n
08:48:55 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
08:48:55                                                 ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:48:55 	public void set(CharSequence string) {\n
08:48:55 	            ^\n
08:48:55   first method:  set(CharSequence) in I\n
08:48:55   second method: set(Object) in A\n
08:48:55 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                                    ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class Class\n
08:48:55 C.java:36: warning: [cast] redundant cast to Type\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                    ^\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:20: warning: [rawtypes] found raw type: E\n
08:48:55         E e = new E<String>(String.class);\n
08:48:55         ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 1 error\n
08:48:55 6 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
08:48:55         this.set((ValueType) valueGetter.getObject());\n
08:48:55                                                   ^\n
08:48:55   required: ValueType\n
08:48:55   found:    Object\n
08:48:55   where ValueType is a type-variable:\n
08:48:55     ValueType extends Object declared in class A\n
08:48:55 C.java:9: warning: [rawtypes] found raw type: E\n
08:48:55 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
08:48:55                   ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:9: warning: [rawtypes] found raw type: E\n
08:48:55 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
08:48:55                                                 ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:48:55 	public void set(CharSequence string) {\n
08:48:55 	            ^\n
08:48:55   first method:  set(CharSequence) in I\n
08:48:55   second method: set(Object) in A\n
08:48:55 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                                    ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class Class\n
08:48:55 C.java:36: warning: [cast] redundant cast to Type\n
08:48:55             return (Type) typeClass.newInstance();\n
08:48:55                    ^\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 C.java:20: warning: [rawtypes] found raw type: E\n
08:48:55         E e = new E<String>(String.class);\n
08:48:55         ^\n
08:48:55   missing type arguments for generic class E<Type>\n
08:48:55   where Type is a type-variable:\n
08:48:55     Type extends CharSequence declared in class E\n
08:48:55 1 error\n
08:48:55 6 warnings\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test083(AmbiguousMethodTest.java:4173)
08:48:55 
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.135 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.23 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.142 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.984 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test087 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:6: error: reference to with is ambiguous\n
08:48:55     static { with(null); }\n
08:48:55              ^\n
08:48:55   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match\n
08:48:55   where T#1,T#2 are type-variables:\n
08:48:55     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)\n
08:48:55     T#2 extends Object declared in method <T#2>with(Collection<T#2>)\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:6: error: reference to with is ambiguous\n
08:48:55     static { with(null); }\n
08:48:55              ^\n
08:48:55   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match\n
08:48:55   where T#1,T#2 are type-variables:\n
08:48:55     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)\n
08:48:55     T#2 extends Object declared in method <T#2>with(Collection<T#2>)\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test087(AmbiguousMethodTest.java:4402)
08:48:55 
08:48:55 test088a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.911 s
08:48:55 test088b - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.875 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.927 s
08:48:55 testBug426521 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.05 s
08:48:55 testBug428845 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.002 s
08:48:55 testBug458563 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.952 s
08:48:55 testBug458563a - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.915 s
08:48:55 testBug466730 - 12(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.013 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 8.38 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 8.516 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 9.38 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.11 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.096 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.961 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.028 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.041 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.958 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.046 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.189 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.257 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.069 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.065 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.026 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 3.309 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.17 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.035 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.925 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.026 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.057 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.067 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.042 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.077 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.047 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.106 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.963 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.083 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.119 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.064 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.079 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.006 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.037 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.091 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.073 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.017 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.026 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.072 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.874 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.124 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.056 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.058 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.913 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.98 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.921 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.094 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.07 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.129 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.17 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.139 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.171 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.309 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.442 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.157 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.981 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.044 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.015 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.13 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.142 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.133 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.162 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.169 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.166 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.109 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.154 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.176 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.108 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.132 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.131 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.152 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.162 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.947 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.985 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.011 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.92 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.961 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.089 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.108 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.074 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.137 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.029 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.078 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.909 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.102 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.973 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.948 s
08:48:55 test088 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.899 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.903 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.905 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.177 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.063 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.061 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.948 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.059 s
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.98 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.169 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.995 s
08:48:55 test099 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.072 s
08:48:55 test100 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.926 s
08:48:55 test101 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 3.024 s
08:48:55 test102 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.107 s
08:48:55 test103 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.99 s
08:48:55 test104 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.162 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test104: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@40783a1c for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest.test104(AutoBoxingTest.java:3160)
08:48:55 
08:48:55 test105 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.092 s
08:48:55 test106 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.098 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.108 s
08:48:55 test108 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.1 s
08:48:55 test109 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.105 s
08:48:55 test110 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.09 s
08:48:55 test111 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.033 s
08:48:55 test112 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1 s
08:48:55 test113 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.911 s
08:48:55 test114 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.021 s
08:48:55 test115 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.07 s
08:48:55 test116 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.915 s
08:48:55 test117 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.953 s
08:48:55 test118 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.056 s
08:48:55 test119 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.048 s
08:48:55 test120 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.925 s
08:48:55 test121 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.934 s
08:48:55 test122 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.874 s
08:48:55 test123 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.249 s
08:48:55 test124 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.969 s
08:48:55 test125 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.2 s
08:48:55 test126 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.964 s
08:48:55 test127 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.209 s
08:48:55 test128 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.909 s
08:48:55 test129 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.924 s
08:48:55 test130 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.994 s
08:48:55 test131 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.978 s
08:48:55 test132 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.003 s
08:48:55 test133 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.083 s
08:48:55 test134 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.019 s
08:48:55 test135 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.059 s
08:48:55 test136 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.159 s
08:48:55 test137 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.1 s
08:48:55 test138 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.057 s
08:48:55 test139 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.082 s
08:48:55 test140 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.064 s
08:48:55 test141 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.051 s
08:48:55 test142 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.079 s
08:48:55 test143 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.045 s
08:48:55 test144 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.097 s
08:48:55 test145 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.008 s
08:48:55 test146 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.048 s
08:48:55 test147 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.016 s
08:48:55 test148 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.145 s
08:48:55 test149 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.13 s
08:48:55 test150 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.03 s
08:48:55 test151 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.015 s
08:48:55 test152 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.057 s
08:48:55 test153 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.923 s
08:48:55 test154 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.113 s
08:48:55 test155 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.117 s
08:48:55 test156 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.066 s
08:48:55 test157 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.019 s
08:48:55 test158 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.075 s
08:48:55 test159 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.007 s
08:48:55 test160 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.1 s
08:48:55 test161 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.104 s
08:48:55 test162 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.117 s
08:48:55 test163 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.056 s
08:48:55 test164 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.071 s
08:48:55 test165 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.981 s
08:48:55 test166 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.97 s
08:48:55 test167 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.972 s
08:48:55 test168 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.995 s
08:48:55 test169 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.964 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.071 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.942 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 2.294 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 2.298 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.159 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.043 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.938 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.107 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.055 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.043 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.018 s
08:48:55 test020a - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.05 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.059 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.05 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.127 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.033 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.958 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.938 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.943 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.096 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.144 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.956 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.986 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.978 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.091 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.117 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.197 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.108 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.892 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.818 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.938 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.937 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.087 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.047 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.04 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.966 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.893 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.06 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.034 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.155 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.908 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.946 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.958 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.947 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.987 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.002 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.04 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.042 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.002 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.986 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.107 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.929 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.881 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.094 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.076 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.076 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.883 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.887 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.963 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.909 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 2.204 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.096 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.074 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.996 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.983 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.027 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.921 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.998 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.019 s
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.828 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.262 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.11 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.058 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.944 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.894 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.934 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.986 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.805 s
08:48:55 test088 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.093 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.066 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.91 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.978 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.041 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.005 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.793 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.06 s
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.633 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.991 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.095 s
08:48:55 test099 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.897 s
08:48:55 test100 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.911 s
08:48:55 test101 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.988 s
08:48:55 test102 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.099 s
08:48:55 test103 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.07 s
08:48:55 test104 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.097 s
08:48:55 test105 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.065 s
08:48:55 test106 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.075 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.071 s
08:48:55 test0001 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.083 s
08:48:55 test0002 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.037 s
08:48:55 test0003 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test0004 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.831 s
08:48:55 test0005 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.88 s
08:48:55 test0006 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.899 s
08:48:55 test0007 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.894 s
08:48:55 test0008 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.864 s
08:48:55 test0009 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.834 s
08:48:55 test0010 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.934 s
08:48:55 test0011 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.935 s
08:48:55 test0012 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
08:48:55 test0013 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
08:48:55 test0014 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.323 s
08:48:55 test0015 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.064 s
08:48:55 test0016 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
08:48:55 test0017 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.914 s
08:48:55 test0018 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.021 s
08:48:55 test0019 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.952 s
08:48:55 test0020 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.992 s
08:48:55 test0021 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.922 s
08:48:55 test0022 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.987 s
08:48:55 test0023 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.057 s
08:48:55 test0024 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.935 s
08:48:55 test0025 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.054 s
08:48:55 test0026 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.017 s
08:48:55 test0027 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.936 s
08:48:55 test0028 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.186 s
08:48:55 test0029 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0030 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
08:48:55 test0031 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.13 s
08:48:55 test0032 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.123 s
08:48:55 test0033 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.832 s
08:48:55 test0034 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.866 s
08:48:55 test0035 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.873 s
08:48:55 test0036 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s
08:48:55 test0037 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.04 s
08:48:55 test0038 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.94 s
08:48:55 test0039 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.911 s
08:48:55 test0040 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.105 s
08:48:55 test0041 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
08:48:55 test0042 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.982 s
08:48:55 test0043 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.548 s
08:48:55 test0044 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.065 s
08:48:55 test0045 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.87 s
08:48:55 test0046 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.894 s
08:48:55 test0047 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
08:48:55 test0048 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.958 s
08:48:55 test0049 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.118 s
08:48:55 test0050 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.886 s
08:48:55 test0050a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.889 s
08:48:55 test0050b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.004 s
08:48:55 test0050c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.988 s
08:48:55 test0050d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.023 s
08:48:55 test0051 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.85 s
08:48:55 test0052 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
08:48:55 test0053 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s
08:48:55 test0054 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.982 s
08:48:55 test0055 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.344 s
08:48:55 test0056 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.38 s
08:48:55 test0057 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0058 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.96 s
08:48:55 test0059 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.879 s
08:48:55 test0060 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test0061 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.883 s
08:48:55 test0062 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test0063 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.917 s
08:48:55 test0064 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.895 s
08:48:55 test0065 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.988 s
08:48:55 test0066 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.898 s
08:48:55 test0067 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.884 s
08:48:55 test0069 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.798 s
08:48:55 test0070 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.767 s
08:48:55 test0071 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.768 s
08:48:55 test0072 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.774 s
08:48:55 test0073 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.805 s
08:48:55 test0074 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.798 s
08:48:55 test0075 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.913 s
08:48:55 test0076 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.884 s
08:48:55 test0077 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.99 s
08:48:55 test0078 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.98 s
08:48:55 test0079 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
08:48:55 test0081 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.962 s
08:48:55 test0082 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.766 s
08:48:55 test0084 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
08:48:55 test0085 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
08:48:55 test0086 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.962 s
08:48:55 test0087 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
08:48:55 test0088 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.124 s
08:48:55 test0089 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
08:48:55 test0090 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
08:48:55 test0091 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
08:48:55 test0092 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.911 s
08:48:55 test0093 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s
08:48:55 test0094 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.055 s
08:48:55 test0095 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.504 s
08:48:55 test0096 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.79 s
08:48:55 test0097 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.867 s
08:48:55 test0098 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.916 s
08:48:55 test0099 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.947 s
08:48:55 test0100 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.958 s
08:48:55 test0101 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
08:48:55 test0102 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.964 s
08:48:55 test0103 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.019 s
08:48:55 test0104 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
08:48:55 test0105 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.056 s
08:48:55 test0106 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.03 s
08:48:55 test0107 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.974 s
08:48:55 test0108 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.14 s
08:48:55 test0109 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.969 s
08:48:55 test0110 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
08:48:55 test0111 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.885 s
08:48:55 test0112 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.77 s
08:48:55 test0113 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.053 s
08:48:55 test0114 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.046 s
08:48:55 test0115 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
08:48:55 test0116 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.073 s
08:48:55 test0117 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.965 s
08:48:55 test0118 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.079 s
08:48:55 test0118a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.032 s
08:48:55 test0120 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.041 s
08:48:55 test0120a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test0121 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.427 s
08:48:55 test0122 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.503 s
08:48:55 test0123 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.967 s
08:48:55 test0124 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s
08:48:55 test0125 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.072 s
08:48:55 test0126 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.974 s
08:48:55 test0127 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.169 s
08:48:55 test0128 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
08:48:55 test0129 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
08:48:55 test0130 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.044 s
08:48:55 test0131 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.925 s
08:48:55 test0132 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.794 s
08:48:55 test0133 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.107 s
08:48:55 test0134 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.163 s
08:48:55 test0135 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.936 s
08:48:55 test0136 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.898 s
08:48:55 test0137 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.055 s
08:48:55 test0138 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
08:48:55 test0139 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.859 s
08:48:55 test0140 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.026 s
08:48:55 test0141 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.838 s
08:48:55 test0142 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.977 s
08:48:55 test0143 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.926 s
08:48:55 test0144 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
08:48:55 test0145 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.142 s
08:48:55 test0146 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.076 s
08:48:55 test0147 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.058 s
08:48:55 test0148 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.011 s
08:48:55 test0149 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.051 s
08:48:55 test0150 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.977 s
08:48:55 test0151 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.598 s
08:48:55 test0152 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
08:48:55 test0153 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.06 s
08:48:55 test0154 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.487 s
08:48:55 test0155 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.035 s
08:48:55 test0156 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.919 s
08:48:55 test0157 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.935 s
08:48:55 test0158 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
08:48:55 test0159 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.988 s
08:48:55 test0160 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.973 s
08:48:55 test0161 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test0162 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.957 s
08:48:55 test0163 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.049 s
08:48:55 test0164 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.153 s
08:48:55 test0165 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.076 s
08:48:55 test0166 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.126 s
08:48:55 test0167 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
08:48:55 test0168 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test0169 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test0170 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0171 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.951 s
08:48:55 test0172 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.935 s
08:48:55 test0173 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.083 s
08:48:55 test0174 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.059 s
08:48:55 test0175 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.054 s
08:48:55 test0176 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
08:48:55 test0177 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.917 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test0177: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0177(GenericTypeTest.java:5330)
08:48:55 
08:48:55 test0178 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.929 s
08:48:55 test0179 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.013 s
08:48:55 test0180 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.021 s
08:48:55 test0181 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.018 s
08:48:55 test0182 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.948 s
08:48:55 test0183 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.044 s
08:48:55 test0184 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
08:48:55 test0185 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0186 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.935 s
08:48:55 test0187 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.943 s
08:48:55 test0188 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.95 s
08:48:55 test0189 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.946 s
08:48:55 test0190 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.938 s
08:48:55 test0191 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.894 s
08:48:55 test0192 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.886 s
08:48:55 test0193 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.953 s
08:48:55 test0194 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.911 s
08:48:55 test0195 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.974 s
08:48:55 test0196 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.057 s
08:48:55 test0197 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.929 s
08:48:55 test0198 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.968 s
08:48:55 test0199 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
08:48:55 test0200 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.899 s
08:48:55 test0201 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.912 s
08:48:55 test0202 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test0203 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.028 s
08:48:55 test0204 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
08:48:55 test0205 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test0206 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0207 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.8 s
08:48:55 test0208 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.913 s
08:48:55 test0209 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.074 s
08:48:55 test0210 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.916 s
08:48:55 test0211 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.892 s
08:48:55 test0212 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.068 s
08:48:55 test0213 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test0214 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.122 s
08:48:55 test0215 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.04 s
08:48:55 test0216 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
08:48:55 test0217 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test0217: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0217(GenericTypeTest.java:6509)
08:48:55 
08:48:55 test0218 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
08:48:55 test0219 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
08:48:55 test0220 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.01 s
08:48:55 test0221 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.041 s
08:48:55 test0222 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.931 s
08:48:55 test0223 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
08:48:55 test0224 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0225 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test0226 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.888 s
08:48:55 test0227 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.011 s
08:48:55 test0228 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.081 s
08:48:55 test0229 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
08:48:55 test0230 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.978 s
08:48:55 test0231 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.946 s
08:48:55 test0232 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.071 s
08:48:55 test0233 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.114 s
08:48:55 test0234 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.04 s
08:48:55 test0235 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.088 s
08:48:55 test0236 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.041 s
08:48:55 test0237 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.089 s
08:48:55 test0238 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.065 s
08:48:55 test0239 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.033 s
08:48:55 test0240 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.889 s
08:48:55 test0241 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
08:48:55 test0242 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
08:48:55 test0243 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.958 s
08:48:55 test0244 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.925 s
08:48:55 test0245 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.897 s
08:48:55 test0246 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.909 s
08:48:55 test0247 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.951 s
08:48:55 test0248 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.948 s
08:48:55 test0249 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test0250 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.019 s
08:48:55 test0251 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test0252 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.938 s
08:48:55 test0253 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
08:48:55 test0254 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.227 s
08:48:55 test0255 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.844 s
08:48:55 test0256 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.111 s
08:48:55 test0257 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
08:48:55 test0258 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.071 s
08:48:55 test0259 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0260 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.987 s
08:48:55 test0261 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.907 s
08:48:55 test0262 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.909 s
08:48:55 test0263 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.933 s
08:48:55 test0264 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.91 s
08:48:55 test0265 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.868 s
08:48:55 test0266 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.955 s
08:48:55 test0267 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.99 s
08:48:55 test0268 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.074 s
08:48:55 test0269 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.084 s
08:48:55 test0270 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.007 s
08:48:55 test0271 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
08:48:55 test0272 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.99 s
08:48:55 test0273 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
08:48:55 test0274 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test0275 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.989 s
08:48:55 test0276 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test0277 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
08:48:55 test0278 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.11 s
08:48:55 test0279 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test0280 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.764 s
08:48:55 test0281 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.854 s
08:48:55 test0282 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.036 s
08:48:55 test0283 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.788 s
08:48:55 test0284 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.032 s
08:48:55 test0285 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.113 s
08:48:55 test0286 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.989 s
08:48:55 test0287 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.88 s
08:48:55 test0288 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.952 s
08:48:55 test0289 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.896 s
08:48:55 test0290 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.898 s
08:48:55 test0291 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.95 s
08:48:55 test0292 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.978 s
08:48:55 test0293 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.99 s
08:48:55 test0294 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.897 s
08:48:55 test0295 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.848 s
08:48:55 test0296 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.922 s
08:48:55 test0297 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.244 s
08:48:55 test0298 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.977 s
08:48:55 test0299 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
08:48:55 test0300 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.047 s
08:48:55 test0301 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.96 s
08:48:55 test0302 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.973 s
08:48:55 test0303 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.624 s
08:48:55 test0304 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.036 s
08:48:55 test0305 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test0306 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.893 s
08:48:55 test0307 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.106 s
08:48:55 test0308 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
08:48:55 test0309 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.913 s
08:48:55 test0310 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.96 s
08:48:55 test0311 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.937 s
08:48:55 test0312 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.941 s
08:48:55 test0313 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
08:48:55 test0314 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.02 s
08:48:55 test0315 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.999 s
08:48:55 test0316 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.968 s
08:48:55 test0317 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.989 s
08:48:55 test0318 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.046 s
08:48:55 test0319 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.028 s
08:48:55 test0320 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.158 s
08:48:55 test0321 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.162 s
08:48:55 test0322 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
08:48:55 test0323 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s
08:48:55 test0324 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
08:48:55 test0325 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.914 s
08:48:55 test0326 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.049 s
08:48:55 test0327 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
08:48:55 test0328 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
08:48:55 test0329 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
08:48:55 test0330 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.053 s
08:48:55 test0331 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.019 s
08:48:55 test0332 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.318 s
08:48:55 test0333 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0334 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.892 s
08:48:55 test0335 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.938 s
08:48:55 test0336 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.92 s
08:48:55 test0337 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.145 s
08:48:55 test0338 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.961 s
08:48:55 test0339 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
08:48:55 test0340 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
08:48:55 test0341 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
08:48:55 test0342 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test0343 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
08:48:55 test0344 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.97 s
08:48:55 test0345 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.211 s
08:48:55 test0346 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.047 s
08:48:55 test0347 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.109 s
08:48:55 test0348 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.912 s
08:48:55 test0349 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.002 s
08:48:55 test0350 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.872 s
08:48:55 test0351 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
08:48:55 test0352 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.986 s
08:48:55 test0353 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.03 s
08:48:55 test0354 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.02 s
08:48:55 test0355 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.921 s
08:48:55 test0356 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s
08:48:55 test0357 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.898 s
08:48:55 test0358 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.035 s
08:48:55 test0359 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
08:48:55 test0360 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
08:48:55 test0361 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
08:48:55 test0362 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.138 s
08:48:55 test0363 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.988 s
08:48:55 test0364 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.959 s
08:48:55 test0365 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.92 s
08:48:55 test0366 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test0367 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.896 s
08:48:55 test0368 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
08:48:55 test0369 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.026 s
08:48:55 test0370 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.194 s
08:48:55 test0371 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.923 s
08:48:55 test0372 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
08:48:55 test0373 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.166 s
08:48:55 test0374 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s
08:48:55 test0375 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test0376 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.117 s
08:48:55 test0377 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.139 s
08:48:55 test0378 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.86 s
08:48:55 test0379 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.128 s
08:48:55 test0380 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.963 s
08:48:55 test0381 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.83 s
08:48:55 test0382 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.885 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0382 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	public abstract class X extends Y implements I {}\n
08:48:55 	                      ^\n
08:48:55 Name clash: The method foo(Class<? extends String>) of type Y has the same erasure as foo(Class<String>) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	public abstract class X extends Y implements I {}\n
08:48:55 	                      ^\n
08:48:55 Name clash: The method foo(Class<? extends String>) of type Y has the same erasure as foo(Class<String>) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0382(GenericTypeTest.java:11511)
08:48:55 
08:48:55 test0383 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.665 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0383 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	public abstract class X extends Y implements I {}\n
08:48:55 	                      ^\n
08:48:55 Name clash: The method foo(Class<T>) of type Y has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	public abstract class X extends Y implements I {}\n
08:48:55 	                      ^\n
08:48:55 Name clash: The method foo(Class<T>) of type Y has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0383(GenericTypeTest.java:11577)
08:48:55 
08:48:55 test0384a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
08:48:55 test0384b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.968 s
08:48:55 test0385 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.982 s
08:48:55 test0386 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test0387 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
08:48:55 test0388 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.081 s
08:48:55 test0389 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.077 s
08:48:55 test0390 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.097 s
08:48:55 test0391 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.932 s
08:48:55 test0392 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
08:48:55 test0393 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.088 s
08:48:55 test0394 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.183 s
08:48:55 test0395 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s
08:48:55 test0396 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0397 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.177 s
08:48:55 test0398 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.292 s
08:48:55 test0399 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.928 s
08:48:55 test0400 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.943 s
08:48:55 test0401 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
08:48:55 test0402 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.992 s
08:48:55 test0403 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.859 s
08:48:55 test0404 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.903 s
08:48:55 test0405 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.882 s
08:48:55 test0406 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
08:48:55 test0407 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.956 s
08:48:55 test0408 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.11 s
08:48:55 test0409 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.09 s
08:48:55 test0410 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.017 s
08:48:55 test0411 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
08:48:55 test0412 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.986 s
08:48:55 test0412a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
08:48:55 test0413 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
08:48:55 test0414 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
08:48:55 test0415 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
08:48:55 test0416 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.107 s
08:48:55 test0417 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
08:48:55 test0418 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.072 s
08:48:55 test0419 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.115 s
08:48:55 test0420 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.08 s
08:48:55 test0421 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.11 s
08:48:55 test0422 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.939 s
08:48:55 test0423 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test0424 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
08:48:55 test0425 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.028 s
08:48:55 test0426 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.369 s
08:48:55 test0427 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.204 s
08:48:55 test0428 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.938 s
08:48:55 test0429 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.011 s
08:48:55 test0429a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
08:48:55 test0429b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
08:48:55 test0429c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.889 s
08:48:55 test0429d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.875 s
08:48:55 test0429e - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.878 s
08:48:55 test0429f - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.833 s
08:48:55 test0429g - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.875 s
08:48:55 test0430 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.001 s
08:48:55 test0431 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.841 s
08:48:55 test0432 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
08:48:55 test0433 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.246 s
08:48:55 test0434 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.145 s
08:48:55 test0435 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.107 s
08:48:55 test0436 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.129 s
08:48:55 test0437 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.163 s
08:48:55 test0438 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.923 s
08:48:55 test0439 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.883 s
08:48:55 test0440 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.867 s
08:48:55 test0441 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.831 s
08:48:55 test0442 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.388 s
08:48:55 test0443 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.127 s
08:48:55 test0444 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.937 s
08:48:55 test0445 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.87 s
08:48:55 test0446 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.938 s
08:48:55 test0447 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.624 s
08:48:55 test0448 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.065 s
08:48:55 test0448a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test0449 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.869 s
08:48:55 test0450 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.887 s
08:48:55 test0451 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.97 s
08:48:55 test0452 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
08:48:55 test0453 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.855 s
08:48:55 test0454 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.859 s
08:48:55 test0455 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.987 s
08:48:55 test0456 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.982 s
08:48:55 test0457 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.032 s
08:48:55 test0458 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test0459 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.02 s
08:48:55 test0460 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
08:48:55 test0461 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.876 s
08:48:55 test0462 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.968 s
08:48:55 test0463 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.947 s
08:48:55 test0464 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.006 s
08:48:55 test0465 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.891 s
08:48:55 test0466 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.866 s
08:48:55 test0467 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.068 s
08:48:55 test0468 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.141 s
08:48:55 test0469 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.06 s
08:48:55 test0470 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
08:48:55 test0471 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.959 s
08:48:55 test0472 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.946 s
08:48:55 test0473 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.276 s
08:48:55 test0474 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
08:48:55 test0475 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.056 s
08:48:55 test0476 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.964 s
08:48:55 test0477 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.985 s
08:48:55 test0478 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.02 s
08:48:55 test0479 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.095 s
08:48:55 test0480 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.999 s
08:48:55 test0481 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.037 s
08:48:55 test0482 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.119 s
08:48:55 test0483 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.942 s
08:48:55 test0484 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.035 s
08:48:55 test0485 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.026 s
08:48:55 test0486 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
08:48:55 test0487 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test0488 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.923 s
08:48:55 test0489 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.918 s
08:48:55 test0490 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test0491 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.909 s
08:48:55 test0492 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.035 s
08:48:55 test0493 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.028 s
08:48:55 test0494 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.913 s
08:48:55 test0495 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.186 s
08:48:55 test0496 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
08:48:55 test0497 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test0498 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.239 s
08:48:55 test0499 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.904 s
08:48:55 test0500 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.11 s
08:48:55 test0501 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.118 s
08:48:55 test0502 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.055 s
08:48:55 test0503 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.045 s
08:48:55 test0504 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
08:48:55 test0505 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
08:48:55 test0506 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.011 s
08:48:55 test0507 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.094 s
08:48:55 test0508 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.956 s
08:48:55 test0509 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.173 s
08:48:55 test0510 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.086 s
08:48:55 test0511 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.088 s
08:48:55 test0512 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.089 s
08:48:55 test0513 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.94 s
08:48:55 test0514 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.977 s
08:48:55 test0515 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.917 s
08:48:55 test0516 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.833 s
08:48:55 test0517 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test0518 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test0519 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.01 s
08:48:55 test0520 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.936 s
08:48:55 test0521 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.125 s
08:48:55 test0522 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.037 s
08:48:55 test0523 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.985 s
08:48:55 test0524 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.056 s
08:48:55 test0525 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.086 s
08:48:55 test0526 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.869 s
08:48:55 test0527 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
08:48:55 test0528 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.002 s
08:48:55 test0529 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.937 s
08:48:55 test0530 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
08:48:55 test0531 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.018 s
08:48:55 test0532 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.038 s
08:48:55 test0533 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.049 s
08:48:55 test0534 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.134 s
08:48:55 test0535 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.147 s
08:48:55 test0536 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.026 s
08:48:55 test0537 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
08:48:55 test0538 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.088 s
08:48:55 test0539 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.955 s
08:48:55 test0540 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.973 s
08:48:55 test0541 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
08:48:55 test0542 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.043 s
08:48:55 test0543 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.985 s
08:48:55 test0544 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.292 s
08:48:55 test0545 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
08:48:55 test0546 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.108 s
08:48:55 test0547 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.067 s
08:48:55 test0548 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.912 s
08:48:55 test0549 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
08:48:55 test0550 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.864 s
08:48:55 test0551 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.872 s
08:48:55 test0552 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.043 s
08:48:55 test0553 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.06 s
08:48:55 test0554 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.969 s
08:48:55 test0555 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.94 s
08:48:55 test0556 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.023 s
08:48:55 test0557 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.977 s
08:48:55 test0558 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.993 s
08:48:55 test0559 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.916 s
08:48:55 test0560 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
08:48:55 test0561 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.84 s
08:48:55 test0562 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.193 s
08:48:55 test0563 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.17 s
08:48:55 test0564 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
08:48:55 test0565 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.828 s
08:48:55 test0566 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.463 s
08:48:55 test0567 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.006 s
08:48:55 test0568 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
08:48:55 test0569 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.857 s
08:48:55 test0570 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.944 s
08:48:55 test0571 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.998 s
08:48:55 test0572 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.065 s
08:48:55 test0573 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.956 s
08:48:55 test0574 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
08:48:55 test0575 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.956 s
08:48:55 test0576 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
08:48:55 test0577 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.935 s
08:48:55 test0578 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.01 s
08:48:55 test0579 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.893 s
08:48:55 test0580 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test0581 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0582 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
08:48:55 test0583 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.874 s
08:48:55 test0584 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.072 s
08:48:55 test0585 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.916 s
08:48:55 test0586 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.036 s
08:48:55 test0587 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
08:48:55 test0588 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.895 s
08:48:55 test0589 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test0590 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.124 s
08:48:55 test0591 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0592 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.078 s
08:48:55 test0593 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.023 s
08:48:55 test0594 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.02 s
08:48:55 test0595 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test0596 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.13 s
08:48:55 test0597 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.873 s
08:48:55 test0598 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.105 s
08:48:55 test0599 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.998 s
08:48:55 test0600 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.987 s
08:48:55 test0601 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
08:48:55 test0602 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
08:48:55 test0603 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
08:48:55 test0604 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
08:48:55 test0605 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test0606 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test0607 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.101 s
08:48:55 test0608 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.021 s
08:48:55 test0609 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.983 s
08:48:55 test0610 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.935 s
08:48:55 test0611 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
08:48:55 test0612 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
08:48:55 test0613 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.944 s
08:48:55 test0614 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.92 s
08:48:55 test0615 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.585 s
08:48:55 test0616 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.928 s
08:48:55 test0617 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.897 s
08:48:55 test0618 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.885 s
08:48:55 test0619 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.147 s
08:48:55 test0620 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.869 s
08:48:55 test0621 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test0622 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.948 s
08:48:55 test0623 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.974 s
08:48:55 test0624 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.977 s
08:48:55 test0625 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.3 s
08:48:55 test0626 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.904 s
08:48:55 test0627 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
08:48:55 test0628 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.089 s
08:48:55 test0629 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.983 s
08:48:55 test0630 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
08:48:55 test0631 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.294 s
08:48:55 test0632 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.055 s
08:48:55 test0633 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.142 s
08:48:55 test0634 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.964 s
08:48:55 test0635 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
08:48:55 test0636 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.887 s
08:48:55 test0637 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.103 s
08:48:55 test0638 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
08:48:55 test0639 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
08:48:55 test0640 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
08:48:55 test0641 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test0642 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.123 s
08:48:55 test0643 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.094 s
08:48:55 test0644 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.899 s
08:48:55 test0645 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.935 s
08:48:55 test0646 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s
08:48:55 test0647 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.919 s
08:48:55 test0648 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.881 s
08:48:55 test0649 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.907 s
08:48:55 test0650 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.129 s
08:48:55 test0651 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s
08:48:55 test0652 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
08:48:55 test0653 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.943 s
08:48:55 test0654 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0655 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.907 s
08:48:55 test0656 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.155 s
08:48:55 test0657 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.055 s
08:48:55 test0658 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.923 s
08:48:55 test0659 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
08:48:55 test0660 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
08:48:55 test0661 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.925 s
08:48:55 test0662 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s
08:48:55 test0663 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.004 s
08:48:55 test0664 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.921 s
08:48:55 test0665 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.879 s
08:48:55 test0666 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.98 s
08:48:55 test0668 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.082 s
08:48:55 test0669 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.113 s
08:48:55 test0670 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.013 s
08:48:55 test0671 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.985 s
08:48:55 test0672 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.986 s
08:48:55 test0673 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
08:48:55 test0674 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
08:48:55 test0675 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.902 s
08:48:55 test0676 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.902 s
08:48:55 test0677 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.969 s
08:48:55 test0678 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.918 s
08:48:55 test0679 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
08:48:55 test0680 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.087 s
08:48:55 test0681 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
08:48:55 test0682 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.833 s
08:48:55 test0683 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.025 s
08:48:55 test0684 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.946 s
08:48:55 test0685 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.922 s
08:48:55 test0686 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test0687 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.004 s
08:48:55 test0688 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.065 s
08:48:55 test0689 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.947 s
08:48:55 test0690 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.946 s
08:48:55 test0691 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.929 s
08:48:55 test0692 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.927 s
08:48:55 test0693 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.89 s
08:48:55 test0694 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.888 s
08:48:55 test0695 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.962 s
08:48:55 test0696 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.889 s
08:48:55 test0697 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.088 s
08:48:55 test0698 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0699 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.021 s
08:48:55 test0700 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.165 s
08:48:55 test0701 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.04 s
08:48:55 test0702 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.873 s
08:48:55 test0703 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
08:48:55 test0704 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
08:48:55 test0705 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.98 s
08:48:55 test0706 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.889 s
08:48:55 test0706a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.893 s
08:48:55 test0706b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.736 s
08:48:55 test0707 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
08:48:55 test0708 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.954 s
08:48:55 test0709 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.925 s
08:48:55 test0710 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
08:48:55 test0711 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.099 s
08:48:55 test0712 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.052 s
08:48:55 test0713 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.925 s
08:48:55 test0714 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.118 s
08:48:55 test0715 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.008 s
08:48:55 test0716 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.904 s
08:48:55 test0717 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
08:48:55 test0718 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test0719 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0720 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.913 s
08:48:55 test0721 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.056 s
08:48:55 test0722 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.916 s
08:48:55 test0723 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.059 s
08:48:55 test0724 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
08:48:55 test0725 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.929 s
08:48:55 test0726 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test0727 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
08:48:55 test0728 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test0729 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.819 s
08:48:55 test0730 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test0731 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.93 s
08:48:55 test0732 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.938 s
08:48:55 test0733 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
08:48:55 test0734 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
08:48:55 test0735 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
08:48:55 test0736 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.958 s
08:48:55 test0737 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.112 s
08:48:55 test0738 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.942 s
08:48:55 test0739 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test0740 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.936 s
08:48:55 test0741 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.93 s
08:48:55 test0742 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test0743 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.922 s
08:48:55 test0744 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
08:48:55 test0745 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.222 s
08:48:55 test0746 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.985 s
08:48:55 test0747 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.858 s
08:48:55 test0748 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.983 s
08:48:55 test0749 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.934 s
08:48:55 test0750 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.963 s
08:48:55 test0751 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.918 s
08:48:55 test0752 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.903 s
08:48:55 test0753 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.903 s
08:48:55 test0754 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.891 s
08:48:55 test0755 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.967 s
08:48:55 test0756 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
08:48:55 test0757 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.856 s
08:48:55 test0758 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.883 s
08:48:55 test0759 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
08:48:55 test0760 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.986 s
08:48:55 test0761 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0762 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test0763 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.081 s
08:48:55 test0764 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
08:48:55 test0765 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.992 s
08:48:55 test0766 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.99 s
08:48:55 test0767 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.093 s
08:48:55 test0768 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
08:48:55 test0769 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.071 s
08:48:55 test0770 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.08 s
08:48:55 test0771 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.109 s
08:48:55 test0772 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.041 s
08:48:55 test0773 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.968 s
08:48:55 test0774 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.876 s
08:48:55 test0775 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.97 s
08:48:55 test0776 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.13 s
08:48:55 test0777 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.964 s
08:48:55 test0778 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.908 s
08:48:55 test0779 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.152 s
08:48:55 test0780 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.044 s
08:48:55 test0781 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.867 s
08:48:55 test0782 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.139 s
08:48:55 test0783 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.87 s
08:48:55 test0784 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.841 s
08:48:55 test0785 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0786 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.086 s
08:48:55 test0787 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.981 s
08:48:55 test0788 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0788 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
08:48:55 package java.nio.channels.spi;\n
08:48:55 ^\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
08:48:55 package java.nio.channels.spi;\n
08:48:55 ^\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0788(GenericTypeTest.java:25366)
08:48:55 
08:48:55 test0789 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.904 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0789 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
08:48:55 package java.nio.channels.spi;\n
08:48:55 ^\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
08:48:55 package java.nio.channels.spi;\n
08:48:55 ^\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0789(GenericTypeTest.java:25390)
08:48:55 
08:48:55 test0790 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
08:48:55 test0791 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.97 s
08:48:55 test0792 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.101 s
08:48:55 test0793 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.92 s
08:48:55 test0794 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.957 s
08:48:55 test0795 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
08:48:55 test0796 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.925 s
08:48:55 test0797 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.008 s
08:48:55 test0798 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.004 s
08:48:55 test0799 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
08:48:55 test0800 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.96 s
08:48:55 test0801 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
08:48:55 test0802 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.856 s
08:48:55 test0803 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.987 s
08:48:55 test0804 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.893 s
08:48:55 test0805 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0806 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0807 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.986 s
08:48:55 test0808 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
08:48:55 test0809 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.974 s
08:48:55 test0810 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.023 s
08:48:55 test0811 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.007 s
08:48:55 test0812 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.879 s
08:48:55 test0813 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
08:48:55 test0814 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.962 s
08:48:55 test0815 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.89 s
08:48:55 test0816 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.926 s
08:48:55 test0817 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.975 s
08:48:55 test0818 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test0819 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.19 s
08:48:55 test0820 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.966 s
08:48:55 test0821 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
08:48:55 test0822 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.201 s
08:48:55 test0823 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
08:48:55 test0824 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.01 s
08:48:55 test0825 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test0826 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test0827 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test0828 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.921 s
08:48:55 test0829 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.004 s
08:48:55 test0830 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.928 s
08:48:55 test0831 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.968 s
08:48:55 test0832 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.837 s
08:48:55 test0833 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.999 s
08:48:55 test0834 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
08:48:55 test0835 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.954 s
08:48:55 test0836 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.108 s
08:48:55 test0837 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.992 s
08:48:55 test0838 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.973 s
08:48:55 test0839 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.01 s
08:48:55 test0840 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.889 s
08:48:55 test0841 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
08:48:55 test0842 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test0843 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
08:48:55 test0844 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
08:48:55 test0845 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.911 s
08:48:55 test0846 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.076 s
08:48:55 test0847 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.953 s
08:48:55 test0848 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.143 s
08:48:55 test0849 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.852 s
08:48:55 test0850 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.869 s
08:48:55 test0851 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.894 s
08:48:55 test0852 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.824 s
08:48:55 test0853 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.203 s
08:48:55 test0854 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.079 s
08:48:55 test0855 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.136 s
08:48:55 test0856 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.058 s
08:48:55 test0857 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.836 s
08:48:55 test0858 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.006 s
08:48:55 test0859 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.045 s
08:48:55 test0860 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.982 s
08:48:55 test0861 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.966 s
08:48:55 test0862 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
08:48:55 test0863 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.974 s
08:48:55 test0864 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.869 s
08:48:55 test0865 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.999 s
08:48:55 test0866 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
08:48:55 test0867 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
08:48:55 test0868 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.098 s
08:48:55 test0869 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.934 s
08:48:55 test0870 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.083 s
08:48:55 test0871 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.975 s
08:48:55 test0872 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.821 s
08:48:55 test0873 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.033 s
08:48:55 test0874 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
08:48:55 test0875 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
08:48:55 test0876 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.981 s
08:48:55 test0877 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test0878 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
08:48:55 test0879 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.974 s
08:48:55 test0880 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.983 s
08:48:55 test0881 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.002 s
08:48:55 test0882 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.969 s
08:48:55 test0883 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.944 s
08:48:55 test0884 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.974 s
08:48:55 test0885 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.899 s
08:48:55 test0886 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.253 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0886 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 error: Source option 1.4 is no longer supported. Use 7 or later.\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[error: Source option 1.4 is no longer supported. Use 7 or later.\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0886(GenericTypeTest.java:29083)
08:48:55 
08:48:55 test0887 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.872 s
08:48:55 test0888 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.892 s
08:48:55 test0889 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.263 s
08:48:55 test0890 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.023 s
08:48:55 test0891 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.939 s
08:48:55 test0892 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.888 s
08:48:55 test0893 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
08:48:55 test0894 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
08:48:55 test0895 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.875 s
08:48:55 test0896 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.095 s
08:48:55 test0897 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.026 s
08:48:55 test0898 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.985 s
08:48:55 test0899 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.02 s
08:48:55 test0900 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
08:48:55 test0901 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test0902 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
08:48:55 test0903 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test0904 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.022 s
08:48:55 test0905 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.081 s
08:48:55 test0906 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.911 s
08:48:55 test0907 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.137 s
08:48:55 test0908 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.087 s
08:48:55 test0909 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.914 s
08:48:55 test0910 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.037 s
08:48:55 test0911 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.011 s
08:48:55 test0912 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.986 s
08:48:55 test0913 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
08:48:55 test0914 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.946 s
08:48:55 test0915 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.854 s
08:48:55 test0916 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.02 s
08:48:55 test0917 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.862 s
08:48:55 test0917a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.852 s
08:48:55 test0917b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.912 s
08:48:55 test0917c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.785 s
08:48:55 test0918 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
08:48:55 test0919 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.986 s
08:48:55 test0920 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
08:48:55 test0921 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
08:48:55 test0922 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.906 s
08:48:55 test0923 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.913 s
08:48:55 test0924 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
08:48:55 test0925 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.152 s
08:48:55 test0926 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.036 s
08:48:55 test0927 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.054 s
08:48:55 test0928 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test0929 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.99 s
08:48:55 test0930 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.856 s
08:48:55 test0931 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.803 s
08:48:55 test0933 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.017 s
08:48:55 test0934 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.922 s
08:48:55 test0935 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.92 s
08:48:55 test0936 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.944 s
08:48:55 test0937 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.899 s
08:48:55 test0938 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s
08:48:55 test0939 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.913 s
08:48:55 test0939b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.893 s
08:48:55 test0940 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.929 s
08:48:55 test0941 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test0942 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.022 s
08:48:55 test0943 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.974 s
08:48:55 test0944 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.007 s
08:48:55 test0945 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.969 s
08:48:55 test0946 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.083 s
08:48:55 test0947 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.88 s
08:48:55 test0948 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.071 s
08:48:55 test0949 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
08:48:55 test0950 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
08:48:55 test0951 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.056 s
08:48:55 test0952 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.937 s
08:48:55 test0953 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.001 s
08:48:55 test0954 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.977 s
08:48:55 test0955 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.942 s
08:48:55 test0956 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
08:48:55 test0957 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.822 s
08:48:55 test0958 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
08:48:55 test0959 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.948 s
08:48:55 test0960 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.944 s
08:48:55 test0961 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.899 s
08:48:55 test0962 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.923 s
08:48:55 test0963 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
08:48:55 test0964 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.09 s
08:48:55 test0965 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.903 s
08:48:55 test0966 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.021 s
08:48:55 test0967 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test0968 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
08:48:55 test0969 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.988 s
08:48:55 test0970 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.882 s
08:48:55 test0971 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.885 s
08:48:55 test0972 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.994 s
08:48:55 test0973 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
08:48:55 test0974 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.07 s
08:48:55 test0975 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
08:48:55 test0976 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.137 s
08:48:55 test0977 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.207 s
08:48:55 test0978 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.965 s
08:48:55 test0979 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.93 s
08:48:55 test0980 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
08:48:55 test0981 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.061 s
08:48:55 test0982 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.016 s
08:48:55 test0983 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0984 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2 s
08:48:55 test0985 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.951 s
08:48:55 test0986 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.172 s
08:48:55 test0987 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.877 s
08:48:55 test0988 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.929 s
08:48:55 test0989 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.865 s
08:48:55 test0990 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.826 s
08:48:55 test0991 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.872 s
08:48:55 test0992 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test0993 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
08:48:55 test0994 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.896 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0994 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:8: error: unexpected type\n
08:48:55 	  (b ? x1 : x2).new Inner();\n
08:48:55 	                    ^\n
08:48:55   required: class,package\n
08:48:55   found:    value\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:8: error: unexpected type\n
08:48:55 	  (b ? x1 : x2).new Inner();\n
08:48:55 	                    ^\n
08:48:55   required: class,package\n
08:48:55   found:    value\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0994(GenericTypeTest.java:33281)
08:48:55 
08:48:55 test0996 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test0997 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.968 s
08:48:55 test0998 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.954 s
08:48:55 test0999 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
08:48:55 test1000 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.033 s
08:48:55 test1001 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.94 s
08:48:55 test1002 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.859 s
08:48:55 test1003 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.965 s
08:48:55 test1004 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.969 s
08:48:55 test1005 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.068 s
08:48:55 test1005b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.969 s
08:48:55 test1006 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.017 s
08:48:55 test1007 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.868 s
08:48:55 test1008 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test1009 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.933 s
08:48:55 test1010 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.937 s
08:48:55 test1011 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.964 s
08:48:55 test1012 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.885 s
08:48:55 test1013 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.992 s
08:48:55 test1014 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.95 s
08:48:55 test1015 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test1016 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.964 s
08:48:55 test1017 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.033 s
08:48:55 test1018 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.98 s
08:48:55 test1018a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
08:48:55 test1019 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.967 s
08:48:55 test1020 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test1021 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.106 s
08:48:55 test1021b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.841 s
08:48:55 test1021c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
08:48:55 test1022 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.943 s
08:48:55 test1023 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.96 s
08:48:55 test1024 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
08:48:55 test1025 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.128 s
08:48:55 test1026 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.074 s
08:48:55 test1027 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.082 s
08:48:55 test1028 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.067 s
08:48:55 test1029 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.074 s
08:48:55 test1030 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.15 s
08:48:55 test1031 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.963 s
08:48:55 test1032 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
08:48:55 test1032a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test1033 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.926 s
08:48:55 test1034 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
08:48:55 test1035 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.247 s
08:48:55 test1036 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
08:48:55 test1037 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.954 s
08:48:55 test1038 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.99 s
08:48:55 test1039 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.065 s
08:48:55 test1040 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
08:48:55 test1041 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.919 s
08:48:55 test1042 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.929 s
08:48:55 test1043 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.883 s
08:48:55 test1044 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.986 s
08:48:55 test1045 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.924 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1045 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n
08:48:55         X<? extends Long,? extends S> x;\n
08:48:55                          ^\n
08:48:55   where S,T are type-variables:\n
08:48:55     S extends T declared in class X\n
08:48:55     T extends Number declared in class X\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n
08:48:55         X<? extends Long,? extends S> x;\n
08:48:55                          ^\n
08:48:55   where S,T are type-variables:\n
08:48:55     S extends T declared in class X\n
08:48:55     T extends Number declared in class X\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1045(GenericTypeTest.java:35618)
08:48:55 
08:48:55 test1046 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.938 s
08:48:55 test1047 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.935 s
08:48:55 test1048 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.932 s
08:48:55 test1049 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.165 s
08:48:55 test1050 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.143 s
08:48:55 test1051 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.087 s
08:48:55 test1052 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.192 s
08:48:55 test1053 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.977 s
08:48:55 test1054 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
08:48:55 test1055 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.259 s
08:48:55 test1056 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.98 s
08:48:55 test1057 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.168 s
08:48:55 test1058 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
08:48:55 test1059 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test1060 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.047 s
08:48:55 test1061 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.082 s
08:48:55 test1062 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test1063 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.947 s
08:48:55 test1064 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.923 s
08:48:55 test1065 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
08:48:55 test1066 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.23 s
08:48:55 test1067 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.056 s
08:48:55 test1068 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.012 s
08:48:55 test1069 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.965 s
08:48:55 test1070 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.93 s
08:48:55 test1071 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.782 s
08:48:55 test1072 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.74 s
08:48:55 test1073 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.79 s
08:48:55 test1074 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.786 s
08:48:55 test1075 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.942 s
08:48:55 test1076 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test1077 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.845 s
08:48:55 test1078 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.988 s
08:48:55 test1079 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.861 s
08:48:55 test1080 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test1081 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.862 s
08:48:55 test1082 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.888 s
08:48:55 test1083 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
08:48:55 test1084 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
08:48:55 test1085 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.855 s
08:48:55 test1086 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.885 s
08:48:55 test1087 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
08:48:55 test1088 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.878 s
08:48:55 test1089 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.849 s
08:48:55 test1091 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.897 s
08:48:55 test1092 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.032 s
08:48:55 test1093 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.948 s
08:48:55 test1094 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.909 s
08:48:55 test1095 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
08:48:55 test1096 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.118 s
08:48:55 test1098 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.884 s
08:48:55 test1099 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.168 s
08:48:55 test1100 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.871 s
08:48:55 test1101 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.787 s
08:48:55 test1102 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.772 s
08:48:55 test1103 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.799 s
08:48:55 test1104 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.81 s
08:48:55 test1105 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.738 s
08:48:55 test1106 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.86 s
08:48:55 test1107 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.147 s
08:48:55 test1108 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.006 s
08:48:55 test1109 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.908 s
08:48:55 test1110 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
08:48:55 test1111 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.985 s
08:48:55 test1112 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
08:48:55 test1113 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
08:48:55 test1114 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.028 s
08:48:55 test1115 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.002 s
08:48:55 test1116 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
08:48:55 test1117 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
08:48:55 test1118 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.028 s
08:48:55 test1119 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.95 s
08:48:55 test1120 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.761 s
08:48:55 test1121 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.917 s
08:48:55 test1122 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test1123 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.79 s
08:48:55 test1124 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
08:48:55 test1125 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.406 s
08:48:55 test1126 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.058 s
08:48:55 test1127 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.006 s
08:48:55 test1128 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.902 s
08:48:55 test1129 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.049 s
08:48:55 test1130 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.011 s
08:48:55 test1131 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
08:48:55 test1132 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
08:48:55 test1133 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
08:48:55 test1134 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
08:48:55 test1135 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.985 s
08:48:55 test1136 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.079 s
08:48:55 test1137 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.21 s
08:48:55 test1138 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.242 s
08:48:55 test1139 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.881 s
08:48:55 test1140 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.92 s
08:48:55 test1141 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.886 s
08:48:55 test1142 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.019 s
08:48:55 test1143 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s
08:48:55 test1144 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.963 s
08:48:55 test1145 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.207 s
08:48:55 test1146 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.126 s
08:48:55 test1147 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
08:48:55 test1148 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test1149 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.994 s
08:48:55 test1149b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.987 s
08:48:55 test1150 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.153 s
08:48:55 test1151 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.117 s
08:48:55 test1152 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.964 s
08:48:55 test1153 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.166 s
08:48:55 test1154 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test1155 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.059 s
08:48:55 test1156 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.974 s
08:48:55 test1157 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.967 s
08:48:55 test1158 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.902 s
08:48:55 test1159 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.998 s
08:48:55 test1160 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.893 s
08:48:55 test1161 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
08:48:55 test1162 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.017 s
08:48:55 test1163 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.883 s
08:48:55 test1164 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test1165 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.911 s
08:48:55 test1166 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
08:48:55 test1167 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.896 s
08:48:55 test1168 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.932 s
08:48:55 test1169 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.975 s
08:48:55 test1170 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
08:48:55 test1171 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.041 s
08:48:55 test1172 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.977 s
08:48:55 test1173 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.924 s
08:48:55 test1174 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.924 s
08:48:55 test1175 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.97 s
08:48:55 test1176 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.085 s
08:48:55 test1177 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
08:48:55 test1178 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
08:48:55 test1179 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.892 s
08:48:55 test1180 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test1181 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.15 s
08:48:55 test1182 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.871 s
08:48:55 test1183 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.878 s
08:48:55 test1184 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.859 s
08:48:55 test1185 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.925 s
08:48:55 test1186 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.907 s
08:48:55 test1187 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.907 s
08:48:55 test1188 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.911 s
08:48:55 test1189 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.925 s
08:48:55 test1190 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.903 s
08:48:55 test1191 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test1192 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.984 s
08:48:55 test1193 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test1194 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.912 s
08:48:55 test1195 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1195 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 java/lang/Class.java:1: error: package exists in another module: java.base\n
08:48:55 package java.lang;\n
08:48:55 ^\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[java/lang/Class.java:1: error: package exists in another module: java.base\n
08:48:55 package java.lang;\n
08:48:55 ^\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1195(GenericTypeTest.java:41859)
08:48:55 
08:48:55 test1196 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.154 s
08:48:55 test1197 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.949 s
08:48:55 test1198 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.071 s
08:48:55 test1198a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.101 s
08:48:55 test1199 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
08:48:55 test1200 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test1201 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.994 s
08:48:55 test1202 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.892 s
08:48:55 test1203a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test1203b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.948 s
08:48:55 test1203c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
08:48:55 test1203d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
08:48:55 test1204 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.126 s
08:48:55 test1205 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.174 s
08:48:55 test1206 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
08:48:55 test1207 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.886 s
08:48:55 test1208 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.073 s
08:48:55 test1209 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.85 s
08:48:55 test1210 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test1211 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.944 s
08:48:55 test1212 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.002 s
08:48:55 test1213 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.865 s
08:48:55 test1214 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
08:48:55 test1215 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.978 s
08:48:55 test1216 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s
08:48:55 test1217 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.931 s
08:48:55 test1218 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.918 s
08:48:55 test1219 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.166 s
08:48:55 test1220 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.983 s
08:48:55 test1221 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
08:48:55 test1222 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.857 s
08:48:55 test1223 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.989 s
08:48:55 test1224 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.129 s
08:48:55 test1225 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.074 s
08:48:55 test1226 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.851 s
08:48:55 test1227 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.001 s
08:48:55 test1228 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.074 s
08:48:55 test1229 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.043 s
08:48:55 test1230 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.001 s
08:48:55 test1231 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.134 s
08:48:55 test1232 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.049 s
08:48:55 test1233 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.037 s
08:48:55 test1234 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.926 s
08:48:55 test1235 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
08:48:55 test1236 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.104 s
08:48:55 test1237 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.92 s
08:48:55 test1238 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.931 s
08:48:55 test1239 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.977 s
08:48:55 test1240 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
08:48:55 test1241 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.008 s
08:48:55 test1242 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
08:48:55 test1243 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
08:48:55 test1244 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
08:48:55 test1245 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.895 s
08:48:55 test1246 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.866 s
08:48:55 test1247 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.98 s
08:48:55 test1248 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
08:48:55 test1249 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.116 s
08:48:55 test1250 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.121 s
08:48:55 test1251 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
08:48:55 test1252 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.95 s
08:48:55 test1253 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.92 s
08:48:55 test1254 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.124 s
08:48:55 test1255 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.981 s
08:48:55 test1256 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
08:48:55 test1257 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.887 s
08:48:55 test1258 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s
08:48:55 test1259 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.954 s
08:48:55 test1260 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.013 s
08:48:55 test1261 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.913 s
08:48:55 test1262 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
08:48:55 test1263 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.947 s
08:48:55 test1264 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.058 s
08:48:55 test1265 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.074 s
08:48:55 test1266 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
08:48:55 test1267 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.108 s
08:48:55 test1268 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.08 s
08:48:55 test1269 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
08:48:55 test1270 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.13 s
08:48:55 test1271 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
08:48:55 test1272 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.093 s
08:48:55 test1273 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.064 s
08:48:55 test1274 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.155 s
08:48:55 test1275 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.037 s
08:48:55 test1276 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
08:48:55 test1277 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
08:48:55 test1278 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.074 s
08:48:55 test1279 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.149 s
08:48:55 test1280 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.032 s
08:48:55 test1281 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test1282 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.936 s
08:48:55 test1283 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.918 s
08:48:55 test1284 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.937 s
08:48:55 test1285 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test1286 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.955 s
08:48:55 test1287 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.944 s
08:48:55 test1288 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.998 s
08:48:55 test1289 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.018 s
08:48:55 test1290 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.886 s
08:48:55 test1291 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test1292 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test1293 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.987 s
08:48:55 test1294 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.999 s
08:48:55 test1295 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
08:48:55 test1296 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
08:48:55 test1297 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s
08:48:55 test1298 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.057 s
08:48:55 test1299 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
08:48:55 test1300 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.035 s
08:48:55 test1301 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.085 s
08:48:55 test1302 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.288 s
08:48:55 test1303 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.098 s
08:48:55 test1304 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
08:48:55 test1305 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.282 s
08:48:55 test1306 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.966 s
08:48:55 test1307 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
08:48:55 test1308 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
08:48:55 test1309 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.898 s
08:48:55 test1310 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.947 s
08:48:55 test1311 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s
08:48:55 test1312 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
08:48:55 test1313 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.931 s
08:48:55 test1314 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.965 s
08:48:55 test1315 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
08:48:55 test1316 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.161 s
08:48:55 test1317 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.948 s
08:48:55 test1318 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
08:48:55 test1319 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
08:48:55 test1320 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
08:48:55 test1321 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.163 s
08:48:55 test1322 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.944 s
08:48:55 test1323 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
08:48:55 test1324 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.931 s
08:48:55 test1325 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.917 s
08:48:55 test1326 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.958 s
08:48:55 test1327 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test1328 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s
08:48:55 test1329 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.112 s
08:48:55 test1330 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.161 s
08:48:55 test1331 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.117 s
08:48:55 test1332 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
08:48:55 test1333 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.205 s
08:48:55 test1334 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
08:48:55 test1335 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.944 s
08:48:55 test1336 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.01 s
08:48:55 test1337 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.975 s
08:48:55 test1338 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test1339 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.941 s
08:48:55 test1340 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.111 s
08:48:55 test1341 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test1342 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.071 s
08:48:55 test1343 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.141 s
08:48:55 test1344 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
08:48:55 test1345 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.03 s
08:48:55 test1346 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.953 s
08:48:55 test1347 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.931 s
08:48:55 test1348 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.017 s
08:48:55 test1349 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s
08:48:55 test1350 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
08:48:55 test1351 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
08:48:55 test1352 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.092 s
08:48:55 test1353 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
08:48:55 test1354 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.095 s
08:48:55 test1355 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.137 s
08:48:55 test1356 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
08:48:55 test1357 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.966 s
08:48:55 test1358 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
08:48:55 test1359 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
08:48:55 test1360 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.105 s
08:48:55 test1361 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.124 s
08:48:55 test1362 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.082 s
08:48:55 test1363 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
08:48:55 test1364 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.956 s
08:48:55 test1365 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.072 s
08:48:55 test1366 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
08:48:55 test1367 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.915 s
08:48:55 test1368 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.933 s
08:48:55 test1369 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.895 s
08:48:55 test1370 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
08:48:55 test1371 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.053 s
08:48:55 test1372 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.094 s
08:48:55 test1373 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
08:48:55 test1374 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.053 s
08:48:55 test1375 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.058 s
08:48:55 test1376 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.026 s
08:48:55 test1377 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.964 s
08:48:55 test1378 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.091 s
08:48:55 test1379 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.942 s
08:48:55 test1380 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.983 s
08:48:55 test1381 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.938 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1381 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:48:55 		this.t.baz();\n
08:48:55 		    ^\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:48:55 		this.t.baz();\n
08:48:55 		    ^\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1381(GenericTypeTest.java:48379)
08:48:55 
08:48:55 test1382 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.006 s
08:48:55 test1383 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
08:48:55 test1384 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
08:48:55 test1385 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
08:48:55 test1386 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.878 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1386 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:5: error: IA is not public in p; cannot be accessed from outside package\n
08:48:55 		xt.get().baz();\n
08:48:55 		      ^\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:5: error: IA is not public in p; cannot be accessed from outside package\n
08:48:55 		xt.get().baz();\n
08:48:55 		      ^\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1386(GenericTypeTest.java:48655)
08:48:55 
08:48:55 test1387 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1387 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
08:48:55 		System.out.println(this.t.baz);\n
08:48:55 		                         ^\n
08:48:55 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:48:55 		System.out.println(this.t.baz);\n
08:48:55 		                       ^\n
08:48:55 1 error\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
08:48:55 		System.out.println(this.t.baz);\n
08:48:55 		                         ^\n
08:48:55 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:48:55 		System.out.println(this.t.baz);\n
08:48:55 		                       ^\n
08:48:55 1 error\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1387(GenericTypeTest.java:48710)
08:48:55 
08:48:55 test1388 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.959 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1388 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
08:48:55 		System.out.println(t.baz);\n
08:48:55 		                    ^\n
08:48:55 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:48:55 		System.out.println(t.baz);\n
08:48:55 		                   ^\n
08:48:55 1 error\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
08:48:55 		System.out.println(t.baz);\n
08:48:55 		                    ^\n
08:48:55 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:48:55 		System.out.println(t.baz);\n
08:48:55 		                   ^\n
08:48:55 1 error\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1388(GenericTypeTest.java:48772)
08:48:55 
08:48:55 test1389 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.022 s
08:48:55 test1390 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.978 s
08:48:55 test1391 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.064 s
08:48:55 test1392 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
08:48:55 test1393 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.057 s
08:48:55 test1394 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.045 s
08:48:55 test1395 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
08:48:55 test1396 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
08:48:55 test1398 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.883 s
08:48:55 test1399 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.824 s
08:48:55 test1400 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.868 s
08:48:55 test1401 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.88 s
08:48:55 test1402 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.908 s
08:48:55 test1403 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.802 s
08:48:55 test1404 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.956 s
08:48:55 test1405 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
08:48:55 test1406 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.982 s
08:48:55 test1407 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.913 s
08:48:55 test1408 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.911 s
08:48:55 test1409 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.968 s
08:48:55 test1410 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.901 s
08:48:55 test1411 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.93 s
08:48:55 test1412 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.019 s
08:48:55 test1413 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.978 s
08:48:55 test1414 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.864 s
08:48:55 test1415 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.85 s
08:48:55 test1416 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
08:48:55 test1417 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.047 s
08:48:55 test1418 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
08:48:55 test1419 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.979 s
08:48:55 test1420 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.983 s
08:48:55 test1421 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.934 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test1421: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@157c7ac2 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1421(GenericTypeTest.java:49972)
08:48:55 
08:48:55 test1422 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.906 s
08:48:55 test1423 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
08:48:55 test1424 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.88 s
08:48:55 test1425 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.932 s
08:48:55 test1426 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
08:48:55 test1427 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
08:48:55 test1428 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
08:48:55 test1429 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
08:48:55 test1430 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.968 s
08:48:55 test1431 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.928 s
08:48:55 test1432 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.952 s
08:48:55 test1433 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.942 s
08:48:55 test1434 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.962 s
08:48:55 test1435 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.908 s
08:48:55 test1436 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.998 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1436 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 8)\n
08:48:55 	foo(l, iae);\n
08:48:55 	^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List<U>, T) of type X\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 8)\n
08:48:55 	foo(l, iae);\n
08:48:55 	^^^^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 8)\n
08:48:55 	foo(l, iae);\n
08:48:55 	    ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:6: warning: [rawtypes] found raw type: List\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:48:55 			foo(l, iae);\n
08:48:55 			   ^\n
08:48:55   required: List<U>,T\n
08:48:55   found: List,IllegalArgumentException\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
08:48:55     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
08:48:55 X.java:8: warning: [unchecked] unchecked conversion\n
08:48:55 			foo(l, iae);\n
08:48:55 			    ^\n
08:48:55   required: List<U>\n
08:48:55   found:    List\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
08:48:55     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
08:48:55 3 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 8)\n
08:48:55 	foo(l, iae);\n
08:48:55 	^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List<U>, T) of type X\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 8)\n
08:48:55 	foo(l, iae);\n
08:48:55 	^^^^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 8)\n
08:48:55 	foo(l, iae);\n
08:48:55 	    ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:48:55 			foo(l, iae);\n
08:48:55 			   ^\n
08:48:55   required: List<U>,T\n
08:48:55   found: List,IllegalArgumentException\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
08:48:55     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
08:48:55 X.java:8: warning: [unchecked] unchecked conversion\n
08:48:55 			foo(l, iae);\n
08:48:55 			    ^\n
08:48:55   required: List<U>\n
08:48:55   found:    List\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
08:48:55     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
08:48:55 3 warnings]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1436(GenericTypeTest.java:50486)
08:48:55 
08:48:55 test1437 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.959 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1437 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 8)\n
08:48:55 	new X(l, iae);\n
08:48:55 	^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 8)\n
08:48:55 	new X(l, iae);\n
08:48:55 	^^^^^^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 8)\n
08:48:55 	new X(l, iae);\n
08:48:55 	      ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:6: warning: [rawtypes] found raw type: List\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:48:55 			new X(l, iae);\n
08:48:55 			^\n
08:48:55   required: List<U>,T\n
08:48:55   found: List,IllegalArgumentException\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:48:55     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:48:55 X.java:8: warning: [unchecked] unchecked conversion\n
08:48:55 			new X(l, iae);\n
08:48:55 			      ^\n
08:48:55   required: List<U>\n
08:48:55   found:    List\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:48:55     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:48:55 3 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 8)\n
08:48:55 	new X(l, iae);\n
08:48:55 	^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 8)\n
08:48:55 	new X(l, iae);\n
08:48:55 	^^^^^^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 8)\n
08:48:55 	new X(l, iae);\n
08:48:55 	      ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:48:55 			new X(l, iae);\n
08:48:55 			^\n
08:48:55   required: List<U>,T\n
08:48:55   found: List,IllegalArgumentException\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:48:55     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:48:55 X.java:8: warning: [unchecked] unchecked conversion\n
08:48:55 			new X(l, iae);\n
08:48:55 			      ^\n
08:48:55   required: List<U>\n
08:48:55   found:    List\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:48:55     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:48:55 3 warnings]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1437(GenericTypeTest.java:50534)
08:48:55 
08:48:55 test1438 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1438 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 8)\n
08:48:55 	new X(l, iae){};\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 8)\n
08:48:55 	new X(l, iae){};\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 8)\n
08:48:55 	new X(l, iae){};\n
08:48:55 	      ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:6: warning: [rawtypes] found raw type: List\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
08:48:55 			new X(l, iae){};\n
08:48:55 			^\n
08:48:55   required: List<U>,T\n
08:48:55   found: List,IllegalArgumentException\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:48:55     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:48:55 X.java:8: warning: [unchecked] unchecked conversion\n
08:48:55 			new X(l, iae){};\n
08:48:55 			      ^\n
08:48:55   required: List<U>\n
08:48:55   found:    List\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:48:55     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:48:55 3 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. WARNING in X.java (at line 6)\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 8)\n
08:48:55 	new X(l, iae){};\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 8)\n
08:48:55 	new X(l, iae){};\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 4. WARNING in X.java (at line 8)\n
08:48:55 	new X(l, iae){};\n
08:48:55 	      ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
08:48:55 	void bar(List l, IllegalArgumentException iae) {\n
08:48:55 	         ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
08:48:55 			new X(l, iae){};\n
08:48:55 			^\n
08:48:55   required: List<U>,T\n
08:48:55   found: List,IllegalArgumentException\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:48:55     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:48:55 X.java:8: warning: [unchecked] unchecked conversion\n
08:48:55 			new X(l, iae){};\n
08:48:55 			      ^\n
08:48:55   required: List<U>\n
08:48:55   found:    List\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:48:55     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:48:55 3 warnings]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1438(GenericTypeTest.java:50582)
08:48:55 
08:48:55 test1439 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.028 s
08:48:55 test1440 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
08:48:55 test1441 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.982 s
08:48:55 test1442 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.867 s
08:48:55 test1443 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.106 s
08:48:55 test1444 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s
08:48:55 test1445 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test1445 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 8)\n
08:48:55 	static void bar(List l) {\n
08:48:55 	                ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 6. WARNING in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	      ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
08:48:55 ----------\n
08:48:55 7. WARNING in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	             ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
08:48:55 ----------\n
08:48:55 8. WARNING in X.java (at line 11)\n
08:48:55 	static void baz(List l) throws IOException {\n
08:48:55 	                ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 9. WARNING in X.java (at line 12)\n
08:48:55 	new <IOException> X(l). <IOException> foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 10. WARNING in X.java (at line 12)\n
08:48:55 	new <IOException> X(l). <IOException> foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 11. WARNING in X.java (at line 12)\n
08:48:55 	new <IOException> X(l). <IOException> foo(l);\n
08:48:55 	                    ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------\n
08:48:55 12. WARNING in X.java (at line 12)\n
08:48:55 	new <IOException> X(l). <IOException> foo(l);\n
08:48:55 	                                          ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------\n
08:48:55 13. WARNING in X.java (at line 15)\n
08:48:55 	X(List l, long l2) throws IOException {\n
08:48:55 	  ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 14. WARNING in X.java (at line 16)\n
08:48:55 	<IOException> this(l);\n
08:48:55 	              ^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 15. WARNING in X.java (at line 16)\n
08:48:55 	<IOException> this(l);\n
08:48:55 	                   ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------\n
08:48:55 16. WARNING in X.java (at line 19)\n
08:48:55 	static void baz2(List l) throws IOException {\n
08:48:55 	                 ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 17. WARNING in X.java (at line 20)\n
08:48:55 	new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 18. WARNING in X.java (at line 20)\n
08:48:55 	new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 19. WARNING in X.java (at line 20)\n
08:48:55 	new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 	                    ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------\n
08:48:55 20. WARNING in X.java (at line 20)\n
08:48:55 	new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 	                                            ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:8: warning: [rawtypes] found raw type: List\n
08:48:55 	static void bar(List l) {\n
08:48:55 	                ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:48:55 		new X(l).foo(l);\n
08:48:55 		^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:9: warning: [unchecked] unchecked conversion\n
08:48:55 		new X(l).foo(l);\n
08:48:55 		      ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:48:55 		new X(l).foo(l);\n
08:48:55 		            ^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:9: warning: [unchecked] unchecked conversion\n
08:48:55 		new X(l).foo(l);\n
08:48:55 		             ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:11: warning: [rawtypes] found raw type: List\n
08:48:55 	static void baz(List l) throws IOException {\n
08:48:55 	                ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:48:55 		new <IOException> X(l). <IOException> foo(l);\n
08:48:55 		^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		new <IOException> X(l). <IOException> foo(l);\n
08:48:55 		                    ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:48:55 		new <IOException> X(l). <IOException> foo(l);\n
08:48:55 		                                         ^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		new <IOException> X(l). <IOException> foo(l);\n
08:48:55 		                                          ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:15: warning: [rawtypes] found raw type: List\n
08:48:55 	X(List l, long l2) throws IOException {\n
08:48:55 	  ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:48:55 		<IOException> this(l);\n
08:48:55 		                  ^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:16: warning: [unchecked] unchecked conversion\n
08:48:55 		<IOException> this(l);\n
08:48:55 		                   ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:19: warning: [rawtypes] found raw type: List\n
08:48:55 	static void baz2(List l) throws IOException {\n
08:48:55 	                 ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
08:48:55 		new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 		^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:20: warning: [unchecked] unchecked conversion\n
08:48:55 		new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 		                    ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:48:55 		new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 		                                           ^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:20: warning: [unchecked] unchecked conversion\n
08:48:55 		new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 		                                            ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 18 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. WARNING in X.java (at line 8)\n
08:48:55 	static void bar(List l) {\n
08:48:55 	                ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 3. WARNING in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^\n
08:48:55 Unhandled exception type Throwable\n
08:48:55 ----------\n
08:48:55 6. WARNING in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	      ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
08:48:55 ----------\n
08:48:55 7. WARNING in X.java (at line 9)\n
08:48:55 	new X(l).foo(l);\n
08:48:55 	             ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
08:48:55 ----------\n
08:48:55 8. WARNING in X.java (at line 11)\n
08:48:55 	static void baz(List l) throws IOException {\n
08:48:55 	                ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 9. WARNING in X.java (at line 12)\n
08:48:55 	new <IOException> X(l). <IOException> foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 10. WARNING in X.java (at line 12)\n
08:48:55 	new <IOException> X(l). <IOException> foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 11. WARNING in X.java (at line 12)\n
08:48:55 	new <IOException> X(l). <IOException> foo(l);\n
08:48:55 	                    ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------\n
08:48:55 12. WARNING in X.java (at line 12)\n
08:48:55 	new <IOException> X(l). <IOException> foo(l);\n
08:48:55 	                                          ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------\n
08:48:55 13. WARNING in X.java (at line 15)\n
08:48:55 	X(List l, long l2) throws IOException {\n
08:48:55 	  ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 14. WARNING in X.java (at line 16)\n
08:48:55 	<IOException> this(l);\n
08:48:55 	              ^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 15. WARNING in X.java (at line 16)\n
08:48:55 	<IOException> this(l);\n
08:48:55 	                   ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------\n
08:48:55 16. WARNING in X.java (at line 19)\n
08:48:55 	static void baz2(List l) throws IOException {\n
08:48:55 	                 ^^^^\n
08:48:55 List is a raw type. References to generic type List<E> should be parameterized\n
08:48:55 ----------\n
08:48:55 17. WARNING in X.java (at line 20)\n
08:48:55 	new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 18. WARNING in X.java (at line 20)\n
08:48:55 	new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:48:55 ----------\n
08:48:55 19. WARNING in X.java (at line 20)\n
08:48:55 	new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 	                    ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------\n
08:48:55 20. WARNING in X.java (at line 20)\n
08:48:55 	new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 	                                            ^\n
08:48:55 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:8: warning: [rawtypes] found raw type: List\n
08:48:55 	static void bar(List l) {\n
08:48:55 	                ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:48:55 		new X(l).foo(l);\n
08:48:55 		^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:9: warning: [unchecked] unchecked conversion\n
08:48:55 		new X(l).foo(l);\n
08:48:55 		      ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:48:55 		new X(l).foo(l);\n
08:48:55 		            ^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:9: warning: [unchecked] unchecked conversion\n
08:48:55 		new X(l).foo(l);\n
08:48:55 		             ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:11: warning: [rawtypes] found raw type: List\n
08:48:55 	static void baz(List l) throws IOException {\n
08:48:55 	                ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:48:55 		new <IOException> X(l). <IOException> foo(l);\n
08:48:55 		^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		new <IOException> X(l). <IOException> foo(l);\n
08:48:55 		                    ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:48:55 		new <IOException> X(l). <IOException> foo(l);\n
08:48:55 		                                         ^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		new <IOException> X(l). <IOException> foo(l);\n
08:48:55 		                                          ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:15: warning: [rawtypes] found raw type: List\n
08:48:55 	X(List l, long l2) throws IOException {\n
08:48:55 	  ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:48:55 		<IOException> this(l);\n
08:48:55 		                  ^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:16: warning: [unchecked] unchecked conversion\n
08:48:55 		<IOException> this(l);\n
08:48:55 		                   ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:19: warning: [rawtypes] found raw type: List\n
08:48:55 	static void baz2(List l) throws IOException {\n
08:48:55 	                 ^\n
08:48:55   missing type arguments for generic class List<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in interface List\n
08:48:55 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
08:48:55 		new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 		^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:20: warning: [unchecked] unchecked conversion\n
08:48:55 		new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 		                    ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in constructor <T>X(List<T>)\n
08:48:55 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:48:55 		new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 		                                           ^\n
08:48:55   required: List<T>\n
08:48:55   found: List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 X.java:20: warning: [unchecked] unchecked conversion\n
08:48:55 		new <IOException> X(l){}. <IOException> foo(l);\n
08:48:55 		                                            ^\n
08:48:55   required: List<T>\n
08:48:55   found:    List\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Throwable declared in method <T>foo(List<T>)\n
08:48:55 18 warnings]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1445(GenericTypeTest.java:50899)
08:48:55 
08:48:55 test1446 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
08:48:55 test1447 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.011 s
08:48:55 test1448 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.041 s
08:48:55 test1449 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
08:48:55 test1450 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.16 s
08:48:55 test1451 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.959 s
08:48:55 test1452 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.875 s
08:48:55 test1453 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.076 s
08:48:55 test1454 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
08:48:55 test1455 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.108 s
08:48:55 test1456 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.221 s
08:48:55 test1457 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.875 s
08:48:55 test1458 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.368 s
08:48:55 test1459 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.202 s
08:48:55 test1460 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.893 s
08:48:55 test1461 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.592 s
08:48:55 test1462 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
08:48:55 test1463 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.883 s
08:48:55 test1464 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
08:48:55 test1466 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
08:48:55 test1467 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
08:48:55 test268798 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.045 s
08:48:55 test268798a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.949 s
08:48:55 test277643 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test277643: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseHasABug@20fe3a28 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test277643(GenericTypeTest.java:51457)
08:48:55 
08:48:55 test280054 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
08:48:55 test283306 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.01 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test283306: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseHasABug@20fe3a28 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test283306(GenericTypeTest.java:51556)
08:48:55 
08:48:55 test294724 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
08:48:55 testBug401783 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.076 s
08:48:55 testBug433989 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.932 s
08:48:55 testBug433989a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.891 s
08:48:55 testBug433989b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.882 s
08:48:55 testBug460491 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.897 s
08:48:55 testBug469201_A - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.021 s
08:48:55 testBug469201_B - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.04 s
08:48:55 testBug492450_comment0 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.035 s
08:48:55 testBug532653 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
08:48:55 testBug541772 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.093 s
08:48:55 testBug541772_typeannotations - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.183 s
08:48:55 testBug543480BasedOnTest2FromComment4ToSameSameOptimization - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 26.414 s
08:48:55 testBug543480WithSameSubSuperOptimization - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 22.824 s
08:48:55 testBug543480WithoutNullPointerExceptionDuringBytecodeGeneration - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.053 s
08:48:55 test282152 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.116 s
08:48:55 test282152b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.994 s
08:48:55 test282152c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.825 s
08:48:55 test282152d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.066 s
08:48:55 test282152e - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.835 s
08:48:55 test283353 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.971 s
08:48:55 test322531b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.939 s
08:48:55 test322531c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.907 s
08:48:55 test322531d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.951 s
08:48:55 test322531e - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.995 s
08:48:55 test322531f - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.944 s
08:48:55 test322531i - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.965 s
08:48:55 test322817 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.921 s
08:48:55 test322817b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.932 s
08:48:55 test322817c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.944 s
08:48:55 test322817d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.992 s
08:48:55 test322817e - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.02 s
08:48:55 test322817f - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1 s
08:48:55 test322817g - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.028 s
08:48:55 test322817h - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.14 s
08:48:55 test322817i - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.037 s
08:48:55 test322817j - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.029 s
08:48:55 test322817k - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.107 s
08:48:55 test330869 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.056 s
08:48:55 test334121 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.875 s
08:48:55 test334313 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.928 s
08:48:55 test334313b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.998 s
08:48:55 test334313c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.951 s
08:48:55 test334313d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.961 s
08:48:55 test334313e - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.956 s
08:48:55 test334493 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.964 s
08:48:55 test334622a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.926 s
08:48:55 test334622b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.91 s
08:48:55 test334622c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.883 s
08:48:55 test334622d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.86 s
08:48:55 test335751 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.871 s
08:48:55 test337751 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.117 s
08:48:55 test337751a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.135 s
08:48:55 test337962 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.989 s
08:48:55 test337962b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.994 s
08:48:55 test338011 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.011 s
08:48:55 test338011b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.998 s
08:48:55 test338350 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.168 s
08:48:55 test339478a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0 s
08:48:55 test339478b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.772 s
08:48:55 test339478c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.75 s
08:48:55 test339478d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.776 s
08:48:55 test339478e - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.8 s
08:48:55 test339478f - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.773 s
08:48:55 test339478g - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.747 s
08:48:55 test339478h - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.805 s
08:48:55 test339478i - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.775 s
08:48:55 test339478j - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.814 s
08:48:55 test339478k - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.798 s
08:48:55 test339478l - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.869 s
08:48:55 test339478m - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.792 s
08:48:55 test339478n - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.754 s
08:48:55 test339478o - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.976 s
08:48:55 test339478p - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.915 s
08:48:55 test339478q - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.89 s
08:48:55 test347145 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.976 s
08:48:55 test347426 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.006 s
08:48:55 test347426b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.018 s
08:48:55 test347426c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.056 s
08:48:55 test347600 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.995 s
08:48:55 test347746 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.953 s
08:48:55 test348493 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0 s
08:48:55 test348493a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0 s
08:48:55 test366131 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.062 s
08:48:55 test366131b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.942 s
08:48:55 test375394 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.967 s
08:48:55 test385780 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.897 s
08:48:55 test397888a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.846 s
08:48:55 test397888b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.869 s
08:48:55 test401456 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.046 s
08:48:55 test416480 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.023 s
08:48:55 test421922 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.946 s
08:48:55 test425203 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.118 s
08:48:55 test425719 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.114 s
08:48:55 test425719a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.079 s
08:48:55 test425719b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.13 s
08:48:55 test426534 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.954 s
08:48:55 test426589 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.98 s
08:48:55 test426633 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.927 s
08:48:55 test426633a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.978 s
08:48:55 test426633b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.03 s
08:48:55 test426678 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.978 s
08:48:55 test426678a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.106 s
08:48:55 test426836 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.026 s
08:48:55 test427282 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.046 s
08:48:55 test427411 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.148 s
08:48:55 test427728 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.04 s
08:48:55 test427728a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.067 s
08:48:55 test427736 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.952 s
08:48:55 test427992 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.219 s
08:48:55 test428019 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.093 s
08:48:55 test428071 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.99 s
08:48:55 test428285 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.988 s
08:48:55 test429733b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.058 s
08:48:55 test429733c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.079 s
08:48:55 test434118 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.197 s
08:48:55 test438246 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.082 s
08:48:55 test440019 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.098 s
08:48:55 test440019_c9 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.12 s
08:48:55 test443596 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.307 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test443596 - Javac found error(s) but Eclipse only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
08:48:55 	                                                           ^^^\n
08:48:55 Type safety: Potential heap pollution via varargs parameter arg\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>\n
08:48:55     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
08:48:55                                                                ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>and(Predicate<? super T>...)\n
08:48:55 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)\n
08:48:55         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile\n
08:48:55                                               ^\n
08:48:55     method X.<T#1>and(Predicate<? super T#1>...) is not applicable\n
08:48:55       (cannot infer type-variable(s) T#1,T#2\n
08:48:55         (varargs mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#3>))\n
08:48:55     method X.<T#4>and(Predicate<? super T#4>,Predicate<? super T#4>) is not applicable\n
08:48:55       (cannot infer type-variable(s) T#4,T#2\n
08:48:55         (argument mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#5>))\n
08:48:55   where E,T#1,T#2,T#3,T#4,T#5 are type-variables:\n
08:48:55     E extends Object declared in class FilteredCollection\n
08:48:55     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)\n
08:48:55     T#2 extends Object declared in method <T#2>in(Predicate<? extends T#2>)\n
08:48:55     T#3 extends CAP#1\n
08:48:55     T#4 extends Object declared in method <T#4>and(Predicate<? super T#4>,Predicate<? super T#4>)\n
08:48:55     T#5 extends CAP#1\n
08:48:55   where CAP#1,CAP#2 are fresh type-variables:\n
08:48:55     CAP#1 extends Object super: E from capture of ? super E\n
08:48:55     CAP#2 extends Object from capture of ?\n
08:48:55 1 error\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. WARNING in X.java (at line 4)\n
08:48:55 	public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
08:48:55 	                                                           ^^^\n
08:48:55 Type safety: Potential heap pollution via varargs parameter arg\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>\n
08:48:55     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
08:48:55                                                                ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>and(Predicate<? super T>...)\n
08:48:55 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)\n
08:48:55         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile\n
08:48:55                                               ^\n
08:48:55     method X.<T#1>and(Predicate<? super T#1>...) is not applicable\n
08:48:55       (cannot infer type-variable(s) T#1,T#2\n
08:48:55         (varargs mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#3>))\n
08:48:55     method X.<T#4>and(Predicate<? super T#4>,Predicate<? super T#4>) is not applicable\n
08:48:55       (cannot infer type-variable(s) T#4,T#2\n
08:48:55         (argument mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#5>))\n
08:48:55   where E,T#1,T#2,T#3,T#4,T#5 are type-variables:\n
08:48:55     E extends Object declared in class FilteredCollection\n
08:48:55     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)\n
08:48:55     T#2 extends Object declared in method <T#2>in(Predicate<? extends T#2>)\n
08:48:55     T#3 extends CAP#1\n
08:48:55     T#4 extends Object declared in method <T#4>and(Predicate<? super T#4>,Predicate<? super T#4>)\n
08:48:55     T#5 extends CAP#1\n
08:48:55   where CAP#1,CAP#2 are fresh type-variables:\n
08:48:55     CAP#1 extends Object super: E from capture of ? super E\n
08:48:55     CAP#2 extends Object from capture of ?\n
08:48:55 1 error\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest.test443596(GenericsRegressionTest.java:5186)
08:48:55 
08:48:55 test444024 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.366 s
08:48:55 test444334 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.199 s
08:48:55 test446223 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.954 s
08:48:55 test446235 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.063 s
08:48:55 test448795 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.936 s
08:48:55 test448795a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.13 s
08:48:55 test448795b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.056 s
08:48:55 test448795c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.063 s
08:48:55 test489636 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.951 s
08:48:55 testBug395002_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.872 s
08:48:55 testBug395002_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.921 s
08:48:55 testBug395002_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.896 s
08:48:55 testBug395002_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.881 s
08:48:55 testBug395002_combined - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.879 s
08:48:55 testBug395002_full - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.891 s
08:48:55 testBug399527 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.96 s
08:48:55 testBug399527_comment1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.91 s
08:48:55 testBug399527_corrected - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.003 s
08:48:55 testBug405706a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.028 s
08:48:55 testBug405706b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.037 s
08:48:55 testBug408441 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.136 s
08:48:55 testBug413958_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.053 s
08:48:55 testBug413958_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.074 s
08:48:55 testBug415734 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.027 s
08:48:55 testBug422832 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.926 s
08:48:55 testBug426537 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.912 s
08:48:55 testBug426537_generic - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.953 s
08:48:55 testBug426590 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.01 s
08:48:55 testBug426590b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.009 s
08:48:55 testBug427216 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.11 s
08:48:55 testBug427433 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.005 s
08:48:55 testBug427433b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.976 s
08:48:55 testBug427438c3 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.052 s
08:48:55 testBug427957 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.911 s
08:48:55 testBug428366 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.908 s
08:48:55 testBug430686 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.869 s
08:48:55 testBug430759 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.999 s
08:48:55 testBug430987 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.052 s
08:48:55 testBug431408 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.918 s
08:48:55 testBug431581 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.965 s
08:48:55 testBug432603 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.059 s
08:48:55 testBug432603a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.073 s
08:48:55 testBug434044 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.921 s
08:48:55 testBug434044_comment20 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.96 s
08:48:55 testBug434044_comment36 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.995 s
08:48:55 testBug434570 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.956 s
08:48:55 testBug434570_comment3 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.065 s
08:48:55 testBug434570_comment3b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.114 s
08:48:55 testBug434630 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.391 s
08:48:55 testBug434630_comment7 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.933 s
08:48:55 testBug434793 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.187 s
08:48:55 testBug435643 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.554 s
08:48:55 testBug438337comment3 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.058 s
08:48:55 testBug438337comment5 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.939 s
08:48:55 testBug441905 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.014 s
08:48:55 testBug452194 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.016 s
08:48:55 testBug454644 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.214 s
08:48:55 testBug456459a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.071 s
08:48:55 testBug456459b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.016 s
08:48:55 testBug456459c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.91 s
08:48:55 testBug456924 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.992 s
08:48:55 testBug460491_comment23 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.012 s
08:48:55 testBug469297 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.105 s
08:48:55 testBug478708 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.948 s
08:48:55 testBug498057 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.004 s
08:48:55 testBug498486 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.819 s
08:48:55 testBug499048 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.884 s
08:48:55 testBug499126 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.815 s
08:48:55 testBug508799 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.802 s
08:48:55 testBug515614 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.943 s
08:48:55 testBug518157A - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.927 s
08:48:55 testBug518157B - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.164 s
08:48:55 testBug520482 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.756 s
08:48:55 testBug521212 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.824 s
08:48:55 testBug526132 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.195 s
08:48:55 testBug526423 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.979 s
08:48:55 testBug532137 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.034 s
08:48:55 testBug540313 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.85 s
08:48:55 testBug540313a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.896 s
08:48:55 testBug540313b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.873 s
08:48:55 testBug543526 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.028 s
08:48:55 testBug543526b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.023 s
08:48:55 testBug552388 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.002 s
08:48:55 testBug552388b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.075 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.03 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.891 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.894 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.048 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.898 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.947 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.009 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.898 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.901 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.038 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.878 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.994 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.989 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.049 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.964 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.984 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.072 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.018 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.997 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.014 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.094 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.941 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.061 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.048 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.046 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.058 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.075 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.111 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.051 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.047 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.076 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.069 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.107 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.106 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.124 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.098 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.093 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.206 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.26 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.993 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.031 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.988 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.989 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.01 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.011 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.073 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.077 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.1 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.027 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.019 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.024 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.083 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.004 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.006 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.039 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.112 s
08:48:55 test425632 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.027 s
08:48:55 testBug508215 - 12(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.052 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.991 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.983 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.973 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.883 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.867 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.89 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.98 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.923 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.91 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.962 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.855 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 3.402 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.882 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.072 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.021 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.889 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.02 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.9 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.878 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.9 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.913 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 3.869 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.094 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.827 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.034 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.043 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.815 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.101 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.912 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.758 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.924 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.061 s
08:48:55 test032b - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.783 s
08:48:55 test032c - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.041 s
08:48:55 test032d - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.017 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.077 s
08:48:55 test033b - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.065 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.193 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 3.031 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.858 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.082 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.89 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.836 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.99 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.901 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.915 s
08:48:55 test042b - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.005 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.091 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.186 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.911 s
08:48:55 test045b - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.905 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.961 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.007 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.015 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.863 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.005 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.044 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.071 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.075 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.259 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.966 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.679 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.979 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.066 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.017 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.038 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.926 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.08 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.9 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.171 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.186 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.99 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.013 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.051 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.965 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.842 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.959 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.865 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.871 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test074 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 test/Outer.java:4: error: cannot find symbol\n
08:48:55     int i = VALUE;\n
08:48:55             ^\n
08:48:55   symbol:   variable VALUE\n
08:48:55   location: class Outer\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[test/Outer.java:4: error: cannot find symbol\n
08:48:55     int i = VALUE;\n
08:48:55             ^\n
08:48:55   symbol:   variable VALUE\n
08:48:55   location: class Outer\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.test074(StaticImportTest.java:2538)
08:48:55 
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.895 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.995 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.003 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.896 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test078 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in A\A.java (at line 3)\n
08:48:55 	import B.B.C1;\n
08:48:55 	       ^^^^^^\n
08:48:55 The import B.B.C1 collides with another import statement\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in A\A.java (at line 3)\n
08:48:55 	import B.B.C1;\n
08:48:55 	       ^^^^^^\n
08:48:55 The import B.B.C1 collides with another import statement\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.test078(StaticImportTest.java:2648)
08:48:55 
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.899 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test079 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in A\A.java (at line 2)\n
08:48:55 	import static B.B.C1;\n
08:48:55 	              ^^^^^^\n
08:48:55 The import B.B.C1 is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in A\A.java (at line 2)\n
08:48:55 	import static B.B.C1;\n
08:48:55 	              ^^^^^^\n
08:48:55 The import B.B.C1 is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.test079(StaticImportTest.java:2682)
08:48:55 
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.894 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.064 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.048 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.066 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.085 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.974 s
08:48:55 test085a - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.062 s
08:48:55 test085b - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.028 s
08:48:55 test085c - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.969 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.031 s
08:48:55 test426544 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.927 s
08:48:55 testBug401271 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.886 s
08:48:55 testBug442580 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.978 s
08:48:55 testBug479287 - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.102 s
08:48:55 testBug520874a - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.905 s
08:48:55 testBug520874b - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.873 s
08:48:55 testBug520874c - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.881 s
08:48:55 testBug520874d - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.87 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug520874d - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in p\X.java (at line 2)\n
08:48:55 	import static p.A.B.Inner;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p.A.B.Inner is never used\n
08:48:55 ----------\n
08:48:55 2. WARNING in p\X.java (at line 3)\n
08:48:55 	import p.Bar.Inner;\n
08:48:55 	       ^^^^^^^^^^^\n
08:48:55 The import p.Bar.Inner is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in p\X.java (at line 2)\n
08:48:55 	import static p.A.B.Inner;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p.A.B.Inner is never used\n
08:48:55 ----------\n
08:48:55 2. WARNING in p\X.java (at line 3)\n
08:48:55 	import p.Bar.Inner;\n
08:48:55 	       ^^^^^^^^^^^\n
08:48:55 The import p.Bar.Inner is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.testBug520874d(StaticImportTest.java:3361)
08:48:55 
08:48:55 testBug520874e - 12(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.947 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug520874e - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in p\X.java (at line 2)\n
08:48:55 	import static p.A.B.Inner;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p.A.B.Inner is never used\n
08:48:55 ----------\n
08:48:55 2. WARNING in p\X.java (at line 3)\n
08:48:55 	import p.Bar.*;\n
08:48:55 	       ^^^^^\n
08:48:55 The import p.Bar is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in p\X.java (at line 2)\n
08:48:55 	import static p.A.B.Inner;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p.A.B.Inner is never used\n
08:48:55 ----------\n
08:48:55 2. WARNING in p\X.java (at line 3)\n
08:48:55 	import p.Bar.*;\n
08:48:55 	       ^^^^^\n
08:48:55 The import p.Bar is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.testBug520874e(StaticImportTest.java:3393)
08:48:55 
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.074 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.122 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.111 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.091 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.068 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.014 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.94 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.883 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.022 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 3.023 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.897 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.909 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.017 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.99 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.887 s
08:48:55 test015_tolerate - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.952 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.906 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.947 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.19 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.137 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.253 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.143 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.117 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.023 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.034 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.053 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.122 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.782 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.993 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.933 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.175 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.079 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.049 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.962 s
08:48:55 test033_tolerate - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.921 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.182 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.032 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.181 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.009 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.014 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.177 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.103 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.004 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.152 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.976 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.156 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.044 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.888 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.925 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.889 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.053 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.003 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.115 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.833 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.904 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.968 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.089 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.996 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.925 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.885 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.874 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.087 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.002 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.073 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.214 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.15 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.207 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.026 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.973 s
08:48:55 test067b - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.965 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.958 s
08:48:55 test068b - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.998 s
08:48:55 test068c - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.96 s
08:48:55 test068d - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.037 s
08:48:55 test068e - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.09 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.906 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.989 s
08:48:55 test070_tolerate - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.029 s
08:48:55 test070_tolerate2 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.977 s
08:48:55 test070a - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.032 s
08:48:55 test070a_tolerate - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.058 s
08:48:55 test070b - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.001 s
08:48:55 test070b_tolerate - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.984 s
08:48:55 test070c - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.9 s
08:48:55 test070d - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.9 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.058 s
08:48:55 test071_tolerate - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.984 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.018 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.988 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.94 s
08:48:55 test426678 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.931 s
08:48:55 test436474 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.083 s
08:48:55 test437973 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.102 s
08:48:55 test437973a - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.988 s
08:48:55 test437973b - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.933 s
08:48:55 test437973c - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.995 s
08:48:55 test437973d - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.059 s
08:48:55 test470370 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.128 s
08:48:55 testBug382469 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.926 s
08:48:55 testBug386361 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.913 s
08:48:55 testBug488658_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.06 s
08:48:55 test000 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.615 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.088 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.988 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.83 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.139 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.973 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.141 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.142 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.997 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.14 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.964 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.975 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.965 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.979 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.13 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.998 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.203 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.088 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.955 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.122 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.108 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.099 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.063 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.143 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.947 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.071 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.961 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.102 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.962 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.109 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.109 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.112 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.928 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.973 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.966 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.972 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.969 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.099 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.976 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.009 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.986 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.996 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.952 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.986 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.994 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.072 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.092 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.918 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.088 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.938 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.093 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.126 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.955 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.411 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.97 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.923 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.104 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.128 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.074 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.067 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.005 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.991 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.35 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.084 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.1 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.925 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.069 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.922 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.945 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.93 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.081 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 3.325 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 4.419 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 3.755 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 3.792 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 3.84 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.06 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.089 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.109 s
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.947 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.148 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.735 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.977 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.975 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.155 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.018 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.124 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.129 s
08:48:55 test088 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.118 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.983 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.945 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.125 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.953 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.125 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.065 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.882 s
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 3.164 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.967 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.978 s
08:48:55 test099 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.007 s
08:48:55 test100 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.991 s
08:48:55 test101 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.985 s
08:48:55 test102 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.019 s
08:48:55 test103 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.784 s
08:48:55 test104 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.123 s
08:48:55 test105 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.12 s
08:48:55 test106 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.188 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.186 s
08:48:55 test108 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.158 s
08:48:55 test109 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.182 s
08:48:55 test110 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.191 s
08:48:55 test111 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.259 s
08:48:55 test112 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.144 s
08:48:55 test113 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.966 s
08:48:55 test114 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.506 s
08:48:55 test115 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.922 s
08:48:55 test116 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.952 s
08:48:55 test117 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.929 s
08:48:55 test118 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.94 s
08:48:55 test119 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.117 s
08:48:55 test120 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.999 s
08:48:55 test121 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.93 s
08:48:55 test122 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.002 s
08:48:55 test123 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.923 s
08:48:55 test124 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.961 s
08:48:55 test125 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.936 s
08:48:55 test126 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.113 s
08:48:55 test127 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.149 s
08:48:55 test128 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.941 s
08:48:55 test129 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.044 s
08:48:55 test130 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.159 s
08:48:55 test131 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.075 s
08:48:55 test132 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.089 s
08:48:55 test133 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.07 s
08:48:55 test134 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.937 s
08:48:55 test135 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.966 s
08:48:55 test136 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.138 s
08:48:55 test137 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.087 s
08:48:55 test138 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.947 s
08:48:55 test139 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.959 s
08:48:55 test140 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.071 s
08:48:55 test141 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.934 s
08:48:55 test142 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.149 s
08:48:55 test143 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.956 s
08:48:55 test144 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.743 s
08:48:55 test145 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.018 s
08:48:55 test146 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.954 s
08:48:55 test146b - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.937 s
08:48:55 test147 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.88 s
08:48:55 test148 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.875 s
08:48:55 test149 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.145 s
08:48:55 test150 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.13 s
08:48:55 test151 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.163 s
08:48:55 test152 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.06 s
08:48:55 test153 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.972 s
08:48:55 test154 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.944 s
08:48:55 test155 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.11 s
08:48:55 test156 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.079 s
08:48:55 test157 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.972 s
08:48:55 test158 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.941 s
08:48:55 test159 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.009 s
08:48:55 test160 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.965 s
08:48:55 test161 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.043 s
08:48:55 test162 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.977 s
08:48:55 test163 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.14 s
08:48:55 test164 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.931 s
08:48:55 test165 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.948 s
08:48:55 test166 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.963 s
08:48:55 test167 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.801 s
08:48:55 test168 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.94 s
08:48:55 test169 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.991 s
08:48:55 test170 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.968 s
08:48:55 test171 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.072 s
08:48:55 test172 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.029 s
08:48:55 test173 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.939 s
08:48:55 test174 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.12 s
08:48:55 test175 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.118 s
08:48:55 test176 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.026 s
08:48:55 test177 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.523 s
08:48:55 test178 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.174 s
08:48:55 test179 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.15 s
08:48:55 test180 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.02 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test180: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@272a5710 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.EnumTest.test180(EnumTest.java:6625)
08:48:55 
08:48:55 test180a - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.012 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test180a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@272a5710 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.EnumTest.test180a(EnumTest.java:6685)
08:48:55 
08:48:55 test181 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.105 s
08:48:55 test182 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.113 s
08:48:55 test183 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.093 s
08:48:55 test184 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.166 s
08:48:55 test185 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.958 s
08:48:55 test186 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.988 s
08:48:55 test187 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.092 s
08:48:55 test187a - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.01 s
08:48:55 test187b - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.116 s
08:48:55 test188 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.027 s
08:48:55 test189 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.972 s
08:48:55 test433060 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.756 s
08:48:55 test434442 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.02 s
08:48:55 test476281 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.115 s
08:48:55 test476281a - 12(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.075 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.837 s
08:48:55 test001a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.852 s
08:48:55 test001b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.828 s
08:48:55 test001c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.817 s
08:48:55 test001d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.951 s
08:48:55 test001e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.308 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.91 s
08:48:55 test002a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.826 s
08:48:55 test002b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.804 s
08:48:55 test002c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.816 s
08:48:55 test002d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.037 s
08:48:55 test002e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.939 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.798 s
08:48:55 test003a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.821 s
08:48:55 test003b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.852 s
08:48:55 test003c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.827 s
08:48:55 test003d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.884 s
08:48:55 test003e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.919 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.886 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.911 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.89 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.02 s
08:48:55 test007a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.907 s
08:48:55 test007b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.074 s
08:48:55 test007c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.008 s
08:48:55 test007d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.005 s
08:48:55 test007e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.909 s
08:48:55 test007f - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.857 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.895 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.847 s
08:48:55 test009a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.868 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.98 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.855 s
08:48:55 test011a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.882 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test011a - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X2 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(T) of type A has the same erasure as foo(T) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X2 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X2 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(T) of type A has the same erasure as foo(T) of type I but does not override it\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X2 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test011a(MethodVerifyTest.java:922)
08:48:55 
08:48:55 test011b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.85 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test011b - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X3 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(T) of type A has the same erasure as foo(T) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X3 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X3 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(T) of type A has the same erasure as foo(T) of type I but does not override it\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X3 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test011b(MethodVerifyTest.java:940)
08:48:55 
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.862 s
08:48:55 test012a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.826 s
08:48:55 test012b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.891 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.982 s
08:48:55 test013a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.925 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test013a - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X1 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X1 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X1 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X1 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test013a(MethodVerifyTest.java:1022)
08:48:55 
08:48:55 test013b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.952 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test013b - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X2 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X2 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X2 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X2 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test013b(MethodVerifyTest.java:1041)
08:48:55 
08:48:55 test013c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.904 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test013c - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X3 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X3 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X3 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X3 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test013c(MethodVerifyTest.java:1060)
08:48:55 
08:48:55 test013d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.942 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test013d - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X4 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X4 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X4 extends A implements I {}\n
08:48:55 	               ^^\n
08:48:55 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:48:55 abstract class X4 extends A implements I {}\n
08:48:55                                        ^\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test013d(MethodVerifyTest.java:1079)
08:48:55 
08:48:55 test013e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.939 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.006 s
08:48:55 test014a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.996 s
08:48:55 test014b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.023 s
08:48:55 test014c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.008 s
08:48:55 test014d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.917 s
08:48:55 test014e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.911 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.982 s
08:48:55 test015a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.977 s
08:48:55 test015b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.031 s
08:48:55 test015c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.045 s
08:48:55 test015d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.942 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test015d - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X extends Y implements I { }\n
08:48:55 	               ^\n
08:48:55 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 2)\n
08:48:55 	interface I { void foo(A a); }\n
08:48:55 	                       ^\n
08:48:55 A is a raw type. References to generic type A<T> should be parameterized\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:2: warning: [rawtypes] found raw type: A\n
08:48:55 interface I { void foo(A a); }\n
08:48:55                        ^\n
08:48:55   missing type arguments for generic class A<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class A\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X extends Y implements I { }\n
08:48:55 	               ^\n
08:48:55 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 2)\n
08:48:55 	interface I { void foo(A a); }\n
08:48:55 	                       ^\n
08:48:55 A is a raw type. References to generic type A<T> should be parameterized\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:2: warning: [rawtypes] found raw type: A\n
08:48:55 interface I { void foo(A a); }\n
08:48:55                        ^\n
08:48:55   missing type arguments for generic class A<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class A\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test015d(MethodVerifyTest.java:1255)
08:48:55 
08:48:55 test015e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.921 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test015e - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X extends Y implements I { }\n
08:48:55 	               ^\n
08:48:55 Name clash: The method foo(A<String>[]) of type Y has the same erasure as foo(A[]) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 2)\n
08:48:55 	interface I { void foo(A[] a); }\n
08:48:55 	                       ^\n
08:48:55 A is a raw type. References to generic type A<T> should be parameterized\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:2: warning: [rawtypes] found raw type: A\n
08:48:55 interface I { void foo(A[] a); }\n
08:48:55                        ^\n
08:48:55   missing type arguments for generic class A<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class A\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	abstract class X extends Y implements I { }\n
08:48:55 	               ^\n
08:48:55 Name clash: The method foo(A<String>[]) of type Y has the same erasure as foo(A[]) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 2)\n
08:48:55 	interface I { void foo(A[] a); }\n
08:48:55 	                       ^\n
08:48:55 A is a raw type. References to generic type A<T> should be parameterized\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:2: warning: [rawtypes] found raw type: A\n
08:48:55 interface I { void foo(A[] a); }\n
08:48:55                        ^\n
08:48:55   missing type arguments for generic class A<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class A\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test015e(MethodVerifyTest.java:1278)
08:48:55 
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.117 s
08:48:55 test016b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.077 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.87 s
08:48:55 test017a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.872 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.829 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.928 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.199 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.846 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.025 s
08:48:55 test022a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.939 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.926 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.942 s
08:48:55 test024a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.87 s
08:48:55 test024b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.868 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.933 s
08:48:55 test025a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.917 s
08:48:55 test025b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.003 s
08:48:55 test025c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.031 s
08:48:55 test025d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.065 s
08:48:55 test025e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.861 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test025e: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025e(MethodVerifyTest.java:1713)
08:48:55 
08:48:55 test025f - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.871 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test025f: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025f(MethodVerifyTest.java:1747)
08:48:55 
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.179 s
08:48:55 test026a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.926 s
08:48:55 test026b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.048 s
08:48:55 test026c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.952 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.942 s
08:48:55 test027a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.822 s
08:48:55 test027b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.938 s
08:48:55 test027c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.879 s
08:48:55 test027d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.915 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.956 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.925 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.012 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.81 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.987 s
08:48:55 test032a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.891 s
08:48:55 test032b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.875 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.985 s
08:48:55 test033a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.988 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.022 s
08:48:55 test034a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.004 s
08:48:55 test034b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.902 s
08:48:55 test034c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.915 s
08:48:55 test034d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.914 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.87 s
08:48:55 test035a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.952 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.973 s
08:48:55 test036a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.001 s
08:48:55 test036b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.986 s
08:48:55 test036c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.016 s
08:48:55 test036d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.898 s
08:48:55 test036e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.89 s
08:48:55 test036f - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.874 s
08:48:55 test036g - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.909 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.951 s
08:48:55 test037a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.873 s
08:48:55 test037b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.946 s
08:48:55 test037c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.917 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test037c - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	public abstract class X extends Y implements I { }\n
08:48:55 	                      ^\n
08:48:55 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 2)\n
08:48:55 	interface I { void foo(A a); }\n
08:48:55 	                       ^\n
08:48:55 A is a raw type. References to generic type A<T> should be parameterized\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:2: warning: [rawtypes] found raw type: A\n
08:48:55 interface I { void foo(A a); }\n
08:48:55                        ^\n
08:48:55   missing type arguments for generic class A<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class A\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	public abstract class X extends Y implements I { }\n
08:48:55 	                      ^\n
08:48:55 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 2. WARNING in X.java (at line 2)\n
08:48:55 	interface I { void foo(A a); }\n
08:48:55 	                       ^\n
08:48:55 A is a raw type. References to generic type A<T> should be parameterized\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:2: warning: [rawtypes] found raw type: A\n
08:48:55 interface I { void foo(A a); }\n
08:48:55                        ^\n
08:48:55   missing type arguments for generic class A<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class A\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test037c(MethodVerifyTest.java:2616)
08:48:55 
08:48:55 test037d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.888 s
08:48:55 test037e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.853 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test037e - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	public abstract class X extends Y implements I { }\n
08:48:55 	                      ^\n
08:48:55 Name clash: The method foo(T) of type Y has the same erasure as foo(T) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	public abstract class X extends Y implements I { }\n
08:48:55 	                      ^\n
08:48:55 Name clash: The method foo(T) of type Y has the same erasure as foo(T) of type I but does not override it\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test037e(MethodVerifyTest.java:2662)
08:48:55 
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.99 s
08:48:55 test038a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.838 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.014 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.85 s
08:48:55 test040a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.935 s
08:48:55 test040b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.964 s
08:48:55 test040c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.907 s
08:48:55 test040d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.886 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.916 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test041: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@5c43a71e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041(MethodVerifyTest.java:2861)
08:48:55 
08:48:55 test041a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.911 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test041a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@5c43a71e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041a(MethodVerifyTest.java:2883)
08:48:55 
08:48:55 test041b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.982 s
08:48:55 test041c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.928 s
08:48:55 test041d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.868 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.054 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.929 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test043: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification@78aa61a8 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test043(MethodVerifyTest.java:2994)
08:48:55 
08:48:55 test043_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.027 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test043_1 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	abstract class E<A, B> extends C<A> implements I<B> {}\n
08:48:55 	               ^\n
08:48:55 Name clash: The method id(A) of type C<A> has the same erasure as id(B) of type I<B> but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	abstract class E<A, B> extends C<A> implements I<B> {}\n
08:48:55 	               ^\n
08:48:55 Name clash: The method id(A) of type C<A> has the same erasure as id(B) of type I<B> but does not override it\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test043_1(MethodVerifyTest.java:3015)
08:48:55 
08:48:55 test043a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.896 s
08:48:55 test043b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.894 s
08:48:55 test043c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.912 s
08:48:55 test043d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.004 s
08:48:55 test043e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.964 s
08:48:55 test043f - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.031 s
08:48:55 test043g - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.945 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.858 s
08:48:55 test044a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.861 s
08:48:55 test044b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.849 s
08:48:55 test044c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.857 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.025 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.907 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.047 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.954 s
08:48:55 test048a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.883 s
08:48:55 test048b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.983 s
08:48:55 test048c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.882 s
08:48:55 test048d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.912 s
08:48:55 test048e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.84 s
08:48:55 test048f - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.886 s
08:48:55 test048g - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.885 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.845 s
08:48:55 test049a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.874 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.887 s
08:48:55 test050a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.914 s
08:48:55 test050b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.879 s
08:48:55 test050c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.851 s
08:48:55 test050d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.863 s
08:48:55 test050e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.932 s
08:48:55 test050f - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.871 s
08:48:55 test050g - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.887 s
08:48:55 test050h - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.847 s
08:48:55 test050i - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.879 s
08:48:55 test050j - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.885 s
08:48:55 test050k - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.833 s
08:48:55 test050l - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.837 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.821 s
08:48:55 test051a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.846 s
08:48:55 test051b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.886 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.97 s
08:48:55 test052a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.89 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.032 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.837 s
08:48:55 test054a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.873 s
08:48:55 test054b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.881 s
08:48:55 test054c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.817 s
08:48:55 test054d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.88 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.99 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.99 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.01 s
08:48:55 test057a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.015 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.018 s
08:48:55 test058a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.899 s
08:48:55 test058b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.938 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.974 s
08:48:55 test059a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.975 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.013 s
08:48:55 test060b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.05 s
08:48:55 test060c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.894 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.02 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.913 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.961 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.939 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.068 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.956 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.012 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.043 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.889 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.94 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test070: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test070(MethodVerifyTest.java:5854)
08:48:55 
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.891 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.991 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.992 s
08:48:55 test073a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.009 s
08:48:55 test073b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.954 s
08:48:55 test073c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.854 s
08:48:55 test073d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.881 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.84 s
08:48:55 test074a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.808 s
08:48:55 test074b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.8 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.893 s
08:48:55 test075a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.954 s
08:48:55 test075b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.89 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.963 s
08:48:55 test076a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.848 s
08:48:55 test076b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.837 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.006 s
08:48:55 test077a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.88 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.002 s
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.911 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.883 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.874 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.877 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.963 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.077 s
08:48:55 test084a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.962 s
08:48:55 test084b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.829 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.957 s
08:48:55 test085b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.943 s
08:48:55 test085c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.826 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.818 s
08:48:55 test086b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.978 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.892 s
08:48:55 test088 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.008 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.963 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.966 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.071 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.024 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.36 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.994 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test094: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@157c7ac2 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test094(MethodVerifyTest.java:7231)
08:48:55 
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.022 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.124 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.123 s
08:48:55 test099 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.975 s
08:48:55 test100 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.885 s
08:48:55 test101 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.909 s
08:48:55 test102 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.883 s
08:48:55 test103 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.947 s
08:48:55 test104 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.94 s
08:48:55 test105 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.116 s
08:48:55 test106 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.957 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.983 s
08:48:55 test108 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.923 s
08:48:55 test109 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.011 s
08:48:55 test110 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.334 s
08:48:55 test111 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.182 s
08:48:55 test112 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.983 s
08:48:55 test113 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.963 s
08:48:55 test114 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.849 s
08:48:55 test115 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.939 s
08:48:55 test116 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.86 s
08:48:55 test117 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.842 s
08:48:55 test118 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.868 s
08:48:55 test119 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.833 s
08:48:55 test120 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.871 s
08:48:55 test120a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.804 s
08:48:55 test121 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.974 s
08:48:55 test122 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.883 s
08:48:55 test123 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.973 s
08:48:55 test124 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.049 s
08:48:55 test124b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.062 s
08:48:55 test125 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.06 s
08:48:55 test127 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.127 s
08:48:55 test128 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.873 s
08:48:55 test129 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.874 s
08:48:55 test130 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.879 s
08:48:55 test131 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.855 s
08:48:55 test132 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.903 s
08:48:55 test133 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.896 s
08:48:55 test134 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.875 s
08:48:55 test135 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.89 s
08:48:55 test136 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.9 s
08:48:55 test137 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.889 s
08:48:55 test138 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.904 s
08:48:55 test139 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.91 s
08:48:55 test140 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.835 s
08:48:55 test141 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.905 s
08:48:55 test1415Mix - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.842 s
08:48:55 test1415Mix2 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.914 s
08:48:55 test142 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.998 s
08:48:55 test143 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.97 s
08:48:55 test144 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.934 s
08:48:55 test145 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.901 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test145 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
08:48:55 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
08:48:55                                                   ^\n
08:48:55   first method:  setValue(String) in BaseInterface\n
08:48:55   second method: setValue(Object) in Base\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
08:48:55 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
08:48:55                                                   ^\n
08:48:55   first method:  setValue(String) in BaseInterface\n
08:48:55   second method: setValue(Object) in Base\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test145(MethodVerifyTest.java:9263)
08:48:55 
08:48:55 test146 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.974 s
08:48:55 test147 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.941 s
08:48:55 test148 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.886 s
08:48:55 test149 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.936 s
08:48:55 test150 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.913 s
08:48:55 test151 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.062 s
08:48:55 test152 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.008 s
08:48:55 test153 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.081 s
08:48:55 test154 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.081 s
08:48:55 test155 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.839 s
08:48:55 test156 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.821 s
08:48:55 test157 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.855 s
08:48:55 test158 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.853 s
08:48:55 test159 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.857 s
08:48:55 test160 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.94 s
08:48:55 test161 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.01 s
08:48:55 test162 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.019 s
08:48:55 test163 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.917 s
08:48:55 test164 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.903 s
08:48:55 test165 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.835 s
08:48:55 test166 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.88 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test166 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	class X extends A implements I<String> {}\n
08:48:55 	      ^\n
08:48:55 Name clash: The method foo(Object) of type A has the same erasure as foo(T) of type I<T> but does not override it\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 1)\n
08:48:55 	class X extends A implements I<String> {}\n
08:48:55 	      ^\n
08:48:55 Name clash: The method foo(Object) of type A has the same erasure as foo(T) of type I<T> but does not override it\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test166(MethodVerifyTest.java:10020)
08:48:55 
08:48:55 test167 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.996 s
08:48:55 test168 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.888 s
08:48:55 test169 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.912 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test169: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test169(MethodVerifyTest.java:10107)
08:48:55 
08:48:55 test169a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.922 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test169a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test169a(MethodVerifyTest.java:10139)
08:48:55 
08:48:55 test170 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.825 s
08:48:55 test171 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.006 s
08:48:55 test172 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.868 s
08:48:55 test173 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.862 s
08:48:55 test174 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.852 s
08:48:55 test175 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.863 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test175: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test175(MethodVerifyTest.java:10288)
08:48:55 
08:48:55 test176 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.868 s
08:48:55 test177 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.013 s
08:48:55 test178 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.007 s
08:48:55 test179 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.915 s
08:48:55 test180 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.737 s
08:48:55 test181 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.763 s
08:48:55 test182 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.729 s
08:48:55 test183 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.899 s
08:48:55 test184 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.985 s
08:48:55 test185 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.88 s
08:48:55 test186 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.89 s
08:48:55 test187 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.936 s
08:48:55 test188 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.877 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test188: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test188(MethodVerifyTest.java:10971)
08:48:55 
08:48:55 test189 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.897 s
08:48:55 test190 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.866 s
08:48:55 test191 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.861 s
08:48:55 test192 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.843 s
08:48:55 test193 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.86 s
08:48:55 test194 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.856 s
08:48:55 test195 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.85 s
08:48:55 test196 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.849 s
08:48:55 test197 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.844 s
08:48:55 test198 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.153 s
08:48:55 test199 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.935 s
08:48:55 test200 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.907 s
08:48:55 test201 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.863 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test201 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 A.java:4: error: types J<CAP#1> and K<T3> are incompatible;\n
08:48:55 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
08:48:55             ^\n
08:48:55   both define get(), but with unrelated return types\n
08:48:55   where T3 is a type-variable:\n
08:48:55     T3 extends K<T3>,J<? extends I> declared in interface A\n
08:48:55   where CAP#1 is a fresh type-variable:\n
08:48:55     CAP#1 extends I from capture of ? extends I\n
08:48:55 A.java:5: error: types K<T4> and J<CAP#1> are incompatible;\n
08:48:55 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
08:48:55             ^\n
08:48:55   both define get(), but with unrelated return types\n
08:48:55   where T4 is a type-variable:\n
08:48:55     T4 extends J<? extends I>,K<T4> declared in interface B\n
08:48:55   where CAP#1 is a fresh type-variable:\n
08:48:55     CAP#1 extends I from capture of ? extends I\n
08:48:55 2 errors\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[A.java:4: error: types J<CAP#1> and K<T3> are incompatible;\n
08:48:55 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
08:48:55             ^\n
08:48:55   both define get(), but with unrelated return types\n
08:48:55   where T3 is a type-variable:\n
08:48:55     T3 extends K<T3>,J<? extends I> declared in interface A\n
08:48:55   where CAP#1 is a fresh type-variable:\n
08:48:55     CAP#1 extends I from capture of ? extends I\n
08:48:55 A.java:5: error: types K<T4> and J<CAP#1> are incompatible;\n
08:48:55 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
08:48:55             ^\n
08:48:55   both define get(), but with unrelated return types\n
08:48:55   where T4 is a type-variable:\n
08:48:55     T4 extends J<? extends I>,K<T4> declared in interface B\n
08:48:55   where CAP#1 is a fresh type-variable:\n
08:48:55     CAP#1 extends I from capture of ? extends I\n
08:48:55 2 errors\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test201(MethodVerifyTest.java:11429)
08:48:55 
08:48:55 test202 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.008 s
08:48:55 test203 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.057 s
08:48:55 test204 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.887 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test204 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
08:48:55 public List<V> put(final K arg0, final List<V> arg1) {\n
08:48:55                ^\n
08:48:55   first method:  put(K,List<V>) in Map\n
08:48:55   second method: put(K,V) in OverrideBug\n
08:48:55   where K,V are type-variables:\n
08:48:55     K extends Object declared in class OverrideBug\n
08:48:55     V extends Object declared in class OverrideBug\n
08:48:55 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
08:48:55 public List<V> put(final K arg0, final V arg1) {\n
08:48:55                ^\n
08:48:55   where K,V are type-variables:\n
08:48:55     K extends Object declared in class OverrideBug\n
08:48:55     V extends Object declared in class OverrideBug\n
08:48:55 2 errors\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
08:48:55 public List<V> put(final K arg0, final List<V> arg1) {\n
08:48:55                ^\n
08:48:55   first method:  put(K,List<V>) in Map\n
08:48:55   second method: put(K,V) in OverrideBug\n
08:48:55   where K,V are type-variables:\n
08:48:55     K extends Object declared in class OverrideBug\n
08:48:55     V extends Object declared in class OverrideBug\n
08:48:55 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
08:48:55 public List<V> put(final K arg0, final V arg1) {\n
08:48:55                ^\n
08:48:55   where K,V are type-variables:\n
08:48:55     K extends Object declared in class OverrideBug\n
08:48:55     V extends Object declared in class OverrideBug\n
08:48:55 2 errors\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test204(MethodVerifyTest.java:11483)
08:48:55 
08:48:55 test204a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.181 s
08:48:55 test205 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.058 s
08:48:55 test206 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.04 s
08:48:55 test207 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.081 s
08:48:55 test208 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.131 s
08:48:55 test208a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.109 s
08:48:55 test209 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.844 s
08:48:55 test210 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.843 s
08:48:55 test211 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.898 s
08:48:55 test212 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.871 s
08:48:55 test213 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.915 s
08:48:55 test213a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.973 s
08:48:55 test213b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.922 s
08:48:55 test213c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.924 s
08:48:55 test288658 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.143 s
08:48:55 test288658a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.176 s
08:48:55 test322740 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.893 s
08:48:55 test326354 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.943 s
08:48:55 test328827 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.436 s
08:48:55 test329584 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.856 s
08:48:55 test329588 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.971 s
08:48:55 test330264 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.86 s
08:48:55 test330435 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.925 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test330435 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	String[] a = A.asList(args).toArray(new String[0]);\n
08:48:55 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type mismatch: cannot convert from Object[] to String[]\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	String[] a = A.asList(args).toArray(new String[0]);\n
08:48:55 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Type mismatch: cannot convert from Object[] to String[]\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test330435(MethodVerifyTest.java:12264)
08:48:55 
08:48:55 test330445 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.991 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test330445 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
08:48:55         Y.foo(new Properties());\n
08:48:55               ^\n
08:48:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
08:48:55         Y.foo(new Properties());\n
08:48:55               ^\n
08:48:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test330445(MethodVerifyTest.java:12216)
08:48:55 
08:48:55 test331446 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.119 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test331446 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:48:55 		Comparator comparator = new Comparator() {\n
08:48:55 		^\n
08:48:55   missing type arguments for generic class Comparator<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in interface Comparator\n
08:48:55 X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:48:55 		Comparator comparator = new Comparator() {\n
08:48:55 		                            ^\n
08:48:55   missing type arguments for generic class Comparator<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in interface Comparator\n
08:48:55 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                                          ^\n
08:48:55   missing type arguments for generic class ArrayList<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in class ArrayList\n
08:48:55 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                                                           ^\n
08:48:55   missing type arguments for generic class ArrayList<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in class ArrayList\n
08:48:55 X.java:12: error: reference to assertEquals is ambiguous\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		    ^\n
08:48:55   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
08:48:55   where T#1,T#2 are type-variables:\n
08:48:55     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
08:48:55     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
08:48:55 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                 ^\n
08:48:55   required: String,Comparator<T>,List<T>,List<T>\n
08:48:55   found: String,Comparator,ArrayList,ArrayList\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                          ^\n
08:48:55   required: Comparator<T>\n
08:48:55   found:    Comparator\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                                      ^\n
08:48:55   required: List<T>\n
08:48:55   found:    ArrayList\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                                                       ^\n
08:48:55   required: List<T>\n
08:48:55   found:    ArrayList\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:48:55 1 error\n
08:48:55 8 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:48:55 		Comparator comparator = new Comparator() {\n
08:48:55 		^\n
08:48:55   missing type arguments for generic class Comparator<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in interface Comparator\n
08:48:55 X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:48:55 		Comparator comparator = new Comparator() {\n
08:48:55 		                            ^\n
08:48:55   missing type arguments for generic class Comparator<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in interface Comparator\n
08:48:55 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                                          ^\n
08:48:55   missing type arguments for generic class ArrayList<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in class ArrayList\n
08:48:55 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                                                           ^\n
08:48:55   missing type arguments for generic class ArrayList<E>\n
08:48:55   where E is a type-variable:\n
08:48:55     E extends Object declared in class ArrayList\n
08:48:55 X.java:12: error: reference to assertEquals is ambiguous\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		    ^\n
08:48:55   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
08:48:55   where T#1,T#2 are type-variables:\n
08:48:55     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
08:48:55     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
08:48:55 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                 ^\n
08:48:55   required: String,Comparator<T>,List<T>,List<T>\n
08:48:55   found: String,Comparator,ArrayList,ArrayList\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                          ^\n
08:48:55   required: Comparator<T>\n
08:48:55   found:    Comparator\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                                      ^\n
08:48:55   required: List<T>\n
08:48:55   found:    ArrayList\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:48:55 X.java:12: warning: [unchecked] unchecked conversion\n
08:48:55 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:48:55 		                                                       ^\n
08:48:55   required: List<T>\n
08:48:55   found:    ArrayList\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:48:55 1 error\n
08:48:55 8 warnings\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test331446(MethodVerifyTest.java:12374)
08:48:55 
08:48:55 test331446a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.192 s
08:48:55 test331446b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.951 s
08:48:55 test331446c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.925 s
08:48:55 test331446d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.904 s
08:48:55 test332744 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.119 s
08:48:55 test332744b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.176 s
08:48:55 test334306 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.912 s
08:48:55 test339447 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.948 s
08:48:55 test342819 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.852 s
08:48:55 test345949a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.9 s
08:48:55 test346029 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.908 s
08:48:55 test346029b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.879 s
08:48:55 test346029c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.894 s
08:48:55 test346029d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.911 s
08:48:55 test346029e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.887 s
08:48:55 test346029f - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.924 s
08:48:55 test353089 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.021 s
08:48:55 test353089b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.941 s
08:48:55 test353089c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.923 s
08:48:55 test354229 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.761 s
08:48:55 test354229b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.043 s
08:48:55 test354229c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.078 s
08:48:55 test354229d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.906 s
08:48:55 test423849 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.992 s
08:48:55 testBug317719 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.913 s
08:48:55 testBug317719a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.921 s
08:48:55 testBug317719b - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.907 s
08:48:55 testBug317719c - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.913 s
08:48:55 testBug317719d - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.883 s
08:48:55 testBug317719e - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.914 s
08:48:55 testBug317719f - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.922 s
08:48:55 testBug317719g - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.889 s
08:48:55 testBug317719h - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.03 s
08:48:55 testBug355838 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.933 s
08:48:55 testBug384580 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.895 s
08:48:55 testBug406928 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.939 s
08:48:55 testBug409473 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.958 s
08:48:55 testBug410325 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.997 s
08:48:55 testBug411811 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.879 s
08:48:55 testBug415600 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.88 s
08:48:55 testBug426546 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.968 s
08:48:55 testBug438812 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.034 s
08:48:55 testBug438812a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.03 s
08:48:55 testBug461529 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.888 s
08:48:55 testBug467776_regression - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.952 s
08:48:55 testBug469454 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.039 s
08:48:55 testBug469454a - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.912 s
08:48:55 testBug500673 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.83 s
08:48:55 testBug506653 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.037 s
08:48:55 testBug536593 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.858 s
08:48:55 testBug536978_comment2 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.928 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug536978_comment2 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in SimpleDemo.java (at line 22)\n
08:48:55 	protected SimpleResult test(AbstractResult request) {\n
08:48:55 	          ^^^^^^^^^^^^\n
08:48:55 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
08:48:55     protected SimpleResult test(AbstractResult request) {\n
08:48:55                            ^\n
08:48:55   return type requires unchecked conversion from SimpleResult to Response#2\n
08:48:55   where Request,Response#1,Response#2 are type-variables:\n
08:48:55     Request extends AbstractResult declared in class AbstractDemo\n
08:48:55     Response#1 extends AbstractResult declared in class AbstractDemo\n
08:48:55     Response#2 extends AbstractResult declared in class SimpleDemo\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in SimpleDemo.java (at line 22)\n
08:48:55 	protected SimpleResult test(AbstractResult request) {\n
08:48:55 	          ^^^^^^^^^^^^\n
08:48:55 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
08:48:55 ----------]\n
08:48:55 > but was:<[SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
08:48:55     protected SimpleResult test(AbstractResult request) {\n
08:48:55                            ^\n
08:48:55   return type requires unchecked conversion from SimpleResult to Response#2\n
08:48:55   where Request,Response#1,Response#2 are type-variables:\n
08:48:55     Request extends AbstractResult declared in class AbstractDemo\n
08:48:55     Response#1 extends AbstractResult declared in class AbstractDemo\n
08:48:55     Response#2 extends AbstractResult declared in class SimpleDemo\n
08:48:55 1 warning]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.testBug536978_comment2(MethodVerifyTest.java:14394)
08:48:55 
08:48:55 testBug536978_comment5 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.039 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug536978_comment5 - Eclipse/Javac standard output mismatch.
08:48:55 ----------- Expected ------------
08:48:55 class Result1 cannot be cast to class OtherResult (Result1 and OtherResult are in unnamed module of loader
08:48:55 ------------ but was ------------
08:48:55 class Result1 cannot be cast to class OtherResult (Result1 and OtherResult are in unnamed module of loader 'app')
08:48:55 --------- Difference is ----------
08:48:55  expected:<...med module of loader[]> but was:<...med module of loader[ 'app')]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.testBug536978_comment5(MethodVerifyTest.java:14440)
08:48:55 
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.956 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.852 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.655 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.798 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.792 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.769 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.842 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.8 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.841 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.729 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.81 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.78 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.96 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.862 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.863 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.959 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.865 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.907 s
08:48:55 test018b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.872 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.852 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.829 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.858 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.843 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.958 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.005 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.999 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.896 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.871 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.887 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.849 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.873 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.832 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.944 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.916 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.042 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.055 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.994 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.921 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.012 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.858 s
08:48:55 test039a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.003 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.771 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.848 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.979 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.732 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.805 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.897 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.877 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.926 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.891 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.875 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.003 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.96 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.941 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.97 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.935 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.971 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.984 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.983 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.988 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.973 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.104 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.097 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.111 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.108 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.997 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.027 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.948 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.841 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.963 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.928 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.812 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.808 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.796 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.137 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.141 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.968 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.822 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.907 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.728 s
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.073 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.055 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.032 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.978 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.018 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.029 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.036 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.825 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.949 s
08:48:55 test088 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.868 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.939 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.954 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.826 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.972 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.848 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.763 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.944 s
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.106 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.761 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.799 s
08:48:55 test099 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.146 s
08:48:55 test100 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.965 s
08:48:55 test101 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.822 s
08:48:55 test102 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.061 s
08:48:55 test103 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.015 s
08:48:55 test104 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.167 s
08:48:55 test105 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.996 s
08:48:55 test106 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.804 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.821 s
08:48:55 test108 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.8 s
08:48:55 test109 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.803 s
08:48:55 test110 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.177 s
08:48:55 test111 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.007 s
08:48:55 test112 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.836 s
08:48:55 test113 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.854 s
08:48:55 test114 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.857 s
08:48:55 test115 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.885 s
08:48:55 test116 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.888 s
08:48:55 test117 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.882 s
08:48:55 test118 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.826 s
08:48:55 test119 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.87 s
08:48:55 test120 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.838 s
08:48:55 test121 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.848 s
08:48:55 test122 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.1 s
08:48:55 test123 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.815 s
08:48:55 test124 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.818 s
08:48:55 test125 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.992 s
08:48:55 test126 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.782 s
08:48:55 test127 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.011 s
08:48:55 test128 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.929 s
08:48:55 test129 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.963 s
08:48:55 test130 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.845 s
08:48:55 test131 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.863 s
08:48:55 test132 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.264 s
08:48:55 test133 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.927 s
08:48:55 test134 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.095 s
08:48:55 test135 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.772 s
08:48:55 test136 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.87 s
08:48:55 test137 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.957 s
08:48:55 test138 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.875 s
08:48:55 test139 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.85 s
08:48:55 test140 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.874 s
08:48:55 test141 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.898 s
08:48:55 test142 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.859 s
08:48:55 test142b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.89 s
08:48:55 test142c - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.91 s
08:48:55 test143 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.877 s
08:48:55 test144 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.02 s
08:48:55 test145 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.81 s
08:48:55 test146 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.963 s
08:48:55 test147 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.89 s
08:48:55 test148 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.859 s
08:48:55 test149 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.828 s
08:48:55 test150 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.839 s
08:48:55 test151 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.928 s
08:48:55 test152 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.921 s
08:48:55 test153 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.048 s
08:48:55 test154 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.924 s
08:48:55 test155 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.93 s
08:48:55 test156 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.898 s
08:48:55 test157 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.007 s
08:48:55 test157b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.924 s
08:48:55 test158 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.894 s
08:48:55 test159 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.005 s
08:48:55 test160 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.003 s
08:48:55 test161 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.872 s
08:48:55 test162 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.91 s
08:48:55 test163 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.9 s
08:48:55 test164 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.928 s
08:48:55 test165 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.005 s
08:48:55 test166 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.187 s
08:48:55 test167 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.784 s
08:48:55 test168 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.824 s
08:48:55 test169 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.881 s
08:48:55 test170 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.005 s
08:48:55 test171 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.005 s
08:48:55 test172 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.916 s
08:48:55 test173 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.007 s
08:48:55 test174 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.88 s
08:48:55 test175 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.89 s
08:48:55 test176 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.886 s
08:48:55 test177 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.09 s
08:48:55 test178 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.055 s
08:48:55 test179 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.972 s
08:48:55 test180 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.068 s
08:48:55 test181 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.005 s
08:48:55 test182 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.896 s
08:48:55 test183 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.819 s
08:48:55 test184 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.825 s
08:48:55 test185 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.905 s
08:48:55 test186 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.87 s
08:48:55 test187 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.84 s
08:48:55 test188 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.847 s
08:48:55 test189 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.942 s
08:48:55 test190 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 3.226 s
08:48:55 test191 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 3.318 s
08:48:55 test192 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.13 s
08:48:55 test193 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.393 s
08:48:55 test194 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.83 s
08:48:55 test195 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.877 s
08:48:55 test196 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.977 s
08:48:55 test197 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.831 s
08:48:55 test198 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.893 s
08:48:55 test199 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.984 s
08:48:55 test200 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.89 s
08:48:55 test201 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.854 s
08:48:55 test202 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.869 s
08:48:55 test203 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.859 s
08:48:55 test204 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.858 s
08:48:55 test205 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.953 s
08:48:55 test206 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.867 s
08:48:55 test207 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.861 s
08:48:55 test208 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.004 s
08:48:55 test209 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.001 s
08:48:55 test210 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.009 s
08:48:55 test211 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.989 s
08:48:55 test212 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.004 s
08:48:55 test213 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.971 s
08:48:55 test214 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.002 s
08:48:55 test215 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.945 s
08:48:55 test216 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.882 s
08:48:55 test217 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.004 s
08:48:55 test218 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.088 s
08:48:55 test219 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.891 s
08:48:55 test220 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.89 s
08:48:55 test221 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.86 s
08:48:55 test222 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.973 s
08:48:55 test223 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.992 s
08:48:55 test224 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.014 s
08:48:55 test225 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.749 s
08:48:55 test226 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.86 s
08:48:55 test227 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.804 s
08:48:55 test228 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.859 s
08:48:55 test229 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.849 s
08:48:55 test230 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.867 s
08:48:55 test231 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.854 s
08:48:55 test232 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.878 s
08:48:55 test233 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.875 s
08:48:55 test234 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.823 s
08:48:55 test235 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.899 s
08:48:55 test236 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.949 s
08:48:55 test237 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.909 s
08:48:55 test238 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.853 s
08:48:55 test239 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.852 s
08:48:55 test240 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.838 s
08:48:55 test241 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.989 s
08:48:55 test242 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.926 s
08:48:55 test243 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.99 s
08:48:55 test244 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.862 s
08:48:55 test245 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.837 s
08:48:55 test245_error - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.866 s
08:48:55 test245_ignored - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.842 s
08:48:55 test246 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.971 s
08:48:55 test247 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.006 s
08:48:55 test248 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.866 s
08:48:55 test249 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.811 s
08:48:55 test250 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.894 s
08:48:55 test251 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.894 s
08:48:55 test252 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.89 s
08:48:55 test253 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.881 s
08:48:55 test254 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.866 s
08:48:55 test255 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.908 s
08:48:55 test256 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.893 s
08:48:55 test257 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.992 s
08:48:55 test258 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.879 s
08:48:55 test259 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.021 s
08:48:55 test260 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.011 s
08:48:55 test261 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.941 s
08:48:55 test262 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.925 s
08:48:55 test263 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.931 s
08:48:55 test264 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.006 s
08:48:55 test265 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.009 s
08:48:55 test266 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.788 s
08:48:55 test267 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.896 s
08:48:55 test268 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.96 s
08:48:55 test269 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.807 s
08:48:55 test270 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.822 s
08:48:55 test271 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.004 s
08:48:55 test272 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0 s
08:48:55 test273 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.005 s
08:48:55 test274a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.858 s
08:48:55 test274b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.839 s
08:48:55 test274c - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.857 s
08:48:55 test274d - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.866 s
08:48:55 test275 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.016 s
08:48:55 test276 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.004 s
08:48:55 test277 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.005 s
08:48:55 test278 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.11 s
08:48:55 test279 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.853 s
08:48:55 test280 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.867 s
08:48:55 test281 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.882 s
08:48:55 test282 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.947 s
08:48:55 test283 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.002 s
08:48:55 test284 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.003 s
08:48:55 test285 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.002 s
08:48:55 test286 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.015 s
08:48:55 test287 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.247 s
08:48:55 test288 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.109 s
08:48:55 test289 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.128 s
08:48:55 test290 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.096 s
08:48:55 test291 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.062 s
08:48:55 test292 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.129 s
08:48:55 test293 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.914 s
08:48:55 test294 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.901 s
08:48:55 test295 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.897 s
08:48:55 test296 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.191 s
08:48:55 test297 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.021 s
08:48:55 test376977 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.88 s
08:48:55 test384567 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.783 s
08:48:55 test384567_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.804 s
08:48:55 test398657 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0 s
08:48:55 test398657_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0 s
08:48:55 test416107a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.966 s
08:48:55 test416107b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.917 s
08:48:55 test427367 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.006 s
08:48:55 test433747 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.886 s
08:48:55 test434556 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.93 s
08:48:55 test438437 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.997 s
08:48:55 test449330 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.89 s
08:48:55 test449330a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.896 s
08:48:55 test449330b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.988 s
08:48:55 test456960 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.896 s
08:48:55 test472178 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.398 s
08:48:55 testBug365437a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.995 s
08:48:55 testBug365437b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.001 s
08:48:55 testBug365437c - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.919 s
08:48:55 testBug365437d - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.978 s
08:48:55 testBug365437e - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.412 s
08:48:55 testBug365437f - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.034 s
08:48:55 testBug366003 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.783 s
08:48:55 testBug366003b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.811 s
08:48:55 testBug366003c - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.803 s
08:48:55 testBug366003d - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.795 s
08:48:55 testBug366003e - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.764 s
08:48:55 testBug371832 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.019 s
08:48:55 testBug376429a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.778 s
08:48:55 testBug376429b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.783 s
08:48:55 testBug376590a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.957 s
08:48:55 testBug376590b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.934 s
08:48:55 testBug376590c - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.934 s
08:48:55 testBug384663 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.86 s
08:48:55 testBug386356_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0 s
08:48:55 testBug386692 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.938 s
08:48:55 testBug464977 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0 s
08:48:55 testBug469584 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.84 s
08:48:55 testBug470665 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.776 s
08:48:55 testBug490698_comment16 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.039 s
08:48:55 testBug506888a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.908 s
08:48:55 testBug506888b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.013 s
08:48:55 testBug506888c - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.995 s
08:48:55 testBug506888d - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.91 s
08:48:55 testBug506888e - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.949 s
08:48:55 testBug506888f - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.918 s
08:48:55 testBug537593_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.14 s
08:48:55 testBug542520a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.126 s
08:48:55 testBug542520b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.051 s
08:48:55 testBug542520c - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.047 s
08:48:55 testBug542520d - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.084 s
08:48:55 testBug546084a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.062 s
08:48:55 testBug546084b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.058 s
08:48:55 testBug546084c - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.052 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest)  Time elapsed: 1.093 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest)  Time elapsed: 1.076 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest)  Time elapsed: 1.15 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest)  Time elapsed: 1.006 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.085 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.072 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.078 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.071 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.073 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.074 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.078 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.075 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.075 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.072 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.075 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.071 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.078 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.071 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.079 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.083 s
08:48:55 testBug504031 - 12(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.089 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.014 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test001(GenericTypeSignatureTest.java:324)
08:48:55 
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 0.911 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test002(GenericTypeSignatureTest.java:494)
08:48:55 
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 0.889 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test003(GenericTypeSignatureTest.java:589)
08:48:55 
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 0.909 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test004(GenericTypeSignatureTest.java:635)
08:48:55 
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 0.968 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test005(GenericTypeSignatureTest.java:687)
08:48:55 
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 0.992 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 0.997 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.029 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.003 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.002 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.064 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.131 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 0.927 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.054 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.002 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.048 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.095 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 0.999 s
08:48:55 testBug460491 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 0.993 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.004 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.003 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.978 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 1.009 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.995 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.792 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.81 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.845 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.882 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.878 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.878 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.845 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.866 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.838 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.872 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.909 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.891 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.839 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.853 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.822 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.834 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.856 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.84 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.965 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.835 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.757 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.801 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.89 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.854 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.874 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.863 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.847 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.868 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.849 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.868 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.833 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.867 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.913 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.864 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.859 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.761 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.83 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.846 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.84 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.982 s
08:48:55 testBug101283a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.871 s
08:48:55 testBug101283b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.839 s
08:48:55 testBug101283c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.861 s
08:48:55 testBug101283d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.847 s
08:48:55 testBug101283e - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.965 s
08:48:55 testBug101283f - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.923 s
08:48:55 testBug101283g - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.969 s
08:48:55 testBug112346 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.852 s
08:48:55 testBug119857 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.892 s
08:48:55 testBug119857_Fields - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.855 s
08:48:55 testBug119857_Methods - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.864 s
08:48:55 testBug119857_Private01 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.858 s
08:48:55 testBug119857_Private02 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.895 s
08:48:55 testBug119857_Public01 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.897 s
08:48:55 testBug119857_Public02 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.887 s
08:48:55 testBug119857_Public03 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.859 s
08:48:55 testBug119857_Types - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.021 s
08:48:55 testBug132430 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.885 s
08:48:55 testBug132430b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.882 s
08:48:55 testBug132430c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.912 s
08:48:55 testBug145007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.947 s
08:48:55 testBug204749a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.85 s
08:48:55 testBug204749b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.88 s
08:48:55 testBug209936_GenericMemberFullyQualifiedSingleReference - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.19 s
08:48:55 testBug209936_GenericMemberImplicitReference - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.89 s
08:48:55 testBug209936_GenericMemberQualifiedSingleReference - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.904 s
08:48:55 testBug209936_GenericMemberSingleReference - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.893 s
08:48:55 testBug209936_MemberFullyQualifiedSingleReference - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.923 s
08:48:55 testBug209936_MemberImplicitReference - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.92 s
08:48:55 testBug209936_MemberQualifiedSingleReference1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.903 s
08:48:55 testBug209936_MemberQualifiedSingleReference2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.954 s
08:48:55 testBug209936_MemberSingleReference1 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.923 s
08:48:55 testBug209936_MemberSingleReference2 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.897 s
08:48:55 testBug209936_MemberSingleReference3 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.91 s
08:48:55 testBug209936_MemberSingleReference4 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.913 s
08:48:55 testBug209936a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.094 s
08:48:55 testBug209936b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.881 s
08:48:55 testBug247037a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.781 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug247037a - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pack\package-info.java (at line 2)\n
08:48:55 	* {@inheritDoc}\n
08:48:55 	    ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in pack\package-info.java (at line 3)\n
08:48:55 	* @since {@inheritDoc}\n
08:48:55 	           ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 3. ERROR in pack\package-info.java (at line 4)\n
08:48:55 	* @blah {@inheritDoc}\n
08:48:55 	          ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pack\package-info.java (at line 2)\n
08:48:55 	* {@inheritDoc}\n
08:48:55 	    ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in pack\package-info.java (at line 3)\n
08:48:55 	* @since {@inheritDoc}\n
08:48:55 	           ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 3. ERROR in pack\package-info.java (at line 4)\n
08:48:55 	* @blah {@inheritDoc}\n
08:48:55 	          ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug247037a(JavadocTest_1_5.java:3885)
08:48:55 
08:48:55 testBug247037b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.798 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug247037b - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in pack\package-info.java (at line 2)\n
08:48:55 	* @return {@inheritDoc}\n
08:48:55 	   ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in pack\package-info.java (at line 2)\n
08:48:55 	* @return {@inheritDoc}\n
08:48:55 	            ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 3. ERROR in pack\package-info.java (at line 3)\n
08:48:55 	* @param blah {@inheritDoc}\n
08:48:55 	   ^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 4. ERROR in pack\package-info.java (at line 3)\n
08:48:55 	* @param blah {@inheritDoc}\n
08:48:55 	                ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in pack\package-info.java (at line 2)\n
08:48:55 	* @return {@inheritDoc}\n
08:48:55 	   ^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in pack\package-info.java (at line 2)\n
08:48:55 	* @return {@inheritDoc}\n
08:48:55 	            ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 3. ERROR in pack\package-info.java (at line 3)\n
08:48:55 	* @param blah {@inheritDoc}\n
08:48:55 	   ^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 4. ERROR in pack\package-info.java (at line 3)\n
08:48:55 	* @param blah {@inheritDoc}\n
08:48:55 	                ^^^^^^^^^^\n
08:48:55 Javadoc: Unexpected tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug247037b(JavadocTest_1_5.java:3917)
08:48:55 
08:48:55 testBug284333 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.849 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug284333 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in foo\bar\package-info.java (at line 2)\n
08:48:55 	* @see ClassInSamePackage#SOME_FIELD\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Invalid reference\n
08:48:55 ----------\n
08:48:55 2. ERROR in foo\bar\package-info.java (at line 4)\n
08:48:55 	* @see ClassInSamePackage#SOME_FIELD\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Invalid reference\n
08:48:55 ----------\n
08:48:55 3. ERROR in foo\bar\package-info.java (at line 5)\n
08:48:55 	* @see ClassInSubPackage#foo\n
08:48:55 	       ^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 4. ERROR in foo\bar\package-info.java (at line 7)\n
08:48:55 	* @see ClassInSubPackage#foo\n
08:48:55 	       ^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 5. ERROR in foo\bar\package-info.java (at line 8)\n
08:48:55 	* @see ClassInEnclosingPackage\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 6. ERROR in foo\bar\package-info.java (at line 10)\n
08:48:55 	* @see ClassInEnclosingPackage\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in foo\bar\package-info.java (at line 2)\n
08:48:55 	* @see ClassInSamePackage#SOME_FIELD\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Invalid reference\n
08:48:55 ----------\n
08:48:55 2. ERROR in foo\bar\package-info.java (at line 4)\n
08:48:55 	* @see ClassInSamePackage#SOME_FIELD\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: Invalid reference\n
08:48:55 ----------\n
08:48:55 3. ERROR in foo\bar\package-info.java (at line 5)\n
08:48:55 	* @see ClassInSubPackage#foo\n
08:48:55 	       ^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 4. ERROR in foo\bar\package-info.java (at line 7)\n
08:48:55 	* @see ClassInSubPackage#foo\n
08:48:55 	       ^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 5. ERROR in foo\bar\package-info.java (at line 8)\n
08:48:55 	* @see ClassInEnclosingPackage\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 6. ERROR in foo\bar\package-info.java (at line 10)\n
08:48:55 	* @see ClassInEnclosingPackage\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug284333(JavadocTest_1_5.java:3958)
08:48:55 
08:48:55 testBug284333a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.902 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug284333a - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
08:48:55 	* @see ClassInSubPackage#foo\n
08:48:55 	       ^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
08:48:55 	* @see ClassInSubPackage#foo\n
08:48:55 	       ^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
08:48:55 	* @see ClassInEnclosingPackage\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
08:48:55 	* @see ClassInEnclosingPackage\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
08:48:55 	* @see ClassInSubPackage#foo\n
08:48:55 	       ^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
08:48:55 	* @see ClassInSubPackage#foo\n
08:48:55 	       ^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
08:48:55 	* @see ClassInEnclosingPackage\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
08:48:55 	* @see ClassInEnclosingPackage\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:48:55 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug284333a(JavadocTest_1_5.java:4037)
08:48:55 
08:48:55 testBug284333b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.863 s
08:48:55 testBug322581a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.874 s
08:48:55 testBug322581b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.008 s
08:48:55 testBug331872 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.842 s
08:48:55 testBug331872b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.886 s
08:48:55 testBug331872c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.872 s
08:48:55 testBug331872d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.844 s
08:48:55 testBug80257 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.875 s
08:48:55 testBug83127a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.91 s
08:48:55 testBug83127b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.888 s
08:48:55 testBug83127c - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.873 s
08:48:55 testBug83127d - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.898 s
08:48:55 testBug83127e - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.905 s
08:48:55 testBug83127f - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.914 s
08:48:55 testBug83127g - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.887 s
08:48:55 testBug83127h - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.896 s
08:48:55 testBug83393a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.913 s
08:48:55 testBug83393b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.939 s
08:48:55 testBug83804 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.178 s
08:48:55 testBug86769 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.22 s
08:48:55 testBug87500a - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.002 s
08:48:55 testBug87500b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.001 s
08:48:55 testBug95286_Default - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.77 s
08:48:55 testBug95286_Private - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.777 s
08:48:55 testBug95521 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.955 s
08:48:55 testBug95521b - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.993 s
08:48:55 testBug96237_Private01 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.893 s
08:48:55 testBug96237_Private02 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.891 s
08:48:55 testBug96237_Private03 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.897 s
08:48:55 testBug96237_Private04 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.884 s
08:48:55 testBug96237_Private05 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.895 s
08:48:55 testBug96237_Private06 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.851 s
08:48:55 testBug96237_Private07 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.882 s
08:48:55 testBug96237_Private08 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.865 s
08:48:55 testBug96237_Public01 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.852 s
08:48:55 testBug96237_Public02 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.872 s
08:48:55 testBug96237_Public03 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.95 s
08:48:55 testBug96237_Public04 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.92 s
08:48:55 testBug96237_Public05 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.835 s
08:48:55 testBug96237_Public06 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.873 s
08:48:55 testBug96237_Public07 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.849 s
08:48:55 testBug96237_Public08 - 12(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.855 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.02 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.01 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test011_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.018 s
08:48:55 test012b - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.016 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.04 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.008 s
08:48:55 test017b - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.008 s
08:48:55 test017c - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.013 s
08:48:55 test018a - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test022_repeated_sourcepath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.013 s
08:48:55 test0307 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test0307a - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test0307b - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test0307c - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test0307d - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test0307e - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test0308_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.094 s
08:48:55 test0309_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.069 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.041 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.066 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.015 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.009 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.01 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test057_access_restrictions_separator - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.008 s
08:48:55 test065_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.013 s
08:48:55 test066_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test067_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test068_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test069_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test070_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test071_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test072_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test073_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test074_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test075_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test076_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test077_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test078_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test079_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test080_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test081_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test082_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test083_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test084_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test085_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test086_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test087_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test088_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.021 s
08:48:55 test089_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test090_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test091_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test092_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test093_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test094_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test095_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test096_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test097_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test098_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.016 s
08:48:55 test099_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test100_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test101_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test102_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test103_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test104_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test105_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test106_per_source_output_directory - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test107 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test108 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test109 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test110 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.026 s
08:48:55 test111 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.01 s
08:48:55 test112 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test113 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test114 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test115 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test116 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test117 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test118 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test119 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test120 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test121 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test122_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test123_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test124_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test125_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test126_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test127_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test128_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test129_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test130_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test131_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test132_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test133_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test134_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test135_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test136_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test137_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test138_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test139_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test140_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test141_null_ref_option - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test142_null_ref_option - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test143_null_ref_option - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test144 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test145_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test146_declared_thrown_checked_exceptions - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test148_access_restrictions - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test149 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test150_null_ref_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.03 s
08:48:55 test151_null_ref_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test152 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test153_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.009 s
08:48:55 test154_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test155_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test156_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test157_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test158_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test159_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test160_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test161_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test162_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test163_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.013 s
08:48:55 test164_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test165_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test166_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test167_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test168_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.022 s
08:48:55 test169_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test170_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test171_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test172_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test174_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.011 s
08:48:55 test175_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test176_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test177_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test178_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test179_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test180_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test181_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test182_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test183_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test184_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test185_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test186565 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.02 s
08:48:55 test186_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test187_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test188_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test189_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test190_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.013 s
08:48:55 test191_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.015 s
08:48:55 test192_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test193_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test194_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test195_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test196_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test197_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test198_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test199_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.022 s
08:48:55 test200_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test201_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test202_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test203_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test204_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test205_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test206_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test207_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test208_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test209_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test210_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test211_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test212_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test213_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test216b_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.039 s
08:48:55 test217_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.009 s
08:48:55 test218_batch_classpath_apis - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test219_batch_classpath_apis - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test221_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test222_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test223_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test225_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test227_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test228_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test229_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test230_sourcepath_vs_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.992 s
08:48:55 test230_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test231_sourcepath_vs_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.135 s
08:48:55 test232_repeated_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.702 s
08:48:55 test233_repeated_sourcepath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.698 s
08:48:55 test234_sourcepath_vs_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.87 s
08:48:55 test235_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.937 s
08:48:55 test236_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.007 s
08:48:55 test237_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.037 s
08:48:55 test238_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.024 s
08:48:55 test239_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.045 s
08:48:55 test240_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.066 s
08:48:55 test241_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.041 s
08:48:55 test242_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.044 s
08:48:55 test243_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.046 s
08:48:55 test244_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.048 s
08:48:55 test245_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.056 s
08:48:55 test246_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.054 s
08:48:55 test247_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.042 s
08:48:55 test248_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.043 s
08:48:55 test249_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.042 s
08:48:55 test250_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.053 s
08:48:55 test251_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.04 s
08:48:55 test252_progress - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test253_progress - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test254_progress - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test255_progress - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test256_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.065 s
08:48:55 test257_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.04 s
08:48:55 test258_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.04 s
08:48:55 test259_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.041 s
08:48:55 test260_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.059 s
08:48:55 test261_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.037 s
08:48:55 test262_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.019 s
08:48:55 test263_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.04 s
08:48:55 test264_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.045 s
08:48:55 test265_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.04 s
08:48:55 test266_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.052 s
08:48:55 test267_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.045 s
08:48:55 test268_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test269_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test270_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test271_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.039 s
08:48:55 test272_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test273_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test274_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test275_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test276_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test277_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.04 s
08:48:55 test278_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.069 s
08:48:55 test279_sourcepath_vs_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.081 s
08:48:55 test280_sourcepath_vs_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.094 s
08:48:55 test281_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test282_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test283_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test284_classpath - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test285_option_files - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test286_option_files - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test287_option_files - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test288_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test289_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test290_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test291_jar_ref_in_jar - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test292_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test293 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.062 s
08:48:55 test293_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.007 s
08:48:55 test294 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test294_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test295_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test296 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test297 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test298 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test299 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test300 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test301 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test302 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test303 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test304 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test305 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.017 s
08:48:55 test306 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test310_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test310b_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test312_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.013 s
08:48:55 test317_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test317_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.008 s
08:48:55 test318_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test318_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test319_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test319_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test320_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test321_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test322_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test323_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test324_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test325_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.025 s
08:48:55 test326_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test327_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test328_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test329_nowarn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test330_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test331_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test385780_warn_option - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test405225_extdirs - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 test408038a - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.091 s
08:48:55 test408038b - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.07 s
08:48:55 test408038c - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.076 s
08:48:55 test408038d - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.071 s
08:48:55 test408038e - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.073 s
08:48:55 test439750 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.074 s
08:48:55 test496137a - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.041 s
08:48:55 test496137b - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test496137c - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 test496137d - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
08:48:55 test496137e - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test496137f - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.038 s
08:48:55 test501457 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.077 s
08:48:55 testBridgeMethodRetention - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.046 s
08:48:55 testBug375366a - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 testBug375366b - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 testBug375409a - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 testBug375409b - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 testBug375409c - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 testBug375409d - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 testBug375409e - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 testBug375409f - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 testBug375409g - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 testBug419351 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 testBug531579 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.257 s
08:48:55 testFailOnWarnings_NoWarning - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 testFailOnWarnings_WithWarning - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 testFileSystem_findSecondaryInClass - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
08:48:55 testInferenceIn14Project - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.03 s
08:48:55 testInferenceIn15Project - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.017 s
08:48:55 testReleaseOption - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
08:48:55 testReportingUnavoidableGenericProblems - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 testReportingUnavoidableGenericProblems2 - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 testUnusedObjectAllocation - 12(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test313_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.013 s
08:48:55 test314_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.01 s
08:48:55 test315_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.008 s
08:48:55 test315_warn_options_a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.006 s
08:48:55 test315_warn_options_b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.005 s
08:48:55 test316_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.003 s
08:48:55 test316b_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.009 s
08:48:55 test320_warn_options - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.008 s
08:48:55 test440477 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.037 s
08:48:55 test440687a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.052 s
08:48:55 test440687b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.029 s
08:48:55 test440687c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.024 s
08:48:55 test440687d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.004 s
08:48:55 test490010NoEeaFile1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.045 s
08:48:55 test490010NoEeaFile2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.024 s
08:48:55 test490010NoEeaFile3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.024 s
08:48:55 testBug375366c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.012 s
08:48:55 testBug375366d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.029 s
08:48:55 testBug466291 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.029 s
08:48:55 testBug466291b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.018 s
08:48:55 testBug372319 - 12(org.eclipse.jdt.core.tests.compiler.regression.ConcurrentBatchCompilerTest)  Time elapsed: 1.317 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 1.283 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 0.915 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 0.908 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 0.954 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 0.917 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 1.02 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 0.963 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test007 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	@A(name = "name", //$NON-NLS-1$\n
08:48:55 	                  ^^^^^^^^^^^^^\n
08:48:55 Unnecessary $NON-NLS$ tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 4)\n
08:48:55 	value = "Test") //$NON-NLS-1$\n
08:48:55 	                ^^^^^^^^^^^^^\n
08:48:55 Unnecessary $NON-NLS$ tag\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 6)\n
08:48:55 	@X2("") //$NON-NLS-1$\n
08:48:55 	        ^^^^^^^^^^^^^\n
08:48:55 Unnecessary $NON-NLS$ tag\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	@A(name = "name", //$NON-NLS-1$\n
08:48:55 	                  ^^^^^^^^^^^^^\n
08:48:55 Unnecessary $NON-NLS$ tag\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 4)\n
08:48:55 	value = "Test") //$NON-NLS-1$\n
08:48:55 	                ^^^^^^^^^^^^^\n
08:48:55 Unnecessary $NON-NLS$ tag\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 6)\n
08:48:55 	@X2("") //$NON-NLS-1$\n
08:48:55 	        ^^^^^^^^^^^^^\n
08:48:55 Unnecessary $NON-NLS$ tag\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test.test007(ExternalizeStringLiterals15Test.java:233)
08:48:55 
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 0.898 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 1.119 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 1.019 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 0.992 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 0.919 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 0.941 s
08:48:55 test1 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.93 s
08:48:55 test10 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.994 s
08:48:55 test11 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.928 s
08:48:55 test12 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.034 s
08:48:55 test13 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.981 s
08:48:55 test14 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.941 s
08:48:55 test2 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.944 s
08:48:55 test3 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.914 s
08:48:55 test4 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.148 s
08:48:55 test5 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.926 s
08:48:55 test6 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.929 s
08:48:55 test7 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.955 s
08:48:55 test8 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.949 s
08:48:55 test9 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 0.949 s
08:48:55 testBug546362 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.139 s
08:48:55 test1 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 0.9 s
08:48:55 test10 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 0.996 s
08:48:55 test11 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.016 s
08:48:55 test12 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1 s
08:48:55 test13 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 0.891 s
08:48:55 test14 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 0.895 s
08:48:55 test15 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.015 s
08:48:55 test2 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 0.887 s
08:48:55 test3 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.02 s
08:48:55 test4 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.012 s
08:48:55 test5 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 0.903 s
08:48:55 test6 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 0.908 s
08:48:55 test7 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 0.99 s
08:48:55 test8 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.008 s
08:48:55 test9 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.053 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.86 s
08:48:55 test0010 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.83 s
08:48:55 test0011 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.89 s
08:48:55 test0012 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.836 s
08:48:55 test0013 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.781 s
08:48:55 test0014 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.869 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.823 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.881 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test003 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in Y.java (at line 3)\n
08:48:55 	<X> void foo() {\n
08:48:55 	 ^\n
08:48:55 The type parameter X is hiding the type Y.X\n
08:48:55 ----------\n
08:48:55 2. WARNING in Y.java (at line 4)\n
08:48:55 	class X {}\n
08:48:55 	      ^\n
08:48:55 The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
08:48:55 ----------\n
08:48:55 3. WARNING in Y.java (at line 4)\n
08:48:55 	class X {}\n
08:48:55 	      ^\n
08:48:55 The type X is never used locally\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in Y.java (at line 3)\n
08:48:55 	<X> void foo() {\n
08:48:55 	 ^\n
08:48:55 The type parameter X is hiding the type Y.X\n
08:48:55 ----------\n
08:48:55 2. WARNING in Y.java (at line 4)\n
08:48:55 	class X {}\n
08:48:55 	      ^\n
08:48:55 The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
08:48:55 ----------\n
08:48:55 3. WARNING in Y.java (at line 4)\n
08:48:55 	class X {}\n
08:48:55 	      ^\n
08:48:55 The type X is never used locally\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test003(InnerClass15Test.java:98)
08:48:55 
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.829 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test004 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in Y.java (at line 4)\n
08:48:55 	class X {}\n
08:48:55 	      ^\n
08:48:55 The type X is hiding the type Y.X\n
08:48:55 ----------\n
08:48:55 2. WARNING in Y.java (at line 4)\n
08:48:55 	class X {}\n
08:48:55 	      ^\n
08:48:55 The type X is never used locally\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in Y.java (at line 4)\n
08:48:55 	class X {}\n
08:48:55 	      ^\n
08:48:55 The type X is hiding the type Y.X\n
08:48:55 ----------\n
08:48:55 2. WARNING in Y.java (at line 4)\n
08:48:55 	class X {}\n
08:48:55 	      ^\n
08:48:55 The type X is never used locally\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test004(InnerClass15Test.java:126)
08:48:55 
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.884 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test005 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in p1\GreenBox.java (at line 2)\n
08:48:55 	import static p1.BrownBox.*;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p1.BrownBox is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in p1\GreenBox.java (at line 2)\n
08:48:55 	import static p1.BrownBox.*;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p1.BrownBox is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test005(InnerClass15Test.java:149)
08:48:55 
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.833 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test006 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in p1\GreenBox.java (at line 2)\n
08:48:55 	import static p1.BrownBox.*;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p1.BrownBox is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in p1\GreenBox.java (at line 2)\n
08:48:55 	import static p1.BrownBox.*;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p1.BrownBox is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test006(InnerClass15Test.java:172)
08:48:55 
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.889 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test007 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in p1\GreenBox.java (at line 2)\n
08:48:55 	import static p1.BrownBox.*;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p1.BrownBox is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in p1\GreenBox.java (at line 2)\n
08:48:55 	import static p1.BrownBox.*;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import p1.BrownBox is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test007(InnerClass15Test.java:195)
08:48:55 
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.869 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.83 s
08:48:55 testBug520874a - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.882 s
08:48:55 testBug520874b - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.908 s
08:48:55 testBug520874c - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.974 s
08:48:55 testBug520874d - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.879 s
08:48:55 testBug520874e - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.858 s
08:48:55 testBug520874f - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.872 s
08:48:55 testBug520874g - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.891 s
08:48:55 testBug520874h - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.986 s
08:48:55 testBug520874i - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.849 s
08:48:55 testBug526681 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.788 s
08:48:55 testBug527731 - 12(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.12 s
08:48:55 test407414a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.149 s
08:48:55 test407414b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.04 s
08:48:55 test407414b2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.991 s
08:48:55 test407414b3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.977 s
08:48:55 test407414b4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.009 s
08:48:55 test424702 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.017 s
08:48:55 test428104 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.975 s
08:48:55 test444024 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.001 s
08:48:55 testBug237236 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.481 s
08:48:55 testBug372011 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.931 s
08:48:55 testBug374129 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.981 s
08:48:55 testBug382069_j - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.11 s
08:48:55 testBug382069_k - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.034 s
08:48:55 testBug385626_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.108 s
08:48:55 testBug385626_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.149 s
08:48:55 testBug388281_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.946 s
08:48:55 testBug388281_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.295 s
08:48:55 testBug388281_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.998 s
08:48:55 testBug388281_04 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.026 s
08:48:55 testBug388281_05 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.963 s
08:48:55 testBug388281_06 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.904 s
08:48:55 testBug388281_07 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.006 s
08:48:55 testBug388281_08 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.399 s
08:48:55 testBug388281_09 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.983 s
08:48:55 testBug388281_10 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.97 s
08:48:55 testBug388630_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.07 s
08:48:55 testBug388630_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.021 s
08:48:55 testBug403086_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.098 s
08:48:55 testBug403086_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.118 s
08:48:55 testBug403674 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.054 s
08:48:55 testBug403674a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.131 s
08:48:55 testBug407414c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.105 s
08:48:55 testBug407414d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.103 s
08:48:55 testBug407414e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.109 s
08:48:55 testBug407414f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.091 s
08:48:55 testBug412076 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.133 s
08:48:55 testBug413460 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.069 s
08:48:55 testBug415413 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.963 s
08:48:55 testBug415413a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.483 s
08:48:55 testBug415413b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.913 s
08:48:55 testBug415413c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.933 s
08:48:55 testBug415850_a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.912 s
08:48:55 testBug415850_b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.281 s
08:48:55 testBug416267 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.87 s
08:48:55 testBug417295_5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.963 s
08:48:55 testBug417295_7 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.026 s
08:48:55 testBug418235 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.993 s
08:48:55 testBug418235b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.961 s
08:48:55 testBug418236 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.166 s
08:48:55 testBug418843 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.231 s
08:48:55 testBug420313 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.959 s
08:48:55 testBug422796 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.097 s
08:48:55 testBug422796a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.113 s
08:48:55 testBug422796b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.977 s
08:48:55 testBug424624 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.057 s
08:48:55 testBug424624a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.27 s
08:48:55 testBug424624b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.284 s
08:48:55 testBug430084 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.871 s
08:48:55 testBug432348 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.23 s
08:48:55 testBug434374 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.178 s
08:48:55 testBug434374a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.104 s
08:48:55 testBug434374b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.961 s
08:48:55 testBug434374c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.107 s
08:48:55 testBug435805 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.951 s
08:48:55 testBug443347 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.883 s
08:48:55 testBug443347b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.009 s
08:48:55 testBug443347c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.995 s
08:48:55 testBug445147 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.002 s
08:48:55 testBug445708 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.093 s
08:48:55 testBug445708b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.203 s
08:48:55 testBug452780 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.121 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug452780 - Javac found warning(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
08:48:55 		List<@NonNull T> res = Arrays.asList(ts);\n
08:48:55 		                                     ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
08:48:55 		List<@NonNull T> res = Arrays.asList(ts);\n
08:48:55 		                                     ^\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug452780(NullAnnotationTest.java:7990)
08:48:55 
08:48:55 testBug455557 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.054 s
08:48:55 testBug455723 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.103 s
08:48:55 testBug455723b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.215 s
08:48:55 testBug457210 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.89 s
08:48:55 testBug459397 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.022 s
08:48:55 testBug459967_Enum_valueOf - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.203 s
08:48:55 testBug459967_Enum_valueOf_binary - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.741 s
08:48:55 testBug459967_Enum_values - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.226 s
08:48:55 testBug459967_Enum_values_binary - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.427 s
08:48:55 testBug461878 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.011 s
08:48:55 testBug462790 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.333 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: testBug462790: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug462790(NullAnnotationTest.java:8199)
08:48:55 
08:48:55 testBug466477 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.943 s
08:48:55 testBug467610 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.304 s
08:48:55 testBug477719 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.109 s
08:48:55 testBug481931_binary - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.123 s
08:48:55 testBug481931_source - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.982 s
08:48:55 testBug482075 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.092 s
08:48:55 testBug489486conform - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.271 s
08:48:55 testBug489486negative - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.983 s
08:48:55 testBug499714 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.064 s
08:48:55 testBug502113 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.084 s
08:48:55 testBug502113b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.987 s
08:48:55 testBug502214 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.977 s
08:48:55 testBug530970_default - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.049 s
08:48:55 testBug530970_default_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.118 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug530970_default_bin - Javac found warning(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
08:48:55 	Number field = new Long(13);\n
08:48:55 	               ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
08:48:55 	Number field = new Long(13);\n
08:48:55 	               ^\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug530970_default_bin(NullAnnotationTest.java:9696)
08:48:55 
08:48:55 testBug530970_field - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.12 s
08:48:55 testBug530970_field_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.15 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug530970_field_bin - Javac found warning(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
08:48:55 	Number field = new Double(1.1);\n
08:48:55 	               ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
08:48:55 	Number field = new Double(1.1);\n
08:48:55 	               ^\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug530970_field_bin(NullAnnotationTest.java:9625)
08:48:55 
08:48:55 testBug530970_on_field_and_local - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.279 s
08:48:55 testBug530970_on_field_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 3.313 s
08:48:55 testBug530970_param - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.455 s
08:48:55 testBug530970_param_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 3.322 s
08:48:55 testBug530970_return - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.328 s
08:48:55 testBug530970_return_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.196 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug530970_return_bin - Javac found warning(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:48:55 		return new Integer(13);\n
08:48:55 		       ^\n
08:48:55 1 warning\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:48:55 		return new Integer(13);\n
08:48:55 		       ^\n
08:48:55 1 warning\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug530970_return_bin(NullAnnotationTest.java:9554)
08:48:55 
08:48:55 testBug542707_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.868 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: testBug542707_001: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug542707_001(NullAnnotationTest.java:10373)
08:48:55 
08:48:55 testBug542707_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.8 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: testBug542707_002: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug542707_002(NullAnnotationTest.java:10427)
08:48:55 
08:48:55 testBug542707_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.819 s
08:48:55 testBug542707_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.794 s
08:48:55 testBug542707_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.867 s
08:48:55 testBug545715 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
08:48:55 testBug548418_001a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.001 s
08:48:55 testBug548418_001b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
08:48:55 testBug548418_002a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
08:48:55 testBug548418_002b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
08:48:55 testBug_415269 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.1 s
08:48:55 testMultipleAnnotations - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 3.22 s
08:48:55 testTypeAnnotationProblemNotIn17 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.226 s
08:48:55 test_annotation_import_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.331 s
08:48:55 test_annotation_import_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.23 s
08:48:55 test_annotation_import_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.948 s
08:48:55 test_annotation_import_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.913 s
08:48:55 test_assignment_expression_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.267 s
08:48:55 test_conditional_expression_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.013 s
08:48:55 test_constructor_with_nested_class - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.099 s
08:48:55 test_contradictory_annotations_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.906 s
08:48:55 test_contradictory_annotations_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.974 s
08:48:55 test_contradictory_annotations_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.917 s
08:48:55 test_default_nullness_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.923 s
08:48:55 test_default_nullness_002_custom - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.963 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test_default_nullness_002_custom - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in Y.java (at line 5)\n
08:48:55 	@Nullable Object getObject(Object o) {\n
08:48:55 	^^^^^^^^^^^^^^^^\n
08:48:55 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
08:48:55 ----------\n
08:48:55 2. ERROR in Y.java (at line 5)\n
08:48:55 	@Nullable Object getObject(Object o) {\n
08:48:55 	                           ^^^^^^\n
08:48:55 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in Y.java (at line 5)\n
08:48:55 	@Nullable Object getObject(Object o) {\n
08:48:55 	^^^^^^^^^^^^^^^^\n
08:48:55 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
08:48:55 ----------\n
08:48:55 2. ERROR in Y.java (at line 5)\n
08:48:55 	@Nullable Object getObject(Object o) {\n
08:48:55 	                           ^^^^^^\n
08:48:55 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.test_default_nullness_002_custom(NullAnnotationTest.java:2355)
08:48:55 
08:48:55 test_default_nullness_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.934 s
08:48:55 test_default_nullness_003a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.96 s
08:48:55 test_default_nullness_003b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.034 s
08:48:55 test_default_nullness_003c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.963 s
08:48:55 test_default_nullness_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.112 s
08:48:55 test_default_nullness_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.977 s
08:48:55 test_default_nullness_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.996 s
08:48:55 test_default_nullness_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.058 s
08:48:55 test_default_nullness_009 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.309 s
08:48:55 test_default_nullness_010 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.93 s
08:48:55 test_default_nullness_011 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.944 s
08:48:55 test_default_nullness_012 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.966 s
08:48:55 test_default_nullness_013 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.951 s
08:48:55 test_default_nullness_014 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.993 s
08:48:55 test_default_nullness_015 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.975 s
08:48:55 test_default_nullness_016 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.904 s
08:48:55 test_default_nullness_017 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.92 s
08:48:55 test_enum_field_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.203 s
08:48:55 test_enum_field_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.156 s
08:48:55 test_illegal_annotation_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.901 s
08:48:55 test_illegal_annotation_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.889 s
08:48:55 test_illegal_annotation_003b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.962 s
08:48:55 test_illegal_annotation_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.9 s
08:48:55 test_illegal_annotation_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.939 s
08:48:55 test_illegal_annotation_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.995 s
08:48:55 test_illegal_annotation_007 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.939 s
08:48:55 test_illegal_annotation_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.904 s
08:48:55 test_message_send_in_control_structure_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.971 s
08:48:55 test_message_send_in_control_structure_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.995 s
08:48:55 test_message_send_in_control_structure_02a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.011 s
08:48:55 test_message_send_in_control_structure_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.012 s
08:48:55 test_missing_default_annotation_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.899 s
08:48:55 test_missing_default_annotation_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.9 s
08:48:55 test_nesting_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.076 s
08:48:55 test_nonnull_argument_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.993 s
08:48:55 test_nonnull_argument_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.965 s
08:48:55 test_nonnull_field_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.054 s
08:48:55 test_nonnull_field_11 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.925 s
08:48:55 test_nonnull_field_12 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.906 s
08:48:55 test_nonnull_field_14 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.135 s
08:48:55 test_nonnull_field_14b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.983 s
08:48:55 test_nonnull_field_15 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.076 s
08:48:55 test_nonnull_field_16 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.982 s
08:48:55 test_nonnull_field_17 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.986 s
08:48:55 test_nonnull_field_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.023 s
08:48:55 test_nonnull_field_2a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.93 s
08:48:55 test_nonnull_field_2b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.057 s
08:48:55 test_nonnull_field_2c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.934 s
08:48:55 test_nonnull_field_2d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.032 s
08:48:55 test_nonnull_field_2e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.044 s
08:48:55 test_nonnull_field_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.913 s
08:48:55 test_nonnull_field_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.905 s
08:48:55 test_nonnull_field_5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.96 s
08:48:55 test_nonnull_field_6 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.942 s
08:48:55 test_nonnull_field_7 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.97 s
08:48:55 test_nonnull_field_8 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.014 s
08:48:55 test_nonnull_field_9 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.964 s
08:48:55 test_nonnull_local_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.945 s
08:48:55 test_nonnull_local_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.98 s
08:48:55 test_nonnull_parameter_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.983 s
08:48:55 test_nonnull_parameter_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.031 s
08:48:55 test_nonnull_parameter_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.968 s
08:48:55 test_nonnull_parameter_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.921 s
08:48:55 test_nonnull_parameter_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.932 s
08:48:55 test_nonnull_parameter_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.087 s
08:48:55 test_nonnull_parameter_007 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.973 s
08:48:55 test_nonnull_parameter_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.932 s
08:48:55 test_nonnull_parameter_009 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.99 s
08:48:55 test_nonnull_parameter_010 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.025 s
08:48:55 test_nonnull_parameter_011 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.059 s
08:48:55 test_nonnull_parameter_012 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.058 s
08:48:55 test_nonnull_parameter_013 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.921 s
08:48:55 test_nonnull_parameter_014 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.938 s
08:48:55 test_nonnull_parameter_015 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.023 s
08:48:55 test_nonnull_parameter_016 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.132 s
08:48:55 test_nonnull_return_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.012 s
08:48:55 test_nonnull_return_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.945 s
08:48:55 test_nonnull_return_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.959 s
08:48:55 test_nonnull_return_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.021 s
08:48:55 test_nonnull_return_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.912 s
08:48:55 test_nonnull_return_007 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.979 s
08:48:55 test_nonnull_return_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.899 s
08:48:55 test_nonnull_return_009 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.905 s
08:48:55 test_nonnull_return_009a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.08 s
08:48:55 test_nonnull_return_010 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.917 s
08:48:55 test_nonnull_return_011 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.908 s
08:48:55 test_nonnull_return_013 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.001 s
08:48:55 test_nonnull_return_014 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.974 s
08:48:55 test_nonnull_var_in_constrol_structure_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.994 s
08:48:55 test_nonnull_var_in_constrol_structure_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.031 s
08:48:55 test_nonnull_var_in_constrol_structure_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.07 s
08:48:55 test_null_with_apt - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.023 s
08:48:55 test_null_with_apt_comment4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1 s
08:48:55 test_nullable_field_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.927 s
08:48:55 test_nullable_field_10a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.172 s
08:48:55 test_nullable_field_10b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.044 s
08:48:55 test_nullable_field_10c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.055 s
08:48:55 test_nullable_field_10d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.993 s
08:48:55 test_nullable_field_10e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.022 s
08:48:55 test_nullable_field_10f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.996 s
08:48:55 test_nullable_field_11 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.129 s
08:48:55 test_nullable_field_11a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.145 s
08:48:55 test_nullable_field_12 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.107 s
08:48:55 test_nullable_field_13 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.926 s
08:48:55 test_nullable_field_14 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.083 s
08:48:55 test_nullable_field_14a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.955 s
08:48:55 test_nullable_field_15 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.961 s
08:48:55 test_nullable_field_16 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.985 s
08:48:55 test_nullable_field_17 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.938 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test_nullable_field_17 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. INFO in X.java (at line 5)\n
08:48:55 	return this.o.toString();\n
08:48:55 	            ^\n
08:48:55 Potential null pointer access: this expression has a '@Nullable' type\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. INFO in X.java (at line 5)\n
08:48:55 	return this.o.toString();\n
08:48:55 	            ^\n
08:48:55 Potential null pointer access: this expression has a '@Nullable' type\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.test_nullable_field_17(NullAnnotationTest.java:5451)
08:48:55 
08:48:55 test_nullable_field_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.957 s
08:48:55 test_nullable_field_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.984 s
08:48:55 test_nullable_field_3m - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.943 s
08:48:55 test_nullable_field_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.981 s
08:48:55 test_nullable_field_5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.976 s
08:48:55 test_nullable_field_6 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.945 s
08:48:55 test_nullable_field_7 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.982 s
08:48:55 test_nullable_field_8 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.08 s
08:48:55 test_nullable_field_9 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.989 s
08:48:55 test_nullable_paramter_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.944 s
08:48:55 test_nullable_paramter_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.001 s
08:48:55 test_nullable_return_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.999 s
08:48:55 test_nullable_return_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.955 s
08:48:55 test_nullness_default_018 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.032 s
08:48:55 test_nullness_default_018b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.065 s
08:48:55 test_options_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.125 s
08:48:55 test_options_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.304 s
08:48:55 test_options_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.929 s
08:48:55 test_parameter_specification_inheritance_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.14 s
08:48:55 test_parameter_specification_inheritance_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.984 s
08:48:55 test_parameter_specification_inheritance_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.054 s
08:48:55 test_parameter_specification_inheritance_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.957 s
08:48:55 test_parameter_specification_inheritance_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.948 s
08:48:55 test_parameter_specification_inheritance_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.017 s
08:48:55 test_parameter_specification_inheritance_007 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.964 s
08:48:55 test_parameter_specification_inheritance_007a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.921 s
08:48:55 test_parameter_specification_inheritance_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.997 s
08:48:55 test_parameter_specification_inheritance_009 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.002 s
08:48:55 test_parameter_specification_inheritance_010 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.14 s
08:48:55 test_parameter_specification_inheritance_011 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.969 s
08:48:55 test_parameter_specification_inheritance_012 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.091 s
08:48:55 test_parameter_specification_inheritance_013 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.013 s
08:48:55 test_parameter_specification_inheritance_014 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.975 s
08:48:55 test_parameter_specification_inheritance_015 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.011 s
08:48:55 test_parameter_specification_inheritance_016 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.022 s
08:48:55 test_parameter_specification_inheritance_017 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.984 s
08:48:55 test_parameter_specification_inheritance_018 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.123 s
08:48:55 test_redundant_annotation_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.045 s
08:48:55 test_redundant_annotation_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.948 s
08:48:55 test_redundant_annotation_02g - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.948 s
08:48:55 test_redundant_annotation_04 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.209 s
08:48:55 test_suppress_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.056 s
08:48:55 testBug542084_error - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2)  Time elapsed: 2.168 s
08:48:55 testBug542084_no_error - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2)  Time elapsed: 0.366 s
08:48:55 testBug550063 - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2)  Time elapsed: 1.67 s
08:48:55 testBug550063_b - 12(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2)  Time elapsed: 1.351 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.061 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.024 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.984 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.994 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.006 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.019 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.991 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.076 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.052 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.003 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.002 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.03 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.953 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.956 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.098 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.123 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.984 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.2 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.977 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.04 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.995 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.073 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.967 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.041 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.017 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.229 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.186 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.032 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.997 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.159 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.989 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.056 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.095 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.058 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.001 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.079 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 2.526 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.976 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.99 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.139 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.105 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.98 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.011 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.985 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.977 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.883 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.899 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.957 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.019 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.15 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.059 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.97 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.842 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.982 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.052 s
08:48:55 test055a - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.009 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.087 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.979 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.988 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.907 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.009 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.894 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.997 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.909 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.977 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.894 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.994 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.911 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.965 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.918 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.265 s
08:48:55 test385593_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.977 s
08:48:55 test385593_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.961 s
08:48:55 test394718 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.061 s
08:48:55 test551368 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.028 s
08:48:55 test551368_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.984 s
08:48:55 test551368_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.023 s
08:48:55 test558844 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.124 s
08:48:55 testBug359495a - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.098 s
08:48:55 testBug359495b - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.074 s
08:48:55 testBug380313 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.983 s
08:48:55 testBug380313b - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.016 s
08:48:55 testBug380927 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.977 s
08:48:55 testBug412203_a - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.153 s
08:48:55 testBug412203_b - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.008 s
08:48:55 testBug412203_c - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.007 s
08:48:55 testBug5409021 - 12(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.151 s
08:48:55 test1 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_6)  Time elapsed: 0.98 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_7)  Time elapsed: 1.015 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 0.967 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 0.766 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 0.792 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 0.916 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test004 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	System.out.println(0b1110000);\n
08:48:55 	                   ^^^^^^^^^\n
08:48:55 Binary literals can only be used with source level 1.7 or greater\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	System.out.println(0b1110000);\n
08:48:55 	                   ^^^^^^^^^\n
08:48:55 Binary literals can only be used with source level 1.7 or greater\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest.test004(BinaryLiteralTest.java:86)
08:48:55 
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 1.054 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test005 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	System.out.println(-0b1110000);\n
08:48:55 	                    ^^^^^^^^^\n
08:48:55 Binary literals can only be used with source level 1.7 or greater\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	System.out.println(-0b1110000);\n
08:48:55 	                    ^^^^^^^^^\n
08:48:55 Binary literals can only be used with source level 1.7 or greater\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest.test005(BinaryLiteralTest.java:110)
08:48:55 
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 0.731 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.782 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.734 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.761 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.786 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.764 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.779 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.81 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.785 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.789 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.791 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.791 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.795 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.924 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.81 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.803 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.781 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.811 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.778 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.756 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.772 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.763 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.763 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.972 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.963 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.867 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.895 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.908 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.934 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.934 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.911 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.018 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.953 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.91 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.899 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.889 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.904 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.917 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.922 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.876 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.881 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.913 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.779 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.969 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.013 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.825 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.873 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.865 s
08:48:55 test024a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.866 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.881 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.856 s
08:48:55 test026a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.872 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.935 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.982 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.991 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.999 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.209 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.068 s
08:48:55 testBug391092 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.881 s
08:48:55 testBug404146 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.887 s
08:48:55 testBug488569_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.022 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.879 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.853 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.871 s
08:48:55 test003a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.006 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.924 s
08:48:55 test004a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.909 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.889 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.881 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.87 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.873 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.869 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.877 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.896 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.91 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.925 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.907 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.915 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.925 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.916 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.755 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.938 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.92 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.92 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.89 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.088 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.919 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.928 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.151 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.008 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.009 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.059 s
08:48:55 test030a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.137 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.103 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.077 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.044 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.154 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.335 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.194 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.27 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.319 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.225 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.296 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.291 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.17 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.194 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.195 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.216 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.193 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.184 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.254 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.219 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.886 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.567 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.917 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.906 s
08:48:55 test053a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.904 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.799 s
08:48:55 test054a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.818 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.07 s
08:48:55 test055a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.001 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.975 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.104 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.997 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.09 s
08:48:55 test375248 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.066 s
08:48:55 test375248a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.051 s
08:48:55 test375248b - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.059 s
08:48:55 test375248c - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.026 s
08:48:55 test375248d - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.01 s
08:48:55 test375326 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.026 s
08:48:55 test375326a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.912 s
08:48:55 test375326b - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.897 s
08:48:55 test375326c - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.01 s
08:48:55 test375326d - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.898 s
08:48:55 test375326e - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.921 s
08:48:55 test375326f - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.939 s
08:48:55 test375326g - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.916 s
08:48:55 test380112a - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.996 s
08:48:55 test380112b - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.983 s
08:48:55 test380112c - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.012 s
08:48:55 test380112d - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.059 s
08:48:55 test380112e - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.337 s
08:48:55 test394780 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.18 s
08:48:55 testBug467230 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.991 s
08:48:55 testBug533187 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.027 s
08:48:55 testBug560733 - 12(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.936 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.974 s
08:48:55 test0014 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.046 s
08:48:55 test0014a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.938 s
08:48:55 test0015 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.013 s
08:48:55 test0016 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.892 s
08:48:55 test0016a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.048 s
08:48:55 test0016b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.906 s
08:48:55 test0016c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.023 s
08:48:55 test0017 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.93 s
08:48:55 test0017a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.043 s
08:48:55 test0018 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.049 s
08:48:55 test0018b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.01 s
08:48:55 test0019 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.892 s
08:48:55 test001a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.925 s
08:48:55 test001b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.068 s
08:48:55 test001b_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.065 s
08:48:55 test001c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.983 s
08:48:55 test001c_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.992 s
08:48:55 test001d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.099 s
08:48:55 test001e - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.069 s
08:48:55 test001f - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.955 s
08:48:55 test001f_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.022 s
08:48:55 test001g - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.936 s
08:48:55 test001g_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.054 s
08:48:55 test001h - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.961 s
08:48:55 test001h_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.983 s
08:48:55 test001h_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.025 s
08:48:55 test001i - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.106 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.998 s
08:48:55 test0020 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.938 s
08:48:55 test0021 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.965 s
08:48:55 test0022 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.17 s
08:48:55 test0023 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.097 s
08:48:55 test0024 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.999 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0024 - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in X.java (at line 2)\n
08:48:55 	import java.util.ArrayList;\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^\n
08:48:55 The import java.util.ArrayList is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in X.java (at line 2)\n
08:48:55 	import java.util.ArrayList;\n
08:48:55 	       ^^^^^^^^^^^^^^^^^^^\n
08:48:55 The import java.util.ArrayList is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0024(GenericsRegressionTest_1_7.java:1109)
08:48:55 
08:48:55 test0025 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.014 s
08:48:55 test0026 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.065 s
08:48:55 test0027 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.864 s
08:48:55 test0028 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.029 s
08:48:55 test0029 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.922 s
08:48:55 test0029a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.935 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.977 s
08:48:55 test0030 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.915 s
08:48:55 test0031 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.023 s
08:48:55 test0032 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.003 s
08:48:55 test0033 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.949 s
08:48:55 test0034 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.023 s
08:48:55 test0034a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.967 s
08:48:55 test0034b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.949 s
08:48:55 test0035 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.278 s
08:48:55 test0035a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.962 s
08:48:55 test0036 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.262 s
08:48:55 test0036a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.913 s
08:48:55 test0037 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.001 s
08:48:55 test0038 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.983 s
08:48:55 test0039 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.014 s
08:48:55 test0042 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.873 s
08:48:55 test0043 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.034 s
08:48:55 test0044 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.963 s
08:48:55 test0045 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.042 s
08:48:55 test0046 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.033 s
08:48:55 test0047 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.018 s
08:48:55 test0048 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.935 s
08:48:55 test0049 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.017 s
08:48:55 test004b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.931 s
08:48:55 test004c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.1 s
08:48:55 test0050 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.055 s
08:48:55 test0051 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.16 s
08:48:55 test0052 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.008 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0052 - Eclipse found error(s) but Javac only found warning(s).
08:48:55 ----------- Expected ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	X<Number> x = new X<Number>(1);\n
08:48:55 	                  ^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 6)\n
08:48:55 	X<String> x2 = new X<String>("SUCCESS");\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 7)\n
08:48:55 	X<Integer> x3 = new X<Integer>(1);\n
08:48:55 	                    ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 8)\n
08:48:55 	X<AX> x4 = new X<AX>(new AX());\n
08:48:55 	               ^\n
08:48:55 Redundant specification of type arguments <AX>\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 9)\n
08:48:55 	X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
08:48:55 	                         ^\n
08:48:55 Redundant specification of type arguments <AX<String>>\n
08:48:55 ----------\n
08:48:55 6. ERROR in X.java (at line 10)\n
08:48:55 	X<?> x6 = new X<AX<String>>(new AX<String>());\n
08:48:55 	              ^\n
08:48:55 Redundant specification of type arguments <AX<String>>\n
08:48:55 ----------\n
08:48:55 7. ERROR in X.java (at line 11)\n
08:48:55 	X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();\n
08:48:55 	                                    ^\n
08:48:55 Redundant specification of type arguments <Class<? extends Object>>\n
08:48:55 ----------\n
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:8: warning: [rawtypes] found raw type: AX\n
08:48:55         X<AX> x4 = new X<AX>(new AX());\n
08:48:55           ^\n
08:48:55   missing type arguments for generic class AX<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class AX\n
08:48:55 X.java:8: warning: [rawtypes] found raw type: AX\n
08:48:55         X<AX> x4 = new X<AX>(new AX());\n
08:48:55                          ^\n
08:48:55   missing type arguments for generic class AX<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class AX\n
08:48:55 X.java:8: warning: [rawtypes] found raw type: AX\n
08:48:55         X<AX> x4 = new X<AX>(new AX());\n
08:48:55                                  ^\n
08:48:55   missing type arguments for generic class AX<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class AX\n
08:48:55 X.java:9: warning: [rawtypes] found raw type: AX\n
08:48:55 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
08:48:55 		             ^\n
08:48:55   missing type arguments for generic class AX<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class AX\n
08:48:55 4 warnings\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	X<Number> x = new X<Number>(1);\n
08:48:55 	                  ^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 6)\n
08:48:55 	X<String> x2 = new X<String>("SUCCESS");\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 7)\n
08:48:55 	X<Integer> x3 = new X<Integer>(1);\n
08:48:55 	                    ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 8)\n
08:48:55 	X<AX> x4 = new X<AX>(new AX());\n
08:48:55 	               ^\n
08:48:55 Redundant specification of type arguments <AX>\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 9)\n
08:48:55 	X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
08:48:55 	                         ^\n
08:48:55 Redundant specification of type arguments <AX<String>>\n
08:48:55 ----------\n
08:48:55 6. ERROR in X.java (at line 10)\n
08:48:55 	X<?> x6 = new X<AX<String>>(new AX<String>());\n
08:48:55 	              ^\n
08:48:55 Redundant specification of type arguments <AX<String>>\n
08:48:55 ----------\n
08:48:55 7. ERROR in X.java (at line 11)\n
08:48:55 	X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();\n
08:48:55 	                                    ^\n
08:48:55 Redundant specification of type arguments <Class<? extends Object>>\n
08:48:55 ----------]\n
08:48:55 > but was:<[X.java:8: warning: [rawtypes] found raw type: AX\n
08:48:55         X<AX> x4 = new X<AX>(new AX());\n
08:48:55           ^\n
08:48:55   missing type arguments for generic class AX<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class AX\n
08:48:55 X.java:8: warning: [rawtypes] found raw type: AX\n
08:48:55         X<AX> x4 = new X<AX>(new AX());\n
08:48:55                          ^\n
08:48:55   missing type arguments for generic class AX<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class AX\n
08:48:55 X.java:8: warning: [rawtypes] found raw type: AX\n
08:48:55         X<AX> x4 = new X<AX>(new AX());\n
08:48:55                                  ^\n
08:48:55   missing type arguments for generic class AX<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class AX\n
08:48:55 X.java:9: warning: [rawtypes] found raw type: AX\n
08:48:55 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
08:48:55 		             ^\n
08:48:55   missing type arguments for generic class AX<T>\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in class AX\n
08:48:55 4 warnings]\n
08:48:55 >
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052(GenericsRegressionTest_1_7.java:2014)
08:48:55 
08:48:55 test0052b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.91 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0052b - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 7)\n
08:48:55 	X<Number> x = new X<Number>(1);\n
08:48:55 	                  ^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 8)\n
08:48:55 	X<String> x2 = new X<String>("SUCCESS");\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 9)\n
08:48:55 	X<String> x22 = new X<String>(1,"SUCCESS");\n
08:48:55 	                    ^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 10)\n
08:48:55 	X<Integer> x3 = new X<Integer>(1);\n
08:48:55 	                    ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 11)\n
08:48:55 	String s = foo(new X<String>("aaa"));\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 7)\n
08:48:55 	X<Number> x = new X<Number>(1);\n
08:48:55 	                  ^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 8)\n
08:48:55 	X<String> x2 = new X<String>("SUCCESS");\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 9)\n
08:48:55 	X<String> x22 = new X<String>(1,"SUCCESS");\n
08:48:55 	                    ^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 10)\n
08:48:55 	X<Integer> x3 = new X<Integer>(1);\n
08:48:55 	                    ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 11)\n
08:48:55 	String s = foo(new X<String>("aaa"));\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052b(GenericsRegressionTest_1_7.java:2111)
08:48:55 
08:48:55 test0052c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.872 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0052c - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	X<Integer> x = new X<Integer>("","");\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 8)\n
08:48:55 	return new X<Integer>("","");\n
08:48:55 	           ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	X<Integer> x = new X<Integer>("","");\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 8)\n
08:48:55 	return new X<Integer>("","");\n
08:48:55 	           ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052c(GenericsRegressionTest_1_7.java:2191)
08:48:55 
08:48:55 test0052d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.929 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0052d - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	X<Number> x = new X<Number>(1);\n
08:48:55 	                  ^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	X<Number> x = new X<Number>(1);\n
08:48:55 	                  ^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052d(GenericsRegressionTest_1_7.java:2226)
08:48:55 
08:48:55 test0053 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.943 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0053 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in Z.java (at line 3)\n
08:48:55 	foo(new Z<ZB>());\n
08:48:55 	        ^\n
08:48:55 Redundant specification of type arguments <ZB>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in Z.java (at line 3)\n
08:48:55 	foo(new Z<ZB>());\n
08:48:55 	        ^\n
08:48:55 Redundant specification of type arguments <ZB>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0053(GenericsRegressionTest_1_7.java:2255)
08:48:55 
08:48:55 test0054 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.897 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0054 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in Y.java (at line 3)\n
08:48:55 	return new Y<W>();\n
08:48:55 	           ^\n
08:48:55 Redundant specification of type arguments <W>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in Y.java (at line 3)\n
08:48:55 	return new Y<W>();\n
08:48:55 	           ^\n
08:48:55 Redundant specification of type arguments <W>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0054(GenericsRegressionTest_1_7.java:2283)
08:48:55 
08:48:55 test0055 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.99 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0055 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 6)\n
08:48:55 	X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();\n
08:48:55 	                                                ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 8)\n
08:48:55 	Inner<Integer> b= new X<A>().new Inner<Integer>();\n
08:48:55 	                                 ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 9)\n
08:48:55 	Inner<Integer> c= new Inner<Integer>();\n
08:48:55 	                      ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 10)\n
08:48:55 	X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();\n
08:48:55 	                                      ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 11)\n
08:48:55 	X<A>.Inner<Integer> f= new Inner<Integer>();\n
08:48:55 	                           ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 6. ERROR in X.java (at line 12)\n
08:48:55 	X.Inner2<Integer> d3 = new X.Inner2<Integer>();\n
08:48:55 	                             ^^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 6)\n
08:48:55 	X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();\n
08:48:55 	                                                ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 8)\n
08:48:55 	Inner<Integer> b= new X<A>().new Inner<Integer>();\n
08:48:55 	                                 ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 3. ERROR in X.java (at line 9)\n
08:48:55 	Inner<Integer> c= new Inner<Integer>();\n
08:48:55 	                      ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 4. ERROR in X.java (at line 10)\n
08:48:55 	X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();\n
08:48:55 	                                      ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 5. ERROR in X.java (at line 11)\n
08:48:55 	X<A>.Inner<Integer> f= new Inner<Integer>();\n
08:48:55 	                           ^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 6. ERROR in X.java (at line 12)\n
08:48:55 	X.Inner2<Integer> d3 = new X.Inner2<Integer>();\n
08:48:55 	                             ^^^^^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0055(GenericsRegressionTest_1_7.java:2308)
08:48:55 
08:48:55 test0056 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.909 s
08:48:55 test0056b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.975 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0056b - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	X1<Integer> x1 = new X.X1<Integer>(1);\n
08:48:55 	                       ^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 6)\n
08:48:55 	X1<Number> x2 = new X.X1<Number>(1);\n
08:48:55 	                      ^^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 5)\n
08:48:55 	X1<Integer> x1 = new X.X1<Integer>(1);\n
08:48:55 	                       ^^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 6)\n
08:48:55 	X1<Number> x2 = new X.X1<Number>(1);\n
08:48:55 	                      ^^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0056b(GenericsRegressionTest_1_7.java:2411)
08:48:55 
08:48:55 test0056c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.931 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0056c - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 6)\n
08:48:55 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
08:48:55 	                               ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 6)\n
08:48:55 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
08:48:55 	                                                 ^^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 6)\n
08:48:55 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
08:48:55 	                               ^\n
08:48:55 Redundant specification of type arguments <Integer>\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 6)\n
08:48:55 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
08:48:55 	                                                 ^^\n
08:48:55 Redundant specification of type arguments <Number>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0056c(GenericsRegressionTest_1_7.java:2452)
08:48:55 
08:48:55 test0057 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.908 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0057 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	Pair<Double, Integer> p = new InvertedPair<Integer, Double>();\n
08:48:55 	                              ^^^^^^^^^^^^\n
08:48:55 Redundant specification of type arguments <Integer, Double>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 3)\n
08:48:55 	Pair<Double, Integer> p = new InvertedPair<Integer, Double>();\n
08:48:55 	                              ^^^^^^^^^^^^\n
08:48:55 Redundant specification of type arguments <Integer, Double>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0057(GenericsRegressionTest_1_7.java:2492)
08:48:55 
08:48:55 test0058 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.962 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0058 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 7)\n
08:48:55 	: new ArrayList<Object>();\n
08:48:55 	      ^^^^^^^^^\n
08:48:55 Redundant specification of type arguments <Object>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 7)\n
08:48:55 	: new ArrayList<Object>();\n
08:48:55 	      ^^^^^^^^^\n
08:48:55 Redundant specification of type arguments <Object>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0058(GenericsRegressionTest_1_7.java:2520)
08:48:55 
08:48:55 test0059 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.937 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.103 s
08:48:55 test0060 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.947 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0060 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 6)\n
08:48:55 	new ArrayList<>();\n
08:48:55 	    ^^^^^^^^^\n
08:48:55 '<>' operator is not allowed for source level below 1.7\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 6)\n
08:48:55 	new ArrayList<>();\n
08:48:55 	    ^^^^^^^^^\n
08:48:55 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 6)\n
08:48:55 	new ArrayList<>();\n
08:48:55 	    ^^^^^^^^^\n
08:48:55 '<>' operator is not allowed for source level below 1.7\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 6)\n
08:48:55 	new ArrayList<>();\n
08:48:55 	    ^^^^^^^^^\n
08:48:55 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0060(GenericsRegressionTest_1_7.java:2569)
08:48:55 
08:48:55 test0060a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.958 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test0060a - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	new java.util.ArrayList<>();\n
08:48:55 	    ^^^^^^^^^^^^^^^^^^^\n
08:48:55 '<>' operator is not allowed for source level below 1.7\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 4)\n
08:48:55 	new java.util.ArrayList<>();\n
08:48:55 	    ^^^^^^^^^^^^^^^^^^^\n
08:48:55 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 4)\n
08:48:55 	new java.util.ArrayList<>();\n
08:48:55 	    ^^^^^^^^^^^^^^^^^^^\n
08:48:55 '<>' operator is not allowed for source level below 1.7\n
08:48:55 ----------\n
08:48:55 2. ERROR in X.java (at line 4)\n
08:48:55 	new java.util.ArrayList<>();\n
08:48:55 	    ^^^^^^^^^^^^^^^^^^^\n
08:48:55 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0060a(GenericsRegressionTest_1_7.java:2600)
08:48:55 
08:48:55 test0061 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.044 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.034 s
08:48:55 test007a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.021 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.926 s
08:48:55 test375394a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.924 s
08:48:55 test427728b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.125 s
08:48:55 test428220 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.878 s
08:48:55 test428220a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.879 s
08:48:55 test429733 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.085 s
08:48:55 test429733a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.25 s
08:48:55 test442929 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.04 s
08:48:55 test448028 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.94 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test448028 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 34)\n
08:48:55 	return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <X.C>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 34)\n
08:48:55 	return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java\n
08:48:55 	                   ^\n
08:48:55 Redundant specification of type arguments <X.C>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test448028(GenericsRegressionTest_1_7.java:2756)
08:48:55 
08:48:55 test449619 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.017 s
08:48:55 testBug456508 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.964 s
08:48:55 testBug462083 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.881 s
08:48:55 testBug469653 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.988 s
08:48:55 testBug488649_JDK6791481_ex1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.859 s
08:48:55 test0001 - 12(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest)  Time elapsed: 1.036 s
08:48:55 test0002 - 12(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest)  Time elapsed: 1.121 s
08:48:55 testBug475996 - 12(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest)  Time elapsed: 0.931 s
08:48:55 testBug515863 - 12(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest)  Time elapsed: 1.014 s
08:48:55 test1 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 1.055 s
08:48:55 test2 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 0.925 s
08:48:55 testBug390889_a - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 1.098 s
08:48:55 testBug390889_b - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 1.776 s
08:48:55 testBug390889_c - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 1.755 s
08:48:55 testBug490988 - 12(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 1.001 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug490988 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in Thing.java (at line 5)\n
08:48:55 	Iterator.super.remove(); // not 1.7-compliant (must be an error)\n
08:48:55 	^^^^^^^^^^^^^^\n
08:48:55 Super method references to interface default methods are allowed only at source level 1.8 or above\n
08:48:55 ----------\n
08:48:55 2. ERROR in Thing.java (at line 6)\n
08:48:55 	Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n
08:48:55 	           ^^^^^^^^^^^^\n
08:48:55 References to interface static methods are allowed only at source level 1.8 or above\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in Thing.java (at line 5)\n
08:48:55 	Iterator.super.remove(); // not 1.7-compliant (must be an error)\n
08:48:55 	^^^^^^^^^^^^^^\n
08:48:55 Super method references to interface default methods are allowed only at source level 1.8 or above\n
08:48:55 ----------\n
08:48:55 2. ERROR in Thing.java (at line 6)\n
08:48:55 	Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n
08:48:55 	           ^^^^^^^^^^^^\n
08:48:55 References to interface static methods are allowed only at source level 1.8 or above\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7.testBug490988(Compliance_1_7.java:192)
08:48:55 
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.212 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.033 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.096 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.107 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.067 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.138 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.08 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 0.932 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test009: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest.test009(MethodHandleTest.java:279)
08:48:55 
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 0.958 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test010: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest.test010(MethodHandleTest.java:315)
08:48:55 
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.129 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.822 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.86 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.829 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.817 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.862 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.888 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.906 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.945 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.943 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.883 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.87 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.797 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.831 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.876 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.893 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.882 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.903 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.864 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.846 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.875 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.827 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.891 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.921 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.938 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.92 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.908 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.884 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.857 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.988 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.829 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.833 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.99 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.953 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.8 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.876 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.905 s
08:48:55 test0383908 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.868 s
08:48:55 test0383913 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.733 s
08:48:55 test0383913b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.883 s
08:48:55 test0383913c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.898 s
08:48:55 test0383913d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.043 s
08:48:55 test0385111 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.966 s
08:48:55 test0385111a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.92 s
08:48:55 test0385137 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.97 s
08:48:55 test0385137a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.998 s
08:48:55 test0388085 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.891 s
08:48:55 test0388085a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.944 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.761 s
08:48:55 test0390882 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.986 s
08:48:55 test0390882a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.951 s
08:48:55 test0390882b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.968 s
08:48:55 test039b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.739 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.771 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.78 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.729 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.872 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.818 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.86 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.745 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.773 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.75 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.76 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.811 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.731 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.76 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.79 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.742 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.761 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.737 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.771 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.784 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.731 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.768 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.837 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.778 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.861 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.855 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.872 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.85 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.854 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.73 s
08:48:55 test383596 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.775 s
08:48:55 test383596a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.732 s
08:48:55 test383596b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.761 s
08:48:55 test391521 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.932 s
08:48:55 test392119 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.824 s
08:48:55 test392119b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.862 s
08:48:55 test392119c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.826 s
08:48:55 test392671 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.751 s
08:48:55 test402618 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.927 s
08:48:55 test403581 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.97 s
08:48:55 test406587 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.938 s
08:48:55 test414038 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.789 s
08:48:55 test415308a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.875 s
08:48:55 test415308a2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.902 s
08:48:55 test415308b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.9 s
08:48:55 test415308b2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.892 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test415308b2 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 16)\n
08:48:55 	@Illegal Y.YY.Z[] z = null;\n
08:48:55 	^^^^^^^^\n
08:48:55 Type annotations are not allowed on type names used to access static members\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 16)\n
08:48:55 	@Illegal Y.YY.Z[] z = null;\n
08:48:55 	^^^^^^^^\n
08:48:55 Type annotations are not allowed on type names used to access static members\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest.test415308b2(NegativeTypeAnnotationTest.java:3627)
08:48:55 
08:48:55 test415308c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.838 s
08:48:55 test415308d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.846 s
08:48:55 test415308d2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.864 s
08:48:55 test415308e - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.86 s
08:48:55 test415308f - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.828 s
08:48:55 test415308f2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.872 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test415308f2 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 13)\n
08:48:55 	public @Illegal Y.Z[] foo() { return null;}\n
08:48:55 	       ^^^^^^^^\n
08:48:55 Type annotations are not allowed on type names used to access static members\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 13)\n
08:48:55 	public @Illegal Y.Z[] foo() { return null;}\n
08:48:55 	       ^^^^^^^^\n
08:48:55 Type annotations are not allowed on type names used to access static members\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest.test415308f2(NegativeTypeAnnotationTest.java:3836)
08:48:55 
08:48:55 test415308g - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.954 s
08:48:55 test417076 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.876 s
08:48:55 test417076b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.913 s
08:48:55 test418041 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.006 s
08:48:55 test418041a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.872 s
08:48:55 test419827a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.893 s
08:48:55 test419827b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.893 s
08:48:55 test419833 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.736 s
08:48:55 test420038 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.776 s
08:48:55 test420284 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.91 s
08:48:55 test421791 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.864 s
08:48:55 test425599 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.91 s
08:48:55 test427955 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.889 s
08:48:55 testBug391108 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.943 s
08:48:55 testBug391196 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.016 s
08:48:55 testBug391315 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.991 s
08:48:55 testBug391315a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.974 s
08:48:55 testBug391464 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.931 s
08:48:55 testBug391464_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.042 s
08:48:55 testBug391500 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.835 s
08:48:55 testBug391894 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.768 s
08:48:55 testBug394355 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.959 s
08:48:55 testBug399453 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.763 s
08:48:55 testBug403132 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.896 s
08:48:55 testBug403410 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.734 s
08:48:55 testBug414038 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.763 s
08:48:55 testBug426977 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.735 s
08:48:55 testBug426977a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.787 s
08:48:55 testGenericConstructor - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.784 s
08:48:55 testWildcardCapture - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.219 s
08:48:55 test420456 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.33 s
08:48:55 test422134 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.077 s
08:48:55 test429387 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.013 s
08:48:55 test443467 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.096 s
08:48:55 test445669 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.971 s
08:48:55 test446715 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.921 s
08:48:55 test483952 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.184 s
08:48:55 test484055 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.073 s
08:48:55 testArray1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.008 s
08:48:55 testArray2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.94 s
08:48:55 testArray3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.952 s
08:48:55 testArrayOfArrays - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.028 s
08:48:55 testArrayType_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.01 s
08:48:55 testArrayType_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.007 s
08:48:55 testArrayType_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.999 s
08:48:55 testArrayType_04 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.968 s
08:48:55 testArrayType_05 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.919 s
08:48:55 testArrayType_10 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.925 s
08:48:55 testArrayType_11 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.948 s
08:48:55 testBinary01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.129 s
08:48:55 testBinary02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.106 s
08:48:55 testBinary03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.011 s
08:48:55 testBinary04 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.543 s
08:48:55 testBinary05 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.232 s
08:48:55 testBinary06 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.58 s
08:48:55 testBinary06b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.408 s
08:48:55 testBinary07 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.432 s
08:48:55 testBinary08 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.103 s
08:48:55 testBinary08b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.065 s
08:48:55 testBinary09 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.098 s
08:48:55 testBinary10 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.113 s
08:48:55 testBug403216_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.012 s
08:48:55 testBug403216_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.114 s
08:48:55 testBug403216_3a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.913 s
08:48:55 testBug403216_3b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.064 s
08:48:55 testBug403457_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.97 s
08:48:55 testBug403457_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.928 s
08:48:55 testBug415850_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.749 s
08:48:55 testBug415850_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.127 s
08:48:55 testBug415850_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.046 s
08:48:55 testBug415850_04 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.072 s
08:48:55 testBug415850_05 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.78 s
08:48:55 testBug415850_06 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.025 s
08:48:55 testBug416172 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.905 s
08:48:55 testBug416174 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.996 s
08:48:55 testBug416174b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.019 s
08:48:55 testBug416175 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.014 s
08:48:55 testBug416176 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.032 s
08:48:55 testBug416176a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.947 s
08:48:55 testBug416176b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.909 s
08:48:55 testBug416180 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.993 s
08:48:55 testBug416181 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.178 s
08:48:55 testBug416182 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.992 s
08:48:55 testBug416182a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.939 s
08:48:55 testBug416182b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1 s
08:48:55 testBug416183 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.021 s
08:48:55 testBug417759 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.972 s
08:48:55 testBug424637 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.054 s
08:48:55 testBug424637_comment3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.168 s
08:48:55 testBug424637a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.141 s
08:48:55 testBug424725 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.085 s
08:48:55 testBug424727 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.911 s
08:48:55 testBug427163 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.067 s
08:48:55 testBug427163b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.957 s
08:48:55 testBug427163c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.98 s
08:48:55 testBug429403 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.957 s
08:48:55 testBug430219 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.917 s
08:48:55 testBug430219a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.009 s
08:48:55 testBug431269 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.004 s
08:48:55 testBug432223 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.106 s
08:48:55 testBug432977 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.108 s
08:48:55 testBug433478 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.925 s
08:48:55 testBug433586 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.184 s
08:48:55 testBug434579 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.947 s
08:48:55 testBug434582 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.961 s
08:48:55 testBug434582a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.934 s
08:48:55 testBug434600 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.223 s
08:48:55 testBug434600a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.103 s
08:48:55 testBug434600a_qualified - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.138 s
08:48:55 testBug434600b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.03 s
08:48:55 testBug434600b_qualified - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.002 s
08:48:55 testBug435399 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.073 s
08:48:55 testBug435841 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.098 s
08:48:55 testBug435962 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.146 s
08:48:55 testBug436091 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.21 s
08:48:55 testBug437072 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.102 s
08:48:55 testBug437270 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.055 s
08:48:55 testBug437270_comment3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.065 s
08:48:55 testBug438383 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.2 s
08:48:55 testBug439158 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.137 s
08:48:55 testBug439298_comment2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.04 s
08:48:55 testBug439298_comment3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.963 s
08:48:55 testBug439298_comment4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.054 s
08:48:55 testBug440398 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.038 s
08:48:55 testBug440398_comment2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.061 s
08:48:55 testBug440398_comment2a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.944 s
08:48:55 testBug440462 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.097 s
08:48:55 testBug440759a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.919 s
08:48:55 testBug440759b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.929 s
08:48:55 testBug440764 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.065 s
08:48:55 testBug440773 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.119 s
08:48:55 testBug441693 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.103 s
08:48:55 testBug441693other - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.055 s
08:48:55 testBug443870 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.022 s
08:48:55 testBug445227 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.066 s
08:48:55 testBug446217 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.022 s
08:48:55 testBug446442_2a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.006 s
08:48:55 testBug446442_2b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.007 s
08:48:55 testBug446442_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.083 s
08:48:55 testBug446442_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.008 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug446442_4 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 Test.java:8: error: types Foo<T,N> and Foo<T,N> are incompatible;\n
08:48:55 interface Baz extends Foo<Integer, Integer> {}\n
08:48:55 ^\n
08:48:55   interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
08:48:55   where T,N are type-variables:\n
08:48:55     T extends Object declared in interface Foo\n
08:48:55     N extends Number declared in interface Foo\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[Test.java:8: error: types Foo<T,N> and Foo<T,N> are incompatible;\n
08:48:55 interface Baz extends Foo<Integer, Integer> {}\n
08:48:55 ^\n
08:48:55   interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
08:48:55   where T,N are type-variables:\n
08:48:55     T extends Object declared in interface Foo\n
08:48:55     N extends Number declared in interface Foo\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest.testBug446442_4(NullTypeAnnotationTest.java:7472)
08:48:55 
08:48:55 testBug446442_5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.05 s
08:48:55 testBug446442_6a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.104 s
08:48:55 testBug446442_6b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.058 s
08:48:55 testBug446442_comment2a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.06 s
08:48:55 testBug446442_comment2b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.027 s
08:48:55 testBug446442_comment2c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.081 s
08:48:55 testBug447088 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.072 s
08:48:55 testBug447661 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.219 s
08:48:55 testBug448709 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.213 s
08:48:55 testBug448709_allocationExpression1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.001 s
08:48:55 testBug448709_allocationExpression2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.974 s
08:48:55 testBug448709_allocationExpression3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.991 s
08:48:55 testBug448709b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.162 s
08:48:55 testBug448777 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.047 s
08:48:55 testBug453475 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.252 s
08:48:55 testBug453475a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.15 s
08:48:55 testBug453475b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.152 s
08:48:55 testBug454182 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.805 s
08:48:55 testBug455180 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.157 s
08:48:55 testBug455180WithOtherAnnotation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.006 s
08:48:55 testBug456236 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.018 s
08:48:55 testBug456487a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.066 s
08:48:55 testBug456487b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.03 s
08:48:55 testBug456497 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.109 s
08:48:55 testBug456584 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.048 s
08:48:55 testBug459967_Array_clone - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.125 s
08:48:55 testBug459967_Array_clone_b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.023 s
08:48:55 testBug459967_Array_constructor - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.111 s
08:48:55 testBug459967_Array_constructor_b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.028 s
08:48:55 testBug461268 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.002 s
08:48:55 testBug461268invoke - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1 s
08:48:55 testBug461268nnbd - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.081 s
08:48:55 testBug465513 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.058 s
08:48:55 testBug466556Loops - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.006 s
08:48:55 testBug466556a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.893 s
08:48:55 testBug466556b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.955 s
08:48:55 testBug466556c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.959 s
08:48:55 testBug466556captures - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1 s
08:48:55 testBug466556field - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.095 s
08:48:55 testBug466556nonfree - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.254 s
08:48:55 testBug466556withPGMB - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.891 s
08:48:55 testBug466556withRaw - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.093 s
08:48:55 testBug466562 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.955 s
08:48:55 testBug466585_comment_0 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.002 s
08:48:55 testBug466585_comment_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.984 s
08:48:55 testBug466713 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.048 s
08:48:55 testBug466713b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.971 s
08:48:55 testBug466713c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.077 s
08:48:55 testBug466713d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.961 s
08:48:55 testBug466969 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.06 s
08:48:55 testBug467032 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.14 s
08:48:55 testBug467094 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.044 s
08:48:55 testBug467094_local - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.985 s
08:48:55 testBug467094_method - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.048 s
08:48:55 testBug467430 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.11 s
08:48:55 testBug467430array - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.055 s
08:48:55 testBug467430arrayMismatch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.073 s
08:48:55 testBug467430mismatch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.092 s
08:48:55 testBug467482 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.132 s
08:48:55 testBug467482regression - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.927 s
08:48:55 testBug467482simple - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.074 s
08:48:55 testBug467482switch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.104 s
08:48:55 testBug467482while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.102 s
08:48:55 testBug472663 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.292 s
08:48:55 testBug473713 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.048 s
08:48:55 testBug474239 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.034 s
08:48:55 testBug474239b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.024 s
08:48:55 testBug477719 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.984 s
08:48:55 testBug481322a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.025 s
08:48:55 testBug481332 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.097 s
08:48:55 testBug482228 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.048 s
08:48:55 testBug482242_annotatedTypeVariable - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.963 s
08:48:55 testBug482242_boundedWildcard - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.933 s
08:48:55 testBug482242_intermediate - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.069 s
08:48:55 testBug482242_simple - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.076 s
08:48:55 testBug482247 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.007 s
08:48:55 testBug482247_comment5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.035 s
08:48:55 testBug482752_lambda - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.144 s
08:48:55 testBug482752_methodref - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.118 s
08:48:55 testBug483146 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.154 s
08:48:55 testBug483146b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.135 s
08:48:55 testBug483527 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.017 s
08:48:55 testBug484108 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.071 s
08:48:55 testBug484471SubclassNonNull - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.002 s
08:48:55 testBug484471SubclassNullable - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.002 s
08:48:55 testBug484735 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.269 s
08:48:55 testBug484741 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.104 s
08:48:55 testBug484741Invoke - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.472 s
08:48:55 testBug484741Invoke2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.096 s
08:48:55 testBug484741Invoke3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.082 s
08:48:55 testBug484741b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.971 s
08:48:55 testBug484741c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.065 s
08:48:55 testBug484741d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.994 s
08:48:55 testBug484741e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.999 s
08:48:55 testBug484926 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.153 s
08:48:55 testBug484926BTB - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.1 s
08:48:55 testBug484926fields - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.005 s
08:48:55 testBug484926localDeclarationInForLoop - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.102 s
08:48:55 testBug484926locals - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.039 s
08:48:55 testBug484926nesting - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.054 s
08:48:55 testBug484926redundantNNBD - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.193 s
08:48:55 testBug484954 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.411 s
08:48:55 testBug484981 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.908 s
08:48:55 testBug484981b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.122 s
08:48:55 testBug484981c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.122 s
08:48:55 testBug484981d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.045 s
08:48:55 testBug485027 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.191 s
08:48:55 testBug485030 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.071 s
08:48:55 testBug485056 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.067 s
08:48:55 testBug485058 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.984 s
08:48:55 testBug485302 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.927 s
08:48:55 testBug485374 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.963 s
08:48:55 testBug485565 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.19 s
08:48:55 testBug485581 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.101 s
08:48:55 testBug485814 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.026 s
08:48:55 testBug485988Contradictory - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.003 s
08:48:55 testBug485988WildCardForTVWithNonNullBound - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.219 s
08:48:55 testBug485988WildcardOverride - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.118 s
08:48:55 testBug485988WildcardWithGenericBound - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.006 s
08:48:55 testBug485988bound - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.033 s
08:48:55 testBug485988neutral - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.127 s
08:48:55 testBug485988nonnull - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.014 s
08:48:55 testBug485988nullable - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.054 s
08:48:55 testBug488495collector - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.109 s
08:48:55 testBug489245 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.063 s
08:48:55 testBug489674 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.236 s
08:48:55 testBug489978 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.123 s
08:48:55 testBug490403 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.099 s
08:48:55 testBug490403negative - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.982 s
08:48:55 testBug490403typeArgAnnotationMismatch - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.987 s
08:48:55 testBug490403while - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.047 s
08:48:55 testBug492322 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.99 s
08:48:55 testBug492322deep - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.314 s
08:48:55 testBug492322field - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.07 s
08:48:55 testBug492322withGenericBase - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.111 s
08:48:55 testBug492327 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.966 s
08:48:55 testBug496591 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.034 s
08:48:55 testBug497698 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.93 s
08:48:55 testBug497698nestedinraw - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.937 s
08:48:55 testBug497698raw - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.917 s
08:48:55 testBug498084 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.224 s
08:48:55 testBug498084b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.088 s
08:48:55 testBug499589 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.094 s
08:48:55 testBug499589BTB - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.039 s
08:48:55 testBug499589BTBqualified - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.044 s
08:48:55 testBug499589STB - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.318 s
08:48:55 testBug499589STBqualified - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.186 s
08:48:55 testBug499589arrayAllocation - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.007 s
08:48:55 testBug499589generics - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.967 s
08:48:55 testBug499589leafTypeNullable - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.95 s
08:48:55 testBug499589multidim - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.97 s
08:48:55 testBug499589qualified - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.04 s
08:48:55 testBug499589qualified_leafTypeNullable - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.974 s
08:48:55 testBug499589qualified_multidim - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.942 s
08:48:55 testBug499597original - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.075 s
08:48:55 testBug499597simplified - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.031 s
08:48:55 testBug499714 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.068 s
08:48:55 testBug499862a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.096 s
08:48:55 testBug499862b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.013 s
08:48:55 testBug499862c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.021 s
08:48:55 testBug500885 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.079 s
08:48:55 testBug501031 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.132 s
08:48:55 testBug501031btb - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.971 s
08:48:55 testBug501031return - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.898 s
08:48:55 testBug501449 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.902 s
08:48:55 testBug501464 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.992 s
08:48:55 testBug501564 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.981 s
08:48:55 testBug501564interface - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.939 s
08:48:55 testBug501598 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.976 s
08:48:55 testBug502112 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.154 s
08:48:55 testBug502112b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.143 s
08:48:55 testBug505671 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.924 s
08:48:55 testBug507840 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.06 s
08:48:55 testBug508497 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.011 s
08:48:55 testBug509025 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.073 s
08:48:55 testBug509328 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.958 s
08:48:55 testBug510799 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.031 s
08:48:55 testBug511723 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.887 s
08:48:55 testBug513495 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.165 s
08:48:55 testBug513855 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.099 s
08:48:55 testBug513855lambda - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.112 s
08:48:55 testBug514091 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.097 s
08:48:55 testBug514570 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.064 s
08:48:55 testBug514977 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.005 s
08:48:55 testBug515292 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.069 s
08:48:55 testBug518839 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.954 s
08:48:55 testBug518839_BTB - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.021 s
08:48:55 testBug526555 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.972 s
08:48:55 testBug530913 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.393 s
08:48:55 testBug530913b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.117 s
08:48:55 testBug530971 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.459 s
08:48:55 testBug530971_BTB - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.333 s
08:48:55 testBug530971_locally_redundant - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.253 s
08:48:55 testBug530971_redundant - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.418 s
08:48:55 testBug531040 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.112 s
08:48:55 testBug533339 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.178 s
08:48:55 testBug534516 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.286 s
08:48:55 testBug536459 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.055 s
08:48:55 testBug536555 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.025 s
08:48:55 testBug540264 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.949 s
08:48:55 testBug542707_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0 s
08:48:55 testBug560213binary - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.299 s
08:48:55 testBug560213source - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.065 s
08:48:55 testBug560310 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.065 s
08:48:55 testBug560310try_finally - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.097 s
08:48:55 testCompatibility1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.275 s
08:48:55 testCompatibility1a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.049 s
08:48:55 testCompatibility2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.147 s
08:48:55 testCompatibility2a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.143 s
08:48:55 testCompatibility3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.088 s
08:48:55 testCompatibility3a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.963 s
08:48:55 testCompatibility4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.967 s
08:48:55 testCompatibility4a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.948 s
08:48:55 testCompatibility5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.035 s
08:48:55 testCompatibility6 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.014 s
08:48:55 testConditional1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.017 s
08:48:55 testConditional2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.059 s
08:48:55 testConditional3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.007 s
08:48:55 testDefault01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.983 s
08:48:55 testDefault01_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.109 s
08:48:55 testDefault01b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.011 s
08:48:55 testDefault02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.969 s
08:48:55 testDefault02_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.901 s
08:48:55 testDefault03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.932 s
08:48:55 testDefault03_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.882 s
08:48:55 testDefault04 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.904 s
08:48:55 testDefault04_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.883 s
08:48:55 testDefault05 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.896 s
08:48:55 testDefault05_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.836 s
08:48:55 testDefault05_custom - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.892 s
08:48:55 testDefault05_custom2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.883 s
08:48:55 testDefault06 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.92 s
08:48:55 testDefault06_b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.921 s
08:48:55 testDefault06_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.094 s
08:48:55 testDefault07 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.091 s
08:48:55 testDefault07_bin - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.093 s
08:48:55 testForeach - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.106 s
08:48:55 testLocalArrays - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.977 s
08:48:55 testMissingAnnotationTypes_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.879 s
08:48:55 testMultipleAnnotations1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.006 s
08:48:55 testNullTypeInference1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.045 s
08:48:55 testNullTypeInference2a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.053 s
08:48:55 testNullTypeInference2b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.012 s
08:48:55 testNullTypeInference2c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.074 s
08:48:55 testNullTypeInference2d - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.039 s
08:48:55 testNullTypeInference2e - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.153 s
08:48:55 testNullTypeInference2f - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.06 s
08:48:55 testNullTypeInference3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.003 s
08:48:55 testNullTypeInference3b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.989 s
08:48:55 testNullTypeInference3c - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.055 s
08:48:55 testNullableReturn - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.011 s
08:48:55 testRawType - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.936 s
08:48:55 testSE7AnnotationCopy - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.957 s
08:48:55 testSubstitution - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.043 s
08:48:55 testSubstitution2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.993 s
08:48:55 testSubstitution3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.967 s
08:48:55 testSubstitution4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.995 s
08:48:55 testSubstitution5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.972 s
08:48:55 testTypeBounds1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.047 s
08:48:55 testTypeBounds2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.029 s
08:48:55 testTypeBounds3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.982 s
08:48:55 testTypeBounds4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.985 s
08:48:55 testTypeVariable1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.938 s
08:48:55 testTypeVariable10 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.079 s
08:48:55 testTypeVariable10a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.083 s
08:48:55 testTypeVariable11 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.988 s
08:48:55 testTypeVariable12 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.113 s
08:48:55 testTypeVariable13 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.025 s
08:48:55 testTypeVariable14 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.006 s
08:48:55 testTypeVariable15 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.914 s
08:48:55 testTypeVariable15a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.992 s
08:48:55 testTypeVariable16 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.902 s
08:48:55 testTypeVariable16a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.016 s
08:48:55 testTypeVariable16b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.94 s
08:48:55 testTypeVariable17 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.923 s
08:48:55 testTypeVariable17a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.043 s
08:48:55 testTypeVariable18 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.004 s
08:48:55 testTypeVariable18raw - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.037 s
08:48:55 testTypeVariable19 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.027 s
08:48:55 testTypeVariable19a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.983 s
08:48:55 testTypeVariable2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.943 s
08:48:55 testTypeVariable20 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.963 s
08:48:55 testTypeVariable3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.918 s
08:48:55 testTypeVariable4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.907 s
08:48:55 testTypeVariable5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.178 s
08:48:55 testTypeVariable6 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.949 s
08:48:55 testTypeVariable6a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.087 s
08:48:55 testTypeVariable7 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.982 s
08:48:55 testTypeVariable7a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.143 s
08:48:55 testTypeVariable7err - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.024 s
08:48:55 testTypeVariable8 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.01 s
08:48:55 testTypeVariable9 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.054 s
08:48:55 testUnsupportedLocation01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.87 s
08:48:55 testUnsupportedLocation02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.901 s
08:48:55 testUnsupportedLocation03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.969 s
08:48:55 testUnsupportedLocation04 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.003 s
08:48:55 testUnsupportedLocation04a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.987 s
08:48:55 testUnsupportedLocation05 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.144 s
08:48:55 testUnsupportedLocation06 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.898 s
08:48:55 testUnsupportedLocation07 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.018 s
08:48:55 testUnsupportedLocation08 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.933 s
08:48:55 testWildcardCapture - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.03 s
08:48:55 testWildcardCapture2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.126 s
08:48:55 testWildcardCapture3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.054 s
08:48:55 test_nestedType_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.925 s
08:48:55 test_nestedType_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.974 s
08:48:55 test_nestedType_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.981 s
08:48:55 test_nestedType_04 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.963 s
08:48:55 test_nestedType_05 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.953 s
08:48:55 test_nonnull_list_elements_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.024 s
08:48:55 test_nonnull_list_elements_01a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.98 s
08:48:55 test_nonnull_list_elements_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.125 s
08:48:55 test_nonnull_list_elements_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.052 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.916 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.892 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.947 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.774 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.894 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.788 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.811 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.807 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.918 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.994 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.898 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.873 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.791 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.98 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.919 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.918 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.906 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.875 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.851 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.866 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.873 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.876 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.861 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.895 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.89 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.921 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.886 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.884 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.864 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.878 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.963 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.912 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.883 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.845 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.903 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.99 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.903 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.001 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.9 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.982 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.978 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.107 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.961 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.931 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.938 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.9 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.913 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.079 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.015 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.011 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.969 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.927 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.915 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.85 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.843 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.818 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.837 s
08:48:55 test059 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.904 s
08:48:55 test060 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.933 s
08:48:55 test061 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.916 s
08:48:55 test062 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.948 s
08:48:55 test063 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.886 s
08:48:55 test064 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.917 s
08:48:55 test065 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.927 s
08:48:55 test066 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.872 s
08:48:55 test067 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.86 s
08:48:55 test068 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.845 s
08:48:55 test069 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.915 s
08:48:55 test070 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.883 s
08:48:55 test071 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.84 s
08:48:55 test072 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.863 s
08:48:55 test073 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.912 s
08:48:55 test074 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.871 s
08:48:55 test075 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.846 s
08:48:55 test076 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.86 s
08:48:55 test077 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.864 s
08:48:55 test078 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.948 s
08:48:55 test079 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.822 s
08:48:55 test080 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.877 s
08:48:55 test081 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.877 s
08:48:55 test082 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.842 s
08:48:55 test083 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.855 s
08:48:55 test084 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.843 s
08:48:55 test085 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.876 s
08:48:55 test086 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.825 s
08:48:55 test087 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.857 s
08:48:55 test088 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.954 s
08:48:55 test089 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.899 s
08:48:55 test090 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.988 s
08:48:55 test091 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.956 s
08:48:55 test092 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.918 s
08:48:55 test093 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.931 s
08:48:55 test094 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.007 s
08:48:55 test095 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.945 s
08:48:55 test096 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.897 s
08:48:55 test097 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.745 s
08:48:55 test098 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.755 s
08:48:55 test383096 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.743 s
08:48:55 test384750 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.884 s
08:48:55 test384750a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.881 s
08:48:55 test384750b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.893 s
08:48:55 test384750c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.951 s
08:48:55 test384750d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.881 s
08:48:55 test384750e - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.902 s
08:48:55 test384750f - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.905 s
08:48:55 test384750g - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.882 s
08:48:55 test384750h - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.926 s
08:48:55 test384750i - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.904 s
08:48:55 test384750j - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.971 s
08:48:55 test384750k - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.847 s
08:48:55 test384750l - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.961 s
08:48:55 test384750m - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.996 s
08:48:55 test384750n - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.955 s
08:48:55 test384750o - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.001 s
08:48:55 test384750p - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.95 s
08:48:55 test384750q - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.975 s
08:48:55 test384750r - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.96 s
08:48:55 test384750s - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.999 s
08:48:55 test384750t - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.935 s
08:48:55 test384750u - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.934 s
08:48:55 test384750v - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.974 s
08:48:55 test384750w - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.004 s
08:48:55 test384750x - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.985 s
08:48:55 test384750y - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.939 s
08:48:55 test384750z - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.907 s
08:48:55 test384750z1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.975 s
08:48:55 test384750z2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.982 s
08:48:55 test384750z3 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.945 s
08:48:55 test384750z4 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.978 s
08:48:55 test384750z5 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.946 s
08:48:55 test384750z6 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.986 s
08:48:55 test384750z7 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.997 s
08:48:55 test384750z8 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.937 s
08:48:55 test384750z9 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.835 s
08:48:55 test400556 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.896 s
08:48:55 test400556a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.914 s
08:48:55 test400556b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.922 s
08:48:55 test400556c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.97 s
08:48:55 test400556d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.04 s
08:48:55 test400556e - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.992 s
08:48:55 test400556f - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.971 s
08:48:55 test400556g - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.973 s
08:48:55 test400556h - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.001 s
08:48:55 test400556i - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.024 s
08:48:55 test400556j - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.926 s
08:48:55 test400556k - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.973 s
08:48:55 test400745 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.834 s
08:48:55 test400745a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.991 s
08:48:55 test401610 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.043 s
08:48:55 test401610a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.07 s
08:48:55 test401610b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.976 s
08:48:55 test401610c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.987 s
08:48:55 test401610d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.987 s
08:48:55 test401610e - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.924 s
08:48:55 test401610ee - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.962 s
08:48:55 test401610f - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.954 s
08:48:55 test401610g - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.05 s
08:48:55 test401610h - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.953 s
08:48:55 test401610i - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.111 s
08:48:55 test401610j - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.95 s
08:48:55 test401769 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.899 s
08:48:55 test401789_401790 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.965 s
08:48:55 test401789_401790a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.975 s
08:48:55 test401845 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.905 s
08:48:55 test401845a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.893 s
08:48:55 test401845b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.887 s
08:48:55 test401845c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.892 s
08:48:55 test401845d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.916 s
08:48:55 test401845e - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.887 s
08:48:55 test401847 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.993 s
08:48:55 test401847a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.903 s
08:48:55 test401939 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.98 s
08:48:55 test401939a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.895 s
08:48:55 test401939b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.98 s
08:48:55 test401939c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.94 s
08:48:55 test401939ca - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.969 s
08:48:55 test401939d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.922 s
08:48:55 test401939e - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.873 s
08:48:55 test401939f - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.918 s
08:48:55 test401989 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.939 s
08:48:55 test402219 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.901 s
08:48:55 test402219a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.207 s
08:48:55 test402219b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.898 s
08:48:55 test402259 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.748 s
08:48:55 test402261 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.896 s
08:48:55 test402261a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.892 s
08:48:55 test402261b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.869 s
08:48:55 test402261c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.872 s
08:48:55 test402609 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.917 s
08:48:55 test402609a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.916 s
08:48:55 test402609b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.945 s
08:48:55 test402609c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.921 s
08:48:55 test404657_final - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.906 s
08:48:55 test404657_loop - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.991 s
08:48:55 test405134a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.724 s
08:48:55 test406586 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.841 s
08:48:55 test406588 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.849 s
08:48:55 test406614 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.862 s
08:48:55 test406773 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.005 s
08:48:55 test406859a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.019 s
08:48:55 test406859b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.955 s
08:48:55 test406859c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.928 s
08:48:55 test406859d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.916 s
08:48:55 test409544 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.871 s
08:48:55 test409544b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.855 s
08:48:55 test410114 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.992 s
08:48:55 test412284a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.867 s
08:48:55 test412284b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.835 s
08:48:55 test412284c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.889 s
08:48:55 test412453 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.059 s
08:48:55 test412650 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.958 s
08:48:55 test415844a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.874 s
08:48:55 test415844b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.865 s
08:48:55 test421926 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.843 s
08:48:55 test421926b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.876 s
08:48:55 test421926c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.917 s
08:48:55 test421927 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.982 s
08:48:55 test421927a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.034 s
08:48:55 test422489 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.964 s
08:48:55 test422489a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.918 s
08:48:55 test422489b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.005 s
08:48:55 test422489c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.912 s
08:48:55 test422489d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.912 s
08:48:55 test422516 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.898 s
08:48:55 test422516a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.882 s
08:48:55 test422801 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.872 s
08:48:55 test422801a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.893 s
08:48:55 test423129 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.743 s
08:48:55 test423129b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.773 s
08:48:55 test423129c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.061 s
08:48:55 test423429 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.951 s
08:48:55 test423803 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.883 s
08:48:55 test423803b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.884 s
08:48:55 test424154a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.941 s
08:48:55 test424154b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.904 s
08:48:55 test424400 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.887 s
08:48:55 test424444 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.971 s
08:48:55 test425278 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.923 s
08:48:55 test425512 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.829 s
08:48:55 test425512a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.891 s
08:48:55 test425512b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.868 s
08:48:55 test425512c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.87 s
08:48:55 test425512cd - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.867 s
08:48:55 test425512ce - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.903 s
08:48:55 test425621 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.865 s
08:48:55 test425712 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.824 s
08:48:55 test426206 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.921 s
08:48:55 test426965 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.023 s
08:48:55 test427207 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.879 s
08:48:55 test427265 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.084 s
08:48:55 test427749 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.912 s
08:48:55 test428177 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.25 s
08:48:55 test428300 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.04 s
08:48:55 test428300a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.032 s
08:48:55 test428795 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.026 s
08:48:55 test428857 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.015 s
08:48:55 test428857a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.034 s
08:48:55 test428857b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.997 s
08:48:55 test428857c - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.066 s
08:48:55 test428857d - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.078 s
08:48:55 test428857e - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.053 s
08:48:55 test428857f - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.065 s
08:48:55 test428857g - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.044 s
08:48:55 test429833 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.845 s
08:48:55 test429934 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.742 s
08:48:55 test429969 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.068 s
08:48:55 test429969a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.887 s
08:48:55 test430310 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.854 s
08:48:55 test431514 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.886 s
08:48:55 test432531a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.943 s
08:48:55 test432759 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.144 s
08:48:55 test433458 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.98 s
08:48:55 test433458a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.827 s
08:48:55 test433588 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.094 s
08:48:55 test433588a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.08 s
08:48:55 test433735 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.972 s
08:48:55 test435397 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.956 s
08:48:55 test437444 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.023 s
08:48:55 test438945 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.069 s
08:48:55 test439707 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.892 s
08:48:55 test440643 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.967 s
08:48:55 test440643a - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.975 s
08:48:55 test440643b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.945 s
08:48:55 test442446 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.204 s
08:48:55 test442983 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.944 s
08:48:55 test444665 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.952 s
08:48:55 test474522 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.006 s
08:48:55 testBug426563 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.892 s
08:48:55 testBug458332 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 3.147 s
08:48:55 testBug487390 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.76 s
08:48:55 testBug487390b - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.932 s
08:48:55 testExplicitTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.953 s
08:48:55 testGenericArrayCreation - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.916 s
08:48:55 testGroundTargetTypeWithWithWildcards - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.911 s
08:48:55 testIntersectionCast - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.092 s
08:48:55 testSuperReference01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.92 s
08:48:55 testSuperReference02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.953 s
08:48:55 testSuperReference03 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.94 s
08:48:55 testUnderScoreParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.774 s
08:48:55 test_bug399770_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.977 s
08:48:55 test_bug399770_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.891 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.024 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.106 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.09 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.935 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.059 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.082 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.033 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.069 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.042 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.071 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.035 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.028 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.228 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.078 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.076 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.108 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.102 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.044 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.035 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.055 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.057 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.048 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.025 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.075 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.014 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.155 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.174 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.162 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.101 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.067 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.062 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.061 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.062 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.056 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.02 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.186 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.196 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.97 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.971 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test039 - Eclipse/Javac standard output mismatch.
08:48:55 ----------- Expected ------------
08:48:55 class X cannot be cast to class I (X and I are in unnamed module of loader
08:48:55 ------------ but was ------------
08:48:55 class X cannot be cast to class I (X and I are in unnamed module of loader 'app')
08:48:55 --------- Difference is ----------
08:48:55  expected:<...med module of loader[]> but was:<...med module of loader[ 'app')]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest.test039(LambdaExpressionsTest.java:1033)
08:48:55 
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.05 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.156 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.101 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.153 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.957 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.059 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.126 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.144 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.046 s
08:48:55 test050 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.107 s
08:48:55 test051 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.056 s
08:48:55 test052 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.024 s
08:48:55 test053 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.17 s
08:48:55 test054 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.105 s
08:48:55 test055 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.075 s
08:48:55 test056 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.126 s
08:48:55 test057 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.069 s
08:48:55 test058 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.036 s
08:48:55 test406744a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.108 s
08:48:55 test406744b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.117 s
08:48:55 test406744c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.114 s
08:48:55 test406744d - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.064 s
08:48:55 test406744e - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.073 s
08:48:55 test406744f - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.059 s
08:48:55 test406744g - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.07 s
08:48:55 test406744h - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.094 s
08:48:55 test406744i - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.095 s
08:48:55 test406744j - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.106 s
08:48:55 test406744k - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.085 s
08:48:55 test406744l - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.041 s
08:48:55 test406744m - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.012 s
08:48:55 test406744n - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.049 s
08:48:55 test406744o - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.039 s
08:48:55 test406744p - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.054 s
08:48:55 test406744q - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.034 s
08:48:55 test406744r - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.026 s
08:48:55 test406744s - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.032 s
08:48:55 test406744t - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.05 s
08:48:55 test406744u - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.026 s
08:48:55 test406744v - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.054 s
08:48:55 test406744w - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.058 s
08:48:55 test406744x - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.061 s
08:48:55 test421536 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.036 s
08:48:55 test421536a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.061 s
08:48:55 test421607 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.985 s
08:48:55 test421712 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.054 s
08:48:55 test421927 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.073 s
08:48:55 test422515 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.039 s
08:48:55 test422515a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.051 s
08:48:55 test422800 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.043 s
08:48:55 test423684 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.137 s
08:48:55 test424226 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.017 s
08:48:55 test424589 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.932 s
08:48:55 test424628 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.043 s
08:48:55 test425152 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.954 s
08:48:55 test425512 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.887 s
08:48:55 test425712 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.03 s
08:48:55 test426074 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.05 s
08:48:55 test426086 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.093 s
08:48:55 test426086a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.09 s
08:48:55 test426411 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.061 s
08:48:55 test426411b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.082 s
08:48:55 test426411c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.06 s
08:48:55 test426411d - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.095 s
08:48:55 test426411e - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.98 s
08:48:55 test426411f - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.99 s
08:48:55 test427483 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.303 s
08:48:55 test427627 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.114 s
08:48:55 test427744 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.071 s
08:48:55 test427962 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.249 s
08:48:55 test428003 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.142 s
08:48:55 test428003a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.17 s
08:48:55 test428112 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.511 s
08:48:55 test428261 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.053 s
08:48:55 test428261a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.042 s
08:48:55 test428552 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.438 s
08:48:55 test428642 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.44 s
08:48:55 test428857 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.243 s
08:48:55 test428857a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.125 s
08:48:55 test428857b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.125 s
08:48:55 test428857c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.114 s
08:48:55 test429112 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.119 s
08:48:55 test429112a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.131 s
08:48:55 test429112b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.127 s
08:48:55 test429112c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.12 s
08:48:55 test429759 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.101 s
08:48:55 test429763 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.12 s
08:48:55 test429763a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.094 s
08:48:55 test429948 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.129 s
08:48:55 test429969 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.19 s
08:48:55 test430015 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.143 s
08:48:55 test430035 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.089 s
08:48:55 test430035a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.075 s
08:48:55 test430035b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.104 s
08:48:55 test430035c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.094 s
08:48:55 test430035d - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.979 s
08:48:55 test430035e - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.991 s
08:48:55 test430035f - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.129 s
08:48:55 test430040 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.124 s
08:48:55 test430043 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.175 s
08:48:55 test430241 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.049 s
08:48:55 test430310 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.967 s
08:48:55 test430310a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.959 s
08:48:55 test430310b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.972 s
08:48:55 test430310c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.983 s
08:48:55 test430766 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.991 s
08:48:55 test430766a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.063 s
08:48:55 test431190 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.169 s
08:48:55 test431514 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.94 s
08:48:55 test431514a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.954 s
08:48:55 test432110 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.142 s
08:48:55 test432520 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.062 s
08:48:55 test432531 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.98 s
08:48:55 test432605 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.658 s
08:48:55 test432619 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.076 s
08:48:55 test432619a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.216 s
08:48:55 test432625 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.134 s
08:48:55 test432682 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.177 s
08:48:55 test434297 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.168 s
08:48:55 test436542 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.231 s
08:48:55 test437781 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.974 s
08:48:55 test438534 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.234 s
08:48:55 test439515 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.065 s
08:48:55 test439515a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.03 s
08:48:55 test440152 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.992 s
08:48:55 test440152a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.002 s
08:48:55 test441907 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.186 s
08:48:55 test441929 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.011 s
08:48:55 test443889 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.215 s
08:48:55 test444772 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.144 s
08:48:55 test444773 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.154 s
08:48:55 test444785 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.203 s
08:48:55 test444803 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.152 s
08:48:55 test445949 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.192 s
08:48:55 test445949a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.917 s
08:48:55 test447119 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.218 s
08:48:55 test447119a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.166 s
08:48:55 test447119b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.209 s
08:48:55 test447119c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.241 s
08:48:55 test447119d - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.652 s
08:48:55 test447119e - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.323 s
08:48:55 test448802 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.163 s
08:48:55 test449063 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.132 s
08:48:55 test449063a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.197 s
08:48:55 test449063b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.141 s
08:48:55 test449063c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.192 s
08:48:55 test449063d - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.086 s
08:48:55 test449063e - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.178 s
08:48:55 test449063f - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.11 s
08:48:55 test456395 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.396 s
08:48:55 test459305 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.301 s
08:48:55 test461004 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.103 s
08:48:55 test467825 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.996 s
08:48:55 test467825a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.014 s
08:48:55 test476859 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.11 s
08:48:55 test476859a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.112 s
08:48:55 test477263 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.136 s
08:48:55 test477263a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.047 s
08:48:55 test477263b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.067 s
08:48:55 test478533 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.988 s
08:48:55 test478533a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.937 s
08:48:55 test489631 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.122 s
08:48:55 test489631a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.17 s
08:48:55 test500374 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.171 s
08:48:55 test500374a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.197 s
08:48:55 test509804 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.156 s
08:48:55 testBUg490469 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.087 s
08:48:55 testBug419048_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.121 s
08:48:55 testBug419048_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.123 s
08:48:55 testBug419048_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.107 s
08:48:55 testBug424742 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.751 s
08:48:55 testBug452587 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.993 s
08:48:55 testBug479284 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.279 s
08:48:55 testBug485529 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.019 s
08:48:55 testBug487586 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.939 s
08:48:55 testBug491139 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.107 s
08:48:55 testBug499258 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.975 s
08:48:55 testBug502871 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.982 s
08:48:55 testBug514105 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.943 s
08:48:55 testBug515473 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.954 s
08:48:55 testBug516833 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.173 s
08:48:55 testBug517299 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.165 s
08:48:55 testBug517951 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.141 s
08:48:55 testBug517951a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.081 s
08:48:55 testBug517951b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.942 s
08:48:55 testBug517951c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1 s
08:48:55 testBug521182 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.1 s
08:48:55 testBug521182a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.062 s
08:48:55 testBug521182b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.061 s
08:48:55 testBug521808 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.028 s
08:48:55 testBug521818 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.126 s
08:48:55 testBug522469 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.937 s
08:48:55 testBug522469a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.971 s
08:48:55 testBug522469b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.898 s
08:48:55 testBug529199 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.026 s
08:48:55 testBug531093 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.147 s
08:48:55 testBug531093comment1 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.107 s
08:48:55 testBug540520 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.274 s
08:48:55 testBug540631 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.079 s
08:48:55 testBug553885a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.193 s
08:48:55 testBug553885b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.186 s
08:48:55 testBug553885c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.195 s
08:48:55 testGenericArrayCreation - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.05 s
08:48:55 testLambdaInference1 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.122 s
08:48:55 testLambdaInference2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.114 s
08:48:55 testReferenceExpressionInference1 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.014 s
08:48:55 testReferenceExpressionInference2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.015 s
08:48:55 testReferenceExpressionInference3a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.024 s
08:48:55 testReferenceExpressionInference3b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.998 s
08:48:55 testreduced432605 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.273 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.109 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.989 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.018 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.967 s
08:48:55 test447767 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.115 s
08:48:55 test447767a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.99 s
08:48:55 test447767b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.119 s
08:48:55 test447767c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.113 s
08:48:55 test447767d - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.142 s
08:48:55 test448724 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.243 s
08:48:55 test448954 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.118 s
08:48:55 test449410 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.006 s
08:48:55 test449824 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.953 s
08:48:55 test450380 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.943 s
08:48:55 test450604 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.119 s
08:48:55 test450604a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.926 s
08:48:55 testBug4448556 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.133 s
08:48:55 testBug4448556a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.217 s
08:48:55 testBug446691_comment14 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.009 s
08:48:55 testBug446691_comment14b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.96 s
08:48:55 testBug446691_comment5 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.043 s
08:48:55 testBug446691_comment8 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.957 s
08:48:55 testBug451840 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.883 s
08:48:55 testBug453687 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.434 s
08:48:55 testBug456481 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.189 s
08:48:55 testBug457007 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.1 s
08:48:55 testBug463526 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.923 s
08:48:55 testBug463526b - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.978 s
08:48:55 testBug463526c - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.988 s
08:48:55 testBug464408 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.97 s
08:48:55 testBug465900 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.164 s
08:48:55 testBug472648 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.068 s
08:48:55 testBug473432 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.215 s
08:48:55 testBug477888 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.999 s
08:48:55 testBug511676 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.115 s
08:48:55 testBug511676a - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.06 s
08:48:55 testBug543778 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.021 s
08:48:55 test001_simple - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.522 s
08:48:55 test002_simpleNonSerializable - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.196 s
08:48:55 test003_twoSerializedLambdas - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.508 s
08:48:55 test004_lambdaWithParameterInPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.42 s
08:48:55 test005_capturingVariableLambdaWithParameterInPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.421 s
08:48:55 test006_capturingVariableLambdaWithParameterInPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.461 s
08:48:55 test008_capturingTwoVariableLambdaWithParameterInPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.42 s
08:48:55 test009_capturingTwoSlotVariablesLambdaWithParameterInPackage - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.398 s
08:48:55 test010_VarargsLambdaExpression - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.447 s
08:48:55 test012_intersectionCast - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.507 s
08:48:55 test013_intersectionCast - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.468 s
08:48:55 test014_intersectionCastAndNotSerializable - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.344 s
08:48:55 test015_serializableViaIntersectionCast - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.49 s
08:48:55 test016_bug424211 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.276 s
08:48:55 test017_bug424211 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.226 s
08:48:55 test018_bug424211 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.212 s
08:48:55 test019_bug424211 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.407 s
08:48:55 test020_lambdaNames - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.263 s
08:48:55 test021_lambdaNamesVariants - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.338 s
08:48:55 test022_nestedLambdas - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.399 s
08:48:55 test023_lambdasInOtherPlaces_Field - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.401 s
08:48:55 test024_lambdasInOtherPlaces_MethodParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.393 s
08:48:55 test025_lambdasWithGenericInferencing - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.423 s
08:48:55 test026_lambdasInOtherPlaces_Clinit - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.422 s
08:48:55 test428552 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.381 s
08:48:55 test428642 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.395 s
08:48:55 test428642_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.428 s
08:48:55 test429112 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.447 s
08:48:55 test439889 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.423 s
08:48:55 test439889_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.395 s
08:48:55 test449467 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.43 s
08:48:55 test449467_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.473 s
08:48:55 testBindingThis_442418 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.408 s
08:48:55 testNestedLambdas_442416 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.407 s
08:48:55 testbug479119 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.527 s
08:48:55 testbug479119_comment20 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.567 s
08:48:55 testbug479119a - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.696 s
08:48:55 testbug479119b - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.5 s
08:48:55 testbug485333 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.522 s
08:48:55 testbug494487 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.323 s
08:48:55 testbug497879 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.664 s
08:48:55 testbug497879a - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.473 s
08:48:55 testbug497879b - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.597 s
08:48:55 testbug503118 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.638 s
08:48:55 testbug507011 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.417 s
08:48:55 testbug509782 - 12(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.418 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.006 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.201 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.068 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.961 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.924 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.043 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.957 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.059 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.06 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.087 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.106 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.061 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.074 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.168 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.079 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.123 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.094 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.067 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.08 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.009 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.171 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.206 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.988 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.937 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.132 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.987 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.977 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.113 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.936 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.099 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.015 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.044 s
08:48:55 test400871 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.056 s
08:48:55 test4008712 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.004 s
08:48:55 test4008712e - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.104 s
08:48:55 test4008712f - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.929 s
08:48:55 test4008712g - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.975 s
08:48:55 test4008712h - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.998 s
08:48:55 test4008712i - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.998 s
08:48:55 test4008712j - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.109 s
08:48:55 test4008712k - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.105 s
08:48:55 test4008712l - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.099 s
08:48:55 test4008712m - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.109 s
08:48:55 test4008712n - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.086 s
08:48:55 test4008712o - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 3.693 s
08:48:55 test4008712p - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.979 s
08:48:55 test4008712q_diamond - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.162 s
08:48:55 test4008712q_raw - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.045 s
08:48:55 test4008712r - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.074 s
08:48:55 test4008712s - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.169 s
08:48:55 test4008712t - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.19 s
08:48:55 test4008712u - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.993 s
08:48:55 test4008712v - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.196 s
08:48:55 test4008712w - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.002 s
08:48:55 test4008712x - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.085 s
08:48:55 test4008712y - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.086 s
08:48:55 test4008712z - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.054 s
08:48:55 test4008712za - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.093 s
08:48:55 test4008712zb - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.992 s
08:48:55 test4008712zc - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.943 s
08:48:55 test4008712zd - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.093 s
08:48:55 test4008712ze - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.063 s
08:48:55 test4008712zf - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.115 s
08:48:55 test4008712zg - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.087 s
08:48:55 test4008712zh - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.082 s
08:48:55 test400871a - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.09 s
08:48:55 test400871b - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.083 s
08:48:55 test400871c - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.01 s
08:48:55 test400871d - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.978 s
08:48:55 test401850 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.006 s
08:48:55 test422050 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.029 s
08:48:55 test427072 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.185 s
08:48:55 test427072a - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.057 s
08:48:55 test427072b - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.064 s
08:48:55 test427072c - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.083 s
08:48:55 test427628 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.104 s
08:48:55 test427628a - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.967 s
08:48:55 test427628b - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.972 s
08:48:55 test427748 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.086 s
08:48:55 test427808 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.01 s
08:48:55 test429985 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.149 s
08:48:55 test429985a - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.095 s
08:48:55 test448801 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.976 s
08:48:55 test450415 - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.172 s
08:48:55 test450415a - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.081 s
08:48:55 test482440a - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.907 s
08:48:55 test482440b - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 0.945 s
08:48:55 testVarargs - 12(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.054 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.046 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.05 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.084 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.132 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.074 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.093 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.035 s
08:48:55 test007a - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.062 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.101 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.12 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.157 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.137 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.289 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.044 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.095 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.073 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.051 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.068 s
08:48:55 test424444 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.056 s
08:48:55 test424444a - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.043 s
08:48:55 test424444b - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.073 s
08:48:55 test424444c - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.065 s
08:48:55 test424444d - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.088 s
08:48:55 test430015 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.159 s
08:48:55 test430015a - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.086 s
08:48:55 test430035 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.148 s
08:48:55 test430571 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 0.983 s
08:48:55 test435869 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.081 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.896 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.924 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test002 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:10: error: types I and J are incompatible;\n
08:48:55 	Object p = (I & J) () -> {};\n
08:48:55 	           ^\n
08:48:55   class INT#1 inherits unrelated defaults for doitalso() from types I and J\n
08:48:55   where INT#1 is an intersection type:\n
08:48:55     INT#1 extends Object,I,J\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:10: error: types I and J are incompatible;\n
08:48:55 	Object p = (I & J) () -> {};\n
08:48:55 	           ^\n
08:48:55   class INT#1 inherits unrelated defaults for doitalso() from types I and J\n
08:48:55   where INT#1 is an intersection type:\n
08:48:55     INT#1 extends Object,I,J\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests.test002(ExpressionContextTests.java:71)
08:48:55 
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.883 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.871 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.887 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.933 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.001 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.89 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.063 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.973 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.9 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.873 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.867 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.859 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.87 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.901 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.913 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.997 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.994 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.937 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.967 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.994 s
08:48:55 test400977 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.835 s
08:48:55 test406619 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.848 s
08:48:55 test422731 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.876 s
08:48:55 test423467 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.104 s
08:48:55 test424914 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.883 s
08:48:55 test424914a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.978 s
08:48:55 test425718 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.918 s
08:48:55 test425719 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.021 s
08:48:55 test426318 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.883 s
08:48:55 test427478 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.081 s
08:48:55 test427478a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.046 s
08:48:55 test436350 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.003 s
08:48:55 test436350a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.242 s
08:48:55 test438471 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.016 s
08:48:55 test453552 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.867 s
08:48:55 test453552_comment2 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.901 s
08:48:55 test458547_comment0_a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.901 s
08:48:55 test458547_comment0_b - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.895 s
08:48:55 test477891_comment0 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.96 s
08:48:55 test477891_comment0_a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.983 s
08:48:55 test477891_comment3_a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.925 s
08:48:55 test477891_comment3_b - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.972 s
08:48:55 test477891_comment3_c - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.923 s
08:48:55 test477891_comment3_d - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.949 s
08:48:55 testAbstract01 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.869 s
08:48:55 testAbstract02 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.976 s
08:48:55 testAbstract02a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.872 s
08:48:55 testAbstract02b - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.874 s
08:48:55 testAbstract02c - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.905 s
08:48:55 testAbstract03 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.936 s
08:48:55 testAbstract03a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.904 s
08:48:55 testAbstract04 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.896 s
08:48:55 testAbstract04a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.878 s
08:48:55 testAbstract05 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.914 s
08:48:55 testAbstract06 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.934 s
08:48:55 testAbstract06a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.959 s
08:48:55 testAbstract07 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.913 s
08:48:55 testAbstract08 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.898 s
08:48:55 testAbstract6b - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.967 s
08:48:55 testAnnotation1 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.896 s
08:48:55 testBridge01 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.96 s
08:48:55 testBridge02 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.148 s
08:48:55 testBug420084 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.893 s
08:48:55 testBug421543 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.864 s
08:48:55 testBug421543a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.894 s
08:48:55 testBug421543b - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.017 s
08:48:55 testBug421797 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.164 s
08:48:55 testBug437522 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.107 s
08:48:55 testBug437522a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.136 s
08:48:55 testBug539743 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.119 s
08:48:55 testDefaultNonclash - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.795 s
08:48:55 testDefaultNonclash2 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.804 s
08:48:55 testDefaultNonclash3 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.806 s
08:48:55 testDefaultNonclash4 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.795 s
08:48:55 testDefaultNonclash5 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.923 s
08:48:55 testInheritedDefaultOverrides01 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.884 s
08:48:55 testInheritedDefaultOverrides02 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.906 s
08:48:55 testInheritedDefaultOverrides03 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.983 s
08:48:55 testInheritedDefaultOverrides04 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.958 s
08:48:55 testInheritedDefaultOverrides05 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.071 s
08:48:55 testInheritedDefaultOverrides06 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.122 s
08:48:55 testModifiers1 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.996 s
08:48:55 testModifiers1a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.967 s
08:48:55 testModifiers1b - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.807 s
08:48:55 testModifiers2 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.839 s
08:48:55 testModifiers3 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.859 s
08:48:55 testModifiers4 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.827 s
08:48:55 testModifiers5 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.456 s
08:48:55 testModifiers6 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.855 s
08:48:55 testModifiers7 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.806 s
08:48:55 testObjectMethod1 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.888 s
08:48:55 testObjectMethod2 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.994 s
08:48:55 testObjectMethod3 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.954 s
08:48:55 testStaticMethod01 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.85 s
08:48:55 testStaticMethod02 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.856 s
08:48:55 testStaticMethod03 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.017 s
08:48:55 testStaticMethod04 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.938 s
08:48:55 testStaticMethod05 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.869 s
08:48:55 testStaticMethod06 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.032 s
08:48:55 testStaticMethod07 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.861 s
08:48:55 testStaticMethod08 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.912 s
08:48:55 testStaticMethod09 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.875 s
08:48:55 testStaticMethod10 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.896 s
08:48:55 testStaticMethod11 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.909 s
08:48:55 testStaticMethod12 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.896 s
08:48:55 testStaticMethod13 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.939 s
08:48:55 testSuperAccess01 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.017 s
08:48:55 testSuperAccess02 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.065 s
08:48:55 testSuperAccess03 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.902 s
08:48:55 testSuperCall1 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.16 s
08:48:55 testSuperCall2 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.125 s
08:48:55 testSuperCall3 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.071 s
08:48:55 testSuperCall4 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.933 s
08:48:55 testSuperCall5 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.01 s
08:48:55 testSuperCall6 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.992 s
08:48:55 testThisReference1 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.036 s
08:48:55 test000 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.842 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.992 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.006 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.955 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.061 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.988 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.824 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.968 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.999 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.97 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.001 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.035 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.757 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.94 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.864 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.925 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.845 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.921 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.95 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.941 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.948 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.932 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.86 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.872 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.878 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.88 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.778 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.855 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.965 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.922 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.817 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.841 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.86 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.925 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.809 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.847 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.825 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.785 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.95 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.888 s
08:48:55 testBug535308a - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 0.938 s
08:48:55 testBug535308b - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 0.934 s
08:48:55 testBug535308c - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 0.957 s
08:48:55 testBug535308d - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 0.924 s
08:48:55 testBug535308e - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 0.969 s
08:48:55 testLambda_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.086 s
08:48:55 testLambda_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.018 s
08:48:55 testLambda_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.091 s
08:48:55 testLambda_04 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.02 s
08:48:55 testLambda_05 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.097 s
08:48:55 testLambda_05a - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 0.999 s
08:48:55 testReferenceExpression1 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 0.902 s
08:48:55 testReferenceExpression_nullAnnotation_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.082 s
08:48:55 testReferenceExpression_nullAnnotation_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.206 s
08:48:55 testReferenceExpression_nullAnnotation_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.008 s
08:48:55 testReferenceExpression_null_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.047 s
08:48:55 test001_classTypeParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.111 s
08:48:55 test002_classTypeParameter_reflection - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.263 s
08:48:55 test003_classTypeParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.992 s
08:48:55 test004_classTypeParameter_reflection - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.324 s
08:48:55 test005_classTypeParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.051 s
08:48:55 test006_classTypeParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.035 s
08:48:55 test007_methodTypeParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.023 s
08:48:55 test008_methodTypeParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.121 s
08:48:55 test009_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.019 s
08:48:55 test010_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.055 s
08:48:55 test011_classExtends_reflection - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.258 s
08:48:55 test012_classExtends_reflection - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.201 s
08:48:55 test013_classExtends_interfaces - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.049 s
08:48:55 test014_classExtends_interfaces_reflection - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.218 s
08:48:55 test015_classExtends_interfaces_reflection - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.247 s
08:48:55 test016_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.071 s
08:48:55 test017_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.033 s
08:48:55 test018_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.035 s
08:48:55 test019_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.029 s
08:48:55 test020_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.029 s
08:48:55 test021_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.019 s
08:48:55 test022_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.077 s
08:48:55 test023_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.025 s
08:48:55 test024_classExtends - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.064 s
08:48:55 test025_classTypeParameterBound - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.054 s
08:48:55 test026_classTypeParameterBound - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.107 s
08:48:55 test027_classTypeParameterBound_complex - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.068 s
08:48:55 test028_methodTypeParameterBound - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.025 s
08:48:55 test029_methodTypeParameterBound - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.079 s
08:48:55 test030_methodTypeParameterBound - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.053 s
08:48:55 test031_methodTypeParameterBound_complex - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.041 s
08:48:55 test032_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.986 s
08:48:55 test033_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.105 s
08:48:55 test034_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.029 s
08:48:55 test035_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.102 s
08:48:55 test036_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.096 s
08:48:55 test037_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.07 s
08:48:55 test038_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.353 s
08:48:55 test038a_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.056 s
08:48:55 test039_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.086 s
08:48:55 test040_field_complex - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.189 s
08:48:55 test041_field - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.244 s
08:48:55 test042_methodReturnType - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.098 s
08:48:55 test043_methodReceiver - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.02 s
08:48:55 test044_methodReceiver - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.056 s
08:48:55 test045_methodParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.066 s
08:48:55 test046_methodParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.051 s
08:48:55 test047_methodParameterArray - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.118 s
08:48:55 test048_throws - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.57 s
08:48:55 test049_codeblocks_localVariable - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.153 s
08:48:55 test050_codeblocks_localVariable - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.079 s
08:48:55 test051_codeblocks_resourceVariable - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.18 s
08:48:55 test052_codeblocks_exceptionParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.044 s
08:48:55 test053_codeblocks_exceptionParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.047 s
08:48:55 test054_codeblocks_exceptionParameter - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.037 s
08:48:55 test055_codeblocks_exceptionParameterMultiCatch - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.045 s
08:48:55 test055a_codeblocks_exceptionParameterNestedType - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.063 s
08:48:55 test055b_codeblocks_exceptionParameterMultiCatchNestedType - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.009 s
08:48:55 test055c_codeblocks_exceptionParameterMultiCatch - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.088 s
08:48:55 test055d_codeblocks_exceptionParameterMultiCatch - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.093 s
08:48:55 test055e_codeblocks_exceptionParameterMultiCatch - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.106 s
08:48:55 test055f_codeblocks_exceptionParameterComplex - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.055 s
08:48:55 test056_codeblocks_instanceof - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.078 s
08:48:55 test057_codeblocks_new - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.089 s
08:48:55 test057_codeblocks_new3_415821 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.027 s
08:48:55 test057_codeblocks_new4_415821 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.004 s
08:48:55 test058_codeblocks_new2 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.094 s
08:48:55 test059_codeblocks_new_newArray - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.076 s
08:48:55 test060_codeblocks_new_multiNewArray - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.008 s
08:48:55 test060a_codeblocks_new_newArrayWithInitializer - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.041 s
08:48:55 test060b_codeblocks_new_multiNewArray - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.057 s
08:48:55 test060c_codeblocks_new_multiNewArray - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.116 s
08:48:55 test060d_codeblocks_new_arraysWithNestedTypes - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.02 s
08:48:55 test060e_codeblocks_new_arraysWithNestedTypes - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.021 s
08:48:55 test060f_codeblocks_new_arraysWithQualifiedNestedTypes - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.065 s
08:48:55 test061_codeblocks_new_newArrayWithInitializer - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.041 s
08:48:55 test062_codeblocks_newArray - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.09 s
08:48:55 test062_codeblocks_newArrayWithInitializer - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.067 s
08:48:55 test063_codeblocks_new_instanceof - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.079 s
08:48:55 test064_codeblocks_constructorReference - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.192 s
08:48:55 test065_codeblocks_methodReference - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.163 s
08:48:55 test066_codeblocks_methodReference - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.924 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test066_codeblocks_methodReference - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 An exception has occurred in the compiler (12). 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
08:48:55 java.lang.AssertionError\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1029)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:307)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:306)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:648)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1338)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2541)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2532)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4934)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2529)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3014)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3015)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3037)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2911)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:2949)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1892)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1885)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:453)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1551)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1731)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1800)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1774)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3375)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3541)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2967)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3209)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2270)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:708)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1187)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:756)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1307)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1111)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4884)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4775)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4704)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4649)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1341)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[An exception has occurred in the compiler (12). 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
08:48:55 java.lang.AssertionError\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1029)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:307)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:306)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:648)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1338)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2541)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2532)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4934)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2529)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3014)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3015)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3037)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2911)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:2949)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1892)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1885)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:453)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1551)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1731)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1800)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1774)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3375)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3541)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2967)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3209)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2270)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:708)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1187)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:756)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1307)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1111)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4884)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4775)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4704)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4649)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1341)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
08:48:55 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest.test066_codeblocks_methodReference(TypeAnnotationTest.java:3294)
08:48:55 
08:48:55 test067_codeblocks_constructorReferenceTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.131 s
08:48:55 test068_codeblocks_methodReferenceTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.159 s
08:48:55 test069_codeblocks_cast - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.08 s
08:48:55 test070_codeblocks_cast_complex - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.074 s
08:48:55 test070a_codeblocks_castWithIntersectionCast - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.026 s
08:48:55 test070b_codeblocks_castWithIntersectionCast - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.07 s
08:48:55 test070c_codeblocks_castTwiceInExpression - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.084 s
08:48:55 test070d_codeblocks_castDoubleIntersectionCastInExpression - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.039 s
08:48:55 test071_codeblocks_constructorInvocationTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.052 s
08:48:55 test072_codeblocks_constructorInvocationTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.059 s
08:48:55 test073_codeblocks_constructorInvocationTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.991 s
08:48:55 test074_codeblocks_constructorInvocationTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.047 s
08:48:55 test075_codeblocks_constructorInvocationTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.027 s
08:48:55 test076_codeblocks_methodInvocationTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.037 s
08:48:55 test077_codeblocks_methodInvocationTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.993 s
08:48:55 test078_codeblocks_methodInvocationTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.056 s
08:48:55 test079_codeblocks_methodInvocationTypeArgument - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.003 s
08:48:55 test080_multiuseAnnotations - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.951 s
08:48:55 test081_multiuseAnnotations - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.005 s
08:48:55 test082_multiuseAnnotations - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.937 s
08:48:55 test100_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.092 s
08:48:55 test100a_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.068 s
08:48:55 test100b_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.053 s
08:48:55 test100c_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.042 s
08:48:55 test100d_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.053 s
08:48:55 test100e_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.025 s
08:48:55 test100f_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.068 s
08:48:55 test100g_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.026 s
08:48:55 test100h_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.026 s
08:48:55 test100i_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.042 s
08:48:55 test100j_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.032 s
08:48:55 test100k_pqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.018 s
08:48:55 test101a_qtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.954 s
08:48:55 test101b_qtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.051 s
08:48:55 test101c_qtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.006 s
08:48:55 test102a_str - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.955 s
08:48:55 test102b_str - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.954 s
08:48:55 test103a_atr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.98 s
08:48:55 test103b_atr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.961 s
08:48:55 test103c_atr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.996 s
08:48:55 test103d_atr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.004 s
08:48:55 test103e_atr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.002 s
08:48:55 test104a_pstr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.032 s
08:48:55 test104b_pstr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.07 s
08:48:55 test105a_aqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.018 s
08:48:55 test105b_aqtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.012 s
08:48:55 test106a_wtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.014 s
08:48:55 test106b_wtr - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.046 s
08:48:55 test417660 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.004 s
08:48:55 test417660b - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.004 s
08:48:55 test418347 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.04 s
08:48:55 test418347a - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.047 s
08:48:55 test418347b - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.052 s
08:48:55 test421148 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.001 s
08:48:55 test421620 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.021 s
08:48:55 testAnnotatedExtendedDimensions - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.031 s
08:48:55 testAnnotatedRedundantCast - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.022 s
08:48:55 testAnnotatedRedundantCast2 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.012 s
08:48:55 testBug415911 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.749 s
08:48:55 testBug426616 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.078 s
08:48:55 testBug426616a - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.065 s
08:48:55 testBug485386 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.079 s
08:48:55 testBug492322WithOldBinary - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.004 s
08:48:55 testBug492322readFromClass - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.019 s
08:48:55 testBug492322readFromClassWithGenericBase - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.19 s
08:48:55 testConstructorResult - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.953 s
08:48:55 testDeprecated - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.965 s
08:48:55 testForwardReference - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.948 s
08:48:55 testHybridTargets - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.963 s
08:48:55 testHybridTargets2 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.039 s
08:48:55 testPQTRArray - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.003 s
08:48:55 testPQTRArray2 - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.028 s
08:48:55 testTypeVariable - 12(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.851 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.081 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.044 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.051 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.1 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.083 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.163 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.135 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.074 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.058 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.201 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.071 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.022 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.996 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.775 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.027 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.062 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.019 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.887 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.02 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.771 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.805 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.999 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.992 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.998 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.022 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.006 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.996 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.064 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.883 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.973 s
08:48:55 test030a - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.982 s
08:48:55 test030b - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.874 s
08:48:55 test030c - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.981 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.986 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.974 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.984 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.008 s
08:48:55 test034b - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.056 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.031 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.005 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.014 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.004 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.063 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.079 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.045 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.088 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.018 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.989 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.034 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.047 s
08:48:55 test047 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.06 s
08:48:55 test048 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.061 s
08:48:55 test049 - 12(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 0.975 s
08:48:55 test412555 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated18Test)  Time elapsed: 0.926 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.001 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.001 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.001 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.867 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.948 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.979 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.01 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.876 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.879 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.948 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.987 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.994 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.814 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.997 s
08:48:55 test001_classTypeParameter - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.007 s
08:48:55 test001a_classTypeParameterDifferingRetentions - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
08:48:55 test002_methodTypeParameter - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.004 s
08:48:55 test003_classExtends - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.01 s
08:48:55 test004_classExtends - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
08:48:55 test005_classTypeParameterBound - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
08:48:55 test006_methodTypeParameterBound - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.018 s
08:48:55 test007_field - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
08:48:55 test008_methodReturn - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
08:48:55 test009_methodReceiver - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.004 s
08:48:55 test010_methodFormalParameter - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
08:48:55 test011_throws - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
08:48:55 test012_annotationMethodReturn - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
08:48:55 testBug548596 - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.166 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.839 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.119 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.956 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.947 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.051 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.95 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.936 s
08:48:55 test007a - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.96 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.892 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.899 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.898 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.982 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.073 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.774 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.966 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.952 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.942 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.947 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.82 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.819 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.918 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.8 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.919 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.943 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.755 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.874 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.867 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.96 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.88 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.872 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.914 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.106 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.909 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.082 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.204 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.207 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.165 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.002 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.214 s
08:48:55 testBadContainerType - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.887 s
08:48:55 testDeprecation - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.925 s
08:48:55 testDeprecation2 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.916 s
08:48:55 testRepeatableWithContaining1 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.985 s
08:48:55 testRepeatableWithContaining2 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.928 s
08:48:55 testRepeatableWithContaining3 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.904 s
08:48:55 testTypeParameters - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.652 s
08:48:55 testUnspecifiedTarget - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.924 s
08:48:55 testUnspecifiedTarget2 - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 0.883 s
08:48:55 testVariousSites - 12(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.597 s
08:48:55 test426633c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.102 s
08:48:55 test426633d - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.906 s
08:48:55 test426633e - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.922 s
08:48:55 test427218 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.041 s
08:48:55 test427218_reduced - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.949 s
08:48:55 test428352 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.983 s
08:48:55 test428352b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.059 s
08:48:55 test428524 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.105 s
08:48:55 test433852 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.145 s
08:48:55 test434394 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.227 s
08:48:55 test437444_c113 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.754 s
08:48:55 test437444_c113a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.054 s
08:48:55 test439594 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.218 s
08:48:55 test442769 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.909 s
08:48:55 test442916 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.525 s
08:48:55 test445725 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.458 s
08:48:55 test447767 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.111 s
08:48:55 test483952_bare - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.023 s
08:48:55 test499351_extra1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.071 s
08:48:55 test499351_extra2 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.145 s
08:48:55 testAllocationBoxingCompatibility - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.045 s
08:48:55 testBug333011 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.945 s
08:48:55 testBug340506 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.981 s
08:48:55 testBug401850a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.969 s
08:48:55 testBug401850b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.938 s
08:48:55 testBug414631 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.035 s
08:48:55 testBug418807 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.179 s
08:48:55 testBug420525 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.17 s
08:48:55 testBug420525_mini - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.132 s
08:48:55 testBug420525a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.932 s
08:48:55 testBug423070 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.993 s
08:48:55 testBug423504 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.972 s
08:48:55 testBug423839 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.014 s
08:48:55 testBug424038 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.995 s
08:48:55 testBug424075 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1 s
08:48:55 testBug424195_comment2 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.11 s
08:48:55 testBug424195a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.156 s
08:48:55 testBug424195b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.247 s
08:48:55 testBug424205a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.997 s
08:48:55 testBug424205b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.153 s
08:48:55 testBug424403 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.967 s
08:48:55 testBug424415 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.005 s
08:48:55 testBug424415b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.02 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug424415b - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n
08:48:55         foo(goo(ArrayList<String>::new));\n
08:48:55                ^\n
08:48:55     lower bounds: String,Collection<?>\n
08:48:55     lower bounds: ArrayList<String>\n
08:48:55   where Q is a type-variable:\n
08:48:55     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)\n
08:48:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n
08:48:55         foo(goo(ArrayList<String>::new));\n
08:48:55                ^\n
08:48:55     lower bounds: String,Collection<?>\n
08:48:55     lower bounds: ArrayList<String>\n
08:48:55   where Q is a type-variable:\n
08:48:55     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)\n
08:48:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug424415b(GenericsRegressionTest_1_8.java:350)
08:48:55 
08:48:55 testBug424415c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.139 s
08:48:55 testBug424591_comment20 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.991 s
08:48:55 testBug424591_comment20_variant - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.006 s
08:48:55 testBug424591_comment22 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.988 s
08:48:55 testBug424631 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.052 s
08:48:55 testBug424637 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.043 s
08:48:55 testBug424710 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.249 s
08:48:55 testBug424712a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.988 s
08:48:55 testBug424712b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.064 s
08:48:55 testBug424845 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.039 s
08:48:55 testBug424906 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.035 s
08:48:55 testBug424930a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.049 s
08:48:55 testBug424930b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.131 s
08:48:55 testBug424930c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.001 s
08:48:55 testBug425063 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.088 s
08:48:55 testBug425142_full - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.163 s
08:48:55 testBug425142_minimal - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.092 s
08:48:55 testBug425152 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.087 s
08:48:55 testBug425153 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.937 s
08:48:55 testBug425156 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.998 s
08:48:55 testBug425183_comment8 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.163 s
08:48:55 testBug425278 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.946 s
08:48:55 testBug425460orig - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.114 s
08:48:55 testBug425460variant - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.151 s
08:48:55 testBug425493 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.052 s
08:48:55 testBug425783 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.914 s
08:48:55 testBug425798 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.273 s
08:48:55 testBug425798a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.284 s
08:48:55 testBug425798b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.034 s
08:48:55 testBug425951 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.981 s
08:48:55 testBug425951a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.974 s
08:48:55 testBug426048 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.798 s
08:48:55 testBug426290 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.072 s
08:48:55 testBug426366 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.97 s
08:48:55 testBug426537 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.903 s
08:48:55 testBug426537b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.003 s
08:48:55 testBug426537c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.083 s
08:48:55 testBug426540 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.158 s
08:48:55 testBug426542 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.958 s
08:48:55 testBug426652 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.008 s
08:48:55 testBug426671_full - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.169 s
08:48:55 testBug426671_medium - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.172 s
08:48:55 testBug426671_ok - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.142 s
08:48:55 testBug426671b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.99 s
08:48:55 testBug426676 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.082 s
08:48:55 testBug426764 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.987 s
08:48:55 testBug426778 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.235 s
08:48:55 testBug426836 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.06 s
08:48:55 testBug426998a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.959 s
08:48:55 testBug426998b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.95 s
08:48:55 testBug427164 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.78 s
08:48:55 testBug427168 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.877 s
08:48:55 testBug427196 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.058 s
08:48:55 testBug427223 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.008 s
08:48:55 testBug427224 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.991 s
08:48:55 testBug427265 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.056 s
08:48:55 testBug427265_comment6 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.124 s
08:48:55 testBug427479 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.226 s
08:48:55 testBug427479b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.101 s
08:48:55 testBug427483 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.067 s
08:48:55 testBug427504 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.934 s
08:48:55 testBug427626 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.083 s
08:48:55 testBug428019 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.959 s
08:48:55 testBug428198 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.163 s
08:48:55 testBug428198b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.069 s
08:48:55 testBug428264 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.112 s
08:48:55 testBug428275 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.066 s
08:48:55 testBug428291 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.15 s
08:48:55 testBug428294 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.173 s
08:48:55 testBug428307 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.393 s
08:48:55 testBug428786 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.049 s
08:48:55 testBug428811 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.59 s
08:48:55 testBug429090 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.068 s
08:48:55 testBug429090_comment1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.931 s
08:48:55 testBug429203 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.944 s
08:48:55 testBug429424 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.081 s
08:48:55 testBug429430 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.069 s
08:48:55 testBug429430a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.989 s
08:48:55 testBug429430b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.017 s
08:48:55 testBug429430b2 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.978 s
08:48:55 testBug429430c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.076 s
08:48:55 testBug429490 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.025 s
08:48:55 testBug429490_comment33 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.031 s
08:48:55 testBug430296 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.094 s
08:48:55 testBug430759 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.022 s
08:48:55 testBug431577 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.065 s
08:48:55 testBug432110 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.177 s
08:48:55 testBug432626 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.511 s
08:48:55 testBug432626_reduced - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.147 s
08:48:55 testBug433158 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.278 s
08:48:55 testBug433825 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.012 s
08:48:55 testBug433825a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.196 s
08:48:55 testBug433845 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.935 s
08:48:55 testBug434483 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.073 s
08:48:55 testBug435187 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.143 s
08:48:55 testBug435462 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.059 s
08:48:55 testBug435689 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.007 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug435689 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 Test.java:11: error: incompatible types: cannot infer type-variable(s) U\n
08:48:55 		new Foo<Bar>().apply(bar -> bar::setBar);\n
08:48:55 		                    ^\n
08:48:55     (argument mismatch; bad return type in lambda expression\n
08:48:55       invalid method reference\n
08:48:55         incompatible types: Object cannot be converted to String)\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends Object declared in method <U>apply(Function<T,Consumer<U>>)\n
08:48:55     T extends Object declared in class Foo\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[Test.java:11: error: incompatible types: cannot infer type-variable(s) U\n
08:48:55 		new Foo<Bar>().apply(bar -> bar::setBar);\n
08:48:55 		                    ^\n
08:48:55     (argument mismatch; bad return type in lambda expression\n
08:48:55       invalid method reference\n
08:48:55         incompatible types: Object cannot be converted to String)\n
08:48:55   where U,T are type-variables:\n
08:48:55     U extends Object declared in method <U>apply(Function<T,Consumer<U>>)\n
08:48:55     T extends Object declared in class Foo\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug435689(GenericsRegressionTest_1_8.java:3291)
08:48:55 
08:48:55 testBug435767 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.338 s
08:48:55 testBug437007 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.066 s
08:48:55 testBug441734 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.032 s
08:48:55 testBug442245 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.314 s
08:48:55 testBug445231 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.204 s
08:48:55 testBug449824a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.969 s
08:48:55 testBug449824b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.936 s
08:48:55 testBug452788a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.082 s
08:48:55 testBug452788b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.113 s
08:48:55 testBug452788c - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.1 s
08:48:55 testBug455945 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.303 s
08:48:55 testBug457079 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.077 s
08:48:55 testBug458396 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.006 s
08:48:55 testBug463728 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.109 s
08:48:55 testBug464496 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.076 s
08:48:55 testBug466487 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.197 s
08:48:55 testBug468999 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.044 s
08:48:55 testBug469014 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.156 s
08:48:55 testBug469753 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.07 s
08:48:55 testBug470542 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.951 s
08:48:55 testBug470667 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.113 s
08:48:55 testBug470826 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.176 s
08:48:55 testBug470942 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.03 s
08:48:55 testBug470958 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.205 s
08:48:55 testBug471280_comment0 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.148 s
08:48:55 testBug471280_comment3 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.127 s
08:48:55 testBug472426 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.113 s
08:48:55 testBug472851 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.032 s
08:48:55 testBug473657 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.957 s
08:48:55 testBug477751 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.085 s
08:48:55 testBug477894 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.043 s
08:48:55 testBug478848 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.092 s
08:48:55 testBug479167 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.056 s
08:48:55 testBug479802 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.08 s
08:48:55 testBug480075 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.106 s
08:48:55 testBug482416 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.094 s
08:48:55 testBug483019 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.033 s
08:48:55 testBug483019a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.938 s
08:48:55 testBug483228a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.927 s
08:48:55 testBug484448 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.956 s
08:48:55 testBug485057 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.953 s
08:48:55 testBug485373 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.997 s
08:48:55 testBug485593 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.083 s
08:48:55 testBug487563 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.997 s
08:48:55 testBug487746_comment2 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.31 s
08:48:55 testBug488328_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.964 s
08:48:55 testBug488328_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.984 s
08:48:55 testBug488649 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.889 s
08:48:55 testBug488663 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.959 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug488663 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in C.java (at line 3)\n
08:48:55 	Comparator<String> comparator = new Comparator<String>() { //\n
08:48:55 	                                    ^^^^^^^^^^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in C.java (at line 3)\n
08:48:55 	Comparator<String> comparator = new Comparator<String>() { //\n
08:48:55 	                                    ^^^^^^^^^^\n
08:48:55 Redundant specification of type arguments <String>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug488663(GenericsRegressionTest_1_8.java:7328)
08:48:55 
08:48:55 testBug488672 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.005 s
08:48:55 testBug488795 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.438 s
08:48:55 testBug489976 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.212 s
08:48:55 testBug491485 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.911 s
08:48:55 testBug491934 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.033 s
08:48:55 testBug492939a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.397 s
08:48:55 testBug492939b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.365 s
08:48:55 testBug494733_comment0 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.018 s
08:48:55 testBug494733_comment1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.992 s
08:48:55 testBug496574 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.265 s
08:48:55 testBug496574_small - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.167 s
08:48:55 testBug496578 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.171 s
08:48:55 testBug496579 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.278 s
08:48:55 testBug496624 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.18 s
08:48:55 testBug496675 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.906 s
08:48:55 testBug496675_comment4 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.858 s
08:48:55 testBug496675_problem - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.884 s
08:48:55 testBug496761 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.261 s
08:48:55 testBug496886 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.816 s
08:48:55 testBug496942 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.13 s
08:48:55 testBug497193 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.045 s
08:48:55 testBug497239 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.119 s
08:48:55 testBug497603 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.05 s
08:48:55 testBug498113a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.106 s
08:48:55 testBug498113b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.071 s
08:48:55 testBug498362_comment0 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.025 s
08:48:55 testBug498362_comment5 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.977 s
08:48:55 testBug499351 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.349 s
08:48:55 testBug499725 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.527 s
08:48:55 testBug499725a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.216 s
08:48:55 testBug501949 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.233 s
08:48:55 testBug502327 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.903 s
08:48:55 testBug502350 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.946 s
08:48:55 testBug502568 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.145 s
08:48:55 testBug506021 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.882 s
08:48:55 testBug506022 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.959 s
08:48:55 testBug506022b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.051 s
08:48:55 testBug508834 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.214 s
08:48:55 testBug508834_comment0 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.303 s
08:48:55 testBug509324 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.166 s
08:48:55 testBug509694 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.302 s
08:48:55 testBug510004_a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.1 s
08:48:55 testBug510004_b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.125 s
08:48:55 testBug510111 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.145 s
08:48:55 testBug511071 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.984 s
08:48:55 testBug511252orig - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.168 s
08:48:55 testBug511252simplified - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.16 s
08:48:55 testBug511750 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.214 s
08:48:55 testBug511876 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.354 s
08:48:55 testBug511878 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.078 s
08:48:55 testBug512156_10 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.768 s
08:48:55 testBug512156_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.217 s
08:48:55 testBug513567 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.023 s
08:48:55 testBug514884 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.605 s
08:48:55 testBug515600 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.08 s
08:48:55 testBug517710 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.967 s
08:48:55 testBug519147 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.289 s
08:48:55 testBug519380 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.155 s
08:48:55 testBug521159 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.183 s
08:48:55 testBug521185 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.048 s
08:48:55 testBug521185a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.023 s
08:48:55 testBug521822 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.098 s
08:48:55 testBug521978 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.036 s
08:48:55 testBug521982_comment1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.329 s
08:48:55 testBug525576 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.998 s
08:48:55 testBug525580 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.962 s
08:48:55 testBug525580_comment28 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.974 s
08:48:55 testBug525822 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.966 s
08:48:55 testBug527742 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.479 s
08:48:55 testBug528045 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.048 s
08:48:55 testBug528046 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.998 s
08:48:55 testBug528970 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.977 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug528970 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:10: error: incompatible types: cannot infer type-variable(s) T\n
08:48:55 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);\n
08:48:55 		                                       ^\n
08:48:55     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>returnNull(Class<? extends T>)\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:10: error: incompatible types: cannot infer type-variable(s) T\n
08:48:55 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);\n
08:48:55 		                                       ^\n
08:48:55     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Object declared in method <T>returnNull(Class<? extends T>)\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug528970(GenericsRegressionTest_1_8.java:8869)
08:48:55 
08:48:55 testBug529518 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.066 s
08:48:55 testBug530235 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.983 s
08:48:55 testBug531681 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.115 s
08:48:55 testBug534223 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.972 s
08:48:55 testBug534466 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.99 s
08:48:55 testBug535969 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.149 s
08:48:55 testBug535969b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.152 s
08:48:55 testBug536860 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.575 s
08:48:55 testBug537089 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.873 s
08:48:55 testBug538192 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.058 s
08:48:55 testBug539329 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.091 s
08:48:55 testBug540846 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.179 s
08:48:55 testBug543128 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.881 s
08:48:55 testBug543820 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.078 s
08:48:55 testBug545082a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.154 s
08:48:55 testBug545082b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.02 s
08:48:55 testBug545121 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.977 s
08:48:55 testBug545420 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.014 s
08:48:55 testBug547061 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.118 s
08:48:55 testBug547807 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.879 s
08:48:55 testBug548589 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.088 s
08:48:55 testBug559449 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.961 s
08:48:55 testBug559677 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.76 s
08:48:55 testBug559951 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.304 s
08:48:55 testBug560566 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.016 s
08:48:55 testConditionalExpression1 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.961 s
08:48:55 testConditionalExpression2 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.929 s
08:48:55 test426214 - 12(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test)  Time elapsed: 1.007 s
08:48:55 test426214_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test)  Time elapsed: 0.886 s
08:48:55 test426214_3 - 12(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test)  Time elapsed: 0.878 s
08:48:55 test426214_4 - 12(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test)  Time elapsed: 0.842 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test426214_4 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	int a\u061C = 0; // new unicode character in 6.3.0 \n
08:48:55 	     ^^^^^^\n
08:48:55 Syntax error on token "Invalid Character", delete this token\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	int a\u061C = 0; // new unicode character in 6.3.0 \n
08:48:55 	     ^^^^^^\n
08:48:55 Syntax error on token "Invalid Character", delete this token\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test.test426214_4(Unicode18Test.java:106)
08:48:55 
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.104 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.98 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.927 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.94 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.948 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.98 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.973 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.948 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.922 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.895 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.943 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.926 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.921 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.958 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.926 s
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.925 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.919 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.922 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.939 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.015 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.951 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.032 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.993 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.924 s
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.958 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.93 s
08:48:55 test027 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.07 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.007 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.928 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.914 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.967 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.972 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.014 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.919 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.918 s
08:48:55 test036 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.956 s
08:48:55 test037 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.948 s
08:48:55 test038 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.04 s
08:48:55 test039 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.947 s
08:48:55 test040 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.09 s
08:48:55 test041 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.989 s
08:48:55 test042 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.941 s
08:48:55 test043 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.937 s
08:48:55 test044 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.957 s
08:48:55 test045 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.946 s
08:48:55 test046 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.927 s
08:48:55 testBug470232_Do - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.021 s
08:48:55 testBug470232_For - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.072 s
08:48:55 testBug470232_While - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.078 s
08:48:55 testCFor - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.928 s
08:48:55 testCFor2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.082 s
08:48:55 testDo - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.069 s
08:48:55 testDo10 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.944 s
08:48:55 testDo11 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.926 s
08:48:55 testDo12 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.954 s
08:48:55 testDo13 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.08 s
08:48:55 testDo14 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.94 s
08:48:55 testDo15 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.912 s
08:48:55 testDo16 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.907 s
08:48:55 testDo17 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.923 s
08:48:55 testDo18 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.052 s
08:48:55 testDo19 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.071 s
08:48:55 testDo2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.046 s
08:48:55 testDo20 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.048 s
08:48:55 testDo21 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.036 s
08:48:55 testDo22 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.066 s
08:48:55 testDo23 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.067 s
08:48:55 testDo24 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.04 s
08:48:55 testDo25 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.093 s
08:48:55 testDo26 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.028 s
08:48:55 testDo3 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.077 s
08:48:55 testDo4 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.942 s
08:48:55 testDo5 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.944 s
08:48:55 testDo6 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.943 s
08:48:55 testDo7 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.949 s
08:48:55 testDo8 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.069 s
08:48:55 testDo9 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.113 s
08:48:55 testForeach - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.967 s
08:48:55 testForeach2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.995 s
08:48:55 testForeach3 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.997 s
08:48:55 testForeach4 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.938 s
08:48:55 testIf - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.947 s
08:48:55 testIf2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.932 s
08:48:55 testIf3 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.059 s
08:48:55 testLabeledStatement - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.039 s
08:48:55 testLabeledStatement2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.06 s
08:48:55 testLabeledStatement3 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.039 s
08:48:55 testLabeledStatement4 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.067 s
08:48:55 testLabeledStatement5 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.039 s
08:48:55 testSwitch - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.067 s
08:48:55 testSwitch2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.998 s
08:48:55 testSwitch3 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.015 s
08:48:55 testSwitch4 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.996 s
08:48:55 testSwitch5 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.93 s
08:48:55 testSwitch6 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.918 s
08:48:55 testTry - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.046 s
08:48:55 testTry2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.921 s
08:48:55 testTry3 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.934 s
08:48:55 testTry4 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.05 s
08:48:55 testWhile2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.05 s
08:48:55 testWhile3 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.075 s
08:48:55 testWhile4 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.982 s
08:48:55 testWhileThis - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.939 s
08:48:55 testWhileTrue - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.042 s
08:48:55 testWhileTrue2 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.076 s
08:48:55 testWhileTrue3 - 12(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 0.95 s
08:48:55 test1 - 12(org.eclipse.jdt.core.tests.compiler.regression.Unicode9Test)  Time elapsed: 0.929 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.237 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.172 s
08:48:55 test003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.929 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.846 s
08:48:55 test005 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.962 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.229 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.037 s
08:48:55 test008 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.993 s
08:48:55 test008a - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.391 s
08:48:55 test009 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.957 s
08:48:55 test010 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.025 s
08:48:55 test011 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.884 s
08:48:55 test012 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.89 s
08:48:55 test013 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.071 s
08:48:55 test014 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.077 s
08:48:55 test015 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.034 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test015 Javac failure did not match "cannot be resolved"
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:274)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:224)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.test015(ModuleCompilationTests.java:1083)
08:48:55 
08:48:55 test016 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.348 s
08:48:55 test017 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.011 s
08:48:55 test018 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.986 s
08:48:55 test019 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.348 s
08:48:55 test019b - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.401 s
08:48:55 test019c - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.125 s
08:48:55 test019fail - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.12 s
08:48:55 test020 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.261 s
08:48:55 test021 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.271 s
08:48:55 test022 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.894 s
08:48:55 test023 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.391 s
08:48:55 test024 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.4 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: test024 Javac failure did not match "not allowed"
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:274)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:224)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:215)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:207)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.test024(ModuleCompilationTests.java:1603)
08:48:55 
08:48:55 test025 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.399 s
08:48:55 test026 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.791 s
08:48:55 test028 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.066 s
08:48:55 test029 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.935 s
08:48:55 test030 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.937 s
08:48:55 test031 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.943 s
08:48:55 test032 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.903 s
08:48:55 test033 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.989 s
08:48:55 test034 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.927 s
08:48:55 test035 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.962 s
08:48:55 testAPILeakDetection1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.954 s
08:48:55 testAPILeakDetection2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.978 s
08:48:55 testAPILeakDetection3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.98 s
08:48:55 testAPILeakDetection4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.919 s
08:48:55 testAPILeakDetection5 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.944 s
08:48:55 testAPILeakDetection6 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.986 s
08:48:55 testAPILeakDetection7 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.98 s
08:48:55 testApiLeak1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.947 s
08:48:55 testApiLeak2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.985 s
08:48:55 testAutoModule1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.967 s
08:48:55 testBug486013_comment27 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.973 s
08:48:55 testBug495500a - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.071 s
08:48:55 testBug495500b - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.067 s
08:48:55 testBug495500c - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.069 s
08:48:55 testBug500170a - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.828 s
08:48:55 testBug500170b - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.725 s
08:48:55 testBug508889_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.07 s
08:48:55 testBug508889_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.892 s
08:48:55 testBug508889_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.081 s
08:48:55 testBug515985 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.932 s
08:48:55 testBug518295a - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.15 s
08:48:55 testBug518295b - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.145 s
08:48:55 testBug518295c - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.915 s
08:48:55 testBug519600 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.14 s
08:48:55 testBug519922 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.019 s
08:48:55 testBug520858 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.908 s
08:48:55 testBug520858a - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.974 s
08:48:55 testBug520858b - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.919 s
08:48:55 testBug520858c - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.602 s
08:48:55 testBug520858d - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.723 s
08:48:55 testBug520858e - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.736 s
08:48:55 testBug521362_emptyFile - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.835 s
08:48:55 testBug521362_mismatchingdeclaration - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.842 s
08:48:55 testBug521362_multiplePackages - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.863 s
08:48:55 testBug521362_multiplePackages2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.869 s
08:48:55 testBug521458a - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.843 s
08:48:55 testBug522472c - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.795 s
08:48:55 testBug530575 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.973 s
08:48:55 testBug533411 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.989 s
08:48:55 testBug540067a - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.927 s
08:48:55 testBug540067b - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.905 s
08:48:55 testBug540067c - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.909 s
08:48:55 testBug540067d - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.836 s
08:48:55 testBug540067e - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.828 s
08:48:55 testBug548195 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.925 s
08:48:55 testBug548195fail - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.254 s
08:48:55 testBug550178 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.942 s
08:48:55 testLimitModules1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.804 s
08:48:55 testLimitModules2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.007 s
08:48:55 testLimitModules3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.09 s
08:48:55 testLimitModules4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.924 s
08:48:55 testLimitModules5 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.892 s
08:48:55 testMixedSourcepath - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.422 s
08:48:55 testPackageConflict0 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.955 s
08:48:55 testPackageConflict1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.836 s
08:48:55 testPackageConflict3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.911 s
08:48:55 testPackageConflict4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.869 s  <<< FAILURE!
08:48:55 junit.framework.AssertionFailedError: testPackageConflict4 Javac failure did not match "package conflict"
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:274)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:224)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:215)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:207)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.testPackageConflict4(ModuleCompilationTests.java:2579)
08:48:55 
08:48:55 testPackageConflict5 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 2.695 s
08:48:55 testPackageConflict6 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.839 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testPackageConflict6 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
08:48:55 	public class X extends pm.C1 { \n
08:48:55 	                       ^^\n
08:48:55 The package pm is accessible from more than one module: mod.x, mod.y\n
08:48:55 ----------\n
08:48:55 1 problem (1 error)\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
08:48:55 	public class X extends pm.C1 { \n
08:48:55 	                       ^^\n
08:48:55 The package pm is accessible from more than one module: mod.x, mod.y\n
08:48:55 ----------\n
08:48:55 1 problem (1 error)\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:274)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:224)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:215)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:207)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.testPackageConflict6(ModuleCompilationTests.java:2781)
08:48:55 
08:48:55 testPackageConflict7 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.776 s
08:48:55 testPackageTypeConflict1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.943 s
08:48:55 testPackageTypeConflict2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.919 s
08:48:55 testReleaseOption1 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.195 s
08:48:55 testReleaseOption10 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0 s
08:48:55 testReleaseOption11 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.002 s
08:48:55 testReleaseOption13 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.098 s
08:48:55 testReleaseOption13a - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.062 s
08:48:55 testReleaseOption14 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.79 s
08:48:55 testReleaseOption15 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.881 s
08:48:55 testReleaseOption16 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.933 s
08:48:55 testReleaseOption17 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.336 s
08:48:55 testReleaseOption18 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.211 s
08:48:55 testReleaseOption19 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.224 s
08:48:55 testReleaseOption2 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.098 s
08:48:55 testReleaseOption20 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.131 s
08:48:55 testReleaseOption21 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.122 s
08:48:55 testReleaseOption22 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0 s
08:48:55 testReleaseOption23 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.118 s
08:48:55 testReleaseOption24 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.073 s
08:48:55 testReleaseOption3 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.081 s
08:48:55 testReleaseOption4 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.001 s
08:48:55 testReleaseOption5 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.001 s
08:48:55 testReleaseOption6 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.01 s
08:48:55 testReleaseOption7 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.115 s
08:48:55 testReleaseOption8 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.091 s
08:48:55 testReleaseOption9 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.094 s
08:48:55 testUnnamedPackage_Bug520839 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.808 s
08:48:55 test_npe_bug535107 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.162 s
08:48:55 testBug488663_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.047 s
08:48:55 testBug488663_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 0.935 s
08:48:55 testBug488663_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.187 s
08:48:55 testBug488663_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.094 s
08:48:55 testBug488663_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 0.937 s
08:48:55 testBug488663_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 0.917 s
08:48:55 testBug488663_007 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.02 s
08:48:55 testBug488663_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.038 s
08:48:55 testBug488663_009 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.054 s
08:48:55 testBug488663_010 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.066 s
08:48:55 testBug488663_011 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.083 s
08:48:55 testBug488663_012 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 0.98 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug488663_012 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:10: error: I is abstract; cannot be instantiated\n
08:48:55 		Y<String> y = new Y<>("Done", new I<>() {\n
08:48:55 		                              ^\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:10: error: I is abstract; cannot be instantiated\n
08:48:55 		Y<String> y = new Y<>("Done", new I<>() {\n
08:48:55 		                              ^\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9.testBug488663_012(GenericsRegressionTest_9.java:347)
08:48:55 
08:48:55 testBug488663_013 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 0.911 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug488663_013 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 11)\n
08:48:55 	I<X> i = new I<X>() {\n
08:48:55 	             ^\n
08:48:55 Redundant specification of type arguments <X>\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 11)\n
08:48:55 	I<X> i = new I<X>() {\n
08:48:55 	             ^\n
08:48:55 Redundant specification of type arguments <X>\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9.testBug488663_013(GenericsRegressionTest_9.java:382)
08:48:55 
08:48:55 testBug488663_014 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 0.946 s
08:48:55 testBug488663_015 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.316 s
08:48:55 testBug488663_016 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 0.975 s
08:48:55 testBug517926 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.085 s
08:48:55 testBug521815a - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 0.826 s
08:48:55 testBug521815b - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 0.86 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug521815b - Eclipse found warning(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. WARNING in a\Y.java (at line 2)\n
08:48:55 	import static a.b.X.Inner;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import a.b.X.Inner is never used\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. WARNING in a\Y.java (at line 2)\n
08:48:55 	import static a.b.X.Inner;\n
08:48:55 	              ^^^^^^^^^^^\n
08:48:55 The import a.b.X.Inner is never used\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9.testBug521815b(GenericsRegressionTest_9.java:602)
08:48:55 
08:48:55 testBug533644 - 12(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.901 s
08:48:55 testBug488662_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.965 s
08:48:55 testBug488662_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.953 s
08:48:55 testBug488662_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.956 s
08:48:55 testBug488662_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.863 s
08:48:55 testBug488662_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.861 s
08:48:55 testBug488662_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.808 s
08:48:55 testBug488662_007 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.799 s
08:48:55 testBug488662_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.88 s
08:48:55 testBug488662_009 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.971 s
08:48:55 testBug488662_010 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.786 s
08:48:55 testBug488662_011 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.788 s
08:48:55 testBug488662_012 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.752 s
08:48:55 testBug517926 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.891 s
08:48:55 testBug518272 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.862 s
08:48:55 testBug520795 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.883 s
08:48:55 testBug520795a - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.899 s
08:48:55 testBug520795b - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.886 s
08:48:55 testBug520795c - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.872 s
08:48:55 testBug521743 - 12(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.959 s
08:48:55 test002 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.902 s
08:48:55 test002binary - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.741 s
08:48:55 test004 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.962 s
08:48:55 test005a - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.904 s
08:48:55 test005b - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.062 s
08:48:55 test005c - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.886 s
08:48:55 test006 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.926 s
08:48:55 test007 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.904 s
08:48:55 testBug533063_1 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.581 s
08:48:55 testBug533063_2 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.59 s
08:48:55 testBug534304 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.92 s
08:48:55 testBug542795 - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.032 s
08:48:55 testDeprecatedModule - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.709 s
08:48:55 testDeprecatedPackageExport - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.947 s
08:48:55 testDeprecatedProvidedServices - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.934 s
08:48:55 testDeprecatedUsedServices - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.674 s
08:48:55 testSinceBinary - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.835 s
08:48:55 testSinceSource - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.951 s
08:48:55 testSinceTerminally - 12(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.952 s
08:48:55 test001 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.687 s
08:48:55 testBug495967 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.942 s
08:48:55 testBug508889_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.664 s
08:48:55 testBug519330 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.605 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug519330 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests.getModuleAttribute(ModuleAttributeTests.java:61)
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests.testBug519330(ModuleAttributeTests.java:231)
08:48:55 
08:48:55 testBug521521 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.692 s
08:48:55 testBug521521a - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.732 s
08:48:55 testBug533134 - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.823 s
08:48:55 testModuleCompile - 12(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.883 s
08:48:55 testBug529680 - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0.001 s
08:48:55 testFileEndsWithDotJar - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testManifest - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0.003 s
08:48:55 testMultiPartWithNumberWithoutDot - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testMultiPartWithVersion - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testMultiParts - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testMultipleSpecialCharacters - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testMultipleSpecialCharactersWithDirectory - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testProjectNameEndsWithDotJar - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testSimple - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0.001 s
08:48:55 testSpecialCharacters - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testUPPERCASE - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testWithVersion - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testZip - 12(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
08:48:55 testBug522326 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnnamedModuleTest)  Time elapsed: 1.002 s
08:48:55 testBug522327 - 12(org.eclipse.jdt.core.tests.compiler.regression.UnnamedModuleTest)  Time elapsed: 0.962 s
08:48:55 testBug536037a - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 1.425 s
08:48:55 testBug536037b - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 2.045 s
08:48:55 test_nnbd_in_module_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 1.916 s
08:48:55 test_nnbd_in_module_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 1.919 s
08:48:55 test_redundant_nnbd_vs_module - 12(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 2.085 s
08:48:55 testBug521054a - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9)  Time elapsed: 0.879 s
08:48:55 testBug521054b - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9)  Time elapsed: 0.883 s
08:48:55 testBug521054c - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9)  Time elapsed: 0.876 s
08:48:55 testBug532913 - 12(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9)  Time elapsed: 2.267 s
08:48:55 test0001_local_variable_inference - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.98 s
08:48:55 test0002_inferred_for - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.069 s
08:48:55 test0003_inferred_enhanced_for - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.118 s
08:48:55 test0004_try_with_resources - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.001 s
08:48:55 test0005_no_initializer - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.894 s
08:48:55 test0006_multiple_declarators - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.794 s
08:48:55 test0007_var_in_wrong_place - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.793 s
08:48:55 test0008_null_initializer - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.884 s
08:48:55 test0008_void_initializer - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.843 s
08:48:55 test0009_var_as_type_name - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.771 s
08:48:55 test0010_array_initializer - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.861 s
08:48:55 test0011_array_type - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.77 s
08:48:55 test0012_self_reference - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.034 s
08:48:55 test0013_lambda - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.954 s
08:48:55 test0014_method_reference - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.891 s
08:48:55 test0015_complain_over_first_poly_encountered - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.92 s
08:48:55 test0016_dont_capture_deep_poly_expressions - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.108 s
08:48:55 test0017_simple_variable_types - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.034 s
08:48:55 test0018_primitive_variable_types - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.991 s
08:48:55 test0018_project_variable_types - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.366 s
08:48:55 testBug530879 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.882 s
08:48:55 testBug530879a - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.846 s
08:48:55 testBug531025 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.063 s
08:48:55 testBug531832 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.769 s
08:48:55 testBug532349 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.897 s
08:48:55 testBug532349_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.926 s
08:48:55 testBug532349_0016 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.942 s
08:48:55 testBug532349_0017 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.957 s
08:48:55 testBug532349_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.911 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug532349_002 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n
08:48:55 		Y<? extends I> y = new Y<>();\n
08:48:55 		  ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Integer declared in class Y\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n
08:48:55 		Y<? extends I> y = new Y<>();\n
08:48:55 		  ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Integer declared in class Y\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JEP286Test.testBug532349_002(JEP286Test.java:869)
08:48:55 
08:48:55 testBug532349_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.892 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 testBug532349_003 - Javac found error(s) but Eclipse did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n
08:48:55 	public static void foo(Y<? extends I> y) {\n
08:48:55 	                         ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Integer declared in class Y\n
08:48:55 1 error\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n
08:48:55 	public static void foo(Y<? extends I> y) {\n
08:48:55 	                         ^\n
08:48:55   where T is a type-variable:\n
08:48:55     T extends Integer declared in class Y\n
08:48:55 1 error\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.JEP286Test.testBug532349_003(JEP286Test.java:886)
08:48:55 
08:48:55 testBug532349_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.932 s
08:48:55 testBug532349_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.899 s
08:48:55 testBug532349_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.905 s
08:48:55 testBug532349_007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.904 s
08:48:55 testBug532349_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.913 s
08:48:55 testBug532349_009 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.883 s
08:48:55 testBug532349_010 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.919 s
08:48:55 testBug532349_11 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.923 s
08:48:55 testBug532349_12 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.942 s
08:48:55 testBug532349_13 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.911 s
08:48:55 testBug532349_14 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.968 s
08:48:55 testBug532349_15 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.167 s
08:48:55 testBug532349a - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.957 s
08:48:55 testBug532349b - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.93 s
08:48:55 testBug532351 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.864 s
08:48:55 testBug532920 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.941 s
08:48:55 test1 - 12(org.eclipse.jdt.core.tests.compiler.regression.Unicode10Test)  Time elapsed: 0.954 s
08:48:55 testBug534787_negative_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.795 s
08:48:55 testBug534787_negative_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.811 s
08:48:55 testBug534787_negative_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.805 s
08:48:55 testBug534787_negative_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.803 s
08:48:55 testBug534787_negative_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.796 s
08:48:55 testBug534787_negative_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.791 s
08:48:55 testBug534787_positive_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 1.13 s
08:48:55 testBug534787_positive_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 1.098 s
08:48:55 testBug534787_positive_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 1.128 s
08:48:55 testBug534787_positive_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 1.119 s
08:48:55 testBug536159_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.953 s
08:48:55 testBug536159_02 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.96 s
08:48:55 testBug536159_03 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.98 s
08:48:55 testBug536159_04 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 0.751 s
08:48:55 testBug541532_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP323VarLambdaParamsTest)  Time elapsed: 1.272 s
08:48:55 testBug535851_001 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.023 s
08:48:55 testBug535851_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.014 s
08:48:55 testBug535851_003 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.017 s
08:48:55 testBug535851_004 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.014 s
08:48:55 testBug535851_005 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.009 s
08:48:55 testBug535851_006 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.022 s
08:48:55 testBug535851_007 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.094 s
08:48:55 testBug535851_008 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 3.428 s
08:48:55 testBug535918_001a - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.061 s
08:48:55 testBug535918_001b - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.091 s
08:48:55 testBug535918_001c - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.092 s
08:48:55 testBug535918_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 0.999 s
08:48:55 testBug535918_003a - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.074 s
08:48:55 testBug535918_003b - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.114 s
08:48:55 testBug535918_003c - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.068 s
08:48:55 testBug535918_003d - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.043 s
08:48:55 testBug535918_003e - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.072 s
08:48:55 testBug535918_003f - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.085 s
08:48:55 testBug535918_004a - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.092 s
08:48:55 testBug535918_004b - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.06 s
08:48:55 testBug535918_0056a - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 0.972 s
08:48:55 testBug535918_005a - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.018 s
08:48:55 testBug535918_005b - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.017 s
08:48:55 testBug535918_005c - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.012 s
08:48:55 testBug535918_005d - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.167 s
08:48:55 testBug535918_005e - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1 s
08:48:55 testBug535918_005f - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.045 s
08:48:55 testBug535918_005g - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.108 s
08:48:55 testBug535918_005h - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.045 s
08:48:55 testBug535918_005i - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 1.05 s
08:48:55 testBug535918_005j - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 0.969 s
08:48:55 testBug535918_005k - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 0.972 s
08:48:55 testBug545387_01 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP181NestTest)  Time elapsed: 0.99 s
08:48:55 testBug531714_012 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchExpressionTest)  Time elapsed: 0.788 s
08:48:55 testSimpleExpressions - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchExpressionTest)  Time elapsed: 0.788 s
08:48:55 testSwitchExpression_531714_002 - 12(org.eclipse.jdt.core.tests.compiler.regression.SwitchExpressionTest)  Time elapsed: 0.778 s
08:48:55 test1 - 12(org.eclipse.jdt.core.tests.compiler.regression.Unicode11Test)  Time elapsed: 0.931 s
08:48:55 test2 - 12(org.eclipse.jdt.core.tests.compiler.regression.Unicode11Test)  Time elapsed: 0.857 s  <<< FAILURE!
08:48:55 junit.framework.ComparisonFailure: 
08:48:55 test2 - Eclipse found error(s) but Javac did not find any.
08:48:55 ----------- Expected ------------
08:48:55 
08:48:55 ------------ but was ------------
08:48:55 ----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	public int a\u0560; // new unicode character in unicode 11.0 \n
08:48:55 	            ^^^^^^\n
08:48:55 Syntax error on token "Invalid Character", delete this token\n
08:48:55 ----------\n
08:48:55 
08:48:55 --------- Difference is ----------
08:48:55  expected:<[]> but was:<[----------\n
08:48:55 1. ERROR in X.java (at line 2)\n
08:48:55 	public int a\u0560; // new unicode character in unicode 11.0 \n
08:48:55 	            ^^^^^^\n
08:48:55 Syntax error on token "Invalid Character", delete this token\n
08:48:55 ----------\n
08:48:55 ]>
08:48:55 	at org.eclipse.jdt.core.tests.compiler.regression.Unicode11Test.test2(Unicode11Test.java:45)
08:48:55 
08:48:55 test1(org.eclipse.jdt.core.tests.compiler.regression.Jsr14Test)  Time elapsed: 0.235 s
08:48:56 Running org.eclipse.jdt.core.tests.compiler.parser.TestAll
08:49:04 ***************************************************************************
08:49:04 * Comparison with Sun Javac compiler for class ParserTest (null tests)
08:49:04 ***************************************************************************
08:49:05 --- javac err: ---
08:49:05 X.java:3: error: illegal start of expression
08:49:05 		throws
08:49:05 		^
08:49:05 1 error
08:49:05 
08:49:05 
08:49:05 
08:49:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:06 --- javac err: ---
08:49:06 X.java:3: error: illegal start of expression
08:49:06 		throws new
08:49:06 		^
08:49:06 X.java:3: error: <identifier> expected
08:49:06 		throws new
08:49:06 		          ^
08:49:06 X.java:4: error: '(' or '[' expected
08:49:06 	}
08:49:06 	^
08:49:06 3 errors
08:49:06 
08:49:06 
08:49:06 
08:49:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:07 --- javac err: ---
08:49:07 X.java:3: error: illegal start of expression
08:49:07 		throws new X
08:49:07 		^
08:49:07 X.java:4: error: '(' or '[' expected
08:49:07 	}
08:49:07 	^
08:49:07 2 errors
08:49:07 
08:49:07 
08:49:07 
08:49:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:08 --- javac err: ---
08:49:08 X.java:3: error: illegal start of expression
08:49:08 		throws
08:49:08 		^
08:49:08 1 error
08:49:08 
08:49:08 
08:49:08 
08:49:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:09 --- javac err: ---
08:49:09 X.java:3: error: illegal start of expression
08:49:09 		throws new
08:49:09 		^
08:49:09 X.java:3: error: <identifier> expected
08:49:09 		throws new
08:49:09 		          ^
08:49:09 X.java:4: error: '(' or '[' expected
08:49:09 	}
08:49:09 	^
08:49:09 3 errors
08:49:09 
08:49:09 
08:49:09 
08:49:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:10 --- javac err: ---
08:49:10 X.java:3: error: illegal start of expression
08:49:10 		throws new X
08:49:10 		^
08:49:10 X.java:4: error: '(' or '[' expected
08:49:10 	}
08:49:10 	^
08:49:10 2 errors
08:49:10 
08:49:10 
08:49:10 
08:49:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:11 --- javac err: ---
08:49:11 X.java:2: error: ';' expected
08:49:11 	void foo()throw {
08:49:11 	          ^
08:49:11 1 error
08:49:11 
08:49:11 
08:49:11 
08:49:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:11 --- javac err: ---
08:49:11 X.java:2: error: ';' expected
08:49:11 	void foo()throw E {
08:49:11 	          ^
08:49:11 1 error
08:49:11 
08:49:11 
08:49:11 
08:49:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:12 --- javac err: ---
08:49:12 X.java:3: error: illegal start of expression
08:49:12 		throws e
08:49:12 		^
08:49:12 X.java:3: error: not a statement
08:49:12 		throws e
08:49:12 		       ^
08:49:12 X.java:3: error: ';' expected
08:49:12 		throws e
08:49:12 		        ^
08:49:12 3 errors
08:49:12 
08:49:12 
08:49:12 
08:49:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:13 --- javac err: ---
08:49:13 X.java:3: error: illegal start of expression
08:49:13 		throws e;
08:49:13 		^
08:49:13 X.java:3: error: not a statement
08:49:13 		throws e;
08:49:13 		       ^
08:49:13 2 errors
08:49:13 
08:49:13 
08:49:13 
08:49:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:14 
08:49:14 
08:49:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:15 
08:49:15 
08:49:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:16 --- javac err: ---
08:49:16 X.java:3: error: illegal start of expression
08:49:16 		import java.lang.*;
08:49:16 		^
08:49:16 X.java:3: error: <identifier> expected
08:49:16 		import java.lang.*;
08:49:16 		                 ^
08:49:16 X.java:3: error: illegal start of expression
08:49:16 		import java.lang.*;
08:49:16 		                  ^
08:49:16 3 errors
08:49:16 
08:49:16 
08:49:16 
08:49:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:16 --- javac err: ---
08:49:16 X.java:4: error: unclosed comment
08:49:16 /*
08:49:16 ^
08:49:16 X.java:6: error: reached end of file while parsing
08:49:16 2 errors
08:49:16 
08:49:16 
08:49:16 
08:49:16 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:17 --- javac err: ---
08:49:17 X.java:2: error: unclosed string literal
08:49:17 	String s = "
08:49:17 	           ^
08:49:17 X.java:2: error: reached end of file while parsing
08:49:17 	String s = "
08:49:17 	            ^
08:49:17 2 errors
08:49:17 
08:49:17 
08:49:17 
08:49:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:18 --- javac err: ---
08:49:18 X.java:2: error: unclosed character literal
08:49:18 	char c = '
08:49:18 	         ^
08:49:18 X.java:2: error: reached end of file while parsing
08:49:18 	char c = '
08:49:18 	          ^
08:49:18 2 errors
08:49:18 
08:49:18 
08:49:18 
08:49:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:19 --- javac err: ---
08:49:19 X.java:2: error: illegal unicode escape
08:49:19 	char c = '\u0
08:49:19 	            ^
08:49:19 X.java:2: error: unclosed character literal
08:49:19 	char c = '\u0
08:49:19 	         ^
08:49:19 X.java:2: error: reached end of file while parsing
08:49:19 	char c = '\u0
08:49:19 	             ^
08:49:19 3 errors
08:49:19 
08:49:19 
08:49:19 
08:49:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:19 --- javac err: ---
08:49:19 X.java:5: error: illegal start of expression
08:49:19 	}
08:49:19 	^
08:49:19 1 error
08:49:19 
08:49:19 
08:49:19 
08:49:19 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:20 --- javac err: ---
08:49:20 X.java:6: error: illegal start of expression
08:49:20 			if (sourceAttachmentPath.isEmpty()) { && !
08:49:20 			                                      ^
08:49:20 X.java:7: error: ';' expected
08:49:20 sourceAttachmentPath.isAbsolute()) {
08:49:20                                  ^
08:49:20 X.java:13: error: illegal start of expression
08:49:20 	public void foo() {
08:49:20 	^
08:49:20 3 errors
08:49:20 
08:49:20 
08:49:20 
08:49:20 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:22 --- javac err: ---
08:49:22 X.java:1003: error: ';' expected
08:49:22 	void method_1() { method_0() 
08:49:22 	                            ^
08:49:22 X.java:1004: error: illegal start of expression
08:49:22 	void method_2() { method_1() 
08:49:22 	^
08:49:22 X.java:1004: error: ';' expected
08:49:22 	void method_2() { method_1() 
08:49:22 	             ^
08:49:22 X.java:1004: error: ';' expected
08:49:22 	void method_2() { method_1() 
08:49:22 	                            ^
08:49:22 X.java:1005: error: illegal start of expression
08:49:22 	void method_3() { method_2() 
08:49:22 	^
08:49:22 X.java:1005: error: ';' expected
08:49:22 	void method_3() { method_2() 
08:49:22 	             ^
08:49:22 X.java:1005: error: ';' expected
08:49:22 	void method_3() { method_2() 
08:49:22 	                            ^
08:49:22 X.java:1006: error: illegal start of expression
08:49:22 	void method_4() { method_3() 
08:49:22 	^
08:49:22 X.java:1006: error: ';' expected
08:49:22 	void method_4() { method_3() 
08:49:22 	             ^
08:49:22 X.java:1006: error: ';' expected
08:49:22 	void method_4() { method_3() 
08:49:22 	                            ^
08:49:22 X.java:1007: error: illegal start of expression
08:49:22 	void method_5() { method_4() 
08:49:22 	^
08:49:22 X.java:1007: error: ';' expected
08:49:22 	void method_5() { method_4() 
08:49:22 	             ^
08:49:22 X.java:1007: error: ';' expected
08:49:22 	void method_5() { method_4() 
08:49:22 	                            ^
08:49:22 X.java:1008: error: illegal start of expression
08:49:22 	void method_6() { method_5() 
08:49:22 	^
08:49:22 X.java:1008: error: ';' expected
08:49:22 	void method_6() { method_5() 
08:49:22 	             ^
08:49:22 X.java:1008: error: ';' expected
08:49:22 	void method_6() { method_5() 
08:49:22 	                            ^
08:49:22 X.java:1009: error: illegal start of expression
08:49:22 	void method_7() { method_6() 
08:49:22 	^
08:49:22 X.java:1009: error: ';' expected
08:49:22 	void method_7() { method_6() 
08:49:22 	             ^
08:49:22 X.java:1009: error: ';' expected
08:49:22 	void method_7() { method_6() 
08:49:22 	                            ^
08:49:22 X.java:1010: error: illegal start of expression
08:49:22 	void method_8() { method_7() 
08:49:22 	^
08:49:22 X.java:1010: error: ';' expected
08:49:22 	void method_8() { method_7() 
08:49:22 	             ^
08:49:22 X.java:1010: error: ';' expected
08:49:22 	void method_8() { method_7() 
08:49:22 	                            ^
08:49:22 X.java:1011: error: illegal start of expression
08:49:22 	void method_9() { method_8() 
08:49:22 	^
08:49:22 X.java:1011: error: ';' expected
08:49:22 	void method_9() { method_8() 
08:49:22 	             ^
08:49:22 X.java:1011: error: ';' expected
08:49:22 	void method_9() { method_8() 
08:49:22 	                            ^
08:49:22 X.java:1012: error: illegal start of expression
08:49:22 	void method_10() { method_9() 
08:49:22 	^
08:49:22 X.java:1012: error: ';' expected
08:49:22 	void method_10() { method_9() 
08:49:22 	              ^
08:49:22 X.java:1012: error: ';' expected
08:49:22 	void method_10() { method_9() 
08:49:22 	                             ^
08:49:22 X.java:1013: error: illegal start of expression
08:49:22 	void method_11() { method_10() 
08:49:22 	^
08:49:22 X.java:1013: error: ';' expected
08:49:22 	void method_11() { method_10() 
08:49:22 	              ^
08:49:22 X.java:1013: error: ';' expected
08:49:22 	void method_11() { method_10() 
08:49:22 	                              ^
08:49:22 X.java:1014: error: illegal start of expression
08:49:22 	void method_12() { method_11() 
08:49:22 	^
08:49:22 X.java:1014: error: ';' expected
08:49:22 	void method_12() { method_11() 
08:49:22 	              ^
08:49:22 X.java:1014: error: ';' expected
08:49:22 	void method_12() { method_11() 
08:49:22 	                              ^
08:49:22 X.java:1015: error: illegal start of expression
08:49:22 	void method_13() { method_12() 
08:49:22 	^
08:49:22 X.java:1015: error: ';' expected
08:49:22 	void method_13() { method_12() 
08:49:22 	              ^
08:49:22 X.java:1015: error: ';' expected
08:49:22 	void method_13() { method_12() 
08:49:22 	                              ^
08:49:22 X.java:1016: error: illegal start of expression
08:49:22 	void method_14() { method_13() 
08:49:22 	^
08:49:22 X.java:1016: error: ';' expected
08:49:22 	void method_14() { method_13() 
08:49:22 	              ^
08:49:22 X.java:1016: error: ';' expected
08:49:22 	void method_14() { method_13() 
08:49:22 	                              ^
08:49:22 
08:49:22 
08:49:22 X.java:1017: error: illegal start of expression
08:49:22 	void method_15() { method_14() 
08:49:22 	^
08:49:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:22 X.java:1017: error: ';' expected
08:49:22 	void method_15() { method_14() 
08:49:22 	              ^
08:49:22 X.java:1017: error: ';' expected
08:49:22 	void method_15() { method_14() 
08:49:22 	                              ^
08:49:22 X.java:1018: error: illegal start of expression
08:49:22 	void method_16() { method_15() 
08:49:22 	^
08:49:22 X.java:1018: error: ';' expected
08:49:22 	void method_16() { method_15() 
08:49:22 	              ^
08:49:22 X.java:1018: error: ';' expected
08:49:22 	void method_16() { method_15() 
08:49:22 	                              ^
08:49:22 X.java:1019: error: illegal start of expression
08:49:22 	void method_17() { method_16() 
08:49:22 	^
08:49:22 X.java:1019: error: ';' expected
08:49:22 	void method_17() { method_16() 
08:49:22 	              ^
08:49:22 X.java:1019: error: ';' expected
08:49:22 	void method_17() { method_16() 
08:49:22 	                              ^
08:49:22 X.java:1020: error: illegal start of expression
08:49:22 	void method_18() { method_17() 
08:49:22 	^
08:49:22 X.java:1020: error: ';' expected
08:49:22 	void method_18() { method_17() 
08:49:22 	              ^
08:49:22 X.java:1020: error: ';' expected
08:49:22 	void method_18() { method_17() 
08:49:22 	                              ^
08:49:22 X.java:1021: error: illegal start of expression
08:49:22 	void method_19() { method_18() 
08:49:22 	^
08:49:22 X.java:1021: error: ';' expected
08:49:22 	void method_19() { method_18() 
08:49:22 	              ^
08:49:22 X.java:1021: error: ';' expected
08:49:22 	void method_19() { method_18() 
08:49:22 	                              ^
08:49:22 X.java:1022: error: illegal start of expression
08:49:22 	void method_20() { method_19() 
08:49:22 	^
08:49:22 X.java:1022: error: ';' expected
08:49:22 	void method_20() { method_19() 
08:49:22 	              ^
08:49:22 X.java:1022: error: ';' expected
08:49:22 	void method_20() { method_19() 
08:49:22 	                              ^
08:49:22 X.java:1023: error: illegal start of expression
08:49:22 	void method_21() { method_20() 
08:49:22 	^
08:49:22 X.java:1023: error: ';' expected
08:49:22 	void method_21() { method_20() 
08:49:22 	              ^
08:49:22 X.java:1023: error: ';' expected
08:49:22 	void method_21() { method_20() 
08:49:22 	                              ^
08:49:22 X.java:1024: error: illegal start of expression
08:49:22 	void method_22() { method_21() 
08:49:22 	^
08:49:22 X.java:1024: error: ';' expected
08:49:22 	void method_22() { method_21() 
08:49:22 	              ^
08:49:22 X.java:1024: error: ';' expected
08:49:22 	void method_22() { method_21() 
08:49:22 	                              ^
08:49:22 X.java:1025: error: illegal start of expression
08:49:22 	void method_23() { method_22() 
08:49:22 	^
08:49:22 X.java:1025: error: ';' expected
08:49:22 	void method_23() { method_22() 
08:49:22 	              ^
08:49:22 X.java:1025: error: ';' expected
08:49:22 	void method_23() { method_22() 
08:49:22 	                              ^
08:49:22 X.java:1026: error: illegal start of expression
08:49:22 	void method_24() { method_23() 
08:49:22 	^
08:49:22 X.java:1026: error: ';' expected
08:49:22 	void method_24() { method_23() 
08:49:22 	              ^
08:49:22 X.java:1026: error: ';' expected
08:49:22 	void method_24() { method_23() 
08:49:22 	                              ^
08:49:22 X.java:1027: error: illegal start of expression
08:49:22 	void method_25() { method_24() 
08:49:22 	^
08:49:22 X.java:1027: error: ';' expected
08:49:22 	void method_25() { method_24() 
08:49:22 	              ^
08:49:22 X.java:1027: error: ';' expected
08:49:22 	void method_25() { method_24() 
08:49:22 	                              ^
08:49:22 X.java:1028: error: illegal start of expression
08:49:22 	void method_26() { method_25() 
08:49:22 	^
08:49:22 X.java:1028: error: ';' expected
08:49:22 	void method_26() { method_25() 
08:49:22 	              ^
08:49:22 X.java:1028: error: ';' expected
08:49:22 	void method_26() { method_25() 
08:49:22 	                              ^
08:49:22 X.java:1029: error: illegal start of expression
08:49:22 	void method_27() { method_26() 
08:49:22 	^
08:49:22 X.java:1029: error: ';' expected
08:49:22 	void method_27() { method_26() 
08:49:22 	              ^
08:49:22 X.java:1029: error: ';' expected
08:49:22 	void method_27() { method_26() 
08:49:22 	                              ^
08:49:22 X.java:1030: error: illegal start of expression
08:49:22 	void method_28() { method_27() 
08:49:22 	^
08:49:22 X.java:1030: error: ';' expected
08:49:22 	void method_28() { method_27() 
08:49:22 	              ^
08:49:22 X.java:1030: error: ';' expected
08:49:22 	void method_28() { method_27() 
08:49:22 	                              ^
08:49:22 X.java:1031: error: illegal start of expression
08:49:22 	void method_29() { method_28() 
08:49:22 	^
08:49:22 X.java:1031: error: ';' expected
08:49:22 	void method_29() { method_28() 
08:49:22 	              ^
08:49:22 X.java:1031: error: ';' expected
08:49:22 	void method_29() { method_28() 
08:49:22 	                              ^
08:49:22 X.java:1032: error: illegal start of expression
08:49:22 	void method_30() { method_29() 
08:49:22 	^
08:49:22 X.java:1032: error: ';' expected
08:49:22 	void method_30() { method_29() 
08:49:22 	              ^
08:49:22 X.java:1032: error: ';' expected
08:49:22 	void method_30() { method_29() 
08:49:22 	                              ^
08:49:22 X.java:1033: error: illegal start of expression
08:49:22 	void method_31() { method_30() 
08:49:22 	^
08:49:22 X.java:1033: error: ';' expected
08:49:22 	void method_31() { method_30() 
08:49:22 	              ^
08:49:22 X.java:1033: error: ';' expected
08:49:22 	void method_31() { method_30() 
08:49:22 	                              ^
08:49:22 X.java:1034: error: illegal start of expression
08:49:22 	void method_32() { method_31() 
08:49:22 	^
08:49:22 X.java:1034: error: ';' expected
08:49:22 	void method_32() { method_31() 
08:49:22 	              ^
08:49:22 X.java:1034: error: ';' expected
08:49:22 	void method_32() { method_31() 
08:49:22 	                              ^
08:49:22 X.java:1035: error: illegal start of expression
08:49:22 	void method_33() { method_32() 
08:49:22 	^
08:49:22 X.java:1035: error: ';' expected
08:49:22 	void method_33() { method_32() 
08:49:22 	              ^
08:49:22 X.java:1035: error: ';' expected
08:49:22 	void method_33() { method_32() 
08:49:22 	                              ^
08:49:22 X.java:1036: error: illegal start of expression
08:49:22 	void method_34() { method_33() 
08:49:22 	^
08:49:22 X.java:1036: error: ';' expected
08:49:22 	void method_34() { method_33() 
08:49:22 	              ^
08:49:22 X.java:1036: error: ';' expected
08:49:22 	void method_34() { method_33() 
08:49:22 	                              ^
08:49:22 100 errors
08:49:22 
08:49:23 
08:49:23 
08:49:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:23 
08:49:23 
08:49:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:24 
08:49:24 
08:49:24 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:25 
08:49:25 
08:49:25 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:26 
08:49:26 
08:49:26 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:27 --- javac err: ---
08:49:27 X.java:21: error: illegal start of type
08:49:27 ) {
08:49:27 ^
08:49:27 1 error
08:49:27 
08:49:27 
08:49:27 
08:49:27 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:28 --- javac err: ---
08:49:28 X.java:4: error: unclosed string literal
08:49:28     	Srtring bar = """
08:49:28     	                ^
08:49:28 1 error
08:49:28 
08:49:28 
08:49:28 
08:49:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:28 --- javac err: ---
08:49:28 T.java:2: error: '.' expected
08:49:28   Object o = T.super; // error: '.' expected
08:49:28                     ^
08:49:28 T.java:7: error: '.' expected
08:49:28   Object o2 = T.super;
08:49:28                      ^
08:49:28 T.java:9: error: '.' expected
08:49:28     o1 = U.super;
08:49:28                 ^
08:49:28 3 errors
08:49:28 
08:49:28 
08:49:28 
08:49:28 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:28 ***************************************************************************
08:49:28 * Comparison with Sun Javac compiler for class ComplianceDiagnoseTest (null tests)
08:49:28 ***************************************************************************
08:49:29 --- javac err: ---
08:49:29 X.java:1: error: package aaa does not exist
08:49:29 import static aaa.BBB.*;
08:49:29                  ^
08:49:29 1 error
08:49:29 
08:49:29 
08:49:29 
08:49:29 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:30 --- javac err: ---
08:49:30 X.java:1: error: package aaa does not exist
08:49:30 import static aaa.BBB.CCC;
08:49:30                  ^
08:49:30 X.java:1: error: static import only from classes and interfaces
08:49:30 import static aaa.BBB.CCC;
08:49:30 ^
08:49:30 2 errors
08:49:30 
08:49:30 
08:49:30 
08:49:30 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:31 
08:49:31 
08:49:31 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:32 --- javac err: ---
08:49:32 X.java:3: error: cannot find symbol
08:49:32 		for(String o: c) {
08:49:32 		              ^
08:49:32   symbol:   variable c
08:49:32   location: class X
08:49:32 1 error
08:49:32 
08:49:32 
08:49:32 
08:49:32 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:33 --- javac err: ---
08:49:33 X.java:2: error: cannot find symbol
08:49:33 	void foo(Z ... arg){
08:49:33 	         ^
08:49:33   symbol:   class Z
08:49:33   location: class X
08:49:33 1 error
08:49:33 
08:49:33 
08:49:33 
08:49:33 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:34 --- javac err: ---
08:49:34 X.java:1: error: cannot find symbol
08:49:34 public class X <T1 extends String, T2> extends Y {
08:49:34                                                ^
08:49:34   symbol: class Y
08:49:34 1 error
08:49:34 
08:49:34 
08:49:34 
08:49:34 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:35 --- javac err: ---
08:49:35 X.java:1: error: cannot find symbol
08:49:35 public interface X <T1 extends String, T2> extends Y {
08:49:35                                                    ^
08:49:35   symbol: class Y
08:49:35 1 error
08:49:35 
08:49:35 
08:49:35 
08:49:35 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:36 --- javac err: ---
08:49:36 X.java:3: error: missing return statement
08:49:36 	}
08:49:36 	^
08:49:36 1 error
08:49:36 
08:49:36 
08:49:36 
08:49:36 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:37 
08:49:37 
08:49:37 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:38 --- javac err: ---
08:49:38 X.java:2: error: cannot find symbol
08:49:38 	Z<Y1, Y2> var;
08:49:38 	^
08:49:38   symbol:   class Z
08:49:38   location: class X
08:49:38 X.java:2: error: cannot find symbol
08:49:38 	Z<Y1, Y2> var;
08:49:38 	  ^
08:49:38   symbol:   class Y1
08:49:38   location: class X
08:49:38 X.java:2: error: cannot find symbol
08:49:38 	Z<Y1, Y2> var;
08:49:38 	      ^
08:49:38   symbol:   class Y2
08:49:38   location: class X
08:49:38 3 errors
08:49:38 
08:49:38 
08:49:38 
08:49:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:38 --- javac err: ---
08:49:38 X.java:3: error: cannot find symbol
08:49:38 		<Y1, Y2>this(null);
08:49:38 		 ^
08:49:38   symbol:   class Y1
08:49:38   location: class X
08:49:38 X.java:3: error: cannot find symbol
08:49:38 		<Y1, Y2>this(null);
08:49:38 		     ^
08:49:38   symbol:   class Y2
08:49:38   location: class X
08:49:38 2 errors
08:49:38 
08:49:38 
08:49:38 
08:49:38 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:39 
08:49:39 
08:49:39 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:40 --- javac err: ---
08:49:40 X.java:1: error: ';' expected
08:49:40 import static aaa.*
08:49:40                    ^
08:49:40 1 error
08:49:40 
08:49:40 
08:49:40 
08:49:40 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:41 --- javac err: ---
08:49:41 X.java:1: error: '{' expected
08:49:41 public enum X 
08:49:41              ^
08:49:41 1 error
08:49:41 
08:49:41 
08:49:41 
08:49:41 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:42 --- javac err: ---
08:49:42 X.java:4: error: illegal character: '#'
08:49:42 			#
08:49:42 			^
08:49:42 1 error
08:49:42 
08:49:42 
08:49:42 
08:49:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:42 --- javac err: ---
08:49:42 X.java:4: error: illegal character: '#'
08:49:42 	#
08:49:42 	^
08:49:42 X.java:6: error: reached end of file while parsing
08:49:42 2 errors
08:49:42 
08:49:42 
08:49:42 
08:49:42 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:43 --- javac err: ---
08:49:43 X.java:2: error: illegal character: '#'
08:49:43 	#
08:49:43 	^
08:49:43 X.java:4: error: reached end of file while parsing
08:49:43 2 errors
08:49:43 
08:49:43 
08:49:43 
08:49:43 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:44 --- javac err: ---
08:49:44 X.java:4: error: illegal character: '#'
08:49:44 	#
08:49:44 	^
08:49:44 X.java:6: error: reached end of file while parsing
08:49:44 2 errors
08:49:44 
08:49:44 
08:49:44 
08:49:44 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:45 --- javac err: ---
08:49:45 X.java:3: error: illegal character: '#'
08:49:45 	#
08:49:45 	^
08:49:45 X.java:5: error: reached end of file while parsing
08:49:45 2 errors
08:49:45 
08:49:45 
08:49:45 
08:49:45 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:46 --- javac err: ---
08:49:46 X.java:4: error: illegal character: '#'
08:49:46     #
08:49:46     ^
08:49:46 1 error
08:49:46 
08:49:46 
08:49:46 
08:49:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:46 --- javac err: ---
08:49:46 X.java:1: error: '.' expected
08:49:46 import staic aaa.*;
08:49:46             ^
08:49:46 1 error
08:49:46 
08:49:46 
08:49:46 
08:49:46 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:47 --- javac err: ---
08:49:47 X.java:1: error: ';' expected
08:49:47 import static aaa.*.*;
08:49:47                    ^
08:49:47 1 error
08:49:47 
08:49:47 
08:49:47 
08:49:47 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:48 --- javac err: ---
08:49:48 X.java:1: error: <identifier> expected
08:49:48 import static for;
08:49:48              ^
08:49:48 1 error
08:49:48 
08:49:48 
08:49:48 
08:49:48 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:49 --- javac err: ---
08:49:49 X.java:1: error: class, interface, or enum expected
08:49:49 static aaa.*;
08:49:49        ^
08:49:49 1 error
08:49:49 
08:49:49 
08:49:49 
08:49:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:49 --- javac err: ---
08:49:49 X.java:3: error: ';' expected
08:49:49 		for(Object o ? c){
08:49:49 		            ^
08:49:49 X.java:3: error: illegal start of expression
08:49:49 		for(Object o ? c){
08:49:49 		             ^
08:49:49 X.java:3: error: : expected
08:49:49 		for(Object o ? c){
08:49:49 		                ^
08:49:49 3 errors
08:49:49 
08:49:49 
08:49:49 
08:49:49 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:50 --- javac err: ---
08:49:50 X.java:3: error: switch expressions are a preview feature and are disabled by default.
08:49:50 		for(Object o : switch){
08:49:50 		               ^
08:49:50   (use --enable-preview to enable switch expressions)
08:49:50 X.java:3: error: '(' expected
08:49:50 		for(Object o : switch){
08:49:50 		                     ^
08:49:50 X.java:4: error: ')' expected
08:49:50 		}
08:49:50 		 ^
08:49:50 X.java:5: error: illegal start of statement
08:49:50 	}
08:49:50 	^
08:49:50 4 errors
08:49:50 
08:49:50 
08:49:50 
08:49:50 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:51 --- javac err: ---
08:49:51 X.java:2: error: <identifier> expected
08:49:51 	void foo(int ... ){
08:49:51 	                ^
08:49:51 1 error
08:49:51 
08:49:51 
08:49:51 
08:49:51 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:52 --- javac err: ---
08:49:52 X.java:2: error: <identifier> expected
08:49:52 	void foo(int ... for){
08:49:52 	                ^
08:49:52 1 error
08:49:52 
08:49:52 
08:49:52 
08:49:52 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:53 --- javac err: ---
08:49:53 X.java:2: error: ',', ')', or '[' expected
08:49:53 	void foo(int ... aaa bbb){
08:49:53 	                    ^
08:49:53 1 error
08:49:53 
08:49:53 
08:49:53 
08:49:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:53 --- javac err: ---
08:49:53 X.java:1: error: '{' expected
08:49:53 public class X T1 extends String, T2> extends Y {
08:49:53               ^
08:49:53 1 error
08:49:53 
08:49:53 
08:49:53 
08:49:53 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:54 --- javac err: ---
08:49:54 X.java:1: error: > expected
08:49:54 public class X <T1 extnds String, T2> extends Y {
08:49:54                   ^
08:49:54 1 error
08:49:54 
08:49:54 
08:49:54 
08:49:54 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:55 --- javac err: ---
08:49:55 X.java:1: error: illegal start of type
08:49:55 public class X <T1 extends for, T2> extends Y {
08:49:55                            ^
08:49:55 1 error
08:49:55 
08:49:55 
08:49:55 
08:49:55 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:56 --- javac err: ---
08:49:56 X.java:2: error: invalid method declaration; return type required
08:49:56 	public <T1 extends String, T2> foo(){
08:49:56 	                               ^
08:49:56 1 error
08:49:56 
08:49:56 
08:49:56 
08:49:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:56 --- javac err: ---
08:49:56 X.java:2: error: > expected
08:49:56 	public <T1 extnds String, T2> int foo(){
08:49:56 	          ^
08:49:56 X.java:2: error: '(' expected
08:49:56 	public <T1 extnds String, T2> int foo(){
08:49:56 	                        ^
08:49:56 X.java:2: error: <identifier> expected
08:49:56 	public <T1 extnds String, T2> int foo(){
08:49:56 	                            ^
08:49:56 3 errors
08:49:56 
08:49:56 
08:49:56 
08:49:56 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:57 --- javac err: ---
08:49:57 X.java:2: error: > expected
08:49:57 	public <T1 extends String T2> int foo(){
08:49:57 	                         ^
08:49:57 X.java:2: error: <identifier> expected
08:49:57 	public <T1 extends String T2> int foo(){
08:49:57 	                            ^
08:49:57 2 errors
08:49:57 
08:49:57 
08:49:57 
08:49:57 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:58 --- javac err: ---
08:49:58 X.java:2: error: ';' expected
08:49:58 	Z Y1, Y2> var;
08:49:58 	        ^
08:49:58 X.java:2: error: 'var' is not allowed here
08:49:58 	Z Y1, Y2> var;
08:49:58 	          ^
08:49:58 X.java:2: error: <identifier> expected
08:49:58 	Z Y1, Y2> var;
08:49:58 	             ^
08:49:58 3 errors
08:49:58 
08:49:58 
08:49:58 
08:49:58 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:49:59 --- javac err: ---
08:49:59 X.java:2: error: > expected
08:49:59 	Z <Y1, Y2 var;
08:49:59 	          ^
08:49:59 1 error
08:49:59 
08:49:59 
08:49:59 
08:49:59 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:00 --- javac err: ---
08:50:00 X.java:2: error: illegal start of type
08:50:00 	Z <Y1, for Y2> var;
08:50:00 	       ^
08:50:00 X.java:2: error: <identifier> expected
08:50:00 	Z <Y1, for Y2> var;
08:50:00 	             ^
08:50:00 X.java:2: error: 'var' is not allowed here
08:50:00 	Z <Y1, for Y2> var;
08:50:00 	               ^
08:50:00 X.java:2: error: <identifier> expected
08:50:00 	Z <Y1, for Y2> var;
08:50:00 	                  ^
08:50:00 4 errors
08:50:00 
08:50:00 
08:50:00 
08:50:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:00 --- javac err: ---
08:50:00 X.java:1: error: class, interface, or enum expected
08:50:00 void ___eval() {
08:50:00 ^
08:50:00 X.java:5: error: class, interface, or enum expected
08:50:00 		}
08:50:00 		^
08:50:00 X.java:7: error: class, interface, or enum expected
08:50:00 		public void run() {
08:50:00 		       ^
08:50:00 X.java:10: error: class, interface, or enum expected
08:50:00 }
08:50:00 ^
08:50:00 4 errors
08:50:00 
08:50:00 
08:50:00 
08:50:00 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:01 --- javac err: ---
08:50:01 X.java:3: error: class, interface, or enum expected
08:50:01 public static void foo(){}
08:50:01               ^
08:50:01 1 error
08:50:01 
08:50:01 
08:50:01 
08:50:01 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:02 --- javac err: ---
08:50:02 X.java:6: error: class, interface, or enum expected
08:50:02 	public static void main(String[] args) {
08:50:02 	              ^
08:50:02 X.java:12: error: class, interface, or enum expected
08:50:02 		new Local();
08:50:02 		^
08:50:02 X.java:13: error: class, interface, or enum expected
08:50:02 	}
08:50:02 	^
08:50:02 3 errors
08:50:02 
08:50:02 
08:50:02 
08:50:02 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:03 --- javac err: ---
08:50:03 X.java:5: error: class, interface, or enum expected
08:50:03 	public void bar() {
08:50:03 	       ^
08:50:03 1 error
08:50:03 
08:50:03 
08:50:03 
08:50:03 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:04 
08:50:04 
08:50:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:04 
08:50:04 
08:50:04 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:05 --- javac err: ---
08:50:05 X.java:2: error: legacy array notation not allowed on variable-arity parameter
08:50:05 	void foo(X ... arg[]){
08:50:05 	                  ^
08:50:05 1 error
08:50:05 
08:50:05 
08:50:05 
08:50:05 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:06 --- javac err: ---
08:50:06 X.java:6: error: class Test is public, should be declared in a file named Test.java
08:50:06 public @MyAnn("","") class Test {		
08:50:06                      ^
08:50:06 X.java:6: error: annotation values must be of the form 'name=value'
08:50:06 public @MyAnn("","") class Test {		
08:50:06               ^
08:50:06 X.java:6: error: annotation values must be of the form 'name=value'
08:50:06 public @MyAnn("","") class Test {		
08:50:06                  ^
08:50:06 X.java:6: error: annotation @MyAnn is missing a default value for the element 'value2'
08:50:06 public @MyAnn("","") class Test {		
08:50:06        ^
08:50:06 4 errors
08:50:06 
08:50:06 
08:50:06 
08:50:06 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:07 --- javac err: ---
08:50:07 X.java:2: error: cannot find symbol
08:50:07 	void foo(List<String>... args) {}
08:50:07 	         ^
08:50:07   symbol:   class List
08:50:07   location: class X
08:50:07 1 error
08:50:07 
08:50:07 
08:50:07 
08:50:07 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:08 --- javac err: ---
08:50:08 X.java:2: error: cannot find symbol
08:50:08 	void foo(java.util.List2<String>... args) {}
08:50:08 	                  ^
08:50:08   symbol:   class List2
08:50:08   location: package java.util
08:50:08 1 error
08:50:08 
08:50:08 
08:50:08 
08:50:08 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:09 --- javac err: ---
08:50:09 X.java:5: error: illegal start of expression
08:50:09 		void foo2() {
08:50:09 		^
08:50:09 X.java:5: error: ';' expected
08:50:09 		void foo2() {
08:50:09 		         ^
08:50:09 2 errors
08:50:09 
08:50:09 
08:50:09 
08:50:09 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:10 
08:50:10 
08:50:10 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:11 --- javac err: ---
08:50:11 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
08:50:11 		try (int i = 0) {};
08:50:11 		         ^
08:50:11     (int cannot be converted to AutoCloseable)
08:50:11 1 error
08:50:11 
08:50:11 
08:50:11 
08:50:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:11 
08:50:11 
08:50:11 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:12 --- javac err: ---
08:50:12 X.java:8: error: exception SonOfFoo is never thrown in body of corresponding try statement
08:50:12 			} catch (SonOfFoo e1) {
08:50:12 			  ^
08:50:12 X.java:14: warning: [serial] serializable class Foo has no definition of serialVersionUID
08:50:12 class Foo extends Exception {}
08:50:12 ^
08:50:12 X.java:15: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
08:50:12 class SonOfFoo extends Foo {}
08:50:12 ^
08:50:12 X.java:16: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
08:50:12 class DaughterOfFoo extends Foo {}
08:50:12 ^
08:50:12 1 error
08:50:12 3 warnings
08:50:12 
08:50:12 
08:50:12 
08:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:12 
08:50:12 
08:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:12 
08:50:12 
08:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:12 
08:50:12 
08:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:12 
08:50:12 
08:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:12 
08:50:12 
08:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:12 
08:50:12 
08:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:12 
08:50:12 
08:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:12 
08:50:12 
08:50:12 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:13 
08:50:13 
08:50:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:13 
08:50:13 
08:50:13 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:14 --- javac err: ---
08:50:14 X.java:2: error: modifier default not allowed here
08:50:14   default void f() {
08:50:14                ^
08:50:14 X.java:4: error: modifier default not allowed here
08:50:14   default X() {}
08:50:14           ^
08:50:14 2 errors
08:50:14 
08:50:14 
08:50:14 
08:50:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:14 
08:50:14 
08:50:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:14 
08:50:14 
08:50:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:14 
08:50:14 
08:50:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:14 
08:50:14 
08:50:14 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:15 
08:50:15 
08:50:15 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:17 --- javac err: ---
08:50:17 X.java:4: warning: [unchecked] unchecked cast
08:50:17 		List<String> l = (List<String>) (null == null ? Arrays.asList() : Arrays.asList("Hello","world"));
08:50:17 		                                ^
08:50:17   required: List<String>
08:50:17   found:    List<? extends Object>
08:50:17 1 warning
08:50:17 
08:50:17 
08:50:17 
08:50:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:17 
08:50:17 
08:50:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:17 --- javac err: ---
08:50:17 X.java:2: error: as of release 9, '_' is a keyword, and may not be used as an identifier
08:50:17    int _;
08:50:17        ^
08:50:17 X.java:4: error: as of release 9, '_' is a keyword, and may not be used as an identifier
08:50:17 		int _   = 3;
08:50:17 		    ^
08:50:17 X.java:8: error: as of release 9, '_' is a keyword, and may not be used as an identifier
08:50:17    void goo(int _) {}
08:50:17                 ^
08:50:17 X.java:11: error: as of release 9, '_' is a keyword, and may not be used as an identifier
08:50:17       } catch (Exception _) {
08:50:17                          ^
08:50:17 4 errors
08:50:17 
08:50:17 
08:50:17 
08:50:17 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:18 ----------------------------------------
08:50:18 org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest#testBug440285 - 12
08:50:18 X.java [
08:50:18 import java.util.function.Function;
08:50:18 class Y{}
08:50:18 class Z{}
08:50:18 public class X {
08:50:18 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;
08:50:18 	Function<Integer, int[]> m2 = int[]::<Y>new;
08:50:18 }
08:50:18 ]
08:50:18 
08:50:18 
08:50:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:18 
08:50:18 
08:50:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:18 
08:50:18 
08:50:18 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:20 ***************************************************************************
08:50:20 * Comparison with Sun Javac compiler for class JEP286ReservedWordTest (null tests)
08:50:20 ***************************************************************************
08:50:21 --- javac err: ---
08:50:21 X.java:2: error: 'var' not allowed here
08:50:21 	public class var { public int a; };
08:50:21 	             ^
08:50:21   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
08:50:21 X.java:3: error: illegal start of type
08:50:21 	+
08:50:21 	^
08:50:21 2 errors
08:50:21 
08:50:21 
08:50:21 
08:50:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:21 --- javac err: ---
08:50:21 X.java:2: error: 'var' not allowed here
08:50:21 	interface var { };
08:50:21 	          ^
08:50:21   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
08:50:21 X.java:3: error: illegal start of type
08:50:21 	+
08:50:21 	^
08:50:21 2 errors
08:50:21 
08:50:21 
08:50:21 
08:50:21 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:22 --- javac err: ---
08:50:22 X.java:1: error: 'var' not allowed here
08:50:22 public class X<var extends Number> { }
08:50:22                ^
08:50:22   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
08:50:22 1 error
08:50:22 
08:50:22 
08:50:22 
08:50:22 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:23 --- javac err: ---
08:50:23 X.java:2: error: 'var' not allowed here
08:50:23 	<var extends Number> var getNumber() {
08:50:23 	 ^
08:50:23   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
08:50:23 X.java:2: error: 'var' is not allowed here
08:50:23 	<var extends Number> var getNumber() {
08:50:23 	                     ^
08:50:23 2 errors
08:50:23 
08:50:23 
08:50:23 
08:50:23 Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt
08:50:23 Tests run: 2733, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 87.614 s <<< FAILURE! - in org.eclipse.jdt.core.tests.compiler.parser.TestAll
08:50:23 testInIfStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0.038 s
08:50:23 testNoQualificationQualifiedTypeName - 12(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0.001 s
08:50:23 testNoQualificationSimpleTypeName - 12(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0.001 s
08:50:23 testQualifiedWithName - 12(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0.001 s
08:50:23 testQualifiedWithPrimary - 12(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0 s
08:50:23 testArrayType - 12(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testArrayTypeWithNonEmptyIdentifier - 12(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testPrimitiveArrayType - 12(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testPrimitiveArrayTypeWithNonEmptyIdentifier - 12(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testPrimitiveType - 12(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testPrimitiveTypeWithNonEmptyIdentifier - 12(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0 s
08:50:23 test001 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.004 s
08:50:23 test002 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test003 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test004 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
08:50:23 test005 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test006 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test007 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 test008 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test009 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test010 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 test011 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test012 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test013 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test014 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test015 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test016 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.003 s
08:50:23 test017 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testA - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.003 s
08:50:23 testAA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testAA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
08:50:23 testAA_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
08:50:23 testAA_4 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
08:50:23 testAB_1FHU9LU - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testAC_1FJ8D9Z_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testAC_1FJ8D9Z_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testAC_1FJ8D9Z_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testB - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testBA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBB_1FHJ8H9 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testBC_1FJ4GSG_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBC_1FJ4GSG_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBC_1FJ4GSG_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBug292087a - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
08:50:23 testBug292087b - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBug310423 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBug338789 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.048 s
08:50:23 testBug338789b - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBug343637 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBug346415 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testBug346454 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBug346454b - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testC - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testCA_1FGPJQZ - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testCB_1FHSKQ9_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testCB_1FHSKQ9_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testCC_1FJ64I9 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testDA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
08:50:23 testDA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testDA_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testDA_4 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testDA_5 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testDB_1FHSLDR - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testDC_1FJJ0JR_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testD_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testD_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testEA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testEA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testEB_1FI74S3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testEC_1FSBZ2Y - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testE_1FG1YDS_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testE_1FG1YDS_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testE_1FG1YDS_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testF - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testFA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
08:50:23 testFA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testFB_1FI74S3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testFC_1FSBZ9B - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testG - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testGA - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testGB_1FI74S3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testGC_1FSHLHV_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testGC_1FSHLHV_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testGC_1FSHLHV_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testGC_1FSHLHV_4 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testH - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testHA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testHA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testHB_1FHSLDR - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testHC_1FMPYO3_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testHC_1FMPYO3_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testI - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testIA_1FGNBPR_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testIA_1FGNBPR_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testIB - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testIC_1FMGUPR - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testJ - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testJA_1FGQVW2_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testJA_1FGQVW2_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testJB - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testJC_1FLG1ZC - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testKA_1FH5SU5 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testKB - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testKC_1FLG1ZC - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
08:50:23 testK_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testK_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testK_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testK_4 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testLA_1FGLMOF - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testLB - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testLC_1FLG1E2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testL_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testL_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testL_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testMA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testMA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testMA_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testMB_1FHSLMQ_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testMB_1FHSLMQ_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testMC_1FJ8D9Z - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testM_1FGGLMT - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testN - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testNA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testNA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testNA_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testNB - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testNC_1FJ8D9Z - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testOA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testOA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testOB_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testOB_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testOC_1FM7J7F - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testO_1FG1YU0 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testPA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testPA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testPB - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testPC_1FSU4EF - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testP_1FG1YU0 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testQA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testQA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testQA_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testQA_4 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testQB_1FIK820 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testQ_1FG1YU0 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testRA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testRA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.04 s
08:50:23 testRA_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testRB_1FI74S3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testR_1FGD31E - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testSA - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testSB_1FILFDG - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testS_1FGF64P_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testS_1FGF64P_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testS_1FGF64P_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testTA_1FHISJJ_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testTA_1FHISJJ_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testTA_1FHISJJ_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testTB_1FHSLMQ - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testT_1FGF64P - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testUA_1FHISJJ_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testUA_1FHISJJ_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testUB_1FSBZ02 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testU_1FGGUME - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testVA_1FHISJJ_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testVA_1FHISJJ_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testVB_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testVB_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testV_1FGGUOO_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testV_1FGGUOO_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testWA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testWA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testWB_1FI313C - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testW_1FGGUS4 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testXA_1FGGUQF_1FHSL8H_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testXA_1FGGUQF_1FHSL8H_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testXA_1FGGUQF_1FHSL8H_4 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testXB_1FIYM5I_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testXB_1FIYM5I_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testXB_1FIYM5I_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testXB_1FIYM5I_4 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testX_1FGGV8C_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testX_1FGGV8C_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testX_1FGGV8C_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testX_1FGGV8C_4 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testX_1FGPE8E - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testYA_1FGRIUH - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testYB_1FJ4D46_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testY_1FGPESI - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testZA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testZA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testZA_3 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testZB_1FJ4D46_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 testZB_1FJ4D46_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testZ_1FGPF3D_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testZ_1FGPF3D_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0002_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0002_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0003_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0003_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.011 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0005_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0005_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0006_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0006_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0008_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0008_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0009_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0009_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0011_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0011_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0012_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0012_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0014_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0014_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0015_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0015_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0017_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0017_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0018_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0018_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0020_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0020_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0021_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0021_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0023_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0023_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0024_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0024_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0025 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0026_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0026_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0027_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0027_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0028 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0029_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0029_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0030_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0030_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0031_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0031_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0032_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0032_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0033_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0033_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0034_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0034_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0035_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0035_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0036_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0036_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0037 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0038_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0038_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0039_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0039_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0040 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0041_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0041_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0042_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0042_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0043 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0044_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0044_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0045_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0045_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0046 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0047_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0047_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0048_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0048_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0049 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0050_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0050_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0051_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0051_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0052 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0053_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0053_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0054_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0054_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0055 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.031 s
08:50:23 test0056_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0056_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0057_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0057_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0058 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0059_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0059_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0060_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0060_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0061 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0062_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0062_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0063_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0063_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0064 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0065_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0065_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0066_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0066_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0067_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0067_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0068_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0068_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0069_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0069_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0070_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0070_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0071_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0071_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0072_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0072_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0073 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0074_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0074_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0075_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0075_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0076 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0077_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0077_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0078_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0078_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0079_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0079_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0080_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0080_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0081_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0081_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0082_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0082_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0083_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0083_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0084_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0084_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0085_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0085_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0086_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0086_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0087_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0087_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0088_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0088_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0089_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0089_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0090_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0090_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0091 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0092_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0092_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0093_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0093_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0094 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0095_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0095_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0096_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0096_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0097_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0097_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0098_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0098_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0099_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0099_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0100_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0100_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0101_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0101_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0102_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0102_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0103_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0103_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0104_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0104_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0105_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0105_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0106_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0106_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0107_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0107_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0108_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0108_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0109_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0109_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0110_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0110_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0111_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0111_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0112_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0112_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0113_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0113_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0114_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0114_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0115_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0115_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0116_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0116_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0117_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0117_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0118_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0118_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0119_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0119_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0120_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0120_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0121_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0121_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0122_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0122_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0123_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0123_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0124_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0124_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0125_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0125_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0126_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0126_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0127 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0128_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0128_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0129_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0129_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0130_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0130_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0131_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0131_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0132_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0132_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0133_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0133_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0134 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0135_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0135_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0136 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0137_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0137_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0138_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0138_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0139 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0140 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0141 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0142_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0142_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0143_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0143_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0144_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0144_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0145_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0145_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0146_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0146_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0147 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0148 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0149_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0149_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0150_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0150_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0151_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0151_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.031 s
08:50:23 test0152 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0153_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0153_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0154_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0154_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0155_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0155_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0156_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0156_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0157_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0157_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0158_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0158_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0159 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0160 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0161 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0162 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0163 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0164 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0165_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0165_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0166_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0166_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0167_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0167_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0168_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0168_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0169_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0169_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0170_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0170_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0171_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0171_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0172 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0173_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0173_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0174_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0175_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0176_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0177_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
08:50:23 test0178_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0021_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0021_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0022_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0022_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0023_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0023_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0024_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0024_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0025_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0025_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0026_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0026_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0027_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0027_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0028_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0028_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0029 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0030 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0031 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0032 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0033 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0034 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0035 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0036 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0037_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0037_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0038_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0038_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0039_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0039_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0040_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0040_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0041_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0041_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0042_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0042_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0043_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0043_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0044_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0044_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0045_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0045_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0046_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0046_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0047 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0048 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0049 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0050 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0051 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0052 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0053 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0054 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0055_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0055_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0056_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0056_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0057_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0057_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0058_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0058_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0059_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0059_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0060 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0061 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0062 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0063 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0064 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0065 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0066 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0067 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0068 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0069 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0070 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0071 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0072 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0073 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0074 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0075 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0076 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0077 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0078 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0079 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0080_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0080_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0081_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0081_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0082_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0082_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0083 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0084 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0085 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0086 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0087 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0088 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0089 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0090_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0090_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0091_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0091_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0092_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0092_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0093_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0093_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0094_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0094_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0095_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0095_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0096_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0096_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0097_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0097_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0098_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0098_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0099_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0099_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0100_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0100_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0101 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0102 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0103 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0104 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0105 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0106 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0107_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0107_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0108_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0108_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0109_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0109_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0110_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0110_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0111 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0112 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0113 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0114 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0115 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0116 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0117 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0118 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0119 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0120 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0121 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0122 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0123 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0124 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0125 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0126 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0127 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0128 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0129 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0130 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0131 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0132 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0133 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0134 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0135 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0136 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0137 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0138 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0139 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0140 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0141 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0142 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0143 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0144 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0145 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0146 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0147_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0147_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0148_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0148_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0149 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0150 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0151 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0152 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0153 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0154 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0155 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0156 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0157 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0158 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0159 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0160 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0161 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0162 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0163 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0164 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0165 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0166 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0167 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.02 s
08:50:23 test0168 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0169 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0170 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0171 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0172 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0173 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0174 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0175 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0176 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0177 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0178 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0179 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0180 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0181_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0181_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0182_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0182_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0183_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0183_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0184_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0184_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0185_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0185_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0186_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0186_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0187_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0187_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0188_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0188_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0189_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0189_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0190_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0190_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0191_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0191_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0192_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0192_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0193_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0193_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0194 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0195 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0196 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0197 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0198 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0199 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0200 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0201 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0202 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0203 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0204 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0205 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0206 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0207 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0208 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0209 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0210 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0211 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0212 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0213 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0214_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0214_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0216_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0216_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0217_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0217_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0218_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0218_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0219_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0219_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0220_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0220_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0221_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0221_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0222_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0222_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0223 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0224 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0225 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0226 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0227 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0228 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0229 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0230 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0231_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0231_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0232_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0232_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0233_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0233_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0234_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0234_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0235_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0235_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0236_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0236_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0237_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0237_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0238_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0238_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0239_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0239_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0240_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0240_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0241 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0242 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0243 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0244 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0245 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0246 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0247 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0248 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0249_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0249_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0250_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0250_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0251_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0251_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0252_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0252_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0253_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0253_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0254 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0255 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0256 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0257 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0258 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0259 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0260 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0261 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0262 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0263 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0264 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0265 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0266 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0267 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0268 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0269 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0270 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0271 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0272 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0273 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0274_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0274_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0275_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0275_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0276_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0276_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0277 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0278 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0279 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0280 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0281 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0282 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0283 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0284_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0284_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0285_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0285_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0286_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0286_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0287_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0287_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0288_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0288_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0289_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0289_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0290_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0290_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0291_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0291_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0292_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0292_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0293_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0293_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0294_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0294_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0295 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0296 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0297 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0298 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0299 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0300 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0301_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0301_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0302_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0302_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0303_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0303_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0304_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0304_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0305 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0306 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0307 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0308 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0309 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0310 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0311 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0312 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0313 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0314 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0315 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0316 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0317 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0318 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0319 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0320 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0321 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0322 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0323 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0324 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0325 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0326 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0327 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0328 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0329 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0330 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0331 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0332 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0333 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0334 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0335 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0336 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0337 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0338 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0339 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0340 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0341_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0341_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0342_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0342_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0343 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0344 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0345 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0346 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0347 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0348 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0349 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0350 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0351 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0352 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0353 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0354 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0355 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0356 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0357 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0358 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0359 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0360 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0361 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0362 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0363 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0364 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0365 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0366 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0367 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0368 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0369 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0370 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0371 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0372 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0373 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0374 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0375_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0375_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0376_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0376_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0377_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0377_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0378_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0378_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0379_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0379_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0380_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0380_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0381_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0381_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0382_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0382_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0384_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0384_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0385_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0385_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0386_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0386_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0387_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0387_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
08:50:23 test0388_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test0388_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
08:50:23 test01 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test02 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test03 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test04 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test05 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test06 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test07 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test08 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test09 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test10 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test11 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test12 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test13 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test14 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test15 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test16 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test17 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test18 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test19 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test20 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test21 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test22 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test23 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test24 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test25 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test26 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
08:50:23 test01 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test02 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test03 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test04 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test05 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test06 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test07 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test08 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test09 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test10 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test11 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test12 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test13 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test14 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test15 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test16 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test17 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test18 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test19 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test20 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test21 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test22 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test23 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test24 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test25 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test26 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test27 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test28 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test29 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test30 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test31 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test32 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test33 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test34 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test34a - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test34b - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test34c - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test35 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test36 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test37 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test38 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test39 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test40 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test41 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test42 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test43 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test44 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test45 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test46 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test47 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test48 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test49 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test50 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test51 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test52 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test53 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 test54 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
08:50:23 test55 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
08:50:23 testPrimarySuper - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testPrimaryThis - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testSuper - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testThis - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testWrapperNameSuper - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testWrapperNameThis - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testWrapperPrimarySuper - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testWrapperSuper - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testWrapperThis - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testAdditiveExpressionMinus - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testAdditiveExpressionPlus - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testAndExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testArgumentList - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testArrayAccess - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testArrayAccessPrimaryNoNewArray - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testArrayInitializer - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testArrayInitializerComma - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testAssignment - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testBlock - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testBlockStatements - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testBlockStatementsInConstructorBody - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testBlockStatementsInInitializer - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testBlockStatementsInStaticInitializer - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testCastExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testCastExpressionUnaryExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testClassInstanceCreationExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testClassInstanceCreationExpressionName - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testClassInstanceCreationExpressionPrimary - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testConditionalAndExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testConditionalExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testConditionalExpressionConditionalExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testConditionalOrExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testConstructorBody - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testDimWithOrWithOutExpr - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testDoExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testDoStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testEqualityExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testEqualityExpressionNot - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testExclusiveOrExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testExplicitConstructorInvocationInConstructorBody - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testForInit - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testForStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testForStatementExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testForUpdate - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testIfExpresionThen - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testIfExpresionThenElse - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testIfThenElseStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testIfThenStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testIfThenStatementElse - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testInclusiveOrExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testLabeledStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testMethodBody - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testMethodInvocation - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testMethodInvocationPrimary - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testMethodInvocationSuper - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testMultiplicativeExpressionMultiplication - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testMultiplicativeExpressionRemainder - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testMultiplicativeExpressiondDivision - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testPreIncrementExpressionMinusMinus - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testPreIncrementExpressionPlusPlus - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testPrimaryNoNewArray - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testRelationalExpressionGreaterThan - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testRelationalExpressionGreaterThanOrEquals - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testRelationalExpressionLessThan - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testRelationalExpressionLessThanOrEqual - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testReturnStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testShiftExpressionLeft - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testShiftExpressionRight - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testShiftExpressionRightUnSigned - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testStatementExpressionList - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testSwitchBlockStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testSwitchExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testSwitchLabel - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testSynchronizedStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testThrowExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testUnaryExpressionBitwiseComplement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testUnaryExpressionLogicalComplement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testUnaryExpressionMinus - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testUnaryExpressionPlus - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testVariableDeclarator - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testVariableInitializers - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testWhileExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
08:50:23 testWhileStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
08:50:23 testAnonymousFirstMethod - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testAnonymousNoStatementBefore - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testAnonymousOneFieldBefore - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testAnonymousOneStatementBefore - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testAnonymousSecondMethod - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testLocalTypeFirstMethod - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testLocalTypeNoStatementBefore - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testLocalTypeOneFieldBefore - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testLocalTypeOneStatementBefore - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testLocalTypeSecondMethod - 12(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
08:50:23 test001 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.005 s
08:50:23 test002 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test003 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test004 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test005 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.002 s
08:50:23 test006 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test007 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test008 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test010 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test011 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test012 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test013 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test014 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test015 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test020 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test021 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test022 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test023 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test024 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test025 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test026 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test027 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test028 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test029 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test030 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test031 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.016 s
08:50:23 test032 - 12(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
08:50:23 test1FTEO9L - 12(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0.002 s
08:50:23 testInCaseWithIdentifier - 12(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0 s
08:50:23 testInCaseWithNumberConstant - 12(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0.001 s
08:50:23 testInLabeledInnerClass - 12(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0 s
08:50:23 testInLabeledInnerClassWithErrorBefore - 12(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0.001 s
08:50:23 testOneLevelDeep - 12(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0 s
08:50:23 testSecondLabel - 12(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0 s
08:50:23 testTwoLevelDeep - 12(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0.001 s
08:50:23 test1FVVWS8_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 test1FVVWS8_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 test1FW2ZTB_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 test1FW2ZTB_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 test1FW35YZ_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 test1FW35YZ_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 test1FWYBKF - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 test1GAJBUQ - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testAfterEmptyAnonymous - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testAfterFirstParameter - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testBeforeFirstParameter - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testBeforeLastParameter - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testBeforeSecondParameter - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testEmptyInFirstParameter - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testInFirstParameter - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testInIfStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testLabeledWithExpressionReceiver - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testLabeledWithoutReceiver - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testNoReceiver - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testSpaceThenFirstParameter - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testSuper - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testWithExpressionReceiver - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testWithNameReceiver - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testWithNameReceiverAfterConditionalExpression - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
08:50:23 testWithNameReceiverAndTwoArgs - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 testWithQualifiedNameReceiver - 12(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
08:50:23 test1FTZ849 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 test1FUUP73 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 test1FVRQQA_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 test1FVRQQA_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 test1FVT66Q_1 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 test1FVT66Q_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 test1G8DE30 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 testEmptyNameReference - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 testEmptyNameReferenceAfterCast - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 testEmptyNameReferenceAfterPlus - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 testEmptyNameReferenceInArrayDim - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 testEmptyNameReferenceInInnerClass - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 testInIfThenStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 testInnerClassFieldInitializer - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 testInvocationFieldInitializer - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 testMethodInvocationAnonymousInnerClass - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.011 s
08:50:23 testQualifiedNameReferenceShrinkAll - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 testQualifiedNameReferenceShrinkAllButOne - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 testQualifiedNameReferenceShrinkAllButOne2 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 testQualifiedNameReferenceShrinkNone - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 testQualifiedNameReferenceShrinkNone2 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 testQualifiedNameReferenceShrinkOne - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
08:50:23 testQualifiedNameReferenceShrinkOne2 - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 testUnicode - 12(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
08:50:23 test1FTZCIG - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testBlock - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testBlockStatements - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testCatchClause1 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testCatchClause2 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testCatchClause3 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testClassBody - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testClassBodyDeclarations - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testClassInstanceCreationExpression1 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testClassInstanceCreationExpression2 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testClassInstanceCreationExpression3 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testClassInstanceCreationExpression4 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testClassInstanceCreationExpressionName1 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testClassInstanceCreationExpressionName2 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testClassInstanceCreationExpressionName3 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testClassInstanceCreationExpressionName4 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testClassInstanceCreationExpressionPrimary1 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testClassInstanceCreationExpressionPrimary2 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testClassInstanceCreationExpressionPrimary3 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testClassInstanceCreationExpressionPrimary4 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testClassTypeList - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testConstructorBody - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testConstructorDeclarator - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testDeepReference - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testExtendsClass - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testExtendsInterface - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testFieldDeclarationWithModifiers - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testFieldDeclarationWithoutModifiers - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testForStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testFormalParameter - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testFormalParameterList - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testImplements - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testInstanceOf - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testInterfaceBody - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testInterfaceMemberDeclarations - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testInterfaceTypeList - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testLocalVariableDeclaration - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testMethodBody - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testMethodDeclarator - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testMethodHeaderWithModifiers - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testMethodHeaderWithoutModifiers - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testQualifiedTypeReferenceShrinkAll - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testQualifiedTypeReferenceShrinkAllButOne - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testQualifiedTypeReferenceShrinkNone - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testQualifiedTypeReferenceShrinkOne - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testSwitchBlockStatement - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
08:50:23 testThrows - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
08:50:23 testNameSuper - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0.012 s
08:50:23 testNameThis - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0.001 s
08:50:23 testPrimarySuper - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0 s
08:50:23 testSuper - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0 s
08:50:23 testThis - 12(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0.001 s
08:50:23 test01 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test02 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test03 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test04 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test05 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.002 s
08:50:23 test06 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test07 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test08 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test09 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test10 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test11 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test12 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test13 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test14 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test15 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test16 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test17 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test18 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test19 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test20 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test21 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test22 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test23 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test24 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test25 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test26 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test27 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test28 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test29 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test30 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.015 s
08:50:23 test31 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test32 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.002 s
08:50:23 test33 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test34 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test35 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test36 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test37 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test38 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test39 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test40 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test41 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test42 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test43 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test44 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test45 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test46 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test47 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test48 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test49 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test50 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test51 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 test52 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test53 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test54 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
08:50:23 test55 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
08:50:23 testBug30946 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest2)  Time elapsed: 1.001 s
08:50:23 test01 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.002 s
08:50:23 test02 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test03 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
08:50:23 test04 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
08:50:23 test05 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test06 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
08:50:23 test07 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.002 s
08:50:23 test08 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.002 s
08:50:23 test09 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.004 s
08:50:23 test10 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.003 s
08:50:23 test11 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test12 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
08:50:23 test13 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test14 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test15 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.003 s
08:50:23 test16 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test17 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.002 s
08:50:23 test18 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.003 s
08:50:23 test19 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test20 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test21 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test22 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test23 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test24 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test25 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
08:50:23 test26 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
08:50:23 test01 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.016 s
08:50:23 test02 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test03 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test04 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test05 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.017 s
08:50:23 test06 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test07 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test08 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test09 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test10 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test100 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test102 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.017 s
08:50:23 test103 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test104 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.011 s
08:50:23 test105 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test106 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test107 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test108 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test109 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.022 s
08:50:23 test11 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test110 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test111 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test112 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test113 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test114 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test115 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test116 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test117 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test117_2 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test118 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test119 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test12 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test120 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test121 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test122 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test123 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test125 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 5.35 s
08:50:23 test126 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test127 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test128 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test13 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test14 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test15 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test16 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test17 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test18 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test19 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test20 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.06 s
08:50:23 test21 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test22 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test23 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test24 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test25 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test26 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.008 s
08:50:23 test27 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test28 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test29 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.036 s
08:50:23 test30 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test31 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test33 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test34 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test35 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test36 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test37 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test38 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test39 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test40 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test405778 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test405778a - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test41 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test42 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test43 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test44 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test45 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test456861 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test46 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test47 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.025 s
08:50:23 test48 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test49 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test50 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test51 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test52 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test53 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test54 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test55 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test56 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test57 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test58 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test59 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test60 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test61 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test62 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test63 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test64 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test65 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.008 s
08:50:23 test66 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.017 s
08:50:23 test67 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test68 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test69 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test70 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.008 s
08:50:23 test71 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test72 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test73 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test74 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test75 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.013 s
08:50:23 test76 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test77 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.008 s
08:50:23 test78 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test79 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test80 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test81 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.024 s
08:50:23 test82 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test83 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test84 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test85 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test86 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test87 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test88 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test89 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test90 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.008 s
08:50:23 test91 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test92 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test93 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test94 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.012 s
08:50:23 test95 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test96 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test97 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test98 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test99 - 12(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.048 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.038 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0021 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.017 s
08:50:23 test0023 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0024 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0025 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0026 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0027 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0028 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0029 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0030 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0031 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0032 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0033 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0034 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0035 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0036 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.034 s
08:50:23 test0037 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0038 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0039 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0040 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0041 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0042 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0043 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0044 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0045 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0046 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0047 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 testBug430336 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test01 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.006 s
08:50:23 test02 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test03 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test04 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test05 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test06 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test07 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test08 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test09 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test10 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test11 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test12 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test13 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test14 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test15 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test16 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test17 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test18 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test19 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test20 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test21 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test22 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test23 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test24 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test25 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test26 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test27 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test28 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test29 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test30 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test31 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test32 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.002 s
08:50:23 test33 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test34 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.002 s
08:50:23 test35 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test36 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test37 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test38 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test39 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test40 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test41 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test42 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test43 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test44 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test45 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test46 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.019 s
08:50:23 test47 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test48 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test49 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test50 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test51 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test52 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test53 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.002 s
08:50:23 test54 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test55 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test56 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test57 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test58 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test59 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test60 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test61 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test62 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test63 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test64 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test65 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test66 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test67 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test68 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test69 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test70 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test71 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test72 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.005 s
08:50:23 test73 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
08:50:23 test74 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test75 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.002 s
08:50:23 test76 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test81 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.002 s
08:50:23 testBug99662 - 12(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
08:50:23 test01 - 12(org.eclipse.jdt.core.tests.compiler.parser.DocumentElementParserTest)  Time elapsed: 0.006 s
08:50:23 test01 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test02 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test03 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.002 s
08:50:23 test04 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test05 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test06 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test07 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test08 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test09 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test10 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test11 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test12 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test13 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test14 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test15 - 12(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test01 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test02 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test03 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test04 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test05 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test06 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test07 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test08 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test09 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test10 - 12(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
08:50:23 test001 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.092 s
08:50:23 test002 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.009 s
08:50:23 test003 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.788 s
08:50:23 test004 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.764 s
08:50:23 test005 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.158 s
08:50:23 test006 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.772 s
08:50:23 test007 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.928 s
08:50:23 test008 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.799 s
08:50:23 test009 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.781 s
08:50:23 test010 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.78 s
08:50:23 test012 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.887 s
08:50:23 test013 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.907 s
08:50:23 test014 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.793 s
08:50:23 test015 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.746 s
08:50:23 test016 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.807 s
08:50:23 test017 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.767 s
08:50:23 test018 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.805 s
08:50:23 test019 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.8 s
08:50:23 test020 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.856 s
08:50:23 test021 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.435 s
08:50:23 test022 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.848 s
08:50:23 test023 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.865 s
08:50:23 test024 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.856 s
08:50:23 test025 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.868 s
08:50:23 test026 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.89 s
08:50:23 test027 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.776 s
08:50:23 test028 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.78 s
08:50:23 testBug485477 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.809 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.852 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.892 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.187 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.901 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.886 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.891 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.883 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.904 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.887 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.831 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.838 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.846 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.791 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.751 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.806 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.777 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.785 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.791 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.796 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.792 s
08:50:23 test0021 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.762 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.786 s
08:50:23 test0023 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.783 s
08:50:23 test0025 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.788 s
08:50:23 test0026 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.787 s
08:50:23 test0027 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.751 s
08:50:23 test0028 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.785 s
08:50:23 test0029 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.775 s
08:50:23 test0031 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.803 s
08:50:23 test0033 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.797 s
08:50:23 test0034 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.774 s
08:50:23 test0035 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.764 s
08:50:23 test0036 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.786 s
08:50:23 test0037 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.789 s
08:50:23 test0038 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.761 s
08:50:23 test0039 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.803 s
08:50:23 test0040 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.758 s
08:50:23 test0041 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.77 s
08:50:23 test0042 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.801 s
08:50:23 test0043 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.774 s
08:50:23 test0044 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.761 s
08:50:23 test0045 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.769 s
08:50:23 test0046 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.889 s
08:50:23 test0047 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.834 s
08:50:23 test0048 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.788 s
08:50:23 test0049 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.914 s
08:50:23 test0050 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.038 s
08:50:23 test0051 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.918 s
08:50:23 test0052 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.808 s
08:50:23 test0053 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.885 s
08:50:23 test0054 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.942 s
08:50:23 test0055 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 test0056 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.914 s
08:50:23 test0057 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.001 s
08:50:23 test0058 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 test0059 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 test0060 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 test0061 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 test0062 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 test0063 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 test0064 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.001 s
08:50:23 test401850 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.047 s
08:50:23 test406846 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 test421477 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.914 s
08:50:23 test428605 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.894 s
08:50:23 test429110 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 testBug391201 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 testBug399773 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.001 s
08:50:23 testBug399778 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.008 s
08:50:23 testBug399778a - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.044 s
08:50:23 testBug399780 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 testBug399781 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.778 s
08:50:23 testBug440285 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.084 s  <<< FAILURE!
08:50:23 junit.framework.ComparisonFailure: 
08:50:23 testBug440285 - Eclipse found error(s) but Javac did not find any.
08:50:23 ----------- Expected ------------
08:50:23 
08:50:23 ------------ but was ------------
08:50:23 ----------\n
08:50:23 1. ERROR in X.java (at line 5)\n
08:50:23 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;\n
08:50:23 	                                      ^^^^\n
08:50:23 Type arguments are not allowed here\n
08:50:23 ----------\n
08:50:23 2. ERROR in X.java (at line 6)\n
08:50:23 	Function<Integer, int[]> m2 = int[]::<Y>new;\n
08:50:23 	                                      ^\n
08:50:23 Type arguments are not allowed here\n
08:50:23 ----------\n
08:50:23 
08:50:23 --------- Difference is ----------
08:50:23  expected:<[]> but was:<[----------\n
08:50:23 1. ERROR in X.java (at line 5)\n
08:50:23 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;\n
08:50:23 	                                      ^^^^\n
08:50:23 Type arguments are not allowed here\n
08:50:23 ----------\n
08:50:23 2. ERROR in X.java (at line 6)\n
08:50:23 	Function<Integer, int[]> m2 = int[]::<Y>new;\n
08:50:23 	                                      ^\n
08:50:23 Type arguments are not allowed here\n
08:50:23 ----------\n
08:50:23 ]>
08:50:23 	at org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest.testBug440285(ComplianceDiagnoseTest.java:3502)
08:50:23 
08:50:23 testBug531714_001 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 testBug531714_002 - 12(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.002 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0021 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0023 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0024 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0025 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0026 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0027 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0028 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0029 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0030_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0030_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0031_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0031_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0032_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0032_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0033_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0033_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0034_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0034_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0035_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0035_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0036_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0036_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0037_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0037_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0038_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0038_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0039_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0039_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0040_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0040_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0041_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0041_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0042_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0042_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0043_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0043_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0044_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0044_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0045_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0045_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0046_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0046_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0047_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0047_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0048_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0048_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0049_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0049_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0050_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0050_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0051_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0051_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0052_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0052_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0053_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0053_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0054_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0054_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0055_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0055_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0056_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0056_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0057_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0057_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0058_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0058_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0059 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0060 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0061 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0062 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0063 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0064 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0065 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0066 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0067 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0068 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0069 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0070 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0071 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0072 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0073 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0074 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0075 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0076 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0077 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0078 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0079 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0080 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0081 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0082 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0083 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0084 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0085 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0086 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0087 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0088 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0089 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0090 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0091 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0092 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0093 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0094 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0095 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0096 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0097 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0098 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0099_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0099_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0100_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0100_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0101_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0101_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0102_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0102_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0103_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0103_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0104_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0104_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0105_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0105_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0106_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0106_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0107_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0107_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0108_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0108_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0109_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0109_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0110_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0110_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0111_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0111_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0112_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0112_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0113_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0113_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0114_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0114_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0115_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0115_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0116_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0116_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0117_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0117_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0118_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0118_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0119_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0119_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0120_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0120_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0121_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0121_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0122_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0122_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0123_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0123_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0124_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0124_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0125_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0125_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0126_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0126_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0127_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0127_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0128_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0128_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0129_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0129_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0130_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0130_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0131_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0131_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0132_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0132_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0133_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0133_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0134_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0134_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0135_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0135_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0136_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0136_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0137_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0137_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0138_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0138_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0139_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0139_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0140_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0140_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0141_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0141_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0142_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0142_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0143_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0143_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0144_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0144_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0145_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0145_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0146 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0147 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0148 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0149 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0150 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0151 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0152 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0153 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0154 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0155 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0156 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0157 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0158 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0159_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0159_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0160_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0160_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0161 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0162 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0163 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0164 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0165_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0165_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0166_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0166_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0167_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0167_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0168_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0168_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0169 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0170 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0171_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0171_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0172_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0172_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0173_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0173_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0174_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0174_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0175_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0175_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0176_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0176_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0177 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0178 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0179 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0180 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0181 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0182 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0183 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0184_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0184_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0185 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0186 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0187_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0187_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0188_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0188_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0189_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.003 s
08:50:23 test0189_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0190_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0190_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0191_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0191_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0192_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0192_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0193_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0193_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0194_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0194_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0195_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0195_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0196 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0197 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0198 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0199 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0200 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0201 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0202_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0202_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0203_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0203_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0204_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0204_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0205 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0206_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0206_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0207_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0207_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0208_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0208_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0209_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0209_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0210_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0210_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0211 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0212 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0213_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0213_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0214_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0214_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0215_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0215_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0216_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0217_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.007 s
08:50:23 test0218_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.011 s
08:50:23 test0219_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0220_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 testBug351426 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 testBug351426b - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
08:50:23 testBug351426c - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0013_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0013_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0021 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0023 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0024_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0024_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0025 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0026 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0027 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0028_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0028_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0029_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0029_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0030 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0031 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0032 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0033 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0034_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0034_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0035_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0035_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0036 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0037 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0038 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0039 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0040_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0040_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0041_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0041_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0042 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0043 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0044 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0045 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0046_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0046_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0047_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0047_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0048 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0049 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0050 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0051 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0052_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0052_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0053_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0053_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0054 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0055 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0056 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0057 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0058_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0058_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0059_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0059_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0060 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0061 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0062 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0063 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0064_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0064_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0065_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0065_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0066 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0067 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0068 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0069 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0070_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0070_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0071_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0071_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.002 s
08:50:23 test0072 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0073 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0074 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0075 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0076 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0078 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0079 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0080 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0081 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0082 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0083 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0084 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0085 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0086 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0087 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0088 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0089 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0090 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0091 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0092 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0093 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0094 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0095 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0096 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0097 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0098 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0099 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0100 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0101 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0102 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0103 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0104 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0105_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0105_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0106_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0106_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0107_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0107_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0108_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0108_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0109_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0109_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0110_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0110_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0111_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.034 s
08:50:23 test0111_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0112_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0112_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0113_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0113_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0114_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0114_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0115 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0116 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0117 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0118 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0119_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0119_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0120_Diet - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0120_Method - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0121 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0122 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0123 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0124 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0125 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0126 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0127 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0128 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
08:50:23 test0129 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0021 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0023 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0024 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumSelectionTest)  Time elapsed: 0 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.015 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.043 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.042 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0021 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.008 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0023 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0024 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0025 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0026 - 12(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.018 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.009 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.001 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.024 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0021 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.007 s
08:50:23 test0023 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0024 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0025 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0026 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0027 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0028 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0030 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0031 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
08:50:23 test0032 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0033 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0034 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0035 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0036 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0037 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.002 s
08:50:23 test0038 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
08:50:23 test0039 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.008 s
08:50:23 test0040 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
08:50:23 test0041 - 12(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.005 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.006 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.004 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.005 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.005 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.004 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.004 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.003 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.002 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.002 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.002 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test00010 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test385132 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 testNestedLambda01 - 12(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test385132 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test385374 - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test385374a - 12(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.006 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0021 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0023 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0024 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0025 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0026 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0027 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0028 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0029 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0030 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0031 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0032 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0033 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0034 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0035 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0036 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0037 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0038 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0039 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0040 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0041 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0042 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0043 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0044 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0045 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0046 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0047 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0048 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0049 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0050 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0051 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0052 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0053 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0054 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0055 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0056 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0057 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0058 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0059 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0060 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.007 s
08:50:23 test0061 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.006 s
08:50:23 test0062 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.012 s
08:50:23 test0063 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.013 s
08:50:23 test0064 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0066 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0067 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0068 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0069 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test007 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0070 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0071 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0072 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0073 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0074 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0075 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0076 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0077 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0078 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0079 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0080 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0081 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0082 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0083 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0084 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0085 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.004 s
08:50:23 test0086 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0087 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.036 s
08:50:23 test0088 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0089 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0090 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0091 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0092 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0093 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0094 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0095 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0096 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0097 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0098 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0099 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0100 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0101 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0102 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.004 s
08:50:23 test0103 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0104 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0105 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0106 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0107 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0108 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.013 s
08:50:23 test0109 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.04 s
08:50:23 test0110 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0111 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0112 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0113 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0114 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0115 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0116 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0117 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0118 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0119 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.004 s
08:50:23 test0120 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0121 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0122 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0123 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0125 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0126 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0127 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0128 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0129 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
08:50:23 test0130 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0131 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0132 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0133 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0134 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0135 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0136 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0137 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0138 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0139 - 12(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test402081 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test405126 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test417935 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test422468 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.003 s
08:50:23 test424080 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test425084 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test425084b - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test427117 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test427255 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test427322 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test427322a - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test427463 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test427532 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test428735 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test428735a - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test428735b - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test428735c - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test428735d - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test428735e - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.034 s
08:50:23 test428735f - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test428735g - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test428735h - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.002 s
08:50:23 test430656 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test430667 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test430667a - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test430667b - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test430667c - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test430667d - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test435219 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test435682 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test438952 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test446765 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 test473008 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 testBrokenMethodCall - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 testCompletionLocation - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 testElidedCompletion - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 testElidedCompletion2 - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 testLocalsPromotion - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
08:50:23 testUnspecifiedReference - 12(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
08:50:23 test424110 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.001 s
08:50:23 test424110a - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0 s
08:50:23 test430572 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.002 s
08:50:23 test476693 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0 s
08:50:23 test495912 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.001 s
08:50:23 test495912a - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.001 s
08:50:23 test495912b - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.002 s
08:50:23 test510339_001_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
08:50:23 test510339_002_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0.001 s
08:50:23 test510339_003_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
08:50:23 test510339_004_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
08:50:23 test510339_005_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0.001 s
08:50:23 test510339_006_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
08:50:23 test510339_007_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
08:50:23 test510339_008_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0.001 s
08:50:23 test510339_009_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
08:50:23 test510339_010_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
08:50:23 test510339_011_since_9 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
08:50:23 test001 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest10)  Time elapsed: 0.001 s
08:50:23 test002 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest10)  Time elapsed: 0 s
08:50:23 test001 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0.001 s
08:50:23 test002 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0 s
08:50:23 test003 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0 s
08:50:23 test004 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0.001 s
08:50:23 test005 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0 s
08:50:23 test006 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0.001 s
08:50:23 test007 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0 s
08:50:23 test008 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0.001 s
08:50:23 test009 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0 s
08:50:23 test010 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0.001 s
08:50:23 test011 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0 s
08:50:23 test012 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0 s
08:50:23 test013 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0.001 s
08:50:23 test014 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0.001 s
08:50:23 test015 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0 s
08:50:23 test016 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0.001 s
08:50:23 test017 - 12(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest12)  Time elapsed: 0 s
08:50:23 test0001 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0002 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0003 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0004 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0005 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0006 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0007 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.003 s
08:50:23 test0008 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0009 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0010 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0011 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0012 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0013 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0014 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0015 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0016 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0017 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0018 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0019 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0020 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0021 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0022 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0023 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0024 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0025 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0026 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 test0027 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 testBug518626 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 testbug488541 - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
08:50:23 testbug488541a - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 testbug488541b - 12(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
08:50:23 test0001_class_var_warning - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest)  Time elapsed: 1.017 s
08:50:23 test0002_interface_var_warning - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest)  Time elapsed: 0.774 s
08:50:23 testBug530920 - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest)  Time elapsed: 0.779 s
08:50:23 testBug530920a - 12(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest)  Time elapsed: 0.801 s
08:50:23 Running org.eclipse.jdt.core.tests.eval.TestAll
08:50:24 Listening for transport dt_socket at address: 44413
08:50:24 12: connected to VM using port 44413
08:50:24 12: connected to target using port 44413
08:50:24 This is an expected exception printed by the target VM:
08:50:24 java.io.IOException
08:50:24 	at CodeSnippet_74.run(Unknown Source)
08:50:24 	at java.base/jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
08:50:24 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:50:24 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
08:50:24 	at org.eclipse.jdt.core.tests.eval.target.CodeSnippetRunner$2.run(CodeSnippetRunner.java:351)
08:50:24 This is an expected error printed by the target VM:
08:50:24 java.lang.Error
08:50:24 	at CodeSnippet_77.run(Unknown Source)
08:50:24 	at java.base/jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
08:50:24 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:50:25 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
08:50:25 	at org.eclipse.jdt.core.tests.eval.target.CodeSnippetRunner$2.run(CodeSnippetRunner.java:351)
08:50:36 Tests run: 190, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.242 s - in org.eclipse.jdt.core.tests.eval.TestAll
08:50:36 testAllVariables - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0 s
08:50:36 testEvaluate - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.032 s
08:50:36 testEvaluateImports - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.001 s
08:50:36 testEvaluateVariable - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.011 s
08:50:36 testEvaluateVariables - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.003 s
08:50:36 testGetSetImports - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0 s
08:50:36 testGetSetPackageName - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0 s
08:50:36 testNewDeleteVariable - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0 s
08:50:36 testGetEvaluationType - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.006 s
08:50:36 testGetProblems - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.005 s
08:50:36 testGetValue - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.006 s
08:50:36 testGetValueDisplayString - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.004 s
08:50:36 testGetValueTypeName - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.026 s
08:50:36 testHasErrors - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.005 s
08:50:36 testHasProblems - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.005 s
08:50:36 testHasValue - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.004 s
08:50:36 testHasWarnings - 12(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.005 s
08:50:36 testAllKindOfValues - 12(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.098 s
08:50:36 testCodeSnippetVarAssign - 12(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.137 s
08:50:36 testCodeSnippetVarRetrieval - 12(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.154 s
08:50:36 testImports - 12(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.032 s
08:50:36 testSeveralVariableInstallations - 12(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.164 s
08:50:36 testBug345334 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testBug464656 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.02 s
08:50:36 testCheckedException - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
08:50:36 testDiamond - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.008 s
08:50:36 testEmptyStatement - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
08:50:36 testEvaluateEmptyImport - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
08:50:36 testEvaluateExistingPackageAndNonExistingTypeImports - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
08:50:36 testEvaluateNonExistingPackageAndExistingTypeImports - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.001 s
08:50:36 testEvaluateNonExistingPackageImport - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
08:50:36 testEvaluateNonExistingTypeImport - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
08:50:36 testEvaluateValidPackageAndTypeImports - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
08:50:36 testEvaluateValidPackageImport - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
08:50:36 testEvaluateValidTypeImport - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
08:50:36 testFinallyError - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.007 s
08:50:36 testFinallyOneBlock - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testFinallyTwoBlock - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.039 s
08:50:36 testFor89632 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.01 s
08:50:36 testFreeReturnAnonymous - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
08:50:36 testFreeReturnClassDeclaration - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
08:50:36 testFreeReturnExpression - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.013 s
08:50:36 testFreeReturnInteger - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testFreeReturnLocalVar - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testFreeReturnStatement - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testImportPackage - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.007 s
08:50:36 testImportType - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.007 s
08:50:36 testImportTypeAndPackage - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.038 s
08:50:36 testInnerClassAnonymous - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
08:50:36 testInnerClassNamed - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testReturnDisplayStringBoolean - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnDisplayStringCharacter - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnDisplayStringDouble - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnDisplayStringEmptyCodeSnippet - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnDisplayStringFloat - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testReturnDisplayStringInteger - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnDisplayStringLong - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnDisplayStringNoExplicitReturnedValue - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testReturnDisplayStringObject - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testReturnDisplayStringShort - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnDisplayStringString - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnDisplayStringVoid - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.039 s
08:50:36 testReturnTypeBoolean - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeBooleanArray - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeBooleanObject - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnTypeChar - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeCharArray - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeCharacterObject - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnTypeDouble - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeDoubleArray - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnTypeDoubleObject - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeEmptyCodeSnippet - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnTypeFloat - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeFloatArray - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnTypeFloatObject - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeInt - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeIntegerObject - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeLong - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnTypeLongArray - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeLongObject - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testReturnTypeNoExplicitReturnedValue - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnTypeObject - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testReturnTypeObjectArray - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeShort - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.023 s
08:50:36 testReturnTypeShortArray - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeShortObject - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeString - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeStringArray - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypeVoid - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
08:50:36 testReturnTypesIntArray - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testRunMethodInAnonymous - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.21 s
08:50:36 testRunMethodInAnonymous2 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.21 s
08:50:36 testRunMethodInAnonymous3 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.21 s
08:50:36 testRunMethodInAnonymous4 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.21 s
08:50:36 testRunMethodInAnonymous5 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.21 s
08:50:36 testRunMethodInAnonymous6 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.21 s
08:50:36 testRunMethodInAnonymous7 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.21 s
08:50:36 testRunMethodInAnonymous8 - 12(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.209 s
08:50:36 testExpressionInInnerClass - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.002 s
08:50:36 testExtraClosingCurlyBracket - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testExtraOpenRoundBracket - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.001 s
08:50:36 testExtraSemiColonInExpression - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.001 s
08:50:36 testInvalidField - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.006 s
08:50:36 testInvalidImport - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testInvalidUseOfThisInSnippet - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testInvalidUseOfThisInSnippet2 - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.007 s
08:50:36 testMissingClosingRoundBracket - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.002 s
08:50:36 testMissingDoubleQuote - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.002 s
08:50:36 testNonLastExpressionStatement - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.001 s
08:50:36 testProblemInExpression - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.001 s
08:50:36 testProblemInExpression2 - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.002 s
08:50:36 testProblemInInnerClass - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.008 s
08:50:36 testProblemInPreviousStatement - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.002 s
08:50:36 testProblemInReturnStatement - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.002 s
08:50:36 testRemoveImport - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.01 s
08:50:36 testRemoveVariable - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.009 s
08:50:36 testUnreachableExpression - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.003 s
08:50:36 testUnusedImport - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.035 s
08:50:36 testWarning - 12(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.005 s
08:50:36 testInitializerProblem - 12(org.eclipse.jdt.core.tests.eval.NegativeVariableTest)  Time elapsed: 0.005 s
08:50:36 testUnknownType - 12(org.eclipse.jdt.core.tests.eval.NegativeVariableTest)  Time elapsed: 0.003 s
08:50:36 test001 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.218 s
08:50:36 test002 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.135 s
08:50:36 test003 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.026 s
08:50:36 test004 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.127 s
08:50:36 test005 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test006 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test007 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.136 s
08:50:36 test008 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.141 s
08:50:36 test009 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.128 s
08:50:36 test010 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test011 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.131 s
08:50:36 test016 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.245 s
08:50:36 test017 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.122 s
08:50:36 test018 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.25 s
08:50:36 test019 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.028 s
08:50:36 test020 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test021 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.252 s
08:50:36 test022 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.257 s
08:50:36 test023 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.263 s
08:50:36 test024 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.264 s
08:50:36 test025 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.255 s
08:50:36 test026 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.145 s
08:50:36 test027 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.146 s
08:50:36 test028 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.148 s
08:50:36 test029 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.156 s
08:50:36 test030 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.139 s
08:50:36 test031 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.145 s
08:50:36 test032 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.029 s
08:50:36 test033 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.139 s
08:50:36 test034 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test035 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test036 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.136 s
08:50:36 test037 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.136 s
08:50:36 test038 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
08:50:36 test039 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test040 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test041 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.143 s
08:50:36 test042 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
08:50:36 test043 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.136 s
08:50:36 test044 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
08:50:36 test045 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
08:50:36 test046 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.132 s
08:50:36 test047 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.131 s
08:50:36 test048 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
08:50:36 test049 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.131 s
08:50:36 test050 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.131 s
08:50:36 test051 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
08:50:36 test052 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
08:50:36 test053 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
08:50:36 test054 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.139 s
08:50:36 test055 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.136 s
08:50:36 test056 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.141 s
08:50:36 test057 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.139 s
08:50:36 test058 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test059 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.138 s
08:50:36 test060 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
08:50:36 test061 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
08:50:36 test062 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
08:50:36 test063 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.136 s
08:50:36 test065 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.139 s
08:50:36 test066 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.142 s
08:50:36 test067 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.143 s
08:50:36 test068 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.031 s
08:50:36 test069 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.032 s
08:50:36 testNegative001 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.031 s
08:50:36 testNegative002 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.037 s
08:50:36 testNegative003 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.024 s
08:50:36 testNegative004 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.011 s
08:50:36 testNegative005 - 12(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.011 s
08:50:37 
08:50:37 Results:
08:50:37 
08:50:37 Failures: 
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;\n
08:50:37 	                                      ^^^^\n
08:50:37 Type arguments are not allowed here\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	Function<Integer, int[]> m2 = int[]::<Y>new;\n
08:50:37 	                                      ^\n
08:50:37 Type arguments are not allowed here\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;\n
08:50:37 	                                      ^^^^\n
08:50:37 Type arguments are not allowed here\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	Function<Integer, int[]> m2 = int[]::<Y>new;\n
08:50:37 	                                      ^\n
08:50:37 Type arguments are not allowed here\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 C.java:3: warning: [unchecked] unchecked cast\n
08:50:37         this.set((ValueType) valueGetter.getObject());\n
08:50:37                                                   ^\n
08:50:37   required: ValueType\n
08:50:37   found:    Object\n
08:50:37   where ValueType is a type-variable:\n
08:50:37     ValueType extends Object declared in class A\n
08:50:37 C.java:9: warning: [rawtypes] found raw type: E\n
08:50:37 class B extends A<E, CharSequence> {\n
08:50:37                   ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:50:37 	public void set(CharSequence string) {\n
08:50:37 	            ^\n
08:50:37   first method:  set(CharSequence) in I\n
08:50:37   second method: set(Object) in A\n
08:50:37 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                                    ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class Class\n
08:50:37 C.java:36: warning: [cast] redundant cast to Type\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                    ^\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:20: warning: [rawtypes] found raw type: E\n
08:50:37         E e = new E<String>(String.class);\n
08:50:37         ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 1 error\n
08:50:37 5 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
08:50:37         this.set((ValueType) valueGetter.getObject());\n
08:50:37                                                   ^\n
08:50:37   required: ValueType\n
08:50:37   found:    Object\n
08:50:37   where ValueType is a type-variable:\n
08:50:37     ValueType extends Object declared in class A\n
08:50:37 C.java:9: warning: [rawtypes] found raw type: E\n
08:50:37 class B extends A<E, CharSequence> {\n
08:50:37                   ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:50:37 	public void set(CharSequence string) {\n
08:50:37 	            ^\n
08:50:37   first method:  set(CharSequence) in I\n
08:50:37   second method: set(Object) in A\n
08:50:37 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                                    ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class Class\n
08:50:37 C.java:36: warning: [cast] redundant cast to Type\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                    ^\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:20: warning: [rawtypes] found raw type: E\n
08:50:37         E e = new E<String>(String.class);\n
08:50:37         ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 1 error\n
08:50:37 5 warnings\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 C.java:3: warning: [unchecked] unchecked cast\n
08:50:37         this.set((ValueType) valueGetter.getObject());\n
08:50:37                                                   ^\n
08:50:37   required: ValueType\n
08:50:37   found:    Object\n
08:50:37   where ValueType is a type-variable:\n
08:50:37     ValueType extends Object declared in class A\n
08:50:37 C.java:9: warning: [rawtypes] found raw type: E\n
08:50:37 class B extends A<E, CharSequence> {\n
08:50:37                   ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:50:37 	public void set(CharSequence string) {\n
08:50:37 	            ^\n
08:50:37   first method:  set(CharSequence) in I\n
08:50:37   second method: set(Object) in A\n
08:50:37 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                                    ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class Class\n
08:50:37 C.java:36: warning: [cast] redundant cast to Type\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                    ^\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:20: warning: [rawtypes] found raw type: E\n
08:50:37         E e = new E<String>(String.class);\n
08:50:37         ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 1 error\n
08:50:37 5 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
08:50:37         this.set((ValueType) valueGetter.getObject());\n
08:50:37                                                   ^\n
08:50:37   required: ValueType\n
08:50:37   found:    Object\n
08:50:37   where ValueType is a type-variable:\n
08:50:37     ValueType extends Object declared in class A\n
08:50:37 C.java:9: warning: [rawtypes] found raw type: E\n
08:50:37 class B extends A<E, CharSequence> {\n
08:50:37                   ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:50:37 	public void set(CharSequence string) {\n
08:50:37 	            ^\n
08:50:37   first method:  set(CharSequence) in I\n
08:50:37   second method: set(Object) in A\n
08:50:37 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                                    ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class Class\n
08:50:37 C.java:36: warning: [cast] redundant cast to Type\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                    ^\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:20: warning: [rawtypes] found raw type: E\n
08:50:37         E e = new E<String>(String.class);\n
08:50:37         ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 1 error\n
08:50:37 5 warnings\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 C.java:3: warning: [unchecked] unchecked cast\n
08:50:37         this.set((ValueType) valueGetter.getObject());\n
08:50:37                                                   ^\n
08:50:37   required: ValueType\n
08:50:37   found:    Object\n
08:50:37   where ValueType is a type-variable:\n
08:50:37     ValueType extends Object declared in class A\n
08:50:37 C.java:9: warning: [rawtypes] found raw type: E\n
08:50:37 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
08:50:37                   ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:9: warning: [rawtypes] found raw type: E\n
08:50:37 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
08:50:37                                                 ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:50:37 	public void set(CharSequence string) {\n
08:50:37 	            ^\n
08:50:37   first method:  set(CharSequence) in I\n
08:50:37   second method: set(Object) in A\n
08:50:37 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                                    ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class Class\n
08:50:37 C.java:36: warning: [cast] redundant cast to Type\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                    ^\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:20: warning: [rawtypes] found raw type: E\n
08:50:37         E e = new E<String>(String.class);\n
08:50:37         ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 1 error\n
08:50:37 6 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
08:50:37         this.set((ValueType) valueGetter.getObject());\n
08:50:37                                                   ^\n
08:50:37   required: ValueType\n
08:50:37   found:    Object\n
08:50:37   where ValueType is a type-variable:\n
08:50:37     ValueType extends Object declared in class A\n
08:50:37 C.java:9: warning: [rawtypes] found raw type: E\n
08:50:37 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
08:50:37                   ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:9: warning: [rawtypes] found raw type: E\n
08:50:37 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
08:50:37                                                 ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
08:50:37 	public void set(CharSequence string) {\n
08:50:37 	            ^\n
08:50:37   first method:  set(CharSequence) in I\n
08:50:37   second method: set(Object) in A\n
08:50:37 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                                    ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class Class\n
08:50:37 C.java:36: warning: [cast] redundant cast to Type\n
08:50:37             return (Type) typeClass.newInstance();\n
08:50:37                    ^\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 C.java:20: warning: [rawtypes] found raw type: E\n
08:50:37         E e = new E<String>(String.class);\n
08:50:37         ^\n
08:50:37   missing type arguments for generic class E<Type>\n
08:50:37   where Type is a type-variable:\n
08:50:37     Type extends CharSequence declared in class E\n
08:50:37 1 error\n
08:50:37 6 warnings\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:6: error: reference to with is ambiguous\n
08:50:37     static { with(null); }\n
08:50:37              ^\n
08:50:37   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match\n
08:50:37   where T#1,T#2 are type-variables:\n
08:50:37     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)\n
08:50:37     T#2 extends Object declared in method <T#2>with(Collection<T#2>)\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:6: error: reference to with is ambiguous\n
08:50:37     static { with(null); }\n
08:50:37              ^\n
08:50:37   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match\n
08:50:37   where T#1,T#2 are type-variables:\n
08:50:37     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)\n
08:50:37     T#2 extends Object declared in method <T#2>with(Collection<T#2>)\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	long[] other = longs.clone();\n
08:50:37 	               ^^^^^^^^^^^^^\n
08:50:37 Type mismatch: cannot convert from Object to long[]\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	long[] other = longs.clone();\n
08:50:37 	               ^^^^^^^^^^^^^\n
08:50:37 Type mismatch: cannot convert from Object to long[]\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 356)\n
08:50:37 	if (rs != null)\n
08:50:37 	    ^^\n
08:50:37 Redundant null check: The variable rs cannot be null at this location\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 356)\n
08:50:37 	if (rs != null)\n
08:50:37 	    ^^\n
08:50:37 Redundant null check: The variable rs cannot be null at this location\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: error: variable i might be assigned in loop\n
08:50:37         i = 0;\n
08:50:37         ^\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:8: error: variable i might be assigned in loop\n
08:50:37         i = 0;\n
08:50:37         ^\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	return foo && (foo = foo);\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The assignment to variable foo has no effect\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	return foo && (foo = foo);\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The assignment to variable foo has no effect\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 7)\n
08:50:37 	if ((i = 3) != i) {\n
08:50:37 	    ^^^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 7)\n
08:50:37 	if ((i = 3) != i) {\n
08:50:37 	    ^^^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 7)\n
08:50:37 	if ((s = "") != s) {\n
08:50:37 	    ^^^^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 7)\n
08:50:37 	if ((s = "") != s) {\n
08:50:37 	    ^^^^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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@40783a1c for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	System.out.println(0b1110000);\n
08:50:37 	                   ^^^^^^^^^\n
08:50:37 Binary literals can only be used with source level 1.7 or greater\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	System.out.println(0b1110000);\n
08:50:37 	                   ^^^^^^^^^\n
08:50:37 Binary literals can only be used with source level 1.7 or greater\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	System.out.println(-0b1110000);\n
08:50:37 	                    ^^^^^^^^^\n
08:50:37 Binary literals can only be used with source level 1.7 or greater\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	System.out.println(-0b1110000);\n
08:50:37 	                    ^^^^^^^^^\n
08:50:37 Binary literals can only be used with source level 1.7 or greater\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in Thing.java (at line 5)\n
08:50:37 	Iterator.super.remove(); // not 1.7-compliant (must be an error)\n
08:50:37 	^^^^^^^^^^^^^^\n
08:50:37 Super method references to interface default methods are allowed only at source level 1.8 or above\n
08:50:37 ----------\n
08:50:37 2. ERROR in Thing.java (at line 6)\n
08:50:37 	Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n
08:50:37 	           ^^^^^^^^^^^^\n
08:50:37 References to interface static methods are allowed only at source level 1.8 or above\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in Thing.java (at line 5)\n
08:50:37 	Iterator.super.remove(); // not 1.7-compliant (must be an error)\n
08:50:37 	^^^^^^^^^^^^^^\n
08:50:37 Super method references to interface default methods are allowed only at source level 1.8 or above\n
08:50:37 ----------\n
08:50:37 2. ERROR in Thing.java (at line 6)\n
08:50:37 	Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n
08:50:37 	           ^^^^^^^^^^^^\n
08:50:37 References to interface static methods are allowed only at source level 1.8 or above\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:50:37 		c.add(b ? new Integer(1)\n
08:50:37 		          ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:50:37 		c.add(b ? new Integer(1)\n
08:50:37 		          ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   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@272a5710 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@272a5710 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:10: error: types I and J are incompatible;\n
08:50:37 	Object p = (I & J) () -> {};\n
08:50:37 	           ^\n
08:50:37   class INT#1 inherits unrelated defaults for doitalso() from types I and J\n
08:50:37   where INT#1 is an intersection type:\n
08:50:37     INT#1 extends Object,I,J\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:10: error: types I and J are incompatible;\n
08:50:37 	Object p = (I & J) () -> {};\n
08:50:37 	           ^\n
08:50:37   class INT#1 inherits unrelated defaults for doitalso() from types I and J\n
08:50:37   where INT#1 is an intersection type:\n
08:50:37     INT#1 extends Object,I,J\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	@A(name = "name", //$NON-NLS-1$\n
08:50:37 	                  ^^^^^^^^^^^^^\n
08:50:37 Unnecessary $NON-NLS$ tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 4)\n
08:50:37 	value = "Test") //$NON-NLS-1$\n
08:50:37 	                ^^^^^^^^^^^^^\n
08:50:37 Unnecessary $NON-NLS$ tag\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 6)\n
08:50:37 	@X2("") //$NON-NLS-1$\n
08:50:37 	        ^^^^^^^^^^^^^\n
08:50:37 Unnecessary $NON-NLS$ tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	@A(name = "name", //$NON-NLS-1$\n
08:50:37 	                  ^^^^^^^^^^^^^\n
08:50:37 Unnecessary $NON-NLS$ tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 4)\n
08:50:37 	value = "Test") //$NON-NLS-1$\n
08:50:37 	                ^^^^^^^^^^^^^\n
08:50:37 Unnecessary $NON-NLS$ tag\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 6)\n
08:50:37 	@X2("") //$NON-NLS-1$\n
08:50:37 	        ^^^^^^^^^^^^^\n
08:50:37 Unnecessary $NON-NLS$ tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p2\B.java (at line 4)\n
08:50:37 	protected int field;\n
08:50:37 	              ^^^^^\n
08:50:37 The field B.field is hiding a field from type A\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p2\B.java (at line 4)\n
08:50:37 	protected int field;\n
08:50:37 	              ^^^^^\n
08:50:37 The field B.field is hiding a field from type A\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p2\B.java (at line 4)\n
08:50:37 	protected int field;\n
08:50:37 	              ^^^^^\n
08:50:37 The field B.field is hiding a field from type SuperSuper\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p2\B.java (at line 4)\n
08:50:37 	protected int field;\n
08:50:37 	              ^^^^^\n
08:50:37 The field B.field is hiding a field from type SuperSuper\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p2\B.java (at line 4)\n
08:50:37 	protected int field;\n
08:50:37 	              ^^^^^\n
08:50:37 The field B.field is hiding a field from type Interface\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p2\B.java (at line 4)\n
08:50:37 	protected int field;\n
08:50:37 	              ^^^^^\n
08:50:37 The field B.field is hiding a field from type Interface\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	for (final int i; 0 < (i = 1); i = i + 1) {\n
08:50:37 	                               ^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:3: error: variable i might be assigned in loop\n
08:50:37     for (final int i; 0 < (i = 1); i = i + 1) {\n
08:50:37                            ^\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	for (final int i; 0 < (i = 1); i = i + 1) {\n
08:50:37 	                               ^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:3: error: variable i might be assigned in loop\n
08:50:37     for (final int i; 0 < (i = 1); i = i + 1) {\n
08:50:37                            ^\n
08:50:37 1 error]\n
08:50:37 >
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 5)\n
08:50:37 	i++) {//dead code\n
08:50:37 	^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	break;\n
08:50:37 	^^^^^^\n
08:50:37 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 5)\n
08:50:37 	i++) {//dead code\n
08:50:37 	^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	break;\n
08:50:37 	^^^^^^\n
08:50:37 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	new IllegalArgumentException("You must not bar!");\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The allocated object is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	new IllegalArgumentException("You must not bar!");\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The allocated object is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	new String("You must not bar!");\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The allocated object is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	new String("You must not bar!");\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The allocated object is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	new Object() {};\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 The allocated object is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	new Object() {};\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 The allocated object is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	Object first = true ? null : "";        \n
08:50:37 	                             ^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	Object first = true ? null : "";        \n
08:50:37 	                             ^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 9)\n
08:50:37 	throw new IOException();\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	throw new IOException();\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 9)\n
08:50:37 	throw new IOException();\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	throw new IOException();\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 7)\n
08:50:37 	FileReader fileReader = new FileReader(file); // not closed\n
08:50:37 	           ^^^^^^^^^^\n
08:50:37 Resource leak: 'fileReader' is never closed\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 7)\n
08:50:37 	FileReader fileReader = new FileReader(file); // not closed\n
08:50:37 	           ^^^^^^^^^^\n
08:50:37 Resource leak: 'fileReader' is never closed\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   GenericTypeSignatureTest>TestCase.runTest:957->test001:324
08:50:37   GenericTypeSignatureTest>TestCase.runTest:957->test002:494
08:50:37   GenericTypeSignatureTest>TestCase.runTest:957->test003:589
08:50:37   GenericTypeSignatureTest>TestCase.runTest:957->test004:635
08:50:37   GenericTypeSignatureTest>TestCase.runTest:957->test005:687
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   GenericTypeTest>TestCase.runTest:957->test0382:11511->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0382 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I {}\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(Class<? extends String>) of type Y has the same erasure as foo(Class<String>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I {}\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(Class<? extends String>) of type Y has the same erasure as foo(Class<String>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   GenericTypeTest>TestCase.runTest:957->test0383:11577->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0383 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I {}\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(Class<T>) of type Y has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I {}\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(Class<T>) of type Y has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
08:50:37 package java.nio.channels.spi;\n
08:50:37 ^\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
08:50:37 package java.nio.channels.spi;\n
08:50:37 ^\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
08:50:37 package java.nio.channels.spi;\n
08:50:37 ^\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
08:50:37 package java.nio.channels.spi;\n
08:50:37 ^\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 error: Source option 1.4 is no longer supported. Use 7 or later.\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[error: Source option 1.4 is no longer supported. Use 7 or later.\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: error: unexpected type\n
08:50:37 	  (b ? x1 : x2).new Inner();\n
08:50:37 	                    ^\n
08:50:37   required: class,package\n
08:50:37   found:    value\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:8: error: unexpected type\n
08:50:37 	  (b ? x1 : x2).new Inner();\n
08:50:37 	                    ^\n
08:50:37   required: class,package\n
08:50:37   found:    value\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n
08:50:37         X<? extends Long,? extends S> x;\n
08:50:37                          ^\n
08:50:37   where S,T are type-variables:\n
08:50:37     S extends T declared in class X\n
08:50:37     T extends Number declared in class X\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n
08:50:37         X<? extends Long,? extends S> x;\n
08:50:37                          ^\n
08:50:37   where S,T are type-variables:\n
08:50:37     S extends T declared in class X\n
08:50:37     T extends Number declared in class X\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 java/lang/Class.java:1: error: package exists in another module: java.base\n
08:50:37 package java.lang;\n
08:50:37 ^\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[java/lang/Class.java:1: error: package exists in another module: java.base\n
08:50:37 package java.lang;\n
08:50:37 ^\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:50:37 		this.t.baz();\n
08:50:37 		    ^\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:50:37 		this.t.baz();\n
08:50:37 		    ^\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:5: error: IA is not public in p; cannot be accessed from outside package\n
08:50:37 		xt.get().baz();\n
08:50:37 		      ^\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:5: error: IA is not public in p; cannot be accessed from outside package\n
08:50:37 		xt.get().baz();\n
08:50:37 		      ^\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
08:50:37 		System.out.println(this.t.baz);\n
08:50:37 		                         ^\n
08:50:37 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:50:37 		System.out.println(this.t.baz);\n
08:50:37 		                       ^\n
08:50:37 1 error\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
08:50:37 		System.out.println(this.t.baz);\n
08:50:37 		                         ^\n
08:50:37 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:50:37 		System.out.println(this.t.baz);\n
08:50:37 		                       ^\n
08:50:37 1 error\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
08:50:37 		System.out.println(t.baz);\n
08:50:37 		                    ^\n
08:50:37 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:50:37 		System.out.println(t.baz);\n
08:50:37 		                   ^\n
08:50:37 1 error\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
08:50:37 		System.out.println(t.baz);\n
08:50:37 		                    ^\n
08:50:37 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
08:50:37 		System.out.println(t.baz);\n
08:50:37 		                   ^\n
08:50:37 1 error\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   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@157c7ac2 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	foo(l, iae);\n
08:50:37 	^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List<U>, T) of type X\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 8)\n
08:50:37 	foo(l, iae);\n
08:50:37 	^^^^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 8)\n
08:50:37 	foo(l, iae);\n
08:50:37 	    ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:6: warning: [rawtypes] found raw type: List\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:50:37 			foo(l, iae);\n
08:50:37 			   ^\n
08:50:37   required: List<U>,T\n
08:50:37   found: List,IllegalArgumentException\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
08:50:37     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
08:50:37 X.java:8: warning: [unchecked] unchecked conversion\n
08:50:37 			foo(l, iae);\n
08:50:37 			    ^\n
08:50:37   required: List<U>\n
08:50:37   found:    List\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
08:50:37     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
08:50:37 3 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	foo(l, iae);\n
08:50:37 	^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List<U>, T) of type X\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 8)\n
08:50:37 	foo(l, iae);\n
08:50:37 	^^^^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 8)\n
08:50:37 	foo(l, iae);\n
08:50:37 	    ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:50:37 			foo(l, iae);\n
08:50:37 			   ^\n
08:50:37   required: List<U>,T\n
08:50:37   found: List,IllegalArgumentException\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
08:50:37     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
08:50:37 X.java:8: warning: [unchecked] unchecked conversion\n
08:50:37 			foo(l, iae);\n
08:50:37 			    ^\n
08:50:37   required: List<U>\n
08:50:37   found:    List\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
08:50:37     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
08:50:37 3 warnings]\n
08:50:37 >
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	new X(l, iae);\n
08:50:37 	^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 8)\n
08:50:37 	new X(l, iae);\n
08:50:37 	^^^^^^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 8)\n
08:50:37 	new X(l, iae);\n
08:50:37 	      ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:6: warning: [rawtypes] found raw type: List\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:50:37 			new X(l, iae);\n
08:50:37 			^\n
08:50:37   required: List<U>,T\n
08:50:37   found: List,IllegalArgumentException\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:50:37     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:50:37 X.java:8: warning: [unchecked] unchecked conversion\n
08:50:37 			new X(l, iae);\n
08:50:37 			      ^\n
08:50:37   required: List<U>\n
08:50:37   found:    List\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:50:37     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:50:37 3 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	new X(l, iae);\n
08:50:37 	^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 8)\n
08:50:37 	new X(l, iae);\n
08:50:37 	^^^^^^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 8)\n
08:50:37 	new X(l, iae);\n
08:50:37 	      ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:50:37 			new X(l, iae);\n
08:50:37 			^\n
08:50:37   required: List<U>,T\n
08:50:37   found: List,IllegalArgumentException\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:50:37     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:50:37 X.java:8: warning: [unchecked] unchecked conversion\n
08:50:37 			new X(l, iae);\n
08:50:37 			      ^\n
08:50:37   required: List<U>\n
08:50:37   found:    List\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:50:37     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:50:37 3 warnings]\n
08:50:37 >
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	new X(l, iae){};\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 8)\n
08:50:37 	new X(l, iae){};\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 8)\n
08:50:37 	new X(l, iae){};\n
08:50:37 	      ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:6: warning: [rawtypes] found raw type: List\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
08:50:37 			new X(l, iae){};\n
08:50:37 			^\n
08:50:37   required: List<U>,T\n
08:50:37   found: List,IllegalArgumentException\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:50:37     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:50:37 X.java:8: warning: [unchecked] unchecked conversion\n
08:50:37 			new X(l, iae){};\n
08:50:37 			      ^\n
08:50:37   required: List<U>\n
08:50:37   found:    List\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:50:37     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:50:37 3 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	new X(l, iae){};\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 8)\n
08:50:37 	new X(l, iae){};\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 8)\n
08:50:37 	new X(l, iae){};\n
08:50:37 	      ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
08:50:37 	void bar(List l, IllegalArgumentException iae) {\n
08:50:37 	         ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
08:50:37 			new X(l, iae){};\n
08:50:37 			^\n
08:50:37   required: List<U>,T\n
08:50:37   found: List,IllegalArgumentException\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:50:37     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:50:37 X.java:8: warning: [unchecked] unchecked conversion\n
08:50:37 			new X(l, iae){};\n
08:50:37 			      ^\n
08:50:37   required: List<U>\n
08:50:37   found:    List\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
08:50:37     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
08:50:37 3 warnings]\n
08:50:37 >
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 8)\n
08:50:37 	static void bar(List l) {\n
08:50:37 	                ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 6. WARNING in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	      ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
08:50:37 ----------\n
08:50:37 7. WARNING in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	             ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
08:50:37 ----------\n
08:50:37 8. WARNING in X.java (at line 11)\n
08:50:37 	static void baz(List l) throws IOException {\n
08:50:37 	                ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 9. WARNING in X.java (at line 12)\n
08:50:37 	new <IOException> X(l). <IOException> foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 10. WARNING in X.java (at line 12)\n
08:50:37 	new <IOException> X(l). <IOException> foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 11. WARNING in X.java (at line 12)\n
08:50:37 	new <IOException> X(l). <IOException> foo(l);\n
08:50:37 	                    ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------\n
08:50:37 12. WARNING in X.java (at line 12)\n
08:50:37 	new <IOException> X(l). <IOException> foo(l);\n
08:50:37 	                                          ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------\n
08:50:37 13. WARNING in X.java (at line 15)\n
08:50:37 	X(List l, long l2) throws IOException {\n
08:50:37 	  ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 14. WARNING in X.java (at line 16)\n
08:50:37 	<IOException> this(l);\n
08:50:37 	              ^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 15. WARNING in X.java (at line 16)\n
08:50:37 	<IOException> this(l);\n
08:50:37 	                   ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------\n
08:50:37 16. WARNING in X.java (at line 19)\n
08:50:37 	static void baz2(List l) throws IOException {\n
08:50:37 	                 ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 17. WARNING in X.java (at line 20)\n
08:50:37 	new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 18. WARNING in X.java (at line 20)\n
08:50:37 	new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 19. WARNING in X.java (at line 20)\n
08:50:37 	new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 	                    ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------\n
08:50:37 20. WARNING in X.java (at line 20)\n
08:50:37 	new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 	                                            ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: warning: [rawtypes] found raw type: List\n
08:50:37 	static void bar(List l) {\n
08:50:37 	                ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:50:37 		new X(l).foo(l);\n
08:50:37 		^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:9: warning: [unchecked] unchecked conversion\n
08:50:37 		new X(l).foo(l);\n
08:50:37 		      ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:50:37 		new X(l).foo(l);\n
08:50:37 		            ^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:9: warning: [unchecked] unchecked conversion\n
08:50:37 		new X(l).foo(l);\n
08:50:37 		             ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:11: warning: [rawtypes] found raw type: List\n
08:50:37 	static void baz(List l) throws IOException {\n
08:50:37 	                ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:50:37 		new <IOException> X(l). <IOException> foo(l);\n
08:50:37 		^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		new <IOException> X(l). <IOException> foo(l);\n
08:50:37 		                    ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:50:37 		new <IOException> X(l). <IOException> foo(l);\n
08:50:37 		                                         ^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		new <IOException> X(l). <IOException> foo(l);\n
08:50:37 		                                          ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:15: warning: [rawtypes] found raw type: List\n
08:50:37 	X(List l, long l2) throws IOException {\n
08:50:37 	  ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:50:37 		<IOException> this(l);\n
08:50:37 		                  ^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:16: warning: [unchecked] unchecked conversion\n
08:50:37 		<IOException> this(l);\n
08:50:37 		                   ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:19: warning: [rawtypes] found raw type: List\n
08:50:37 	static void baz2(List l) throws IOException {\n
08:50:37 	                 ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
08:50:37 		new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 		^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:20: warning: [unchecked] unchecked conversion\n
08:50:37 		new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 		                    ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:50:37 		new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 		                                           ^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:20: warning: [unchecked] unchecked conversion\n
08:50:37 		new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 		                                            ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 18 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. WARNING in X.java (at line 8)\n
08:50:37 	static void bar(List l) {\n
08:50:37 	                ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^\n
08:50:37 Unhandled exception type Throwable\n
08:50:37 ----------\n
08:50:37 6. WARNING in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	      ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
08:50:37 ----------\n
08:50:37 7. WARNING in X.java (at line 9)\n
08:50:37 	new X(l).foo(l);\n
08:50:37 	             ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
08:50:37 ----------\n
08:50:37 8. WARNING in X.java (at line 11)\n
08:50:37 	static void baz(List l) throws IOException {\n
08:50:37 	                ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 9. WARNING in X.java (at line 12)\n
08:50:37 	new <IOException> X(l). <IOException> foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 10. WARNING in X.java (at line 12)\n
08:50:37 	new <IOException> X(l). <IOException> foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 11. WARNING in X.java (at line 12)\n
08:50:37 	new <IOException> X(l). <IOException> foo(l);\n
08:50:37 	                    ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------\n
08:50:37 12. WARNING in X.java (at line 12)\n
08:50:37 	new <IOException> X(l). <IOException> foo(l);\n
08:50:37 	                                          ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------\n
08:50:37 13. WARNING in X.java (at line 15)\n
08:50:37 	X(List l, long l2) throws IOException {\n
08:50:37 	  ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 14. WARNING in X.java (at line 16)\n
08:50:37 	<IOException> this(l);\n
08:50:37 	              ^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 15. WARNING in X.java (at line 16)\n
08:50:37 	<IOException> this(l);\n
08:50:37 	                   ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------\n
08:50:37 16. WARNING in X.java (at line 19)\n
08:50:37 	static void baz2(List l) throws IOException {\n
08:50:37 	                 ^^^^\n
08:50:37 List is a raw type. References to generic type List<E> should be parameterized\n
08:50:37 ----------\n
08:50:37 17. WARNING in X.java (at line 20)\n
08:50:37 	new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 18. WARNING in X.java (at line 20)\n
08:50:37 	new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
08:50:37 ----------\n
08:50:37 19. WARNING in X.java (at line 20)\n
08:50:37 	new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 	                    ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------\n
08:50:37 20. WARNING in X.java (at line 20)\n
08:50:37 	new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 	                                            ^\n
08:50:37 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:8: warning: [rawtypes] found raw type: List\n
08:50:37 	static void bar(List l) {\n
08:50:37 	                ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:50:37 		new X(l).foo(l);\n
08:50:37 		^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:9: warning: [unchecked] unchecked conversion\n
08:50:37 		new X(l).foo(l);\n
08:50:37 		      ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:50:37 		new X(l).foo(l);\n
08:50:37 		            ^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:9: warning: [unchecked] unchecked conversion\n
08:50:37 		new X(l).foo(l);\n
08:50:37 		             ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:11: warning: [rawtypes] found raw type: List\n
08:50:37 	static void baz(List l) throws IOException {\n
08:50:37 	                ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:50:37 		new <IOException> X(l). <IOException> foo(l);\n
08:50:37 		^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		new <IOException> X(l). <IOException> foo(l);\n
08:50:37 		                    ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:50:37 		new <IOException> X(l). <IOException> foo(l);\n
08:50:37 		                                         ^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		new <IOException> X(l). <IOException> foo(l);\n
08:50:37 		                                          ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:15: warning: [rawtypes] found raw type: List\n
08:50:37 	X(List l, long l2) throws IOException {\n
08:50:37 	  ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
08:50:37 		<IOException> this(l);\n
08:50:37 		                  ^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:16: warning: [unchecked] unchecked conversion\n
08:50:37 		<IOException> this(l);\n
08:50:37 		                   ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:19: warning: [rawtypes] found raw type: List\n
08:50:37 	static void baz2(List l) throws IOException {\n
08:50:37 	                 ^\n
08:50:37   missing type arguments for generic class List<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in interface List\n
08:50:37 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
08:50:37 		new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 		^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:20: warning: [unchecked] unchecked conversion\n
08:50:37 		new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 		                    ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in constructor <T>X(List<T>)\n
08:50:37 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
08:50:37 		new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 		                                           ^\n
08:50:37   required: List<T>\n
08:50:37   found: List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 X.java:20: warning: [unchecked] unchecked conversion\n
08:50:37 		new <IOException> X(l){}. <IOException> foo(l);\n
08:50:37 		                                            ^\n
08:50:37   required: List<T>\n
08:50:37   found:    List\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Throwable declared in method <T>foo(List<T>)\n
08:50:37 18 warnings]\n
08:50:37 >
08:50:37   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@20fe3a28 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@20fe3a28 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
08:50:37 	                                                           ^^^\n
08:50:37 Type safety: Potential heap pollution via varargs parameter arg\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>\n
08:50:37     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
08:50:37                                                                ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>and(Predicate<? super T>...)\n
08:50:37 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)\n
08:50:37         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile\n
08:50:37                                               ^\n
08:50:37     method X.<T#1>and(Predicate<? super T#1>...) is not applicable\n
08:50:37       (cannot infer type-variable(s) T#1,T#2\n
08:50:37         (varargs mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#3>))\n
08:50:37     method X.<T#4>and(Predicate<? super T#4>,Predicate<? super T#4>) is not applicable\n
08:50:37       (cannot infer type-variable(s) T#4,T#2\n
08:50:37         (argument mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#5>))\n
08:50:37   where E,T#1,T#2,T#3,T#4,T#5 are type-variables:\n
08:50:37     E extends Object declared in class FilteredCollection\n
08:50:37     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)\n
08:50:37     T#2 extends Object declared in method <T#2>in(Predicate<? extends T#2>)\n
08:50:37     T#3 extends CAP#1\n
08:50:37     T#4 extends Object declared in method <T#4>and(Predicate<? super T#4>,Predicate<? super T#4>)\n
08:50:37     T#5 extends CAP#1\n
08:50:37   where CAP#1,CAP#2 are fresh type-variables:\n
08:50:37     CAP#1 extends Object super: E from capture of ? super E\n
08:50:37     CAP#2 extends Object from capture of ?\n
08:50:37 1 error\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
08:50:37 	                                                           ^^^\n
08:50:37 Type safety: Potential heap pollution via varargs parameter arg\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>\n
08:50:37     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
08:50:37                                                                ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>and(Predicate<? super T>...)\n
08:50:37 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)\n
08:50:37         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile\n
08:50:37                                               ^\n
08:50:37     method X.<T#1>and(Predicate<? super T#1>...) is not applicable\n
08:50:37       (cannot infer type-variable(s) T#1,T#2\n
08:50:37         (varargs mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#3>))\n
08:50:37     method X.<T#4>and(Predicate<? super T#4>,Predicate<? super T#4>) is not applicable\n
08:50:37       (cannot infer type-variable(s) T#4,T#2\n
08:50:37         (argument mismatch; Predicate<CAP#1> cannot be converted to Predicate<? super T#5>))\n
08:50:37   where E,T#1,T#2,T#3,T#4,T#5 are type-variables:\n
08:50:37     E extends Object declared in class FilteredCollection\n
08:50:37     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)\n
08:50:37     T#2 extends Object declared in method <T#2>in(Predicate<? extends T#2>)\n
08:50:37     T#3 extends CAP#1\n
08:50:37     T#4 extends Object declared in method <T#4>and(Predicate<? super T#4>,Predicate<? super T#4>)\n
08:50:37     T#5 extends CAP#1\n
08:50:37   where CAP#1,CAP#2 are fresh type-variables:\n
08:50:37     CAP#1 extends Object super: E from capture of ? super E\n
08:50:37     CAP#2 extends Object from capture of ?\n
08:50:37 1 error\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	import java.util.ArrayList;\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^\n
08:50:37 The import java.util.ArrayList is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	import java.util.ArrayList;\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^\n
08:50:37 The import java.util.ArrayList is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	X<Number> x = new X<Number>(1);\n
08:50:37 	                  ^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	X<String> x2 = new X<String>("SUCCESS");\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 7)\n
08:50:37 	X<Integer> x3 = new X<Integer>(1);\n
08:50:37 	                    ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 8)\n
08:50:37 	X<AX> x4 = new X<AX>(new AX());\n
08:50:37 	               ^\n
08:50:37 Redundant specification of type arguments <AX>\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 9)\n
08:50:37 	X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
08:50:37 	                         ^\n
08:50:37 Redundant specification of type arguments <AX<String>>\n
08:50:37 ----------\n
08:50:37 6. ERROR in X.java (at line 10)\n
08:50:37 	X<?> x6 = new X<AX<String>>(new AX<String>());\n
08:50:37 	              ^\n
08:50:37 Redundant specification of type arguments <AX<String>>\n
08:50:37 ----------\n
08:50:37 7. ERROR in X.java (at line 11)\n
08:50:37 	X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();\n
08:50:37 	                                    ^\n
08:50:37 Redundant specification of type arguments <Class<? extends Object>>\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: warning: [rawtypes] found raw type: AX\n
08:50:37         X<AX> x4 = new X<AX>(new AX());\n
08:50:37           ^\n
08:50:37   missing type arguments for generic class AX<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class AX\n
08:50:37 X.java:8: warning: [rawtypes] found raw type: AX\n
08:50:37         X<AX> x4 = new X<AX>(new AX());\n
08:50:37                          ^\n
08:50:37   missing type arguments for generic class AX<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class AX\n
08:50:37 X.java:8: warning: [rawtypes] found raw type: AX\n
08:50:37         X<AX> x4 = new X<AX>(new AX());\n
08:50:37                                  ^\n
08:50:37   missing type arguments for generic class AX<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class AX\n
08:50:37 X.java:9: warning: [rawtypes] found raw type: AX\n
08:50:37 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
08:50:37 		             ^\n
08:50:37   missing type arguments for generic class AX<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class AX\n
08:50:37 4 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	X<Number> x = new X<Number>(1);\n
08:50:37 	                  ^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	X<String> x2 = new X<String>("SUCCESS");\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 7)\n
08:50:37 	X<Integer> x3 = new X<Integer>(1);\n
08:50:37 	                    ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 8)\n
08:50:37 	X<AX> x4 = new X<AX>(new AX());\n
08:50:37 	               ^\n
08:50:37 Redundant specification of type arguments <AX>\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 9)\n
08:50:37 	X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
08:50:37 	                         ^\n
08:50:37 Redundant specification of type arguments <AX<String>>\n
08:50:37 ----------\n
08:50:37 6. ERROR in X.java (at line 10)\n
08:50:37 	X<?> x6 = new X<AX<String>>(new AX<String>());\n
08:50:37 	              ^\n
08:50:37 Redundant specification of type arguments <AX<String>>\n
08:50:37 ----------\n
08:50:37 7. ERROR in X.java (at line 11)\n
08:50:37 	X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();\n
08:50:37 	                                    ^\n
08:50:37 Redundant specification of type arguments <Class<? extends Object>>\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:8: warning: [rawtypes] found raw type: AX\n
08:50:37         X<AX> x4 = new X<AX>(new AX());\n
08:50:37           ^\n
08:50:37   missing type arguments for generic class AX<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class AX\n
08:50:37 X.java:8: warning: [rawtypes] found raw type: AX\n
08:50:37         X<AX> x4 = new X<AX>(new AX());\n
08:50:37                          ^\n
08:50:37   missing type arguments for generic class AX<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class AX\n
08:50:37 X.java:8: warning: [rawtypes] found raw type: AX\n
08:50:37         X<AX> x4 = new X<AX>(new AX());\n
08:50:37                                  ^\n
08:50:37   missing type arguments for generic class AX<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class AX\n
08:50:37 X.java:9: warning: [rawtypes] found raw type: AX\n
08:50:37 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
08:50:37 		             ^\n
08:50:37   missing type arguments for generic class AX<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class AX\n
08:50:37 4 warnings]\n
08:50:37 >
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 7)\n
08:50:37 	X<Number> x = new X<Number>(1);\n
08:50:37 	                  ^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 8)\n
08:50:37 	X<String> x2 = new X<String>("SUCCESS");\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 9)\n
08:50:37 	X<String> x22 = new X<String>(1,"SUCCESS");\n
08:50:37 	                    ^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 10)\n
08:50:37 	X<Integer> x3 = new X<Integer>(1);\n
08:50:37 	                    ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 11)\n
08:50:37 	String s = foo(new X<String>("aaa"));\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 7)\n
08:50:37 	X<Number> x = new X<Number>(1);\n
08:50:37 	                  ^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 8)\n
08:50:37 	X<String> x2 = new X<String>("SUCCESS");\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 9)\n
08:50:37 	X<String> x22 = new X<String>(1,"SUCCESS");\n
08:50:37 	                    ^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 10)\n
08:50:37 	X<Integer> x3 = new X<Integer>(1);\n
08:50:37 	                    ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 11)\n
08:50:37 	String s = foo(new X<String>("aaa"));\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	X<Integer> x = new X<Integer>("","");\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 8)\n
08:50:37 	return new X<Integer>("","");\n
08:50:37 	           ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	X<Integer> x = new X<Integer>("","");\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 8)\n
08:50:37 	return new X<Integer>("","");\n
08:50:37 	           ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	X<Number> x = new X<Number>(1);\n
08:50:37 	                  ^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	X<Number> x = new X<Number>(1);\n
08:50:37 	                  ^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in Z.java (at line 3)\n
08:50:37 	foo(new Z<ZB>());\n
08:50:37 	        ^\n
08:50:37 Redundant specification of type arguments <ZB>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in Z.java (at line 3)\n
08:50:37 	foo(new Z<ZB>());\n
08:50:37 	        ^\n
08:50:37 Redundant specification of type arguments <ZB>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in Y.java (at line 3)\n
08:50:37 	return new Y<W>();\n
08:50:37 	           ^\n
08:50:37 Redundant specification of type arguments <W>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in Y.java (at line 3)\n
08:50:37 	return new Y<W>();\n
08:50:37 	           ^\n
08:50:37 Redundant specification of type arguments <W>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 6)\n
08:50:37 	X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();\n
08:50:37 	                                                ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 8)\n
08:50:37 	Inner<Integer> b= new X<A>().new Inner<Integer>();\n
08:50:37 	                                 ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 9)\n
08:50:37 	Inner<Integer> c= new Inner<Integer>();\n
08:50:37 	                      ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 10)\n
08:50:37 	X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();\n
08:50:37 	                                      ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 11)\n
08:50:37 	X<A>.Inner<Integer> f= new Inner<Integer>();\n
08:50:37 	                           ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 6. ERROR in X.java (at line 12)\n
08:50:37 	X.Inner2<Integer> d3 = new X.Inner2<Integer>();\n
08:50:37 	                             ^^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 6)\n
08:50:37 	X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();\n
08:50:37 	                                                ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 8)\n
08:50:37 	Inner<Integer> b= new X<A>().new Inner<Integer>();\n
08:50:37 	                                 ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 9)\n
08:50:37 	Inner<Integer> c= new Inner<Integer>();\n
08:50:37 	                      ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 10)\n
08:50:37 	X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();\n
08:50:37 	                                      ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 11)\n
08:50:37 	X<A>.Inner<Integer> f= new Inner<Integer>();\n
08:50:37 	                           ^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 6. ERROR in X.java (at line 12)\n
08:50:37 	X.Inner2<Integer> d3 = new X.Inner2<Integer>();\n
08:50:37 	                             ^^^^^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	X1<Integer> x1 = new X.X1<Integer>(1);\n
08:50:37 	                       ^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	X1<Number> x2 = new X.X1<Number>(1);\n
08:50:37 	                      ^^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	X1<Integer> x1 = new X.X1<Integer>(1);\n
08:50:37 	                       ^^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	X1<Number> x2 = new X.X1<Number>(1);\n
08:50:37 	                      ^^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 6)\n
08:50:37 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
08:50:37 	                               ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
08:50:37 	                                                 ^^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 6)\n
08:50:37 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
08:50:37 	                               ^\n
08:50:37 Redundant specification of type arguments <Integer>\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
08:50:37 	                                                 ^^\n
08:50:37 Redundant specification of type arguments <Number>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	Pair<Double, Integer> p = new InvertedPair<Integer, Double>();\n
08:50:37 	                              ^^^^^^^^^^^^\n
08:50:37 Redundant specification of type arguments <Integer, Double>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	Pair<Double, Integer> p = new InvertedPair<Integer, Double>();\n
08:50:37 	                              ^^^^^^^^^^^^\n
08:50:37 Redundant specification of type arguments <Integer, Double>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 7)\n
08:50:37 	: new ArrayList<Object>();\n
08:50:37 	      ^^^^^^^^^\n
08:50:37 Redundant specification of type arguments <Object>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 7)\n
08:50:37 	: new ArrayList<Object>();\n
08:50:37 	      ^^^^^^^^^\n
08:50:37 Redundant specification of type arguments <Object>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 6)\n
08:50:37 	new ArrayList<>();\n
08:50:37 	    ^^^^^^^^^\n
08:50:37 '<>' operator is not allowed for source level below 1.7\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	new ArrayList<>();\n
08:50:37 	    ^^^^^^^^^\n
08:50:37 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 6)\n
08:50:37 	new ArrayList<>();\n
08:50:37 	    ^^^^^^^^^\n
08:50:37 '<>' operator is not allowed for source level below 1.7\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 6)\n
08:50:37 	new ArrayList<>();\n
08:50:37 	    ^^^^^^^^^\n
08:50:37 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	new java.util.ArrayList<>();\n
08:50:37 	    ^^^^^^^^^^^^^^^^^^^\n
08:50:37 '<>' operator is not allowed for source level below 1.7\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 4)\n
08:50:37 	new java.util.ArrayList<>();\n
08:50:37 	    ^^^^^^^^^^^^^^^^^^^\n
08:50:37 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	new java.util.ArrayList<>();\n
08:50:37 	    ^^^^^^^^^^^^^^^^^^^\n
08:50:37 '<>' operator is not allowed for source level below 1.7\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 4)\n
08:50:37 	new java.util.ArrayList<>();\n
08:50:37 	    ^^^^^^^^^^^^^^^^^^^\n
08:50:37 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 34)\n
08:50:37 	return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <X.C>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 34)\n
08:50:37 	return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java\n
08:50:37 	                   ^\n
08:50:37 Redundant specification of type arguments <X.C>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n
08:50:37         foo(goo(ArrayList<String>::new));\n
08:50:37                ^\n
08:50:37     lower bounds: String,Collection<?>\n
08:50:37     lower bounds: ArrayList<String>\n
08:50:37   where Q is a type-variable:\n
08:50:37     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)\n
08:50:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n
08:50:37         foo(goo(ArrayList<String>::new));\n
08:50:37                ^\n
08:50:37     lower bounds: String,Collection<?>\n
08:50:37     lower bounds: ArrayList<String>\n
08:50:37   where Q is a type-variable:\n
08:50:37     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)\n
08:50:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   GenericsRegressionTest_1_8>TestCase.runTest:957->testBug435689:3291->AbstractRegressionTest.runConformTest:1720->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug435689 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 Test.java:11: error: incompatible types: cannot infer type-variable(s) U\n
08:50:37 		new Foo<Bar>().apply(bar -> bar::setBar);\n
08:50:37 		                    ^\n
08:50:37     (argument mismatch; bad return type in lambda expression\n
08:50:37       invalid method reference\n
08:50:37         incompatible types: Object cannot be converted to String)\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends Object declared in method <U>apply(Function<T,Consumer<U>>)\n
08:50:37     T extends Object declared in class Foo\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[Test.java:11: error: incompatible types: cannot infer type-variable(s) U\n
08:50:37 		new Foo<Bar>().apply(bar -> bar::setBar);\n
08:50:37 		                    ^\n
08:50:37     (argument mismatch; bad return type in lambda expression\n
08:50:37       invalid method reference\n
08:50:37         incompatible types: Object cannot be converted to String)\n
08:50:37   where U,T are type-variables:\n
08:50:37     U extends Object declared in method <U>apply(Function<T,Consumer<U>>)\n
08:50:37     T extends Object declared in class Foo\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in C.java (at line 3)\n
08:50:37 	Comparator<String> comparator = new Comparator<String>() { //\n
08:50:37 	                                    ^^^^^^^^^^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in C.java (at line 3)\n
08:50:37 	Comparator<String> comparator = new Comparator<String>() { //\n
08:50:37 	                                    ^^^^^^^^^^\n
08:50:37 Redundant specification of type arguments <String>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:10: error: incompatible types: cannot infer type-variable(s) T\n
08:50:37 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);\n
08:50:37 		                                       ^\n
08:50:37     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>returnNull(Class<? extends T>)\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:10: error: incompatible types: cannot infer type-variable(s) T\n
08:50:37 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);\n
08:50:37 		                                       ^\n
08:50:37     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>returnNull(Class<? extends T>)\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:10: error: I is abstract; cannot be instantiated\n
08:50:37 		Y<String> y = new Y<>("Done", new I<>() {\n
08:50:37 		                              ^\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:10: error: I is abstract; cannot be instantiated\n
08:50:37 		Y<String> y = new Y<>("Done", new I<>() {\n
08:50:37 		                              ^\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 11)\n
08:50:37 	I<X> i = new I<X>() {\n
08:50:37 	             ^\n
08:50:37 Redundant specification of type arguments <X>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 11)\n
08:50:37 	I<X> i = new I<X>() {\n
08:50:37 	             ^\n
08:50:37 Redundant specification of type arguments <X>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in a\Y.java (at line 2)\n
08:50:37 	import static a.b.X.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import a.b.X.Inner is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in a\Y.java (at line 2)\n
08:50:37 	import static a.b.X.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import a.b.X.Inner is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in Y.java (at line 3)\n
08:50:37 	<X> void foo() {\n
08:50:37 	 ^\n
08:50:37 The type parameter X is hiding the type Y.X\n
08:50:37 ----------\n
08:50:37 2. WARNING in Y.java (at line 4)\n
08:50:37 	class X {}\n
08:50:37 	      ^\n
08:50:37 The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
08:50:37 ----------\n
08:50:37 3. WARNING in Y.java (at line 4)\n
08:50:37 	class X {}\n
08:50:37 	      ^\n
08:50:37 The type X is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in Y.java (at line 3)\n
08:50:37 	<X> void foo() {\n
08:50:37 	 ^\n
08:50:37 The type parameter X is hiding the type Y.X\n
08:50:37 ----------\n
08:50:37 2. WARNING in Y.java (at line 4)\n
08:50:37 	class X {}\n
08:50:37 	      ^\n
08:50:37 The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
08:50:37 ----------\n
08:50:37 3. WARNING in Y.java (at line 4)\n
08:50:37 	class X {}\n
08:50:37 	      ^\n
08:50:37 The type X is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in Y.java (at line 4)\n
08:50:37 	class X {}\n
08:50:37 	      ^\n
08:50:37 The type X is hiding the type Y.X\n
08:50:37 ----------\n
08:50:37 2. WARNING in Y.java (at line 4)\n
08:50:37 	class X {}\n
08:50:37 	      ^\n
08:50:37 The type X is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in Y.java (at line 4)\n
08:50:37 	class X {}\n
08:50:37 	      ^\n
08:50:37 The type X is hiding the type Y.X\n
08:50:37 ----------\n
08:50:37 2. WARNING in Y.java (at line 4)\n
08:50:37 	class X {}\n
08:50:37 	      ^\n
08:50:37 The type X is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p1\GreenBox.java (at line 2)\n
08:50:37 	import static p1.BrownBox.*;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p1.BrownBox is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p1\GreenBox.java (at line 2)\n
08:50:37 	import static p1.BrownBox.*;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p1.BrownBox is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p1\GreenBox.java (at line 2)\n
08:50:37 	import static p1.BrownBox.*;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p1.BrownBox is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p1\GreenBox.java (at line 2)\n
08:50:37 	import static p1.BrownBox.*;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p1.BrownBox is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p1\GreenBox.java (at line 2)\n
08:50:37 	import static p1.BrownBox.*;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p1.BrownBox is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p1\GreenBox.java (at line 2)\n
08:50:37 	import static p1.BrownBox.*;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p1.BrownBox is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	Object a = new Y$1Local();        // compile-time error \n
08:50:37 	               ^^^^^^^^\n
08:50:37 The nested type Y$1Local cannot be referenced using its binary name\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n
08:50:37 		Object a = new Y$1Local();        // compile-time error \n
08:50:37 		               ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	Object a = new Y$1Local();        // compile-time error \n
08:50:37 	               ^^^^^^^^\n
08:50:37 The nested type Y$1Local cannot be referenced using its binary name\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n
08:50:37 		Object a = new Y$1Local();        // compile-time error \n
08:50:37 		               ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   InnerEmulationTest>TestCase.runTest:957->test172:6895->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test172 - Javac found error(s) but Eclipse did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: error: method a in class X cannot be applied to given types;\n
08:50:37 			a(null);\n
08:50:37 			^\n
08:50:37   required: no arguments\n
08:50:37   found: <null>\n
08:50:37   reason: actual and formal argument lists differ in length\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:8: error: method a in class X cannot be applied to given types;\n
08:50:37 			a(null);\n
08:50:37 			^\n
08:50:37   required: no arguments\n
08:50:37   found: <null>\n
08:50:37   reason: actual and formal argument lists differ in length\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n
08:50:37 		Y<? extends I> y = new Y<>();\n
08:50:37 		  ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Integer declared in class Y\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n
08:50:37 		Y<? extends I> y = new Y<>();\n
08:50:37 		  ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Integer declared in class Y\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n
08:50:37 	public static void foo(Y<? extends I> y) {\n
08:50:37 	                         ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Integer declared in class Y\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n
08:50:37 	public static void foo(Y<? extends I> y) {\n
08:50:37 	                         ^\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Integer declared in class Y\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 70)\n
08:50:37 	String bar31\n
08:50:37 	       ^^^^^\n
08:50:37 Javadoc: Missing tag for parameter bar31\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 70)\n
08:50:37 	String bar31\n
08:50:37 	       ^^^^^\n
08:50:37 Javadoc: Missing tag for parameter bar31\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 7)\r\n
08:50:37 	* 			{@link expected_error}\r\n
08:50:37 	  			       ^^^^^^^^^^^^^^\n
08:50:37 Javadoc: expected_error cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 7)\r\n
08:50:37 	* 			{@link expected_error}\r\n
08:50:37 	  			       ^^^^^^^^^^^^^^\n
08:50:37 Javadoc: expected_error cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 7)\r\n
08:50:37 	* 			{@link expected_error}\r\n
08:50:37 	  			       ^^^^^^^^^^^^^^\n
08:50:37 Javadoc: expected_error cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 7)\r\n
08:50:37 	* 			{@link expected_error}\r\n
08:50:37 	  			       ^^^^^^^^^^^^^^\n
08:50:37 Javadoc: expected_error cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@link raw text:\n
08:50:37 	          ^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@link raw text:\n
08:50:37 	                 ^^^\n
08:50:37 Javadoc: raw cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 3. ERROR in pkg\X.java (at line 6)\n
08:50:37 	* 			{@link BadLink} is just text}\n
08:50:37 	  			       ^^^^^^^\n
08:50:37 Javadoc: BadLink cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 4. ERROR in pkg\X.java (at line 7)\n
08:50:37 	* 			{@link expected_error}\n
08:50:37 	  			       ^^^^^^^^^^^^^^\n
08:50:37 Javadoc: expected_error cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@link raw text:\n
08:50:37 	          ^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@link raw text:\n
08:50:37 	                 ^^^\n
08:50:37 Javadoc: raw cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 3. ERROR in pkg\X.java (at line 6)\n
08:50:37 	* 			{@link BadLink} is just text}\n
08:50:37 	  			       ^^^^^^^\n
08:50:37 Javadoc: BadLink cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 4. ERROR in pkg\X.java (at line 7)\n
08:50:37 	* 			{@link expected_error}\n
08:50:37 	  			       ^^^^^^^^^^^^^^\n
08:50:37 Javadoc: expected_error cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 7)\n
08:50:37 	* 			{@link expected_error}\n
08:50:37 	  			       ^^^^^^^^^^^^^^\n
08:50:37 Javadoc: expected_error cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 7)\n
08:50:37 	* 			{@link expected_error}\n
08:50:37 	  			       ^^^^^^^^^^^^^^\n
08:50:37 Javadoc: expected_error cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\r\n
08:50:37 	* This is {@code raw text:\n
08:50:37 	 * 			{{{{{{@link BadLink}}} is just text}\r\n
08:50:37 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\r\n
08:50:37 	* This is {@code raw text:\n
08:50:37 	 * 			{{{{{{@link BadLink}}} is just text}\r\n
08:50:37 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\r\n
08:50:37 	* This is {@code raw text:\n
08:50:37 	 * 			{@link BadLink}\r\n
08:50:37 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\r\n
08:50:37 	* This is {@code raw text:\n
08:50:37 	 * 			{@link BadLink}\r\n
08:50:37 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@code raw text:\n
08:50:37 	          ^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@code raw text:\n
08:50:37 	          ^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\r\n
08:50:37 	* This is {@code raw text:\r\n
08:50:37 	          ^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\r\n
08:50:37 	* This is {@code raw text:\r\n
08:50:37 	          ^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\r\n
08:50:37 	* This is {@code raw text:\r\n
08:50:37 	          ^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\r\n
08:50:37 	* This is {@code raw text:\r\n
08:50:37 	          ^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@literal raw text:\n
08:50:37 	 * 			{@link BadLink}\n
08:50:37 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@literal raw text:\n
08:50:37 	 * 			{@link BadLink}\n
08:50:37 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@code raw text:\n
08:50:37 	 * 			{@link BadLink}\n
08:50:37 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* This is {@code raw text:\n
08:50:37 	 * 			{@link BadLink}\n
08:50:37 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Missing closing brace for inline tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* {@link "http://www.eclipse.org/}\n
08:50:37 	         ^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Invalid reference\n
08:50:37 ----------\n
08:50:37 2. ERROR in pkg\X.java (at line 6)\n
08:50:37 	* @see "http://www.eclipse.org/\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 5)\n
08:50:37 	* {@link "http://www.eclipse.org/}\n
08:50:37 	         ^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Invalid reference\n
08:50:37 ----------\n
08:50:37 2. ERROR in pkg\X.java (at line 6)\n
08:50:37 	* @see "http://www.eclipse.org/\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	* Test the {@code} missing description\n
08:50:37 	             ^^^^\n
08:50:37 Javadoc: Description expected after @code\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 3)\n
08:50:37 	* Test the {@code\n
08:50:37 	             ^^^^\n
08:50:37 Javadoc: Description expected after @code\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	* Test the {@code} missing description\n
08:50:37 	             ^^^^\n
08:50:37 Javadoc: Description expected after @code\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 3)\n
08:50:37 	* Test the {@code\n
08:50:37 	             ^^^^\n
08:50:37 Javadoc: Description expected after @code\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in test\a\X.java (at line 10)\n
08:50:37 	* {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n
08:50:37 	             ^^^\n
08:50:37 Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n
08:50:37 ----------\n
08:50:37 2. ERROR in test\a\X.java (at line 11)\n
08:50:37 	* {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n
08:50:37 	                 ^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: no_test[] cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 3. ERROR in test\a\X.java (at line 12)\n
08:50:37 	* {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n
08:50:37 	                 ^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------\n
08:50:37 4. ERROR in test\a\X.java (at line 13)\n
08:50:37 	* {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n
08:50:37 	                        ^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in test\a\X.java (at line 10)\n
08:50:37 	* {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n
08:50:37 	             ^^^\n
08:50:37 Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n
08:50:37 ----------\n
08:50:37 2. ERROR in test\a\X.java (at line 11)\n
08:50:37 	* {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n
08:50:37 	                 ^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: no_test[] cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 3. ERROR in test\a\X.java (at line 12)\n
08:50:37 	* {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n
08:50:37 	                 ^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------\n
08:50:37 4. ERROR in test\a\X.java (at line 13)\n
08:50:37 	* {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n
08:50:37 	                        ^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in test\b\X.java (at line 10)\n
08:50:37 	* {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n
08:50:37 	             ^^^\n
08:50:37 Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n
08:50:37 ----------\n
08:50:37 2. ERROR in test\b\X.java (at line 11)\n
08:50:37 	* {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n
08:50:37 	                 ^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: no_test cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 3. ERROR in test\b\X.java (at line 12)\n
08:50:37 	* {@link X.Y#foo(Y.Z)} KO for javadoc tool\n
08:50:37 	                 ^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------\n
08:50:37 4. ERROR in test\b\X.java (at line 13)\n
08:50:37 	* {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n
08:50:37 	                        ^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in test\b\X.java (at line 10)\n
08:50:37 	* {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n
08:50:37 	             ^^^\n
08:50:37 Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n
08:50:37 ----------\n
08:50:37 2. ERROR in test\b\X.java (at line 11)\n
08:50:37 	* {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n
08:50:37 	                 ^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: no_test cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 3. ERROR in test\b\X.java (at line 12)\n
08:50:37 	* {@link X.Y#foo(Y.Z)} KO for javadoc tool\n
08:50:37 	                 ^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------\n
08:50:37 4. ERROR in test\b\X.java (at line 13)\n
08:50:37 	* {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n
08:50:37 	                        ^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	/** @see #o */\n
08:50:37 	          ^\n
08:50:37 Javadoc: o cannot be resolved or is not a field\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	/** @see #o */\n
08:50:37 	          ^\n
08:50:37 Javadoc: o cannot be resolved or is not a field\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	/** @see #o */\n
08:50:37 	          ^\n
08:50:37 Javadoc: o cannot be resolved or is not a field\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	/** @see #o */\n
08:50:37 	          ^\n
08:50:37 Javadoc: o cannot be resolved or is not a field\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 5)\n
08:50:37 	X(int i) {\n
08:50:37 	      ^\n
08:50:37 Javadoc: Missing tag for parameter i\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 5)\n
08:50:37 	X(int i) {\n
08:50:37 	      ^\n
08:50:37 Javadoc: Missing tag for parameter i\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	Y(double d) { super(0); }\n
08:50:37 	         ^\n
08:50:37 Javadoc: Missing tag for parameter d\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	Y(double d) { super(0); }\n
08:50:37 	         ^\n
08:50:37 Javadoc: Missing tag for parameter d\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 7)\n
08:50:37 	Y(List<U> lu) { super(null); }\n
08:50:37 	          ^^\n
08:50:37 Javadoc: Missing tag for parameter lu\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 7)\n
08:50:37 	Y(List<U> lu) { super(null); }\n
08:50:37 	          ^^\n
08:50:37 Javadoc: Missing tag for parameter lu\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 7)\n
08:50:37 	Y(List<U> lu) { super(lu); }\n
08:50:37 	          ^^\n
08:50:37 Javadoc: Missing tag for parameter lu\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 7)\n
08:50:37 	Y(List<U> lu) { super(lu); }\n
08:50:37 	          ^^\n
08:50:37 Javadoc: Missing tag for parameter lu\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                ^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                                ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                                               ^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                                                             ^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                                                                         ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 6. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	             ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 7. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	                            ^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 8. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	                                             ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 9. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	                                                            ^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 10. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	                                                                                               ^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 11. ERROR in X.java (at line 5)\n
08:50:37 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:50:37 	             ^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 12. ERROR in X.java (at line 5)\n
08:50:37 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:50:37 	                           ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 13. ERROR in X.java (at line 5)\n
08:50:37 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:50:37 	                                         ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 14. ERROR in X.java (at line 5)\n
08:50:37 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:50:37 	                                                             ^^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                ^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                                ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 3. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                                               ^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 4. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                                                             ^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 5. ERROR in X.java (at line 3)\n
08:50:37 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
08:50:37 	                                                                         ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 6. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	             ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 7. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	                            ^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 8. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	                                             ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 9. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	                                                            ^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 10. ERROR in X.java (at line 4)\n
08:50:37 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
08:50:37 	                                                                                               ^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 11. ERROR in X.java (at line 5)\n
08:50:37 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:50:37 	             ^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 12. ERROR in X.java (at line 5)\n
08:50:37 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:50:37 	                           ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 13. ERROR in X.java (at line 5)\n
08:50:37 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:50:37 	                                         ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 14. ERROR in X.java (at line 5)\n
08:50:37 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
08:50:37 	                                                             ^^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pkg\X.java (at line 7)\n
08:50:37 	* @see PKG\n
08:50:37 	       ^^^\n
08:50:37 Javadoc: PKG cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pkg\X.java (at line 7)\n
08:50:37 	* @see PKG\n
08:50:37 	       ^^^\n
08:50:37 Javadoc: PKG cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	* <li> {@link Entry} </li>\n
08:50:37 	              ^^^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: warning: [rawtypes] found raw type: Map\n
08:50:37 public interface X extends Map {\n
08:50:37                            ^\n
08:50:37   missing type arguments for generic class Map<K,V>\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in interface Map\n
08:50:37     V extends Object declared in interface Map\n
08:50:37 X.java:9: warning: [rawtypes] found raw type: Entry\n
08:50:37 	Entry e = null;\n
08:50:37 	^\n
08:50:37   missing type arguments for generic class Entry<K,V>\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in interface Entry\n
08:50:37     V extends Object declared in interface Entry\n
08:50:37 2 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	* <li> {@link Entry} </li>\n
08:50:37 	              ^^^^^\n
08:50:37 Javadoc: Invalid member type qualification\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:8: warning: [rawtypes] found raw type: Map\n
08:50:37 public interface X extends Map {\n
08:50:37                            ^\n
08:50:37   missing type arguments for generic class Map<K,V>\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in interface Map\n
08:50:37     V extends Object declared in interface Map\n
08:50:37 X.java:9: warning: [rawtypes] found raw type: Entry\n
08:50:37 	Entry e = null;\n
08:50:37 	^\n
08:50:37   missing type arguments for generic class Entry<K,V>\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in interface Entry\n
08:50:37     V extends Object declared in interface Entry\n
08:50:37 2 warnings]\n
08:50:37 >
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pack\package-info.java (at line 2)\n
08:50:37 	* {@inheritDoc}\n
08:50:37 	    ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in pack\package-info.java (at line 3)\n
08:50:37 	* @since {@inheritDoc}\n
08:50:37 	           ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 3. ERROR in pack\package-info.java (at line 4)\n
08:50:37 	* @blah {@inheritDoc}\n
08:50:37 	          ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pack\package-info.java (at line 2)\n
08:50:37 	* {@inheritDoc}\n
08:50:37 	    ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in pack\package-info.java (at line 3)\n
08:50:37 	* @since {@inheritDoc}\n
08:50:37 	           ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 3. ERROR in pack\package-info.java (at line 4)\n
08:50:37 	* @blah {@inheritDoc}\n
08:50:37 	          ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in pack\package-info.java (at line 2)\n
08:50:37 	* @return {@inheritDoc}\n
08:50:37 	   ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in pack\package-info.java (at line 2)\n
08:50:37 	* @return {@inheritDoc}\n
08:50:37 	            ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 3. ERROR in pack\package-info.java (at line 3)\n
08:50:37 	* @param blah {@inheritDoc}\n
08:50:37 	   ^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 4. ERROR in pack\package-info.java (at line 3)\n
08:50:37 	* @param blah {@inheritDoc}\n
08:50:37 	                ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in pack\package-info.java (at line 2)\n
08:50:37 	* @return {@inheritDoc}\n
08:50:37 	   ^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 2. ERROR in pack\package-info.java (at line 2)\n
08:50:37 	* @return {@inheritDoc}\n
08:50:37 	            ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 3. ERROR in pack\package-info.java (at line 3)\n
08:50:37 	* @param blah {@inheritDoc}\n
08:50:37 	   ^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 4. ERROR in pack\package-info.java (at line 3)\n
08:50:37 	* @param blah {@inheritDoc}\n
08:50:37 	                ^^^^^^^^^^\n
08:50:37 Javadoc: Unexpected tag\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in foo\bar\package-info.java (at line 2)\n
08:50:37 	* @see ClassInSamePackage#SOME_FIELD\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Invalid reference\n
08:50:37 ----------\n
08:50:37 2. ERROR in foo\bar\package-info.java (at line 4)\n
08:50:37 	* @see ClassInSamePackage#SOME_FIELD\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Invalid reference\n
08:50:37 ----------\n
08:50:37 3. ERROR in foo\bar\package-info.java (at line 5)\n
08:50:37 	* @see ClassInSubPackage#foo\n
08:50:37 	       ^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 4. ERROR in foo\bar\package-info.java (at line 7)\n
08:50:37 	* @see ClassInSubPackage#foo\n
08:50:37 	       ^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 5. ERROR in foo\bar\package-info.java (at line 8)\n
08:50:37 	* @see ClassInEnclosingPackage\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 6. ERROR in foo\bar\package-info.java (at line 10)\n
08:50:37 	* @see ClassInEnclosingPackage\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in foo\bar\package-info.java (at line 2)\n
08:50:37 	* @see ClassInSamePackage#SOME_FIELD\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Invalid reference\n
08:50:37 ----------\n
08:50:37 2. ERROR in foo\bar\package-info.java (at line 4)\n
08:50:37 	* @see ClassInSamePackage#SOME_FIELD\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: Invalid reference\n
08:50:37 ----------\n
08:50:37 3. ERROR in foo\bar\package-info.java (at line 5)\n
08:50:37 	* @see ClassInSubPackage#foo\n
08:50:37 	       ^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 4. ERROR in foo\bar\package-info.java (at line 7)\n
08:50:37 	* @see ClassInSubPackage#foo\n
08:50:37 	       ^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 5. ERROR in foo\bar\package-info.java (at line 8)\n
08:50:37 	* @see ClassInEnclosingPackage\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 6. ERROR in foo\bar\package-info.java (at line 10)\n
08:50:37 	* @see ClassInEnclosingPackage\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
08:50:37 	* @see ClassInSubPackage#foo\n
08:50:37 	       ^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
08:50:37 	* @see ClassInSubPackage#foo\n
08:50:37 	       ^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
08:50:37 	* @see ClassInEnclosingPackage\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
08:50:37 	* @see ClassInEnclosingPackage\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
08:50:37 	* @see ClassInSubPackage#foo\n
08:50:37 	       ^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
08:50:37 	* @see ClassInSubPackage#foo\n
08:50:37 	       ^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInSubPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
08:50:37 	* @see ClassInEnclosingPackage\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
08:50:37 	* @see ClassInEnclosingPackage\n
08:50:37 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   LambdaExpressionsTest>TestCase.runTest:957->test039:1033->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2513->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test039 - Eclipse/Javac standard output mismatch.
08:50:37 ----------- Expected ------------
08:50:37 class X cannot be cast to class I (X and I are in unnamed module of loader
08:50:37 ------------ but was ------------
08:50:37 class X cannot be cast to class I (X and I are in unnamed module of loader 'app')
08:50:37 --------- Difference is ----------
08:50:37  expected:<...med module of loader[]> but was:<...med module of loader[ 'app')]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in A.java (at line 2)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.x is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in A.java (at line 4)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.B.x is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in A.java (at line 5)\n
08:50:37 	private C c = new C() {\n
08:50:37 	          ^\n
08:50:37 The value of the field A.B.c is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in A.java (at line 6)\n
08:50:37 	void foo() {\n
08:50:37 	     ^^^^^\n
08:50:37 The method foo() from the type new A.C(){} is never used locally\n
08:50:37 ----------\n
08:50:37 5. WARNING in A.java (at line 12)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.C.x is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in A.java (at line 2)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.x is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in A.java (at line 4)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.B.x is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in A.java (at line 5)\n
08:50:37 	private C c = new C() {\n
08:50:37 	          ^\n
08:50:37 The value of the field A.B.c is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in A.java (at line 6)\n
08:50:37 	void foo() {\n
08:50:37 	     ^^^^^\n
08:50:37 The method foo() from the type new A.C(){} is never used locally\n
08:50:37 ----------\n
08:50:37 5. WARNING in A.java (at line 12)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.C.x is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in A.java (at line 2)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.x is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in A.java (at line 3)\n
08:50:37 	private C c = new C() {\n
08:50:37 	          ^\n
08:50:37 The value of the field A.c is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in A.java (at line 4)\n
08:50:37 	void foo() {\n
08:50:37 	     ^^^^^\n
08:50:37 The method foo() from the type new A.C(){} is never used locally\n
08:50:37 ----------\n
08:50:37 4. WARNING in A.java (at line 9)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.C.x is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in A.java (at line 2)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.x is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in A.java (at line 3)\n
08:50:37 	private C c = new C() {\n
08:50:37 	          ^\n
08:50:37 The value of the field A.c is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in A.java (at line 4)\n
08:50:37 	void foo() {\n
08:50:37 	     ^^^^^\n
08:50:37 The method foo() from the type new A.C(){} is never used locally\n
08:50:37 ----------\n
08:50:37 4. WARNING in A.java (at line 9)\n
08:50:37 	private int x;\n
08:50:37 	            ^\n
08:50:37 The value of the field A.C.x is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test011a:922->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test011a - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X2 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(T) of type A has the same erasure as foo(T) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X2 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X2 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(T) of type A has the same erasure as foo(T) of type I but does not override it\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X2 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test011b:940->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test011b - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X3 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(T) of type A has the same erasure as foo(T) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X3 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X3 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(T) of type A has the same erasure as foo(T) of type I but does not override it\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X3 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test013a:1022->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test013a - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X1 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X1 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X1 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X1 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test013b:1041->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test013b - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X2 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X2 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X2 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X2 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test013c:1060->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test013c - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X3 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X3 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X3 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X3 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test013d:1079->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test013d - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X4 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X4 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X4 extends A implements I {}\n
08:50:37 	               ^^\n
08:50:37 Name clash: The method foo(Class<T>) of type A has the same erasure as foo(Class<T>) of type I but does not override it\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file\n
08:50:37 abstract class X4 extends A implements I {}\n
08:50:37                                        ^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test015d:1255->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test015d - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X extends Y implements I { }\n
08:50:37 	               ^\n
08:50:37 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X extends Y implements I { }\n
08:50:37 	               ^\n
08:50:37 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test015e:1278->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test015e - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X extends Y implements I { }\n
08:50:37 	               ^\n
08:50:37 Name clash: The method foo(A<String>[]) of type Y has the same erasure as foo(A[]) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A[] a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A[] a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	abstract class X extends Y implements I { }\n
08:50:37 	               ^\n
08:50:37 Name clash: The method foo(A<String>[]) of type Y has the same erasure as foo(A[]) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A[] a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A[] a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test037c:2616->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test037c - Eclipse found error(s) but Javac only found warning(s).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I { }\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I { }\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(A<String>) of type Y has the same erasure as foo(A) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	interface I { void foo(A a); }\n
08:50:37 	                       ^\n
08:50:37 A is a raw type. References to generic type A<T> should be parameterized\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:2: warning: [rawtypes] found raw type: A\n
08:50:37 interface I { void foo(A a); }\n
08:50:37                        ^\n
08:50:37   missing type arguments for generic class A<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in class A\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->test037e:2662->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test037e - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I { }\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(T) of type Y has the same erasure as foo(T) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	public abstract class X extends Y implements I { }\n
08:50:37 	                      ^\n
08:50:37 Name clash: The method foo(T) of type Y has the same erasure as foo(T) of type I but does not override it\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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@5c43a71e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@5c43a71e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@78aa61a8 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   MethodVerifyTest>TestCase.runTest:957->test043_1:3015->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test043_1 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	abstract class E<A, B> extends C<A> implements I<B> {}\n
08:50:37 	               ^\n
08:50:37 Name clash: The method id(A) of type C<A> has the same erasure as id(B) of type I<B> but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 4)\n
08:50:37 	abstract class E<A, B> extends C<A> implements I<B> {}\n
08:50:37 	               ^\n
08:50:37 Name clash: The method id(A) of type C<A> has the same erasure as id(B) of type I<B> but does not override it\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@157c7ac2 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
08:50:37 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
08:50:37                                                   ^\n
08:50:37   first method:  setValue(String) in BaseInterface\n
08:50:37   second method: setValue(Object) in Base\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
08:50:37 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
08:50:37                                                   ^\n
08:50:37   first method:  setValue(String) in BaseInterface\n
08:50:37   second method: setValue(Object) in Base\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   MethodVerifyTest>TestCase.runTest:957->test166:10020->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test166 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	class X extends A implements I<String> {}\n
08:50:37 	      ^\n
08:50:37 Name clash: The method foo(Object) of type A has the same erasure as foo(T) of type I<T> but does not override it\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 1)\n
08:50:37 	class X extends A implements I<String> {}\n
08:50:37 	      ^\n
08:50:37 Name clash: The method foo(Object) of type A has the same erasure as foo(T) of type I<T> but does not override it\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 A.java:4: error: types J<CAP#1> and K<T3> are incompatible;\n
08:50:37 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
08:50:37             ^\n
08:50:37   both define get(), but with unrelated return types\n
08:50:37   where T3 is a type-variable:\n
08:50:37     T3 extends K<T3>,J<? extends I> declared in interface A\n
08:50:37   where CAP#1 is a fresh type-variable:\n
08:50:37     CAP#1 extends I from capture of ? extends I\n
08:50:37 A.java:5: error: types K<T4> and J<CAP#1> are incompatible;\n
08:50:37 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
08:50:37             ^\n
08:50:37   both define get(), but with unrelated return types\n
08:50:37   where T4 is a type-variable:\n
08:50:37     T4 extends J<? extends I>,K<T4> declared in interface B\n
08:50:37   where CAP#1 is a fresh type-variable:\n
08:50:37     CAP#1 extends I from capture of ? extends I\n
08:50:37 2 errors\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[A.java:4: error: types J<CAP#1> and K<T3> are incompatible;\n
08:50:37 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
08:50:37             ^\n
08:50:37   both define get(), but with unrelated return types\n
08:50:37   where T3 is a type-variable:\n
08:50:37     T3 extends K<T3>,J<? extends I> declared in interface A\n
08:50:37   where CAP#1 is a fresh type-variable:\n
08:50:37     CAP#1 extends I from capture of ? extends I\n
08:50:37 A.java:5: error: types K<T4> and J<CAP#1> are incompatible;\n
08:50:37 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
08:50:37             ^\n
08:50:37   both define get(), but with unrelated return types\n
08:50:37   where T4 is a type-variable:\n
08:50:37     T4 extends J<? extends I>,K<T4> declared in interface B\n
08:50:37   where CAP#1 is a fresh type-variable:\n
08:50:37     CAP#1 extends I from capture of ? extends I\n
08:50:37 2 errors\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
08:50:37 public List<V> put(final K arg0, final List<V> arg1) {\n
08:50:37                ^\n
08:50:37   first method:  put(K,List<V>) in Map\n
08:50:37   second method: put(K,V) in OverrideBug\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in class OverrideBug\n
08:50:37     V extends Object declared in class OverrideBug\n
08:50:37 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
08:50:37 public List<V> put(final K arg0, final V arg1) {\n
08:50:37                ^\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in class OverrideBug\n
08:50:37     V extends Object declared in class OverrideBug\n
08:50:37 2 errors\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
08:50:37 public List<V> put(final K arg0, final List<V> arg1) {\n
08:50:37                ^\n
08:50:37   first method:  put(K,List<V>) in Map\n
08:50:37   second method: put(K,V) in OverrideBug\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in class OverrideBug\n
08:50:37     V extends Object declared in class OverrideBug\n
08:50:37 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
08:50:37 public List<V> put(final K arg0, final V arg1) {\n
08:50:37                ^\n
08:50:37   where K,V are type-variables:\n
08:50:37     K extends Object declared in class OverrideBug\n
08:50:37     V extends Object declared in class OverrideBug\n
08:50:37 2 errors\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	String[] a = A.asList(args).toArray(new String[0]);\n
08:50:37 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type mismatch: cannot convert from Object[] to String[]\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 3)\n
08:50:37 	String[] a = A.asList(args).toArray(new String[0]);\n
08:50:37 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Type mismatch: cannot convert from Object[] to String[]\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
08:50:37         Y.foo(new Properties());\n
08:50:37               ^\n
08:50:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
08:50:37         Y.foo(new Properties());\n
08:50:37               ^\n
08:50:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:50:37 		Comparator comparator = new Comparator() {\n
08:50:37 		^\n
08:50:37   missing type arguments for generic class Comparator<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in interface Comparator\n
08:50:37 X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:50:37 		Comparator comparator = new Comparator() {\n
08:50:37 		                            ^\n
08:50:37   missing type arguments for generic class Comparator<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in interface Comparator\n
08:50:37 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                          ^\n
08:50:37   missing type arguments for generic class ArrayList<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in class ArrayList\n
08:50:37 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                                           ^\n
08:50:37   missing type arguments for generic class ArrayList<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in class ArrayList\n
08:50:37 X.java:12: error: reference to assertEquals is ambiguous\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		    ^\n
08:50:37   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
08:50:37   where T#1,T#2 are type-variables:\n
08:50:37     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
08:50:37     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
08:50:37 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                 ^\n
08:50:37   required: String,Comparator<T>,List<T>,List<T>\n
08:50:37   found: String,Comparator,ArrayList,ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                          ^\n
08:50:37   required: Comparator<T>\n
08:50:37   found:    Comparator\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                      ^\n
08:50:37   required: List<T>\n
08:50:37   found:    ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                                       ^\n
08:50:37   required: List<T>\n
08:50:37   found:    ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 1 error\n
08:50:37 8 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:50:37 		Comparator comparator = new Comparator() {\n
08:50:37 		^\n
08:50:37   missing type arguments for generic class Comparator<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in interface Comparator\n
08:50:37 X.java:6: warning: [rawtypes] found raw type: Comparator\n
08:50:37 		Comparator comparator = new Comparator() {\n
08:50:37 		                            ^\n
08:50:37   missing type arguments for generic class Comparator<T>\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in interface Comparator\n
08:50:37 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                          ^\n
08:50:37   missing type arguments for generic class ArrayList<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in class ArrayList\n
08:50:37 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                                           ^\n
08:50:37   missing type arguments for generic class ArrayList<E>\n
08:50:37   where E is a type-variable:\n
08:50:37     E extends Object declared in class ArrayList\n
08:50:37 X.java:12: error: reference to assertEquals is ambiguous\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		    ^\n
08:50:37   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
08:50:37   where T#1,T#2 are type-variables:\n
08:50:37     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
08:50:37     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
08:50:37 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                 ^\n
08:50:37   required: String,Comparator<T>,List<T>,List<T>\n
08:50:37   found: String,Comparator,ArrayList,ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                          ^\n
08:50:37   required: Comparator<T>\n
08:50:37   found:    Comparator\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                      ^\n
08:50:37   required: List<T>\n
08:50:37   found:    ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 X.java:12: warning: [unchecked] unchecked conversion\n
08:50:37 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
08:50:37 		                                                       ^\n
08:50:37   required: List<T>\n
08:50:37   found:    ArrayList\n
08:50:37   where T is a type-variable:\n
08:50:37     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
08:50:37 1 error\n
08:50:37 8 warnings\n
08:50:37 ]>
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in SimpleDemo.java (at line 22)\n
08:50:37 	protected SimpleResult test(AbstractResult request) {\n
08:50:37 	          ^^^^^^^^^^^^\n
08:50:37 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
08:50:37     protected SimpleResult test(AbstractResult request) {\n
08:50:37                            ^\n
08:50:37   return type requires unchecked conversion from SimpleResult to Response#2\n
08:50:37   where Request,Response#1,Response#2 are type-variables:\n
08:50:37     Request extends AbstractResult declared in class AbstractDemo\n
08:50:37     Response#1 extends AbstractResult declared in class AbstractDemo\n
08:50:37     Response#2 extends AbstractResult declared in class SimpleDemo\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in SimpleDemo.java (at line 22)\n
08:50:37 	protected SimpleResult test(AbstractResult request) {\n
08:50:37 	          ^^^^^^^^^^^^\n
08:50:37 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
08:50:37 ----------]\n
08:50:37 > but was:<[SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
08:50:37     protected SimpleResult test(AbstractResult request) {\n
08:50:37                            ^\n
08:50:37   return type requires unchecked conversion from SimpleResult to Response#2\n
08:50:37   where Request,Response#1,Response#2 are type-variables:\n
08:50:37     Request extends AbstractResult declared in class AbstractDemo\n
08:50:37     Response#1 extends AbstractResult declared in class AbstractDemo\n
08:50:37     Response#2 extends AbstractResult declared in class SimpleDemo\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   MethodVerifyTest>TestCase.runTest:957->testBug536978_comment5:14440->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2513->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug536978_comment5 - Eclipse/Javac standard output mismatch.
08:50:37 ----------- Expected ------------
08:50:37 class Result1 cannot be cast to class OtherResult (Result1 and OtherResult are in unnamed module of loader
08:50:37 ------------ but was ------------
08:50:37 class Result1 cannot be cast to class OtherResult (Result1 and OtherResult are in unnamed module of loader 'app')
08:50:37 --------- Difference is ----------
08:50:37  expected:<...med module of loader[]> but was:<...med module of loader[ 'app')]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
08:50:37 ]>
08:50:37   ModuleCompilationTests>TestCase.runTest:957->test015:1083->runNegativeModuleTest:224->runNegativeModuleTest:274->AbstractRegressionTest.handleMismatch:2529 test015 Javac failure did not match "cannot be resolved"
08:50:37   ModuleCompilationTests>TestCase.runTest:957->test024:1603->runNegativeModuleTest:207->runNegativeModuleTest:215->runNegativeModuleTest:224->runNegativeModuleTest:274->AbstractRegressionTest.handleMismatch:2529 test024 Javac failure did not match "not allowed"
08:50:37   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"
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
08:50:37 	public class X extends pm.C1 { \n
08:50:37 	                       ^^\n
08:50:37 The package pm is accessible from more than one module: mod.x, mod.y\n
08:50:37 ----------\n
08:50:37 1 problem (1 error)\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
08:50:37 	public class X extends pm.C1 { \n
08:50:37 	                       ^^\n
08:50:37 The package pm is accessible from more than one module: mod.x, mod.y\n
08:50:37 ----------\n
08:50:37 1 problem (1 error)\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 16)\n
08:50:37 	@Illegal Y.YY.Z[] z = null;\n
08:50:37 	^^^^^^^^\n
08:50:37 Type annotations are not allowed on type names used to access static members\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 16)\n
08:50:37 	@Illegal Y.YY.Z[] z = null;\n
08:50:37 	^^^^^^^^\n
08:50:37 Type annotations are not allowed on type names used to access static members\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 13)\n
08:50:37 	public @Illegal Y.Z[] foo() { return null;}\n
08:50:37 	       ^^^^^^^^\n
08:50:37 Type annotations are not allowed on type names used to access static members\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 13)\n
08:50:37 	public @Illegal Y.Z[] foo() { return null;}\n
08:50:37 	       ^^^^^^^^\n
08:50:37 Type annotations are not allowed on type names used to access static members\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
08:50:37 		List<@NonNull T> res = Arrays.asList(ts);\n
08:50:37 		                                     ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
08:50:37 		List<@NonNull T> res = Arrays.asList(ts);\n
08:50:37 		                                     ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   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@492bbebe for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
08:50:37 	Number field = new Long(13);\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
08:50:37 	Number field = new Long(13);\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
08:50:37 	Number field = new Double(1.1);\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
08:50:37 	Number field = new Double(1.1);\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:50:37 		return new Integer(13);\n
08:50:37 		       ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
08:50:37 		return new Integer(13);\n
08:50:37 		       ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   NullAnnotationTest>TestCase.runTest:957->testBug542707_001:10373->AbstractNullAnnotationTest.runNegativeTestWithLibs:175->AbstractNullAnnotationTest.runNegativeTestWithLibs:153->AbstractNullAnnotationTest.runNegativeTestWithLibs:164->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug542707_001: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   NullAnnotationTest>TestCase.runTest:957->testBug542707_002:10427->AbstractNullAnnotationTest.runNegativeTestWithLibs:175->AbstractNullAnnotationTest.runNegativeTestWithLibs:153->AbstractNullAnnotationTest.runNegativeTestWithLibs:164->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug542707_002: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4b929ad6 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in Y.java (at line 5)\n
08:50:37 	@Nullable Object getObject(Object o) {\n
08:50:37 	^^^^^^^^^^^^^^^^\n
08:50:37 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
08:50:37 ----------\n
08:50:37 2. ERROR in Y.java (at line 5)\n
08:50:37 	@Nullable Object getObject(Object o) {\n
08:50:37 	                           ^^^^^^\n
08:50:37 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in Y.java (at line 5)\n
08:50:37 	@Nullable Object getObject(Object o) {\n
08:50:37 	^^^^^^^^^^^^^^^^\n
08:50:37 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
08:50:37 ----------\n
08:50:37 2. ERROR in Y.java (at line 5)\n
08:50:37 	@Nullable Object getObject(Object o) {\n
08:50:37 	                           ^^^^^^\n
08:50:37 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. INFO in X.java (at line 5)\n
08:50:37 	return this.o.toString();\n
08:50:37 	            ^\n
08:50:37 Potential null pointer access: this expression has a '@Nullable' type\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. INFO in X.java (at line 5)\n
08:50:37 	return this.o.toString();\n
08:50:37 	            ^\n
08:50:37 Potential null pointer access: this expression has a '@Nullable' type\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 Test.java:8: error: types Foo<T,N> and Foo<T,N> are incompatible;\n
08:50:37 interface Baz extends Foo<Integer, Integer> {}\n
08:50:37 ^\n
08:50:37   interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
08:50:37   where T,N are type-variables:\n
08:50:37     T extends Object declared in interface Foo\n
08:50:37     N extends Number declared in interface Foo\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[Test.java:8: error: types Foo<T,N> and Foo<T,N> are incompatible;\n
08:50:37 interface Baz extends Foo<Integer, Integer> {}\n
08:50:37 ^\n
08:50:37   interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
08:50:37   where T,N are type-variables:\n
08:50:37     T extends Object declared in interface Foo\n
08:50:37     N extends Number declared in interface Foo\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public int unusedMethod() { return this.state; }\n
08:50:37 	           ^^^^^^^^^^^^^^\n
08:50:37 The method unusedMethod() from the type X.M is never used locally\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	public M (int state) { this.state = state;} \n
08:50:37 	       ^^^^^^^^^^^^^\n
08:50:37 The constructor X.M(int) is never used locally\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	public int unusedField = 0;\n
08:50:37 	           ^^^^^^^^^^^\n
08:50:37 The value of the field X.M.unusedField is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	public class N {}\n
08:50:37 	             ^\n
08:50:37 The type X.M.N is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public int unusedMethod() { return this.state; }\n
08:50:37 	           ^^^^^^^^^^^^^^\n
08:50:37 The method unusedMethod() from the type X.M is never used locally\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	public M (int state) { this.state = state;} \n
08:50:37 	       ^^^^^^^^^^^^^\n
08:50:37 The constructor X.M(int) is never used locally\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	public int unusedField = 0;\n
08:50:37 	           ^^^^^^^^^^^\n
08:50:37 The value of the field X.M.unusedField is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	public class N {}\n
08:50:37 	             ^\n
08:50:37 The type X.M.N is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in A.java (at line 8)\n
08:50:37 	public B () { super(""); }\n
08:50:37 	       ^^^^\n
08:50:37 The constructor A.B() is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in A.java (at line 8)\n
08:50:37 	public B () { super(""); }\n
08:50:37 	       ^^^^\n
08:50:37 The constructor A.B() is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in A.java (at line 7)\n
08:50:37 	public B () { super(""); }\n
08:50:37 	       ^^^^\n
08:50:37 The constructor C.B() is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in A.java (at line 7)\n
08:50:37 	public B () { super(""); }\n
08:50:37 	       ^^^^\n
08:50:37 The constructor C.B() is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public Y() {}\n
08:50:37 	       ^^^\n
08:50:37 The constructor X.Y() is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public Y() {}\n
08:50:37 	       ^^^\n
08:50:37 The constructor X.Y() is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public Y() {}\n
08:50:37 	       ^^^\n
08:50:37 The constructor X.Y() is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public Y() {}\n
08:50:37 	       ^^^\n
08:50:37 The constructor X.Y() is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
08:50:37 	private static class Y implements Externalizable {\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
08:50:37 	private static class Y implements Externalizable {\n
08:50:37 	               ^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private X(int x) {i = x;}\n
08:50:37 	        ^^^^^^^^\n
08:50:37 The constructor X(int) is never used locally\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private X(int x) {i = x;}\n
08:50:37 	        ^^^^^^^^\n
08:50:37 The constructor X(int) is never used locally\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemTypeAndMethodTest>TestCase.runTest:957->test108:5750->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test108 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:50:37 	@SuppressWarnings("synthetic-access")\n
08:50:37 	                  ^^^^^^^^^^^^^^^^^^\n
08:50:37 Unnecessary @SuppressWarnings("synthetic-access")\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:50:37 	@SuppressWarnings("synthetic-access")\n
08:50:37 	                  ^^^^^^^^^^^^^^^^^^\n
08:50:37 Unnecessary @SuppressWarnings("synthetic-access")\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   ProblemTypeAndMethodTest>TestCase.runTest:957->test111:6015->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test111 - Eclipse found warning(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:50:37 	@SuppressWarnings("synthetic-access")\n
08:50:37 	                  ^^^^^^^^^^^^^^^^^^\n
08:50:37 Unnecessary @SuppressWarnings("synthetic-access")\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in SyntheticConstructorTooManyArgs.java (at line 23)\n
08:50:37 	@SuppressWarnings("synthetic-access")\n
08:50:37 	                  ^^^^^^^^^^^^^^^^^^\n
08:50:37 Unnecessary @SuppressWarnings("synthetic-access")\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	return new ArrayList<Object>() {\n
08:50:37 	           ^^^^^^^^^^^^^^^^^^^\n
08:50:37 The serializable class  does not declare a static final serialVersionUID field of type long\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	return new ArrayList<Object>() {\n
08:50:37 	           ^^^^^^^^^^^^^^^^^^^\n
08:50:37 The serializable class  does not declare a static final serialVersionUID field of type long\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	System.out.println(1.0 == 1.0);\n
08:50:37 	                   ^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	System.out.println(1.0f == 1.0f);\n
08:50:37 	                   ^^^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	System.out.println(1.0 == 1.0);\n
08:50:37 	                   ^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	System.out.println(1.0f == 1.0f);\n
08:50:37 	                   ^^^^^^^^^^^^\n
08:50:37 Comparing identical expressions\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	nvx = nvx;\n
08:50:37 	^^^^^^^^^\n
08:50:37 The assignment to variable nvx has no effect\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 6)\n
08:50:37 	nvx = nvx;\n
08:50:37 	^^^^^^^^^\n
08:50:37 The assignment to variable nvx has no effect\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	volatile int x = this.x;\n
08:50:37 	             ^^^^^^^^^^\n
08:50:37 The assignment to variable x has no effect\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 3)\n
08:50:37 	int nvx = this.nvx;\n
08:50:37 	    ^^^^^^^^^^^^^^\n
08:50:37 The assignment to variable nvx has no effect\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	volatile int x = this.x;\n
08:50:37 	             ^^^^^^^^^^\n
08:50:37 The assignment to variable x has no effect\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 3)\n
08:50:37 	int nvx = this.nvx;\n
08:50:37 	    ^^^^^^^^^^^^^^\n
08:50:37 The assignment to variable nvx has no effect\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 6)\n
08:50:37 	int k = 2;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 6)\n
08:50:37 	int k = 2;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public boolean b=false;\n
08:50:37 	               ^\n
08:50:37 The value of the field X.Y.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	protected int k = 2;\n
08:50:37 	              ^\n
08:50:37 The value of the field X.Y.k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	public boolean b=false;\n
08:50:37 	               ^\n
08:50:37 The value of the field X.Y.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	protected int k = 2;\n
08:50:37 	              ^\n
08:50:37 The value of the field X.Y.k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	private boolean b=false;\n
08:50:37 	                ^\n
08:50:37 The value of the field X.b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 4)\n
08:50:37 	private int k = 2;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	void foo(int param1, int param2, Integer param3) {\n
08:50:37 	             ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                         ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	void foo(int param1, int param2, Integer param3) {\n
08:50:37 	             ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 2)\n
08:50:37 	void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                         ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, int param2) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, int param2) {\n
08:50:37 	                                ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 10)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, int param2) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, int param2) {\n
08:50:37 	                                ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 10)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, Integer param3) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 15)\n
08:50:37 	public void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 15)\n
08:50:37 	public void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                                ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 3)\n
08:50:37 	boolean b=false;\n
08:50:37 	        ^\n
08:50:37 The value of the local variable b is not used\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	public void foo(int param1, Integer param3) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 15)\n
08:50:37 	public void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                    ^^^^^^\n
08:50:37 The value of the parameter param1 is not used\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 15)\n
08:50:37 	public void foo(int param1, int param2, Integer param3) {\n
08:50:37 	                                ^^^^^^\n
08:50:37 The value of the parameter param2 is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (false) {\n
08:50:37         	boolean b=false;\n
08:50:37         	b|=true;\n
08:50:37 		 }\n
08:50:37 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	int k = 2;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable k is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (false) {\n
08:50:37         	boolean b=false;\n
08:50:37         	b|=true;\n
08:50:37 		 }\n
08:50:37 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 8)\n
08:50:37 	int k = 2;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable k is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	X(int abc) {\n
08:50:37 	      ^^^\n
08:50:37 The value of the parameter abc is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 2)\n
08:50:37 	X(int abc) {\n
08:50:37 	      ^^^\n
08:50:37 The value of the parameter abc is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in test1\E.java (at line 4)\n
08:50:37 	int a= 10;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable a is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in test1\E.java (at line 4)\n
08:50:37 	int a= 10;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable a is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (a != null){\n
08:50:37         	int j = 3;\n
08:50:37         	j++;\n
08:50:37     	}\n
08:50:37 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	int j = 3;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable j is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (a != null){\n
08:50:37         	int j = 3;\n
08:50:37         	j++;\n
08:50:37     	}\n
08:50:37 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Dead code\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	int j = 3;\n
08:50:37 	    ^\n
08:50:37 The value of the local variable j is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
08:50:37 	if (t1 == t2) {\n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
08:50:37 	if (t1 == t2) { \n
08:50:37 	    ^^^^^^^^\n
08:50:37 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 8)\n
08:50:37 	if (set.contains("ONE")) // bad\n
08:50:37 	                 ^^^^^\n
08:50:37 Unlikely argument type String for contains(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	set.remove("ONE"); // bad\n
08:50:37 	           ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 10)\n
08:50:37 	if (set.contains(1)) // bad\n
08:50:37 	                 ^\n
08:50:37 Unlikely argument type int for contains(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 11)\n
08:50:37 	set.remove(1); // bad (tries to remove "Integer 1")\n
08:50:37 	           ^\n
08:50:37 Unlikely argument type int for remove(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 8)\n
08:50:37 	if (set.contains("ONE")) // bad\n
08:50:37 	                 ^^^^^\n
08:50:37 Unlikely argument type String for contains(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 9)\n
08:50:37 	set.remove("ONE"); // bad\n
08:50:37 	           ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 10)\n
08:50:37 	if (set.contains(1)) // bad\n
08:50:37 	                 ^\n
08:50:37 Unlikely argument type int for contains(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 11)\n
08:50:37 	set.remove(1); // bad (tries to remove "Integer 1")\n
08:50:37 	           ^\n
08:50:37 Unlikely argument type int for remove(Object) on a Collection<Short>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (hss.contains(ts)) // bad\n
08:50:37 	                 ^^\n
08:50:37 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	hss.remove(ts); // bad\n
08:50:37 	           ^^\n
08:50:37 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (hss.contains(ts)) // bad\n
08:50:37 	                 ^^\n
08:50:37 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	hss.remove(ts); // bad\n
08:50:37 	           ^^\n
08:50:37 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (hss.contains(ts)) // bad\n
08:50:37 	                 ^^\n
08:50:37 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	hss.remove(ts); // bad\n
08:50:37 	           ^^\n
08:50:37 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
08:50:37 	                 ^^^^^^^^^^\n
08:50:37 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
08:50:37 	           ^^^^^^^^^^\n
08:50:37 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (hss.contains(ts)) // bad\n
08:50:37 	                 ^^\n
08:50:37 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	hss.remove(ts); // bad\n
08:50:37 	           ^^\n
08:50:37 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
08:50:37 	                 ^^^^^^^^^^\n
08:50:37 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
08:50:37 	           ^^^^^^^^^^\n
08:50:37 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (m.containsKey("ONE")) // bad\n
08:50:37 	                  ^^^^^\n
08:50:37 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	m.remove("ONE"); // bad\n
08:50:37 	         ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	if (m.containsValue("ONE")) // bad\n
08:50:37 	                    ^^^^^\n
08:50:37 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	m.remove("ONE"); // bad\n
08:50:37 	         ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 5. WARNING in X.java (at line 14)\n
08:50:37 	return m.get("ONE"); // bad\n
08:50:37 	             ^^^^^\n
08:50:37 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	if (m.containsKey("ONE")) // bad\n
08:50:37 	                  ^^^^^\n
08:50:37 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 2. WARNING in X.java (at line 5)\n
08:50:37 	m.remove("ONE"); // bad\n
08:50:37 	         ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 3. WARNING in X.java (at line 6)\n
08:50:37 	if (m.containsValue("ONE")) // bad\n
08:50:37 	                    ^^^^^\n
08:50:37 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 4. WARNING in X.java (at line 7)\n
08:50:37 	m.remove("ONE"); // bad\n
08:50:37 	         ^^^^^\n
08:50:37 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 5. WARNING in X.java (at line 14)\n
08:50:37 	return m.get("ONE"); // bad\n
08:50:37 	             ^^^^^\n
08:50:37 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	numbers.removeAll(stringSet); // bad\n
08:50:37 	                  ^^^^^^^^^\n
08:50:37 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	numbers.removeAll(stringSet); // bad\n
08:50:37 	                  ^^^^^^^^^\n
08:50:37 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	return ints.indexOf("ONE"); // bad\n
08:50:37 	                    ^^^^^\n
08:50:37 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	return ints.indexOf("ONE"); // bad\n
08:50:37 	                    ^^^^^\n
08:50:37 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in test\TestUnlikely.java (at line 30)\n
08:50:37 	c.remove(o); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 2. WARNING in test\TestUnlikely.java (at line 37)\n
08:50:37 	c.remove(i); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 3. WARNING in test\TestUnlikely.java (at line 39)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 4. WARNING in test\TestUnlikely.java (at line 40)\n
08:50:37 	c.remove(nf); // warning: castable, but not supertype\n
08:50:37 	         ^^\n
08:50:37 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 5. WARNING in test\TestUnlikely.java (at line 46)\n
08:50:37 	c.remove(o); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 6. WARNING in test\TestUnlikely.java (at line 48)\n
08:50:37 	c.remove(nf); // warning: impossible\n
08:50:37 	         ^^\n
08:50:37 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 7. WARNING in test\TestUnlikely.java (at line 49)\n
08:50:37 	c.remove(s); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 8. WARNING in test\TestUnlikely.java (at line 54)\n
08:50:37 	c.remove(o); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 9. WARNING in test\TestUnlikely.java (at line 55)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 10. WARNING in test\TestUnlikely.java (at line 63)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
08:50:37 ----------\n
08:50:37 11. WARNING in test\TestUnlikely.java (at line 70)\n
08:50:37 	map.containsKey(value); // warning\n
08:50:37 	                ^^^^^\n
08:50:37 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
08:50:37 ----------\n
08:50:37 12. WARNING in test\TestUnlikely.java (at line 71)\n
08:50:37 	map.containsValue(key); // warning\n
08:50:37 	                  ^^^\n
08:50:37 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
08:50:37 ----------\n
08:50:37 13. WARNING in test\TestUnlikely.java (at line 95)\n
08:50:37 	if (c.contains(iterator.next())) { // warning\n
08:50:37 	               ^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type U for contains(Object) on a Collection<T>\n
08:50:37 ----------\n
08:50:37 14. WARNING in test\TestUnlikely.java (at line 105)\n
08:50:37 	c.removeAll(other); // warning\n
08:50:37 	            ^^^^^\n
08:50:37 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 15. WARNING in test\TestUnlikely.java (at line 111)\n
08:50:37 	Predicate<OtherInterface> p2 = c::contains; // warning\n
08:50:37 	                               ^^^^^^^^^^^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 16. WARNING in test\TestUnlikely.java (at line 112)\n
08:50:37 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
08:50:37 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 17. INFO in test\TestUnlikely.java (at line 120)\n
08:50:37 	s.equals(i); // info\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 18. INFO in test\TestUnlikely.java (at line 121)\n
08:50:37 	i.equals(s); // info\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 19. INFO in test\TestUnlikely.java (at line 125)\n
08:50:37 	Predicate<String> p1 = i::equals; // info\n
08:50:37 	                       ^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 20. INFO in test\TestUnlikely.java (at line 128)\n
08:50:37 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
08:50:37 	                                   ^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 21. INFO in test\TestUnlikely.java (at line 131)\n
08:50:37 	Objects.equals(s, i); // info\n
08:50:37 	                  ^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 22. INFO in test\TestUnlikely.java (at line 132)\n
08:50:37 	Objects.equals(i, s); // info\n
08:50:37 	                  ^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 23. INFO in test\TestUnlikely.java (at line 136)\n
08:50:37 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
08:50:37 	                                   ^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in test\TestUnlikely.java (at line 30)\n
08:50:37 	c.remove(o); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 2. WARNING in test\TestUnlikely.java (at line 37)\n
08:50:37 	c.remove(i); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 3. WARNING in test\TestUnlikely.java (at line 39)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 4. WARNING in test\TestUnlikely.java (at line 40)\n
08:50:37 	c.remove(nf); // warning: castable, but not supertype\n
08:50:37 	         ^^\n
08:50:37 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
08:50:37 ----------\n
08:50:37 5. WARNING in test\TestUnlikely.java (at line 46)\n
08:50:37 	c.remove(o); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 6. WARNING in test\TestUnlikely.java (at line 48)\n
08:50:37 	c.remove(nf); // warning: impossible\n
08:50:37 	         ^^\n
08:50:37 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 7. WARNING in test\TestUnlikely.java (at line 49)\n
08:50:37 	c.remove(s); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
08:50:37 ----------\n
08:50:37 8. WARNING in test\TestUnlikely.java (at line 54)\n
08:50:37 	c.remove(o); // warning: unrelated interface\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 9. WARNING in test\TestUnlikely.java (at line 55)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 10. WARNING in test\TestUnlikely.java (at line 63)\n
08:50:37 	c.remove(f); // warning: impossible\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
08:50:37 ----------\n
08:50:37 11. WARNING in test\TestUnlikely.java (at line 70)\n
08:50:37 	map.containsKey(value); // warning\n
08:50:37 	                ^^^^^\n
08:50:37 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
08:50:37 ----------\n
08:50:37 12. WARNING in test\TestUnlikely.java (at line 71)\n
08:50:37 	map.containsValue(key); // warning\n
08:50:37 	                  ^^^\n
08:50:37 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
08:50:37 ----------\n
08:50:37 13. WARNING in test\TestUnlikely.java (at line 95)\n
08:50:37 	if (c.contains(iterator.next())) { // warning\n
08:50:37 	               ^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type U for contains(Object) on a Collection<T>\n
08:50:37 ----------\n
08:50:37 14. WARNING in test\TestUnlikely.java (at line 105)\n
08:50:37 	c.removeAll(other); // warning\n
08:50:37 	            ^^^^^\n
08:50:37 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
08:50:37 ----------\n
08:50:37 15. WARNING in test\TestUnlikely.java (at line 111)\n
08:50:37 	Predicate<OtherInterface> p2 = c::contains; // warning\n
08:50:37 	                               ^^^^^^^^^^^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 16. WARNING in test\TestUnlikely.java (at line 112)\n
08:50:37 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
08:50:37 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
08:50:37 ----------\n
08:50:37 17. INFO in test\TestUnlikely.java (at line 120)\n
08:50:37 	s.equals(i); // info\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 18. INFO in test\TestUnlikely.java (at line 121)\n
08:50:37 	i.equals(s); // info\n
08:50:37 	         ^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 19. INFO in test\TestUnlikely.java (at line 125)\n
08:50:37 	Predicate<String> p1 = i::equals; // info\n
08:50:37 	                       ^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 20. INFO in test\TestUnlikely.java (at line 128)\n
08:50:37 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
08:50:37 	                                   ^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 21. INFO in test\TestUnlikely.java (at line 131)\n
08:50:37 	Objects.equals(s, i); // info\n
08:50:37 	                  ^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 22. INFO in test\TestUnlikely.java (at line 132)\n
08:50:37 	Objects.equals(i, s); // info\n
08:50:37 	                  ^\n
08:50:37 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
08:50:37 ----------\n
08:50:37 23. INFO in test\TestUnlikely.java (at line 136)\n
08:50:37 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
08:50:37 	                                   ^^^^^^^^^^^^^^^\n
08:50:37 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in Unlikely.java (at line 6)\n
08:50:37 	return i1.equals((I1)this);\n
08:50:37 	                 ^^^^^^^^\n
08:50:37 Unnecessary cast from Unlikely to I1\n
08:50:37 ----------\n
08:50:37 2. ERROR in Unlikely.java (at line 9)\n
08:50:37 	return i1.equals((I3)i2);\n
08:50:37 	                 ^^^^^^\n
08:50:37 Unnecessary cast from I2 to I3\n
08:50:37 ----------\n
08:50:37 3. WARNING in Unlikely.java (at line 9)\n
08:50:37 	return i1.equals((I3)i2);\n
08:50:37 	                 ^^^^^^\n
08:50:37 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in Unlikely.java (at line 6)\n
08:50:37 	return i1.equals((I1)this);\n
08:50:37 	                 ^^^^^^^^\n
08:50:37 Unnecessary cast from Unlikely to I1\n
08:50:37 ----------\n
08:50:37 2. ERROR in Unlikely.java (at line 9)\n
08:50:37 	return i1.equals((I3)i2);\n
08:50:37 	                 ^^^^^^\n
08:50:37 Unnecessary cast from I2 to I3\n
08:50:37 ----------\n
08:50:37 3. WARNING in Unlikely.java (at line 9)\n
08:50:37 	return i1.equals((I3)i2);\n
08:50:37 	                 ^^^^^^\n
08:50:37 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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@15324f25 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@7b9f7087
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 _X.java:5: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0001;\n
08:50:37 		       ^\n
08:50:37 _X.java:6: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0002;\n
08:50:37 		       ^\n
08:50:37 _X.java:7: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0003;\n
08:50:37 		       ^\n
08:50:37 _X.java:8: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0004;\n
08:50:37 		       ^\n
08:50:37 _X.java:9: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0005;\n
08:50:37 		       ^\n
08:50:37 _X.java:10: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0006;\n
08:50:37 		       ^\n
08:50:37 _X.java:11: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0007;\n
08:50:37 		       ^\n
08:50:37 _X.java:12: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0008;\n
08:50:37 		       ^\n
08:50:37 _X.java:13: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u000e;\n
08:50:37 		       ^\n
08:50:37 _X.java:14: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u000f;\n
08:50:37 		       ^\n
08:50:37 _X.java:15: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0010;\n
08:50:37 		       ^\n
08:50:37 _X.java:16: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0011;\n
08:50:37 		       ^\n
08:50:37 _X.java:17: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0012;\n
08:50:37 		       ^\n
08:50:37 _X.java:18: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0013;\n
08:50:37 		       ^\n
08:50:37 _X.java:19: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0014;\n
08:50:37 		       ^\n
08:50:37 _X.java:20: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0015;\n
08:50:37 		       ^\n
08:50:37 _X.java:21: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0016;\n
08:50:37 		       ^\n
08:50:37 _X.java:22: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0017;\n
08:50:37 		       ^\n
08:50:37 _X.java:23: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0018;\n
08:50:37 		       ^\n
08:50:37 _X.java:24: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0019;\n
08:50:37 		       ^\n
08:50:37 _X.java:25: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u001a;\n
08:50:37 		       ^\n
08:50:37 _X.java:26: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u001b;\n
08:50:37 		       ^\n
08:50:37 _X.java:27: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u007f;\n
08:50:37 		       ^\n
08:50:37 23 errors\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[_X.java:5: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0001;\n
08:50:37 		       ^\n
08:50:37 _X.java:6: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0002;\n
08:50:37 		       ^\n
08:50:37 _X.java:7: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0003;\n
08:50:37 		       ^\n
08:50:37 _X.java:8: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0004;\n
08:50:37 		       ^\n
08:50:37 _X.java:9: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0005;\n
08:50:37 		       ^\n
08:50:37 _X.java:10: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0006;\n
08:50:37 		       ^\n
08:50:37 _X.java:11: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0007;\n
08:50:37 		       ^\n
08:50:37 _X.java:12: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0008;\n
08:50:37 		       ^\n
08:50:37 _X.java:13: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u000e;\n
08:50:37 		       ^\n
08:50:37 _X.java:14: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u000f;\n
08:50:37 		       ^\n
08:50:37 _X.java:15: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0010;\n
08:50:37 		       ^\n
08:50:37 _X.java:16: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0011;\n
08:50:37 		       ^\n
08:50:37 _X.java:17: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0012;\n
08:50:37 		       ^\n
08:50:37 _X.java:18: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0013;\n
08:50:37 		       ^\n
08:50:37 _X.java:19: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0014;\n
08:50:37 		       ^\n
08:50:37 _X.java:20: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0015;\n
08:50:37 		       ^\n
08:50:37 _X.java:21: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0016;\n
08:50:37 		       ^\n
08:50:37 _X.java:22: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0017;\n
08:50:37 		       ^\n
08:50:37 _X.java:23: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0018;\n
08:50:37 		       ^\n
08:50:37 _X.java:24: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u0019;\n
08:50:37 		       ^\n
08:50:37 _X.java:25: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u001a;\n
08:50:37 		       ^\n
08:50:37 _X.java:26: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u001b;\n
08:50:37 		       ^\n
08:50:37 _X.java:27: error: variable i is already defined in method main(String[])\n
08:50:37 		String i\u007f;\n
08:50:37 		       ^\n
08:50:37 23 errors\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialVersionUID = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X.serialVersionUID is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialVersionUID = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X.serialVersionUID is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialVersionUID = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X<T>.serialVersionUID is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialVersionUID = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X<T>.serialVersionUID is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialPersistentFields = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X<T>.serialPersistentFields is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialPersistentFields = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X<T>.serialPersistentFields is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialPersistentFields = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X.serialPersistentFields is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	private static final long serialPersistentFields = 1L;\n
08:50:37 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
08:50:37 The value of the field X.serialPersistentFields is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	private int i;\n
08:50:37 	            ^\n
08:50:37 The value of the field X<T>.i is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	private int i;\n
08:50:37 	            ^\n
08:50:37 The value of the field X<T>.i is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	private int i;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.i is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 5)\n
08:50:37 	private int i;\n
08:50:37 	            ^\n
08:50:37 The value of the field X.i is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 test/Outer.java:4: error: cannot find symbol\n
08:50:37     int i = VALUE;\n
08:50:37             ^\n
08:50:37   symbol:   variable VALUE\n
08:50:37   location: class Outer\n
08:50:37 1 error\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[test/Outer.java:4: error: cannot find symbol\n
08:50:37     int i = VALUE;\n
08:50:37             ^\n
08:50:37   symbol:   variable VALUE\n
08:50:37   location: class Outer\n
08:50:37 1 error\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in A\A.java (at line 3)\n
08:50:37 	import B.B.C1;\n
08:50:37 	       ^^^^^^\n
08:50:37 The import B.B.C1 collides with another import statement\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in A\A.java (at line 3)\n
08:50:37 	import B.B.C1;\n
08:50:37 	       ^^^^^^\n
08:50:37 The import B.B.C1 collides with another import statement\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in A\A.java (at line 2)\n
08:50:37 	import static B.B.C1;\n
08:50:37 	              ^^^^^^\n
08:50:37 The import B.B.C1 is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in A\A.java (at line 2)\n
08:50:37 	import static B.B.C1;\n
08:50:37 	              ^^^^^^\n
08:50:37 The import B.B.C1 is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p\X.java (at line 2)\n
08:50:37 	import static p.A.B.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p.A.B.Inner is never used\n
08:50:37 ----------\n
08:50:37 2. WARNING in p\X.java (at line 3)\n
08:50:37 	import p.Bar.Inner;\n
08:50:37 	       ^^^^^^^^^^^\n
08:50:37 The import p.Bar.Inner is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p\X.java (at line 2)\n
08:50:37 	import static p.A.B.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p.A.B.Inner is never used\n
08:50:37 ----------\n
08:50:37 2. WARNING in p\X.java (at line 3)\n
08:50:37 	import p.Bar.Inner;\n
08:50:37 	       ^^^^^^^^^^^\n
08:50:37 The import p.Bar.Inner is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p\X.java (at line 2)\n
08:50:37 	import static p.A.B.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p.A.B.Inner is never used\n
08:50:37 ----------\n
08:50:37 2. WARNING in p\X.java (at line 3)\n
08:50:37 	import p.Bar.*;\n
08:50:37 	       ^^^^^\n
08:50:37 The import p.Bar is never used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p\X.java (at line 2)\n
08:50:37 	import static p.A.B.Inner;\n
08:50:37 	              ^^^^^^^^^^^\n
08:50:37 The import p.A.B.Inner is never used\n
08:50:37 ----------\n
08:50:37 2. WARNING in p\X.java (at line 3)\n
08:50:37 	import p.Bar.*;\n
08:50:37 	       ^^^^^\n
08:50:37 The import p.Bar is never used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 18)\n
08:50:37 	case 6://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://OK\n
08:50:37 			^\n
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 3://OK\n
08:50:37 			^\n
08:50:37 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 4://OK\n
08:50:37 			^\n
08:50:37 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 6://WRONG\n
08:50:37 			^\n
08:50:37 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 7://OK\n
08:50:37 			^\n
08:50:37 5 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 18)\n
08:50:37 	case 6://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://OK\n
08:50:37 			^\n
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 3://OK\n
08:50:37 			^\n
08:50:37 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 4://OK\n
08:50:37 			^\n
08:50:37 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 6://WRONG\n
08:50:37 			^\n
08:50:37 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 7://OK\n
08:50:37 			^\n
08:50:37 5 warnings]\n
08:50:37 >
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 18)\n
08:50:37 	case 6://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://OK\n
08:50:37 			^\n
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 3://OK\n
08:50:37 			^\n
08:50:37 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 4://OK\n
08:50:37 			^\n
08:50:37 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 6://WRONG\n
08:50:37 			^\n
08:50:37 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 7://OK\n
08:50:37 			^\n
08:50:37 5 warnings\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 18)\n
08:50:37 	case 6://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://OK\n
08:50:37 			^\n
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 3://OK\n
08:50:37 			^\n
08:50:37 X.java:13: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 4://OK\n
08:50:37 			^\n
08:50:37 X.java:18: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 6://WRONG\n
08:50:37 			^\n
08:50:37 X.java:22: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 7://OK\n
08:50:37 			^\n
08:50:37 5 warnings]\n
08:50:37 >
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 8)\n
08:50:37 	case 2://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://WRONG\n
08:50:37 			^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 8)\n
08:50:37 	case 2://WRONG\n
08:50:37 	^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
08:50:37 			case 2://WRONG\n
08:50:37 			^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   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).
08:50:37 ----------- Expected ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	default :\n
08:50:37 	^^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------\n
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			default :\n
08:50:37 			^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[----------\n
08:50:37 1. ERROR in X.java (at line 10)\n
08:50:37 	default :\n
08:50:37 	^^^^^^^\n
08:50:37 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
08:50:37 ----------]\n
08:50:37 > but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 			default :\n
08:50:37 			^\n
08:50:37 1 warning]\n
08:50:37 >
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 		case 2:\n
08:50:37 		^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 		case 2:\n
08:50:37 		^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 		case 2:\n
08:50:37 		^\n
08:50:37 1 warning\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
08:50:37 		case 2:\n
08:50:37 		^\n
08:50:37 1 warning\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in X.java (at line 4)\n
08:50:37 	int var2 = 0;\n
08:50:37 	    ^^^^\n
08:50:37 The value of the local variable var2 is not used\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. WARNING in p\X.java (at line 4)\n
08:50:37 	switch (i) {\n
08:50:37 	        ^\n
08:50:37 The switch statement should have a default case\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. WARNING in p\X.java (at line 4)\n
08:50:37 	switch (i) {\n
08:50:37 	        ^\n
08:50:37 The switch statement should have a default case\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 An exception has occurred in the compiler (12). 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
08:50:37 java.lang.AssertionError\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1029)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:307)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:306)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:648)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1338)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2541)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2532)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4934)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2529)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3014)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3015)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3037)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2911)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:2949)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1892)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1885)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:453)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1551)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1731)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1800)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1774)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3375)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3541)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2967)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3209)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2270)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:708)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1187)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:756)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1307)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1111)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4884)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4775)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4704)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4649)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1341)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[An exception has occurred in the compiler (12). 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
08:50:37 java.lang.AssertionError\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1029)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:307)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:306)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:648)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1338)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2541)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2532)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4934)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2529)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3014)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3015)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:2954)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:993)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4854)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3037)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2911)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:2949)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1892)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1885)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:453)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1551)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1731)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1800)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1774)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3375)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3541)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2967)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3209)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2270)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:708)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1187)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:962)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:756)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1307)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1111)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:664)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:737)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4884)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4775)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4704)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4649)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1341)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:311)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:170)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
08:50:37 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
08:50:37 ]>
08:50:37   Unicode11Test>TestCase.runTest:957->test2:45->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test2 - Eclipse found error(s) but Javac did not find any.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	public int a\u0560; // new unicode character in unicode 11.0 \n
08:50:37 	            ^^^^^^\n
08:50:37 Syntax error on token "Invalid Character", delete this token\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	public int a\u0560; // new unicode character in unicode 11.0 \n
08:50:37 	            ^^^^^^\n
08:50:37 Syntax error on token "Invalid Character", delete this token\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37   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.
08:50:37 ----------- Expected ------------
08:50:37 
08:50:37 ------------ but was ------------
08:50:37 ----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	int a\u061C = 0; // new unicode character in 6.3.0 \n
08:50:37 	     ^^^^^^\n
08:50:37 Syntax error on token "Invalid Character", delete this token\n
08:50:37 ----------\n
08:50:37 
08:50:37 --------- Difference is ----------
08:50:37  expected:<[]> but was:<[----------\n
08:50:37 1. ERROR in X.java (at line 2)\n
08:50:37 	int a\u061C = 0; // new unicode character in 6.3.0 \n
08:50:37 	     ^^^^^^\n
08:50:37 Syntax error on token "Invalid Character", delete this token\n
08:50:37 ----------\n
08:50:37 ]>
08:50:37 
08:50:37 Tests run: 12992, Failures: 235, Errors: 0, Skipped: 0
08:50:37 
08:50:38 [INFO] ------------------------------------------------------------------------
08:50:38 [INFO] Reactor Summary:
08:50:38 [INFO] 
08:50:38 [INFO] org.eclipse.jdt.core 3.21.100-SNAPSHOT ............. SUCCESS [01:34 min]
08:50:38 [INFO] org.eclipse.jdt.core.tests.compiler 3.12.1200-SNAPSHOT FAILURE [  02:45 h]
08:50:38 [INFO] ------------------------------------------------------------------------
08:50:38 [INFO] BUILD FAILURE
08:50:38 [INFO] ------------------------------------------------------------------------
08:50:38 [INFO] Total time:  02:48 h
08:50:38 [INFO] Finished at: 2020-03-14T12:50:38Z
08:50:38 [INFO] ------------------------------------------------------------------------
08:50:38 [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.
08:50:38 [ERROR] 
08:50:38 [ERROR] Please refer to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-12/org.eclipse.jdt.core.tests.compiler/target/surefire-reports for the individual test results.
08:50:38 [ERROR] -> [Help 1]
08:50:38 [ERROR] 
08:50:38 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
08:50:38 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
08:50:38 [ERROR] 
08:50:38 [ERROR] For more information about the errors and possible solutions, please read the following articles:
08:50:38 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
08:50:38 [ERROR] 
08:50:38 [ERROR] After correcting the problems, you can resume the build with the command
08:50:38 [ERROR]   mvn <args> -rf :org.eclipse.jdt.core.tests.compiler
08:50:39 Build step 'Invoke top-level Maven targets' marked build as failure
08:50:40 Recording test results
08:50:43 Archiving artifacts
08:50:43 Sending e-mails to: stephan.herrmann@berlin.de
08:50:43 Finished: FAILURE